Pull request #43344 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at f8d0102e3361b74061ec684e6c8c397c4756cfb0 rather than bad75bbaf7e25061c6f4e4ae34132f10ddd9444b Obtained Jenkinsfile from f8d0102e3361b74061ec684e6c8c397c4756cfb0 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-43344@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-03-09T09:25:12.312Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-09T09:25:12.316Z] Trying to pass milestone 6 [Pipeline] milestone [2022-03-09T09:25:12.392Z] Trying to pass milestone 7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-09T09:25:27.562Z] Still waiting to schedule task [2022-03-09T09:25:27.565Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2022-03-09T09:26:11.699Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa55e3f42a99167c) in /home/ubuntu/workspace/moby_PR-43344 [Pipeline] { [Pipeline] checkout [2022-03-09T09:26:11.864Z] The recommended git tool is: git [2022-03-09T09:26:14.501Z] using credential docker-jenkins-github-credentials [2022-03-09T09:26:14.512Z] Cloning the remote Git repository [2022-03-09T09:26:14.512Z] Cloning with configured refspecs honoured and without tags [2022-03-09T09:26:13.663Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T09:26:13.727Z] > git init /home/ubuntu/workspace/moby_PR-43344 # timeout=10 [2022-03-09T09:26:13.995Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:26:13.995Z] > git --version # timeout=10 [2022-03-09T09:26:14.005Z] > git --version # 'git version 2.17.1' [2022-03-09T09:26:14.006Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:26:14.008Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:26:40.089Z] Fetching without tags [2022-03-09T09:26:39.964Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:26:40.006Z] > git config --add remote.origin.fetch +refs/pull/43344/head:refs/remotes/origin/PR-43344 # timeout=10 [2022-03-09T09:26:40.048Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:26:40.070Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:26:40.093Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:26:40.093Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:26:40.127Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:26:40.405Z] Merging remotes/origin/master commit f8d0102e3361b74061ec684e6c8c397c4756cfb0 into PR head commit bad75bbaf7e25061c6f4e4ae34132f10ddd9444b [2022-03-09T09:26:42.024Z] Merge succeeded, producing fc992e15eaf24f801ff565401427161cb98d5e4e [2022-03-09T09:26:42.024Z] Checking out Revision fc992e15eaf24f801ff565401427161cb98d5e4e (PR-43344) [2022-03-09T09:26:40.419Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:26:40.436Z] > git checkout -f bad75bbaf7e25061c6f4e4ae34132f10ddd9444b # timeout=10 [2022-03-09T09:26:41.210Z] > git remote # timeout=10 [2022-03-09T09:26:41.247Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T09:26:41.270Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:26:41.331Z] > git merge f8d0102e3361b74061ec684e6c8c397c4756cfb0 # timeout=10 [2022-03-09T09:26:41.987Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T09:26:42.026Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:26:42.058Z] > git checkout -f fc992e15eaf24f801ff565401427161cb98d5e4e # timeout=10 [2022-03-09T09:26:46.528Z] Commit message: "Merge commit 'f8d0102e3361b74061ec684e6c8c397c4756cfb0' into HEAD" [2022-03-09T09:26:46.538Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-09T09:26:47.521Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43344:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2022-03-09T09:26:46.530Z] > git rev-list --no-walk d0c800e71c545b8b3c65af905bdbbe6697cc359b # timeout=10 [2022-03-09T09:26:54.134Z] Unable to find image 'alpine:latest' locally [2022-03-09T09:26:54.399Z] latest: Pulling from library/alpine [2022-03-09T09:26:54.399Z] 59bf1c3509f3: Pulling fs layer [2022-03-09T09:26:54.399Z] 59bf1c3509f3: Verifying Checksum [2022-03-09T09:26:54.399Z] 59bf1c3509f3: Download complete [2022-03-09T09:26:54.976Z] 59bf1c3509f3: Pull complete [2022-03-09T09:26:54.976Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 [2022-03-09T09:26:54.977Z] Status: Downloaded newer image for alpine:latest [2022-03-09T09:27:07.239Z] 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 [2022-03-09T09:27:07.522Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa55e3f42a99167c) in /home/ubuntu/workspace/moby_PR-43344 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2022-03-09T09:27:07.531Z] Running on azwin-2-556c50 in d:\jenkins\workspace\moby_PR-43344 [Pipeline] node [2022-03-09T09:27:07.532Z] Running on azwin-2-7b2350 in d:\jenkins\workspace\moby_PR-43344 Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2022-03-09T09:27:07.538Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-054b0cd70e3de1256) in /home/ubuntu/workspace/moby_PR-43344 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [2022-03-09T09:27:07.543Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07dbec69fa2d7e2c8) in /home/ubuntu/workspace/moby_PR-43344 [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] { [Pipeline] { [Pipeline] ws [2022-03-09T09:27:07.595Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] ws [2022-03-09T09:27:07.608Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [Pipeline] { [2022-03-09T09:27:07.619Z] The recommended git tool is: git [Pipeline] checkout [2022-03-09T09:27:07.635Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [Pipeline] { [Pipeline] // stage [2022-03-09T09:27:07.665Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-03-09T09:27:07.677Z] Fetching without tags [Pipeline] checkout [2022-03-09T09:27:07.689Z] The recommended git tool is: git [Pipeline] // stage [2022-03-09T09:27:07.705Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-03-09T09:27:07.711Z] Cloning the remote Git repository [2022-03-09T09:27:07.711Z] Cloning with configured refspecs honoured and without tags [2022-03-09T09:27:07.712Z] The recommended git tool is: git [2022-03-09T09:27:07.714Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2022-03-09T09:27:07.746Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-03-09T09:27:07.759Z] using credential docker-jenkins-github-credentials [2022-03-09T09:27:07.766Z] Cloning the remote Git repository [2022-03-09T09:27:07.766Z] Cloning with configured refspecs honoured and without tags Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2022-03-09T09:27:07.933Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-09T09:27:07.977Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-03-09T09:27:08.011Z] Cloning the remote Git repository [2022-03-09T09:27:08.011Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-03-09T09:27:08.066Z] Merging remotes/origin/master commit f8d0102e3361b74061ec684e6c8c397c4756cfb0 into PR head commit bad75bbaf7e25061c6f4e4ae34132f10ddd9444b [2022-03-09T09:27:08.069Z] Cloning the remote Git repository [2022-03-09T09:27:08.069Z] Cloning with configured refspecs honoured and without tags [2022-03-09T09:27:08.441Z] Merge succeeded, producing 8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d [2022-03-09T09:27:08.441Z] Checking out Revision 8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d (PR-43344) [2022-03-09T09:27:07.642Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43344/.git # timeout=10 [2022-03-09T09:27:07.667Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:27:07.679Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:27:07.679Z] > git --version # timeout=10 [2022-03-09T09:27:07.690Z] > git --version # 'git version 2.17.1' [2022-03-09T09:27:07.690Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:07.691Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:08.068Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:27:08.072Z] > git checkout -f bad75bbaf7e25061c6f4e4ae34132f10ddd9444b # timeout=10 [2022-03-09T09:27:08.163Z] > git remote # timeout=10 [2022-03-09T09:27:08.175Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T09:27:08.184Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:08.185Z] > git merge f8d0102e3361b74061ec684e6c8c397c4756cfb0 # timeout=10 [2022-03-09T09:27:08.431Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T09:27:08.443Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:27:08.455Z] > git checkout -f 8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d # timeout=10 [2022-03-09T09:27:08.689Z] Commit message: "Merge commit 'f8d0102e3361b74061ec684e6c8c397c4756cfb0' into HEAD" [2022-03-09T09:27:07.721Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T09:27:07.721Z] > git init /home/ubuntu/workspace/moby_PR-43344 # timeout=10 [2022-03-09T09:27:07.759Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:27:07.759Z] > git --version # timeout=10 [2022-03-09T09:27:07.767Z] > git --version # 'git version 2.25.1' [2022-03-09T09:27:07.768Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:07.768Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:08.724Z] First time build. Skipping changelog. [2022-03-09T09:27:07.769Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T09:27:07.774Z] > git init /home/ubuntu/workspace/moby_PR-43344 # timeout=10 [2022-03-09T09:27:07.800Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:27:07.800Z] > git --version # timeout=10 [2022-03-09T09:27:07.805Z] > git --version # 'git version 2.25.1' [2022-03-09T09:27:07.805Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:07.806Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:08.049Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T09:27:08.049Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-09T09:27:08.111Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:27:08.111Z] > git --version # timeout=10 [2022-03-09T09:27:08.152Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-09T09:27:08.152Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:08.154Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:08.107Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T09:27:08.108Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-09T09:27:08.186Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:27:08.186Z] > git --version # timeout=10 [2022-03-09T09:27:08.247Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-09T09:27:08.248Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:08.251Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-09T09:27:09.469Z] + [ PR != PR ] [2022-03-09T09:27:09.469Z] + [ master != master ] [2022-03-09T09:27:09.469Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T09:27:08.691Z] > git rev-list --no-walk d0c800e71c545b8b3c65af905bdbbe6697cc359b # timeout=10 [2022-03-09T09:27:09.812Z] + docker version [2022-03-09T09:27:09.812Z] Client: Docker Engine - Community [2022-03-09T09:27:09.812Z] Version: 20.10.12 [2022-03-09T09:27:09.812Z] API version: 1.41 [2022-03-09T09:27:09.812Z] Go version: go1.16.12 [2022-03-09T09:27:09.812Z] Git commit: e91ed57 [2022-03-09T09:27:09.812Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-09T09:27:09.812Z] OS/Arch: linux/amd64 [2022-03-09T09:27:09.812Z] Context: default [2022-03-09T09:27:09.812Z] Experimental: true [2022-03-09T09:27:09.812Z] [2022-03-09T09:27:09.812Z] Server: Docker Engine - Community [2022-03-09T09:27:09.812Z] Engine: [2022-03-09T09:27:09.812Z] Version: 20.10.12 [2022-03-09T09:27:09.812Z] API version: 1.41 (minimum version 1.12) [2022-03-09T09:27:09.812Z] Go version: go1.16.12 [2022-03-09T09:27:09.812Z] Git commit: 459d0df [2022-03-09T09:27:09.812Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-09T09:27:09.812Z] OS/Arch: linux/amd64 [2022-03-09T09:27:09.812Z] Experimental: true [2022-03-09T09:27:09.812Z] containerd: [2022-03-09T09:27:09.812Z] Version: 1.4.12 [2022-03-09T09:27:09.812Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T09:27:09.812Z] runc: [2022-03-09T09:27:09.812Z] Version: 1.0.2 [2022-03-09T09:27:09.812Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-09T09:27:09.812Z] docker-init: [2022-03-09T09:27:09.812Z] Version: 0.19.0 [2022-03-09T09:27:09.812Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-09T09:27:10.116Z] + docker info [2022-03-09T09:27:20.099Z] Fetching without tags [2022-03-09T09:27:20.078Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:27:20.081Z] > git config --add remote.origin.fetch +refs/pull/43344/head:refs/remotes/origin/PR-43344 # timeout=10 [2022-03-09T09:27:20.085Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:20.092Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:27:20.103Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:27:20.103Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:20.104Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:20.350Z] Merging remotes/origin/master commit f8d0102e3361b74061ec684e6c8c397c4756cfb0 into PR head commit bad75bbaf7e25061c6f4e4ae34132f10ddd9444b [2022-03-09T09:27:21.530Z] Merge succeeded, producing d0bb680af62fdc1429362cbb62634fb8d36b3ec8 [2022-03-09T09:27:21.530Z] Checking out Revision d0bb680af62fdc1429362cbb62634fb8d36b3ec8 (PR-43344) [2022-03-09T09:27:21.689Z] Commit message: "Merge commit 'f8d0102e3361b74061ec684e6c8c397c4756cfb0' into HEAD" [2022-03-09T09:27:21.698Z] First time build. Skipping changelog. [2022-03-09T09:27:20.353Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:27:20.355Z] > git checkout -f bad75bbaf7e25061c6f4e4ae34132f10ddd9444b # timeout=10 [2022-03-09T09:27:20.817Z] > git remote # timeout=10 [2022-03-09T09:27:20.821Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T09:27:20.824Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:20.825Z] > git merge f8d0102e3361b74061ec684e6c8c397c4756cfb0 # timeout=10 [2022-03-09T09:27:21.527Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T09:27:21.532Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:27:21.535Z] > git checkout -f d0bb680af62fdc1429362cbb62634fb8d36b3ec8 # timeout=10 [2022-03-09T09:27:21.694Z] > git rev-list --no-walk d0c800e71c545b8b3c65af905bdbbe6697cc359b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T09:27:22.388Z] + docker version [2022-03-09T09:27:22.388Z] Client: Docker Engine - Community [2022-03-09T09:27:22.388Z] Version: 20.10.12 [2022-03-09T09:27:22.388Z] API version: 1.41 [2022-03-09T09:27:22.388Z] Go version: go1.16.12 [2022-03-09T09:27:22.388Z] Git commit: e91ed57 [2022-03-09T09:27:22.388Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-09T09:27:22.388Z] OS/Arch: linux/arm64 [2022-03-09T09:27:22.388Z] Context: default [2022-03-09T09:27:22.388Z] Experimental: true [2022-03-09T09:27:22.388Z] [2022-03-09T09:27:22.388Z] Server: Docker Engine - Community [2022-03-09T09:27:22.388Z] Engine: [2022-03-09T09:27:22.388Z] Version: 20.10.12 [2022-03-09T09:27:22.388Z] API version: 1.41 (minimum version 1.12) [2022-03-09T09:27:22.388Z] Go version: go1.16.12 [2022-03-09T09:27:22.388Z] Git commit: 459d0df [2022-03-09T09:27:22.388Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-09T09:27:22.388Z] OS/Arch: linux/arm64 [2022-03-09T09:27:22.388Z] Experimental: true [2022-03-09T09:27:22.388Z] containerd: [2022-03-09T09:27:22.388Z] Version: 1.4.12 [2022-03-09T09:27:22.388Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T09:27:22.388Z] runc: [2022-03-09T09:27:22.388Z] Version: 1.0.2 [2022-03-09T09:27:22.388Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-09T09:27:22.388Z] docker-init: [2022-03-09T09:27:22.388Z] Version: 0.19.0 [2022-03-09T09:27:22.388Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-09T09:27:22.443Z] Fetching without tags [2022-03-09T09:27:22.521Z] Still waiting to schedule task [2022-03-09T09:27:22.521Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa55e3f42a99167c)’ [2022-03-09T09:27:22.522Z] Still waiting to schedule task [2022-03-09T09:27:22.522Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa55e3f42a99167c)’ [2022-03-09T09:27:22.532Z] Still waiting to schedule task [2022-03-09T09:27:22.532Z] Waiting for next available executor on ‘azwin-2-7b2350’ [2022-03-09T09:27:22.665Z] + docker info [2022-03-09T09:27:22.806Z] Fetching without tags [2022-03-09T09:27:22.923Z] Client: [2022-03-09T09:27:22.923Z] Context: default [2022-03-09T09:27:22.923Z] Debug Mode: false [2022-03-09T09:27:22.923Z] Plugins: [2022-03-09T09:27:22.923Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-09T09:27:22.923Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-09T09:27:22.923Z] [2022-03-09T09:27:22.923Z] Server: [2022-03-09T09:27:22.923Z] Containers: 0 [2022-03-09T09:27:22.923Z] Running: 0 [2022-03-09T09:27:22.923Z] Paused: 0 [2022-03-09T09:27:22.923Z] Stopped: 0 [2022-03-09T09:27:22.923Z] Images: 4 [2022-03-09T09:27:22.923Z] Server Version: 20.10.12 [2022-03-09T09:27:22.923Z] Storage Driver: overlay2 [2022-03-09T09:27:22.923Z] Backing Filesystem: extfs [2022-03-09T09:27:22.923Z] Supports d_type: true [2022-03-09T09:27:22.923Z] Native Overlay Diff: true [2022-03-09T09:27:22.923Z] userxattr: false [2022-03-09T09:27:22.923Z] Logging Driver: json-file [2022-03-09T09:27:22.923Z] Cgroup Driver: cgroupfs [2022-03-09T09:27:22.923Z] Cgroup Version: 1 [2022-03-09T09:27:22.923Z] Plugins: [2022-03-09T09:27:22.923Z] Volume: local [2022-03-09T09:27:22.923Z] Network: bridge host ipvlan macvlan null overlay [2022-03-09T09:27:22.923Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-09T09:27:22.923Z] Swarm: inactive [2022-03-09T09:27:22.923Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-09T09:27:22.923Z] Default Runtime: runc [2022-03-09T09:27:22.923Z] Init Binary: docker-init [2022-03-09T09:27:22.923Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T09:27:22.923Z] runc version: v1.0.2-0-g52b36a2 [2022-03-09T09:27:22.923Z] init version: de40ad0 [2022-03-09T09:27:22.923Z] Security Options: [2022-03-09T09:27:22.923Z] apparmor [2022-03-09T09:27:22.923Z] seccomp [2022-03-09T09:27:22.923Z] Profile: default [2022-03-09T09:27:22.923Z] Kernel Version: 5.11.0-1023-aws [2022-03-09T09:27:22.923Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-09T09:27:22.923Z] OSType: linux [2022-03-09T09:27:22.923Z] Architecture: aarch64 [2022-03-09T09:27:22.923Z] CPUs: 2 [2022-03-09T09:27:22.923Z] Total Memory: 7.576GiB [2022-03-09T09:27:22.923Z] Name: ip-10-100-84-85 [2022-03-09T09:27:22.923Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-09T09:27:22.923Z] Docker Root Dir: /var/lib/docker [2022-03-09T09:27:22.923Z] Debug Mode: false [2022-03-09T09:27:22.923Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:27:22.923Z] Labels: [2022-03-09T09:27:22.923Z] Experimental: true [2022-03-09T09:27:22.923Z] Insecure Registries: [2022-03-09T09:27:22.923Z] 127.0.0.0/8 [2022-03-09T09:27:22.923Z] Live Restore Enabled: true [2022-03-09T09:27:22.923Z] [Pipeline] sh [2022-03-09T09:27:23.032Z] Merging remotes/origin/master commit f8d0102e3361b74061ec684e6c8c397c4756cfb0 into PR head commit bad75bbaf7e25061c6f4e4ae34132f10ddd9444b [2022-03-09T09:27:23.196Z] Merging remotes/origin/master commit f8d0102e3361b74061ec684e6c8c397c4756cfb0 into PR head commit bad75bbaf7e25061c6f4e4ae34132f10ddd9444b [2022-03-09T09:27:23.200Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:27:23.200Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:27:23.200Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43344/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-09T09:27:23.200Z] + bash /home/ubuntu/workspace/moby_PR-43344/check-config.sh [2022-03-09T09:27:23.200Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-09T09:27:23.200Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-09T09:27:23.200Z] [2022-03-09T09:27:23.200Z] Generally Necessary: [2022-03-09T09:27:23.200Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-09T09:27:23.200Z] - apparmor: enabled and tools installed [2022-03-09T09:27:23.200Z] - CONFIG_NAMESPACES: enabled [2022-03-09T09:27:23.200Z] - CONFIG_NET_NS: enabled [2022-03-09T09:27:23.200Z] - CONFIG_PID_NS: enabled [2022-03-09T09:27:23.200Z] - CONFIG_IPC_NS: enabled [2022-03-09T09:27:23.200Z] - CONFIG_UTS_NS: enabled [2022-03-09T09:27:23.200Z] - CONFIG_CGROUPS: enabled [2022-03-09T09:27:23.457Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-09T09:27:23.457Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-09T09:27:23.457Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-09T09:27:23.457Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-09T09:27:23.457Z] - CONFIG_CPUSETS: enabled [2022-03-09T09:27:23.457Z] - CONFIG_MEMCG: enabled [2022-03-09T09:27:23.457Z] - CONFIG_KEYS: enabled [2022-03-09T09:27:23.457Z] - CONFIG_VETH: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-09T09:27:23.457Z] - CONFIG_CGROUP_BPF: enabled [2022-03-09T09:27:23.457Z] [2022-03-09T09:27:23.457Z] Optional Features: [2022-03-09T09:27:23.457Z] - CONFIG_USER_NS: enabled [2022-03-09T09:27:23.457Z] - CONFIG_SECCOMP: enabled [2022-03-09T09:27:23.457Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-09T09:27:23.457Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-09T09:27:23.457Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-09T09:27:23.457Z] (cgroup swap accounting is currently enabled) [2022-03-09T09:27:23.457Z] - CONFIG_BLK_CGROUP: enabled [2022-03-09T09:27:23.457Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-09T09:27:23.457Z] - CONFIG_CGROUP_PERF: enabled [2022-03-09T09:27:23.457Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-09T09:27:23.457Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-09T09:27:23.457Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-09T09:27:23.457Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-09T09:27:23.457Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-09T09:27:23.457Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_IP_VS: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-09T09:27:23.457Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-09T09:27:23.457Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-09T09:27:23.457Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-09T09:27:23.457Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-09T09:27:23.457Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-09T09:27:23.457Z] - CONFIG_EXT4_FS: enabled [2022-03-09T09:27:23.457Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-09T09:27:23.457Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-09T09:27:23.458Z] - Network Drivers: [2022-03-09T09:27:23.458Z] - "overlay": [2022-03-09T09:27:23.458Z] - CONFIG_VXLAN: enabled (as module) [2022-03-09T09:27:23.458Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-09T09:27:23.458Z] Optional (for encrypted networks): [2022-03-09T09:27:22.785Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:27:22.791Z] > git config --add remote.origin.fetch +refs/pull/43344/head:refs/remotes/origin/PR-43344 # timeout=10 [2022-03-09T09:27:22.794Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:22.806Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:27:22.816Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:27:22.816Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:22.817Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:23.041Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:27:23.044Z] > git checkout -f bad75bbaf7e25061c6f4e4ae34132f10ddd9444b # timeout=10 [2022-03-09T09:27:23.525Z] > git remote # timeout=10 [2022-03-09T09:27:23.530Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T09:27:23.545Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:23.546Z] > git merge f8d0102e3361b74061ec684e6c8c397c4756cfb0 # timeout=10 [2022-03-09T09:27:22.152Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:27:22.196Z] > git config --add remote.origin.fetch +refs/pull/43344/head:refs/remotes/origin/PR-43344 # timeout=10 [2022-03-09T09:27:22.240Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:22.358Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:27:22.480Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:27:22.480Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:22.482Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:23.233Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:27:23.279Z] > git checkout -f bad75bbaf7e25061c6f4e4ae34132f10ddd9444b # timeout=10 [2022-03-09T09:27:23.714Z] - CONFIG_CRYPTO: enabled [2022-03-09T09:27:23.714Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-09T09:27:23.714Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-09T09:27:23.714Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-09T09:27:23.714Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-09T09:27:23.714Z] - CONFIG_XFRM: enabled [2022-03-09T09:27:23.714Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-09T09:27:23.714Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-09T09:27:23.715Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-09T09:27:23.715Z] - "ipvlan": [2022-03-09T09:27:23.715Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-09T09:27:23.715Z] - "macvlan": [2022-03-09T09:27:23.715Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-09T09:27:23.715Z] - CONFIG_DUMMY: enabled (as module) [2022-03-09T09:27:23.715Z] - "ftp,tftp client in container": [2022-03-09T09:27:23.715Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-09T09:27:23.715Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-09T09:27:23.715Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-09T09:27:23.715Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-09T09:27:23.715Z] - Storage Drivers: [2022-03-09T09:27:23.715Z] - "aufs": [2022-03-09T09:27:23.715Z] - CONFIG_AUFS_FS: missing [2022-03-09T09:27:23.715Z] - "btrfs": [2022-03-09T09:27:23.715Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-09T09:27:23.715Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-09T09:27:23.715Z] - "devicemapper": [2022-03-09T09:27:23.715Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-09T09:27:23.715Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-09T09:27:23.715Z] - "overlay": [2022-03-09T09:27:23.715Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-09T09:27:23.715Z] - "zfs": [2022-03-09T09:27:23.715Z] - /dev/zfs: present [2022-03-09T09:27:23.715Z] - zfs command: missing [2022-03-09T09:27:23.715Z] - zpool command: missing [2022-03-09T09:27:23.715Z] [2022-03-09T09:27:23.715Z] Limits: [2022-03-09T09:27:23.715Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-09T09:27:23.715Z] [2022-03-09T09:27:23.715Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-09T09:27:24.032Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d0bb680af62fdc1429362cbb62634fb8d36b3ec8 . [2022-03-09T09:27:24.032Z] #1 [internal] load build definition from Dockerfile [2022-03-09T09:27:24.032Z] #1 sha256:950e6a6f302401817e43da47479670621f81be0f5d8928edd9067a1abf90c351 [2022-03-09T09:27:24.032Z] #1 transferring dockerfile: 16.77kB done [2022-03-09T09:27:24.032Z] #1 DONE 0.0s [2022-03-09T09:27:24.032Z] [2022-03-09T09:27:24.032Z] #2 [internal] load .dockerignore [2022-03-09T09:27:24.032Z] #2 sha256:81fbad229a4a2628c52d0cb9069dae3b0b4b91ba9fdfb15a1f26ad3de073ca64 [2022-03-09T09:27:24.032Z] #2 transferring context: 87B done [2022-03-09T09:27:24.032Z] #2 DONE 0.0s [2022-03-09T09:27:24.032Z] [2022-03-09T09:27:24.032Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-09T09:27:24.032Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-09T09:27:24.176Z] Merge succeeded, producing e2fb99266ac72cb19430d177546f1805b0eba5b8 [2022-03-09T09:27:24.176Z] Checking out Revision e2fb99266ac72cb19430d177546f1805b0eba5b8 (PR-43344) [2022-03-09T09:27:24.309Z] Commit message: "Merge commit 'f8d0102e3361b74061ec684e6c8c397c4756cfb0' into HEAD" [2022-03-09T09:27:24.329Z] First time build. Skipping changelog. [2022-03-09T09:27:24.595Z] #3 DONE 0.3s [2022-03-09T09:27:24.595Z] [2022-03-09T09:27:24.595Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-09T09:27:24.595Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-09T09:27:24.595Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-09T09:27:24.595Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-09T09:27:24.595Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-03-09T09:27:24.595Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-03-09T09:27:24.595Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.2s [2022-03-09T09:27:24.595Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.2s done [2022-03-09T09:27:24.595Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T09:27:24.852Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-03-09T09:27:24.852Z] #4 DONE 0.4s [2022-03-09T09:27:24.852Z] [2022-03-09T09:27:24.852Z] #6 [internal] load build definition from Dockerfile [2022-03-09T09:27:24.852Z] #6 sha256:1c043c69821c24895a26cb4d8f0080c291d60685a04736ef5ae57d73565aa6ec [2022-03-09T09:27:24.852Z] #6 DONE 0.0s [2022-03-09T09:27:24.852Z] [2022-03-09T09:27:24.852Z] #5 [internal] load .dockerignore [2022-03-09T09:27:24.852Z] #5 sha256:c80a233c1437f15ff90e587ba4f433e6abe8e61e0f9a4191bf164248380880c1 [2022-03-09T09:27:24.852Z] #5 DONE 0.0s [2022-03-09T09:27:24.852Z] [2022-03-09T09:27:24.852Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T09:27:24.852Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-09T09:27:25.037Z] + docker version [2022-03-09T09:27:25.037Z] Client: Docker Engine - Community [2022-03-09T09:27:25.037Z] Version: 20.10.12 [2022-03-09T09:27:25.037Z] API version: 1.41 [2022-03-09T09:27:25.037Z] Go version: go1.16.12 [2022-03-09T09:27:25.037Z] Git commit: e91ed57 [2022-03-09T09:27:25.037Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-09T09:27:25.037Z] OS/Arch: linux/amd64 [2022-03-09T09:27:25.037Z] Context: default [2022-03-09T09:27:25.037Z] Experimental: true [2022-03-09T09:27:25.037Z] [2022-03-09T09:27:25.037Z] Server: Docker Engine - Community [2022-03-09T09:27:25.037Z] Engine: [2022-03-09T09:27:25.037Z] Version: 20.10.12 [2022-03-09T09:27:25.037Z] API version: 1.41 (minimum version 1.12) [2022-03-09T09:27:25.037Z] Go version: go1.16.12 [2022-03-09T09:27:25.037Z] Git commit: 459d0df [2022-03-09T09:27:25.037Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-09T09:27:25.037Z] OS/Arch: linux/amd64 [2022-03-09T09:27:25.037Z] Experimental: true [2022-03-09T09:27:25.037Z] containerd: [2022-03-09T09:27:25.037Z] Version: 1.4.12 [2022-03-09T09:27:25.037Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T09:27:25.037Z] runc: [2022-03-09T09:27:25.037Z] Version: 1.0.2 [2022-03-09T09:27:25.037Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-09T09:27:25.037Z] docker-init: [2022-03-09T09:27:25.037Z] Version: 0.19.0 [2022-03-09T09:27:25.037Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-09T09:27:25.333Z] + docker info [2022-03-09T09:27:24.168Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T09:27:24.185Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:27:24.193Z] > git checkout -f e2fb99266ac72cb19430d177546f1805b0eba5b8 # timeout=10 [2022-03-09T09:27:24.320Z] > git rev-list --no-walk d0c800e71c545b8b3c65af905bdbbe6697cc359b # timeout=10 [2022-03-09T09:27:25.418Z] #8 DONE 0.6s [2022-03-09T09:27:25.418Z] [2022-03-09T09:27:25.418Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:27:25.418Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T09:27:25.418Z] #9 DONE 0.5s [2022-03-09T09:27:25.418Z] [2022-03-09T09:27:25.418Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:27:25.418Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T09:27:25.418Z] #7 DONE 0.5s [2022-03-09T09:27:25.418Z] [2022-03-09T09:27:25.418Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T09:27:25.418Z] #10 sha256:22ad42c0f63999343985ab56aa068321849128ea8a7a89632def013e434f4488 [2022-03-09T09:27:25.380Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:27:25.675Z] #10 DONE 0.6s [2022-03-09T09:27:25.675Z] [2022-03-09T09:27:25.675Z] #24 [internal] load build context [2022-03-09T09:27:25.675Z] #24 sha256:a60ce81ff08b3f44284bb0691ea98b006948fb30d655401a66914c2cc1a9a3ce [2022-03-09T09:27:25.675Z] #24 DONE 0.0s [2022-03-09T09:27:25.675Z] [2022-03-09T09:27:25.675Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:27:25.675Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T09:27:25.675Z] #67 DONE 0.0s [2022-03-09T09:27:25.675Z] [2022-03-09T09:27:25.675Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:27:25.675Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T09:27:25.783Z] Fetching without tags [2022-03-09T09:27:25.932Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-09T09:27:25.932Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T09:27:25.932Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-09T09:27:25.932Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-09T09:27:26.191Z] #69 ... [2022-03-09T09:27:26.191Z] [2022-03-09T09:27:26.191Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T09:27:26.191Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T09:27:26.191Z] #45 DONE 0.5s [2022-03-09T09:27:26.275Z] Client: [2022-03-09T09:27:26.275Z] Context: default [2022-03-09T09:27:26.275Z] Debug Mode: false [2022-03-09T09:27:26.275Z] Plugins: [2022-03-09T09:27:26.275Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-09T09:27:26.275Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-09T09:27:26.275Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-09T09:27:26.275Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-09T09:27:26.275Z] [2022-03-09T09:27:26.275Z] Server: [2022-03-09T09:27:26.275Z] Containers: 0 [2022-03-09T09:27:26.275Z] Running: 0 [2022-03-09T09:27:26.275Z] Paused: 0 [2022-03-09T09:27:26.275Z] Stopped: 0 [2022-03-09T09:27:26.275Z] Images: 3 [2022-03-09T09:27:26.275Z] Server Version: 20.10.12 [2022-03-09T09:27:26.275Z] Storage Driver: overlay2 [2022-03-09T09:27:26.275Z] Backing Filesystem: extfs [2022-03-09T09:27:26.275Z] Supports d_type: true [2022-03-09T09:27:26.275Z] Native Overlay Diff: true [2022-03-09T09:27:26.275Z] userxattr: false [2022-03-09T09:27:26.275Z] Logging Driver: json-file [2022-03-09T09:27:26.275Z] Cgroup Driver: systemd [2022-03-09T09:27:26.275Z] Cgroup Version: 2 [2022-03-09T09:27:26.275Z] Plugins: [2022-03-09T09:27:26.275Z] Volume: local [2022-03-09T09:27:26.275Z] Network: bridge host ipvlan macvlan null overlay [2022-03-09T09:27:26.275Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-09T09:27:26.275Z] Swarm: inactive [2022-03-09T09:27:26.275Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-09T09:27:26.275Z] Default Runtime: runc [2022-03-09T09:27:26.275Z] Init Binary: docker-init [2022-03-09T09:27:26.275Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T09:27:26.275Z] runc version: v1.0.2-0-g52b36a2 [2022-03-09T09:27:26.275Z] init version: de40ad0 [2022-03-09T09:27:26.275Z] Security Options: [2022-03-09T09:27:26.275Z] apparmor [2022-03-09T09:27:26.275Z] seccomp [2022-03-09T09:27:26.275Z] Profile: default [2022-03-09T09:27:26.275Z] cgroupns [2022-03-09T09:27:26.275Z] Kernel Version: 5.11.0-1023-aws [2022-03-09T09:27:26.275Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-09T09:27:26.275Z] OSType: linux [2022-03-09T09:27:26.275Z] Architecture: x86_64 [2022-03-09T09:27:26.275Z] CPUs: 2 [2022-03-09T09:27:26.275Z] Total Memory: 7.559GiB [2022-03-09T09:27:26.275Z] Name: ip-10-100-58-187 [2022-03-09T09:27:26.275Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-09T09:27:26.275Z] Docker Root Dir: /var/lib/docker [2022-03-09T09:27:26.275Z] Debug Mode: false [2022-03-09T09:27:26.275Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:27:26.275Z] Labels: [2022-03-09T09:27:26.275Z] Experimental: true [2022-03-09T09:27:26.275Z] Insecure Registries: [2022-03-09T09:27:26.275Z] 127.0.0.0/8 [2022-03-09T09:27:26.275Z] Live Restore Enabled: true [2022-03-09T09:27:26.275Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-09T09:27:26.454Z] [2022-03-09T09:27:26.455Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T09:27:26.455Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T09:27:26.455Z] #45 DONE 0.0s [2022-03-09T09:27:26.455Z] [2022-03-09T09:27:26.455Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:26.455Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-09T09:27:26.455Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.0s done [2022-03-09T09:27:26.455Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-09T09:27:26.455Z] #11 sha256:d80e32befb841fa5525c17e346f26c95a9396bb65ca8a85c30c7949d7f9081d4 1.80kB / 1.80kB done [2022-03-09T09:27:26.455Z] #11 sha256:7b3ca1a8bf94691e70f0b1c15456c9a289fea29d6a42209904d36338ae46e1f7 7.06kB / 7.06kB done [2022-03-09T09:27:26.455Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 34.16MB / 53.61MB 0.5s [2022-03-09T09:27:26.455Z] #11 sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 5.14MB / 5.14MB 0.3s done [2022-03-09T09:27:26.455Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 0B / 54.67MB 0.5s [2022-03-09T09:27:26.455Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 0B / 10.66MB 0.5s [2022-03-09T09:27:26.455Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 39.85MB / 53.61MB 0.6s [2022-03-09T09:27:26.455Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 15.06MB / 54.67MB 0.6s [2022-03-09T09:27:26.455Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 1.05MB / 10.66MB 0.6s [2022-03-09T09:27:26.611Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:e2fb99266ac72cb19430d177546f1805b0eba5b8 . [2022-03-09T09:27:26.611Z] #1 [internal] load build definition from Dockerfile [2022-03-09T09:27:26.611Z] #1 sha256:896c2d12e243ed1e305410f41320aa34e880f600c7c96b2b2a982aa5ec79c987 [2022-03-09T09:27:26.611Z] #1 transferring dockerfile: 16.77kB done [2022-03-09T09:27:26.611Z] #1 DONE 0.0s [2022-03-09T09:27:26.611Z] [2022-03-09T09:27:26.611Z] #2 [internal] load .dockerignore [2022-03-09T09:27:26.611Z] #2 sha256:bce91d5cc49689e8ca8cc11797727650523c79dff87cd8971653050ce76deb5f [2022-03-09T09:27:26.611Z] #2 transferring context: 87B done [2022-03-09T09:27:26.611Z] #2 DONE 0.0s [2022-03-09T09:27:26.611Z] [2022-03-09T09:27:26.611Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-09T09:27:26.611Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-09T09:27:26.717Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 47.19MB / 53.61MB 0.7s [2022-03-09T09:27:26.717Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 26.02MB / 54.67MB 0.7s [2022-03-09T09:27:26.717Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 4.42MB / 10.66MB 0.7s [2022-03-09T09:27:26.717Z] #11 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 0.8s done [2022-03-09T09:27:26.717Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 44.04MB / 54.67MB 0.9s [2022-03-09T09:27:26.717Z] #11 sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 10.66MB / 10.66MB 0.8s done [2022-03-09T09:27:26.717Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 0B / 102.69MB 0.9s [2022-03-09T09:27:26.717Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 54.67MB / 54.67MB 1.0s [2022-03-09T09:27:26.717Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 0B / 81.02MB 1.0s [2022-03-09T09:27:26.872Z] #3 DONE 0.3s [2022-03-09T09:27:26.977Z] #11 sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 54.67MB / 54.67MB 1.1s done [2022-03-09T09:27:26.977Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 15.73MB / 102.69MB 1.2s [2022-03-09T09:27:26.977Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 5.24MB / 81.02MB 1.2s [2022-03-09T09:27:26.977Z] #11 sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 126B / 126B 1.1s done [2022-03-09T09:27:26.983Z] Merging remotes/origin/master commit f8d0102e3361b74061ec684e6c8c397c4756cfb0 into PR head commit bad75bbaf7e25061c6f4e4ae34132f10ddd9444b [2022-03-09T09:27:27.133Z] [2022-03-09T09:27:27.134Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-09T09:27:27.134Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-09T09:27:27.134Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-09T09:27:27.134Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-09T09:27:27.134Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 1.05MB / 9.67MB 0.1s [2022-03-09T09:27:27.134Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-09T09:27:27.134Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-09T09:27:27.134Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-03-09T09:27:27.134Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-09T09:27:27.234Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 20.97MB / 81.02MB 1.3s [2022-03-09T09:27:27.234Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 30.72MB / 102.69MB 1.4s [2022-03-09T09:27:27.234Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 25.74MB / 81.02MB 1.4s [2022-03-09T09:27:26.637Z] > git remote # timeout=10 [2022-03-09T09:27:26.683Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T09:27:26.726Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:26.728Z] > git merge f8d0102e3361b74061ec684e6c8c397c4756cfb0 # timeout=10 [2022-03-09T09:27:25.445Z] > git config --add remote.origin.fetch +refs/pull/43344/head:refs/remotes/origin/PR-43344 # timeout=10 [2022-03-09T09:27:25.513Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:25.666Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:27:25.820Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:27:25.820Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:25.823Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:27:27.020Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:27:27.083Z] > git checkout -f bad75bbaf7e25061c6f4e4ae34132f10ddd9444b # timeout=10 [2022-03-09T09:27:27.492Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 33.55MB / 81.02MB 1.5s [2022-03-09T09:27:27.492Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 39.85MB / 102.69MB 1.6s [2022-03-09T09:27:27.492Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 37.75MB / 81.02MB 1.6s [2022-03-09T09:27:27.492Z] #11 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 0.5s [2022-03-09T09:27:27.492Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 48.23MB / 102.69MB 1.8s [2022-03-09T09:27:27.492Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 48.40MB / 81.02MB 1.8s [2022-03-09T09:27:27.506Z] Merge succeeded, producing b548a95f9fecbb5351b1894bd7fb293d0c552045 [2022-03-09T09:27:27.506Z] Checking out Revision b548a95f9fecbb5351b1894bd7fb293d0c552045 (PR-43344) [2022-03-09T09:27:27.706Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-09T09:27:27.706Z] #4 DONE 0.5s [2022-03-09T09:27:27.706Z] [2022-03-09T09:27:27.706Z] #5 [internal] load build definition from Dockerfile [2022-03-09T09:27:27.706Z] #5 sha256:82e757698d45bd42e7a25f7f4de61d0a8babf8c42b3de3e38a175c2d968b1963 [2022-03-09T09:27:27.706Z] #5 DONE 0.0s [2022-03-09T09:27:27.706Z] [2022-03-09T09:27:27.706Z] #6 [internal] load .dockerignore [2022-03-09T09:27:27.706Z] #6 sha256:166bb7d12d51c0a0c181f0328eb6827cf3c443e513834c5d0dc4cdf4bf2b9ba1 [2022-03-09T09:27:27.706Z] #6 DONE 0.0s [2022-03-09T09:27:27.706Z] [2022-03-09T09:27:27.706Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:27:27.706Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T09:27:27.754Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 57.67MB / 102.69MB 2.0s [2022-03-09T09:27:27.754Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 62.91MB / 81.02MB 2.0s [2022-03-09T09:27:27.853Z] Commit message: "Merge commit 'f8d0102e3361b74061ec684e6c8c397c4756cfb0' into HEAD" [2022-03-09T09:27:27.976Z] First time build. Skipping changelog. [2022-03-09T09:27:28.012Z] #11 ... [2022-03-09T09:27:28.012Z] [2022-03-09T09:27:28.012Z] #24 [internal] load build context [2022-03-09T09:27:28.012Z] #24 sha256:a60ce81ff08b3f44284bb0691ea98b006948fb30d655401a66914c2cc1a9a3ce [2022-03-09T09:27:28.012Z] #24 transferring context: 56.90MB 2.1s done [2022-03-09T09:27:28.012Z] #24 DONE 2.2s [2022-03-09T09:27:28.012Z] [2022-03-09T09:27:28.012Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:28.012Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-09T09:27:28.012Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 69.62MB / 102.69MB 2.1s [2022-03-09T09:27:28.012Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 75.50MB / 81.02MB 2.1s [2022-03-09T09:27:28.012Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 79.69MB / 102.69MB 2.2s [2022-03-09T09:27:28.012Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 81.02MB / 81.02MB 2.2s [2022-03-09T09:27:28.269Z] #11 ... [2022-03-09T09:27:28.269Z] [2022-03-09T09:27:28.269Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:27:28.269Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T09:27:28.269Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-03-09T09:27:28.269Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T09:27:28.269Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-09T09:27:28.269Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-09T09:27:28.269Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done [2022-03-09T09:27:28.269Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.8s done [2022-03-09T09:27:28.269Z] #67 DONE 2.4s [2022-03-09T09:27:28.269Z] [2022-03-09T09:27:28.269Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:28.269Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-09T09:27:28.269Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 92.29MB / 102.69MB 2.4s [2022-03-09T09:27:28.269Z] #11 sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 81.02MB / 81.02MB 2.2s done [2022-03-09T09:27:28.269Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 102.69MB / 102.69MB 2.5s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T09:27:28.526Z] #11 sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 102.69MB / 102.69MB 2.6s done [2022-03-09T09:27:28.654Z] #10 DONE 0.8s [2022-03-09T09:27:28.654Z] [2022-03-09T09:27:28.654Z] #9 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T09:27:28.654Z] #9 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-09T09:27:28.654Z] #9 DONE 0.7s [2022-03-09T09:27:28.654Z] [2022-03-09T09:27:28.654Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:27:28.654Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T09:27:28.654Z] #7 DONE 0.8s [2022-03-09T09:27:28.654Z] [2022-03-09T09:27:28.654Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T09:27:28.654Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-09T09:27:28.654Z] #8 DONE 0.8s [2022-03-09T09:27:28.782Z] #11 ... [2022-03-09T09:27:28.783Z] [2022-03-09T09:27:28.783Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:27:28.783Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T09:27:28.783Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.5s done [2022-03-09T09:27:28.783Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2022-03-09T09:27:28.783Z] #69 DONE 2.9s [2022-03-09T09:27:28.783Z] [2022-03-09T09:27:28.783Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-09T09:27:28.783Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-09T09:27:28.783Z] #68 DONE 0.2s [2022-03-09T09:27:28.917Z] [2022-03-09T09:27:28.917Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:28.917Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:28.917Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:29.040Z] [2022-03-09T09:27:29.040Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:29.040Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-09T09:27:29.040Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-09T09:27:29.040Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 0.8s done [2022-03-09T09:27:29.040Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-09T09:27:29.040Z] #28 sha256:1907ed841fa5ffeec67fda754b18b50951aef1712324fe1f6b6c981a40f9594b 529B / 529B done [2022-03-09T09:27:29.040Z] #28 sha256:c077ecbc578ee6db06df4b6532b36703db7454a40eece470051e45fe0e9d27e2 1.48kB / 1.48kB done [2022-03-09T09:27:29.040Z] #28 ... [2022-03-09T09:27:29.040Z] [2022-03-09T09:27:29.040Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-09T09:27:29.040Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-09T09:27:29.040Z] #70 DONE 0.2s [2022-03-09T09:27:29.040Z] [2022-03-09T09:27:29.040Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:29.040Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-09T09:27:29.187Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-09T09:27:29.187Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-09T09:27:29.187Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-09T09:27:29.187Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-09T09:27:29.187Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.1s [2022-03-09T09:27:29.303Z] + docker version [2022-03-09T09:27:29.303Z] Client: [2022-03-09T09:27:29.303Z] Version: 20.10.9 [2022-03-09T09:27:29.303Z] API version: 1.41 [2022-03-09T09:27:29.303Z] Go version: go1.16.8 [2022-03-09T09:27:29.303Z] Git commit: c2ea9bc [2022-03-09T09:27:29.303Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T09:27:29.303Z] OS/Arch: windows/amd64 [2022-03-09T09:27:29.303Z] Context: default [2022-03-09T09:27:29.303Z] Experimental: true [2022-03-09T09:27:29.303Z] [2022-03-09T09:27:29.303Z] Server: Docker Engine - Community [2022-03-09T09:27:29.303Z] Engine: [2022-03-09T09:27:29.303Z] Version: 20.10.9 [2022-03-09T09:27:29.303Z] API version: 1.41 (minimum version 1.24) [2022-03-09T09:27:29.303Z] Go version: go1.16.8 [2022-03-09T09:27:29.303Z] Git commit: 79ea9d3 [2022-03-09T09:27:29.303Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T09:27:29.303Z] OS/Arch: windows/amd64 [2022-03-09T09:27:29.303Z] Experimental: true [2022-03-09T09:27:27.418Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-09T09:27:27.543Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:27:27.589Z] > git checkout -f b548a95f9fecbb5351b1894bd7fb293d0c552045 # timeout=10 [2022-03-09T09:27:27.889Z] > git rev-list --no-walk d0c800e71c545b8b3c65af905bdbbe6697cc359b # timeout=10 [Pipeline] sh [2022-03-09T09:27:29.453Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 7.34MB / 54.92MB 0.2s [2022-03-09T09:27:29.453Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 21.13MB / 54.92MB 0.4s [2022-03-09T09:27:29.718Z] #28 ... [2022-03-09T09:27:29.718Z] [2022-03-09T09:27:29.718Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T09:27:29.718Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T09:27:29.718Z] #45 DONE 0.0s [2022-03-09T09:27:29.718Z] [2022-03-09T09:27:29.718Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:29.718Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:29.718Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 24.12MB / 54.92MB 0.5s [2022-03-09T09:27:29.718Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 28.31MB / 54.92MB 0.6s [2022-03-09T09:27:29.969Z] #28 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 3.0s done [2022-03-09T09:27:29.979Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 32.51MB / 54.92MB 0.7s [2022-03-09T09:27:29.979Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 40.89MB / 54.92MB 0.9s [2022-03-09T09:27:29.979Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 47.19MB / 54.92MB 1.0s [2022-03-09T09:27:30.226Z] #28 DONE 4.2s [2022-03-09T09:27:30.226Z] [2022-03-09T09:27:30.226Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-09T09:27:30.226Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-09T09:27:30.240Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.2s [2022-03-09T09:27:30.358Z] + docker info [2022-03-09T09:27:30.358Z] Client: [2022-03-09T09:27:30.358Z] Context: default [2022-03-09T09:27:30.358Z] Debug Mode: false [2022-03-09T09:27:30.358Z] [2022-03-09T09:27:30.358Z] Server: [2022-03-09T09:27:30.358Z] Containers: 0 [2022-03-09T09:27:30.358Z] Running: 0 [2022-03-09T09:27:30.358Z] Paused: 0 [2022-03-09T09:27:30.358Z] Stopped: 0 [2022-03-09T09:27:30.358Z] Images: 11 [2022-03-09T09:27:30.358Z] Server Version: 20.10.9 [2022-03-09T09:27:30.358Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-09T09:27:30.358Z] Windows: [2022-03-09T09:27:30.358Z] LCOW: [2022-03-09T09:27:30.358Z] Logging Driver: json-file [2022-03-09T09:27:30.358Z] Plugins: [2022-03-09T09:27:30.358Z] Volume: local [2022-03-09T09:27:30.358Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T09:27:30.358Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T09:27:30.358Z] Swarm: inactive [2022-03-09T09:27:30.358Z] Default Isolation: process [2022-03-09T09:27:30.358Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T09:27:30.358Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T09:27:30.358Z] OSType: windows [2022-03-09T09:27:30.358Z] Architecture: x86_64 [2022-03-09T09:27:30.358Z] CPUs: 4 [2022-03-09T09:27:30.358Z] Total Memory: 32GiB [2022-03-09T09:27:30.358Z] Name: azwin-2-7b2350 [2022-03-09T09:27:30.358Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-09T09:27:30.358Z] Docker Root Dir: D:\docker [2022-03-09T09:27:30.358Z] Debug Mode: false [2022-03-09T09:27:30.358Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:27:30.358Z] Labels: [2022-03-09T09:27:30.358Z] Experimental: true [2022-03-09T09:27:30.358Z] Insecure Registries: [2022-03-09T09:27:30.358Z] 10.0.0.4:5000 [2022-03-09T09:27:30.358Z] 127.0.0.0/8 [2022-03-09T09:27:30.358Z] Registry Mirrors: [2022-03-09T09:27:30.358Z] http://10.0.0.4:5000/ [2022-03-09T09:27:30.358Z] Live Restore Enabled: false [2022-03-09T09:27:30.358Z] Product License: Community Engine [2022-03-09T09:27:30.358Z] [2022-03-09T09:27:30.502Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.2s done [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-09T09:27:30.764Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-09T09:27:30.787Z] #29 0.716 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:27:30.787Z] #29 0.725 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:27:30.787Z] #29 0.730 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:27:31.044Z] #29 0.817 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:27:31.044Z] #29 0.927 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:27:31.169Z] > git remote # timeout=10 [2022-03-09T09:27:31.242Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T09:27:31.309Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:27:31.312Z] > git merge f8d0102e3361b74061ec684e6c8c397c4756cfb0 # timeout=10 [2022-03-09T09:27:31.607Z] #29 1.433 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:27:32.120Z] Client: [2022-03-09T09:27:32.120Z] Context: default [2022-03-09T09:27:32.120Z] Debug Mode: false [2022-03-09T09:27:32.120Z] Plugins: [2022-03-09T09:27:32.120Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-09T09:27:32.120Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-09T09:27:32.120Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-09T09:27:32.120Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-09T09:27:32.120Z] [2022-03-09T09:27:32.120Z] Server: [2022-03-09T09:27:32.120Z] Containers: 0 [2022-03-09T09:27:32.120Z] Running: 0 [2022-03-09T09:27:32.120Z] Paused: 0 [2022-03-09T09:27:32.120Z] Stopped: 0 [2022-03-09T09:27:32.120Z] Images: 1 [2022-03-09T09:27:32.120Z] Server Version: 20.10.12 [2022-03-09T09:27:32.120Z] Storage Driver: overlay2 [2022-03-09T09:27:32.120Z] Backing Filesystem: extfs [2022-03-09T09:27:32.120Z] Supports d_type: true [2022-03-09T09:27:32.120Z] Native Overlay Diff: true [2022-03-09T09:27:32.120Z] userxattr: false [2022-03-09T09:27:32.120Z] Logging Driver: json-file [2022-03-09T09:27:32.120Z] Cgroup Driver: cgroupfs [2022-03-09T09:27:32.120Z] Cgroup Version: 1 [2022-03-09T09:27:32.120Z] Plugins: [2022-03-09T09:27:32.120Z] Volume: local [2022-03-09T09:27:32.120Z] Network: bridge host ipvlan macvlan null overlay [2022-03-09T09:27:32.120Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-09T09:27:32.120Z] Swarm: inactive [2022-03-09T09:27:32.120Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-09T09:27:32.120Z] Default Runtime: runc [2022-03-09T09:27:32.120Z] Init Binary: docker-init [2022-03-09T09:27:32.120Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T09:27:32.120Z] runc version: v1.0.2-0-g52b36a2 [2022-03-09T09:27:32.120Z] init version: de40ad0 [2022-03-09T09:27:32.120Z] Security Options: [2022-03-09T09:27:32.120Z] apparmor [2022-03-09T09:27:32.120Z] seccomp [2022-03-09T09:27:32.120Z] Profile: default [2022-03-09T09:27:32.120Z] Kernel Version: 5.4.0-1061-aws [2022-03-09T09:27:32.120Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-09T09:27:32.120Z] OSType: linux [2022-03-09T09:27:32.120Z] Architecture: x86_64 [2022-03-09T09:27:32.120Z] CPUs: 2 [2022-03-09T09:27:32.120Z] Total Memory: 7.483GiB [2022-03-09T09:27:32.120Z] Name: ip-10-100-35-181 [2022-03-09T09:27:32.120Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-09T09:27:32.120Z] Docker Root Dir: /var/lib/docker [2022-03-09T09:27:32.120Z] Debug Mode: false [2022-03-09T09:27:32.120Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:27:32.120Z] Labels: [2022-03-09T09:27:32.120Z] Experimental: true [2022-03-09T09:27:32.120Z] Insecure Registries: [2022-03-09T09:27:32.120Z] 127.0.0.0/8 [2022-03-09T09:27:32.120Z] Live Restore Enabled: true [2022-03-09T09:27:32.120Z] [2022-03-09T09:27:32.120Z] WARNING: No swap limit support [Pipeline] sh [2022-03-09T09:27:32.170Z] #29 1.913 Fetched 8392 kB in 1s (5743 kB/s) [2022-03-09T09:27:32.424Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:27:32.424Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:27:32.424Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43344/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-09T09:27:32.424Z] + bash /home/ubuntu/workspace/moby_PR-43344/check-config.sh [2022-03-09T09:27:32.424Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-09T09:27:32.424Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-09T09:27:32.424Z] [2022-03-09T09:27:32.424Z] Generally Necessary: [2022-03-09T09:27:32.424Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-09T09:27:32.424Z] - apparmor: enabled and tools installed [2022-03-09T09:27:32.424Z] - CONFIG_NAMESPACES: enabled [2022-03-09T09:27:32.424Z] - CONFIG_NET_NS: enabled [2022-03-09T09:27:32.424Z] - CONFIG_PID_NS: enabled [2022-03-09T09:27:32.424Z] - CONFIG_IPC_NS: enabled [2022-03-09T09:27:32.424Z] - CONFIG_UTS_NS: enabled [2022-03-09T09:27:32.424Z] - CONFIG_CGROUPS: enabled [2022-03-09T09:27:32.424Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-09T09:27:32.424Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-09T09:27:32.424Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-09T09:27:32.424Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-09T09:27:32.424Z] - CONFIG_CPUSETS: enabled [2022-03-09T09:27:32.424Z] - CONFIG_MEMCG: enabled [2022-03-09T09:27:32.424Z] - CONFIG_KEYS: enabled [2022-03-09T09:27:32.424Z] - CONFIG_VETH: enabled (as module) [2022-03-09T09:27:32.426Z] #29 1.913 Reading package lists... [2022-03-09T09:27:32.437Z] Merge succeeded, producing 8c948c86d89f2ff54b23118ccb0a13646b289a72 [2022-03-09T09:27:32.437Z] Checking out Revision 8c948c86d89f2ff54b23118ccb0a13646b289a72 (PR-43344) [2022-03-09T09:27:32.687Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-09T09:27:32.687Z] - CONFIG_CGROUP_BPF: enabled [2022-03-09T09:27:32.687Z] [2022-03-09T09:27:32.687Z] Optional Features: [2022-03-09T09:27:32.687Z] - CONFIG_USER_NS: enabled [2022-03-09T09:27:32.687Z] - CONFIG_SECCOMP: enabled [2022-03-09T09:27:32.687Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-09T09:27:32.687Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-09T09:27:32.687Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-09T09:27:32.687Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-09T09:27:32.687Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-09T09:27:32.687Z] - CONFIG_BLK_CGROUP: enabled [2022-03-09T09:27:32.687Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-09T09:27:32.687Z] - CONFIG_CGROUP_PERF: enabled [2022-03-09T09:27:32.687Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-09T09:27:32.687Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-09T09:27:32.687Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-09T09:27:32.687Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-09T09:27:32.687Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-09T09:27:32.687Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_IP_VS: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-09T09:27:32.687Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-09T09:27:32.687Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-09T09:27:32.687Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-09T09:27:32.687Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-09T09:27:32.687Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-09T09:27:32.693Z] #28 ... [2022-03-09T09:27:32.693Z] [2022-03-09T09:27:32.693Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:27:32.693Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T09:27:32.693Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-09T09:27:32.693Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T09:27:32.693Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-09T09:27:32.693Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-09T09:27:32.693Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s done [2022-03-09T09:27:32.693Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.1s done [2022-03-09T09:27:32.693Z] #67 DONE 3.8s [2022-03-09T09:27:32.693Z] [2022-03-09T09:27:32.693Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:32.693Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:32.865Z] Commit message: "Merge commit 'f8d0102e3361b74061ec684e6c8c397c4756cfb0' into HEAD" [2022-03-09T09:27:32.956Z] - CONFIG_EXT4_FS: enabled [2022-03-09T09:27:32.956Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-09T09:27:32.956Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-09T09:27:32.956Z] - Network Drivers: [2022-03-09T09:27:32.956Z] - "overlay": [2022-03-09T09:27:32.956Z] - CONFIG_VXLAN: enabled (as module) [2022-03-09T09:27:32.956Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-09T09:27:32.956Z] Optional (for encrypted networks): [2022-03-09T09:27:32.956Z] - CONFIG_CRYPTO: enabled [2022-03-09T09:27:32.956Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-09T09:27:32.956Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-09T09:27:32.956Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-09T09:27:32.956Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-09T09:27:32.956Z] - CONFIG_XFRM: enabled [2022-03-09T09:27:32.956Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-09T09:27:32.956Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-09T09:27:32.956Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-09T09:27:32.956Z] - "ipvlan": [2022-03-09T09:27:32.956Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-09T09:27:32.956Z] - "macvlan": [2022-03-09T09:27:32.956Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-09T09:27:32.956Z] - CONFIG_DUMMY: enabled (as module) [2022-03-09T09:27:32.956Z] - "ftp,tftp client in container": [2022-03-09T09:27:32.956Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-09T09:27:32.956Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-09T09:27:32.956Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-09T09:27:32.956Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-09T09:27:32.956Z] - Storage Drivers: [2022-03-09T09:27:32.956Z] - "aufs": [2022-03-09T09:27:32.956Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-09T09:27:32.956Z] - "btrfs": [2022-03-09T09:27:32.956Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-09T09:27:32.956Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-09T09:27:32.956Z] - "devicemapper": [2022-03-09T09:27:32.956Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-09T09:27:32.956Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-09T09:27:32.956Z] - "overlay": [2022-03-09T09:27:32.956Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-09T09:27:32.956Z] - "zfs": [2022-03-09T09:27:32.956Z] - /dev/zfs: present [2022-03-09T09:27:32.956Z] - zfs command: missing [2022-03-09T09:27:32.956Z] - zpool command: missing [2022-03-09T09:27:32.956Z] [2022-03-09T09:27:32.956Z] Limits: [2022-03-09T09:27:32.956Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-09T09:27:32.956Z] [2022-03-09T09:27:32.956Z] + true [Pipeline] } [Pipeline] // stage [2022-03-09T09:27:32.988Z] #29 2.450 Reading package lists... [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-09T09:27:33.022Z] First time build. Skipping changelog. [2022-03-09T09:27:33.246Z] #29 2.972 Building dependency tree... [2022-03-09T09:27:33.288Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d . [2022-03-09T09:27:33.289Z] #2 [internal] load .dockerignore [2022-03-09T09:27:33.289Z] #2 sha256:ae5789b7ddbe314bb86909b05654e286aa514a0a30975cf2d4a0224f8ecaa929 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T09:27:33.503Z] #29 3.302 The following additional packages will be installed: [2022-03-09T09:27:33.503Z] #29 3.302 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-09T09:27:33.503Z] #29 3.302 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-09T09:27:33.503Z] #29 3.302 Recommended packages: [2022-03-09T09:27:33.503Z] #29 3.302 libldap-common publicsuffix libsasl2-modules [2022-03-09T09:27:33.503Z] #29 3.419 The following NEW packages will be installed: [2022-03-09T09:27:33.503Z] #29 3.419 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-09T09:27:33.503Z] #29 3.419 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-09T09:27:33.503Z] #29 3.420 libssh2-1 openssl [2022-03-09T09:27:33.550Z] #2 transferring context: 87B done [2022-03-09T09:27:33.551Z] #2 DONE 0.2s [2022-03-09T09:27:33.551Z] [2022-03-09T09:27:33.551Z] #1 [internal] load build definition from Dockerfile [2022-03-09T09:27:33.551Z] #1 sha256:d98c198ff6d19fbc7c64c35004953731b537fd0c2e53c0510544068de4382c8f [2022-03-09T09:27:33.551Z] #1 transferring dockerfile: 16.77kB done [2022-03-09T09:27:33.551Z] #1 DONE 0.2s [2022-03-09T09:27:33.551Z] [2022-03-09T09:27:33.551Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-09T09:27:33.551Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-09T09:27:32.318Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-09T09:27:32.475Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:27:32.542Z] > git checkout -f 8c948c86d89f2ff54b23118ccb0a13646b289a72 # timeout=10 [2022-03-09T09:27:32.903Z] > git rev-list --no-walk d0c800e71c545b8b3c65af905bdbbe6697cc359b # timeout=10 [2022-03-09T09:27:33.638Z] #28 ... [2022-03-09T09:27:33.638Z] [2022-03-09T09:27:33.638Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:27:33.638Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T09:27:33.638Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-09T09:27:33.638Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-09T09:27:33.638Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-09T09:27:33.638Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2022-03-09T09:27:33.638Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.6s done [2022-03-09T09:27:33.638Z] #69 DONE 4.4s [2022-03-09T09:27:33.638Z] [2022-03-09T09:27:33.638Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:33.638Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:33.761Z] #29 3.697 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-09T09:27:33.761Z] #29 3.697 Need to get 2933 kB of archives. [2022-03-09T09:27:33.761Z] #29 3.697 After this operation, 6483 kB of additional disk space will be used. [2022-03-09T09:27:33.761Z] #29 3.697 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2022-03-09T09:27:33.761Z] #29 3.697 Get:2 http://security.debian.org/debian-security bullseye-security/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-03-09T09:27:33.761Z] #29 3.700 Get:3 http://security.debian.org/debian-security bullseye-security/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-03-09T09:27:33.761Z] #29 3.708 Get:4 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-03-09T09:27:33.761Z] #29 3.710 Get:5 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-03-09T09:27:33.761Z] #29 3.715 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-03-09T09:27:33.761Z] #29 3.715 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-03-09T09:27:33.761Z] #29 3.715 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-03-09T09:27:33.761Z] #29 3.718 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-03-09T09:27:33.761Z] #29 3.722 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-03-09T09:27:33.761Z] #29 3.722 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-03-09T09:27:33.761Z] #29 3.723 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-03-09T09:27:33.761Z] #29 3.727 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-09T09:27:33.761Z] #29 3.728 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-09T09:27:33.761Z] #29 3.736 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-09T09:27:33.761Z] #29 3.845 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:27:33.902Z] #28 ... [2022-03-09T09:27:33.902Z] [2022-03-09T09:27:33.902Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-09T09:27:33.902Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-09T09:27:33.902Z] #68 DONE 0.2s [2022-03-09T09:27:33.902Z] [2022-03-09T09:27:33.902Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:33.902Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:34.019Z] #29 3.871 Fetched 2933 kB in 0s (9719 kB/s) [2022-03-09T09:27:34.019Z] #29 3.900 Selecting previously unselected package openssl. [2022-03-09T09:27:34.019Z] #29 3.900 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6645 files and directories currently installed.) [2022-03-09T09:27:34.019Z] #29 3.900 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2022-03-09T09:27:34.019Z] #29 3.912 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-09T09:27:34.123Z] #3 DONE 0.4s [2022-03-09T09:27:34.123Z] [2022-03-09T09:27:34.123Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-09T09:27:34.123Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-09T09:27:34.123Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-09T09:27:34.123Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-09T09:27:34.123Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-09T09:27:34.123Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-09T09:27:34.123Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 8.39MB / 9.67MB 0.2s [2022-03-09T09:27:34.163Z] #28 ... [2022-03-09T09:27:34.164Z] [2022-03-09T09:27:34.164Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-09T09:27:34.164Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-09T09:27:34.164Z] #70 DONE 0.2s [2022-03-09T09:27:34.164Z] [2022-03-09T09:27:34.164Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:34.164Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:34.164Z] #28 ... [2022-03-09T09:27:34.164Z] [2022-03-09T09:27:34.164Z] #24 [internal] load build context [2022-03-09T09:27:34.164Z] #24 sha256:52b1cffd9c5987f0bf0294adf80210da1fcb958cb9f39a72083b8d444c5e8262 [2022-03-09T09:27:34.164Z] #24 transferring context: 56.88MB 5.3s done [2022-03-09T09:27:34.164Z] #24 DONE 5.3s [2022-03-09T09:27:34.164Z] [2022-03-09T09:27:34.164Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:34.164Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:34.276Z] #29 4.030 Selecting previously unselected package ca-certificates. [2022-03-09T09:27:34.276Z] #29 4.030 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-09T09:27:34.276Z] #29 4.041 Unpacking ca-certificates (20210119) ... [2022-03-09T09:27:34.276Z] #29 4.121 Selecting previously unselected package libbrotli1:arm64. [2022-03-09T09:27:34.276Z] #29 4.121 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-03-09T09:27:34.276Z] #29 4.128 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-09T09:27:34.276Z] #29 4.200 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-03-09T09:27:34.276Z] #29 4.200 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-09T09:27:34.276Z] #29 4.205 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:34.276Z] #29 4.243 Selecting previously unselected package libsasl2-2:arm64. [2022-03-09T09:27:34.276Z] #29 4.243 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-09T09:27:34.276Z] #29 4.247 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:34.276Z] #29 4.296 Selecting previously unselected package libldap-2.4-2:arm64. [2022-03-09T09:27:34.276Z] #29 4.296 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-03-09T09:27:34.276Z] #29 4.299 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-09T09:27:34.384Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s [2022-03-09T09:27:34.384Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-09T09:27:34.384Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.4s done [2022-03-09T09:27:34.485Z] + docker version [2022-03-09T09:27:34.485Z] Client: [2022-03-09T09:27:34.485Z] Version: 20.10.9 [2022-03-09T09:27:34.485Z] API version: 1.41 [2022-03-09T09:27:34.485Z] Go version: go1.16.8 [2022-03-09T09:27:34.485Z] Git commit: c2ea9bc [2022-03-09T09:27:34.485Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T09:27:34.485Z] OS/Arch: windows/amd64 [2022-03-09T09:27:34.485Z] Context: default [2022-03-09T09:27:34.485Z] Experimental: true [2022-03-09T09:27:34.485Z] [2022-03-09T09:27:34.485Z] Server: Docker Engine - Community [2022-03-09T09:27:34.485Z] Engine: [2022-03-09T09:27:34.485Z] Version: 20.10.9 [2022-03-09T09:27:34.485Z] API version: 1.41 (minimum version 1.24) [2022-03-09T09:27:34.485Z] Go version: go1.16.8 [2022-03-09T09:27:34.485Z] Git commit: 79ea9d3 [2022-03-09T09:27:34.485Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T09:27:34.485Z] OS/Arch: windows/amd64 [2022-03-09T09:27:34.485Z] Experimental: true [2022-03-09T09:27:34.533Z] #29 4.358 Selecting previously unselected package libnghttp2-14:arm64. [2022-03-09T09:27:34.533Z] #29 4.358 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-03-09T09:27:34.533Z] #29 4.362 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-09T09:27:34.533Z] #29 4.414 Selecting previously unselected package libpsl5:arm64. [2022-03-09T09:27:34.533Z] #29 4.414 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-03-09T09:27:34.533Z] #29 4.422 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-03-09T09:27:34.533Z] #29 4.460 Selecting previously unselected package librtmp1:arm64. [2022-03-09T09:27:34.533Z] #29 4.460 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-03-09T09:27:34.533Z] #29 4.464 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T09:27:34.533Z] #29 4.506 Selecting previously unselected package libssh2-1:arm64. [2022-03-09T09:27:34.533Z] #29 4.506 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-03-09T09:27:34.533Z] #29 4.510 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-03-09T09:27:34.650Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.3s done [Pipeline] sh [2022-03-09T09:27:34.791Z] #29 4.556 Selecting previously unselected package libcurl4:arm64. [2022-03-09T09:27:34.791Z] #29 4.558 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-09T09:27:34.791Z] #29 4.563 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:34.791Z] #29 4.620 Selecting previously unselected package curl. [2022-03-09T09:27:34.791Z] #29 4.620 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-09T09:27:34.791Z] #29 4.624 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:34.791Z] #29 4.684 Selecting previously unselected package libonig5:arm64. [2022-03-09T09:27:34.791Z] #29 4.685 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-09T09:27:34.791Z] #29 4.690 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-09T09:27:34.791Z] #29 4.758 Selecting previously unselected package libjq1:arm64. [2022-03-09T09:27:34.791Z] #29 4.758 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-03-09T09:27:34.791Z] #29 4.762 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-09T09:27:34.791Z] #29 4.808 Selecting previously unselected package jq. [2022-03-09T09:27:34.791Z] #29 4.808 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-03-09T09:27:34.912Z] #4 DONE 1.0s [2022-03-09T09:27:35.048Z] #29 4.814 Unpacking jq (1.6-2.1) ... [2022-03-09T09:27:35.048Z] #29 4.860 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-03-09T09:27:35.048Z] #29 4.872 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-09T09:27:35.048Z] #29 4.888 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-09T09:27:35.048Z] #29 4.903 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:35.048Z] #29 4.915 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T09:27:35.048Z] #29 4.929 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:35.048Z] #29 4.945 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-03-09T09:27:35.048Z] #29 4.956 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-09T09:27:35.048Z] #29 4.974 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-09T09:27:35.048Z] #29 4.989 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-09T09:27:35.048Z] #29 5.005 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-09T09:27:35.048Z] #29 5.016 Setting up ca-certificates (20210119) ... [2022-03-09T09:27:35.174Z] [2022-03-09T09:27:35.174Z] #6 [internal] load .dockerignore [2022-03-09T09:27:35.174Z] #6 sha256:06c0032363f6d9adca3bb3c2470f560ade48528567cdbc3e5b754471b8fff19b [2022-03-09T09:27:35.174Z] #6 DONE 0.0s [2022-03-09T09:27:35.174Z] [2022-03-09T09:27:35.174Z] #5 [internal] load build definition from Dockerfile [2022-03-09T09:27:35.174Z] #5 sha256:87e702fe64a010b4b15325eefabb40ff01b913b8b7a1acc5574d89295f13f6c8 [2022-03-09T09:27:35.174Z] #5 DONE 0.0s [2022-03-09T09:27:35.174Z] [2022-03-09T09:27:35.174Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:27:35.174Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T09:27:35.613Z] #29 5.505 Updating certificates in /etc/ssl/certs... [2022-03-09T09:27:35.710Z] + docker info [2022-03-09T09:27:36.079Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.2s [2022-03-09T09:27:36.079Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.3s done [2022-03-09T09:27:36.080Z] #28 DONE 7.0s [2022-03-09T09:27:36.080Z] [2022-03-09T09:27:36.080Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:36.080Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:27:36.080Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-09T09:27:36.080Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-09T09:27:36.080Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-09T09:27:36.080Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-09T09:27:36.080Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.2s done [2022-03-09T09:27:36.080Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.6s done [2022-03-09T09:27:36.080Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.8s done [2022-03-09T09:27:36.080Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 1.8s done [2022-03-09T09:27:36.080Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 2.7s done [2022-03-09T09:27:36.080Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 3.9s done [2022-03-09T09:27:36.080Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 1.9s done [2022-03-09T09:27:36.080Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-09T09:27:36.179Z] #29 6.108 129 added, 0 removed; done. [2022-03-09T09:27:36.179Z] #29 6.139 Setting up jq (1.6-2.1) ... [2022-03-09T09:27:36.179Z] #29 6.149 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:36.179Z] #29 6.160 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:36.179Z] #29 6.171 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:27:36.179Z] #29 6.189 Processing triggers for ca-certificates (20210119) ... [2022-03-09T09:27:36.179Z] #29 6.195 Updating certificates in /etc/ssl/certs... [2022-03-09T09:27:36.341Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.4s done [2022-03-09T09:27:36.341Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-09T09:27:36.562Z] #10 ... [2022-03-09T09:27:36.563Z] [2022-03-09T09:27:36.563Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:27:36.563Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T09:27:36.563Z] #9 DONE 1.1s [2022-03-09T09:27:36.563Z] [2022-03-09T09:27:36.563Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T09:27:36.563Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-09T09:27:36.563Z] #8 DONE 1.1s [2022-03-09T09:27:36.563Z] [2022-03-09T09:27:36.563Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:27:36.563Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T09:27:36.563Z] #10 DONE 1.1s [2022-03-09T09:27:36.563Z] [2022-03-09T09:27:36.563Z] #7 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T09:27:36.563Z] #7 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-09T09:27:36.563Z] #7 DONE 1.3s [2022-03-09T09:27:36.743Z] #29 6.694 0 added, 0 removed; done. [2022-03-09T09:27:36.743Z] #29 6.694 Running hooks in /etc/ca-certificates/update.d... [2022-03-09T09:27:36.743Z] #29 6.695 done. [2022-03-09T09:27:36.914Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.4s done [2022-03-09T09:27:37.176Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-09T09:27:37.522Z] [2022-03-09T09:27:37.522Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:27:37.522Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T09:27:37.522Z] #74 DONE 0.0s [2022-03-09T09:27:37.522Z] [2022-03-09T09:27:37.522Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:37.522Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:37.522Z] #35 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:37.522Z] #35 ... [2022-03-09T09:27:37.522Z] [2022-03-09T09:27:37.522Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:27:37.522Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T09:27:37.522Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-09T09:27:37.522Z] #76 DONE 0.0s [2022-03-09T09:27:37.522Z] [2022-03-09T09:27:37.522Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:37.522Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:37.522Z] #35 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-09T09:27:37.785Z] #35 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-09T09:27:37.785Z] #35 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-09T09:27:37.785Z] #35 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-09T09:27:38.050Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.2s [2022-03-09T09:27:38.050Z] #35 ... [2022-03-09T09:27:38.050Z] [2022-03-09T09:27:38.050Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T09:27:38.050Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T09:27:38.050Z] #52 DONE 0.0s [2022-03-09T09:27:38.050Z] [2022-03-09T09:27:38.050Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:38.050Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:38.050Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.24MB / 54.92MB 0.4s [2022-03-09T09:27:38.106Z] Client: [2022-03-09T09:27:38.106Z] Context: default [2022-03-09T09:27:38.106Z] Debug Mode: false [2022-03-09T09:27:38.106Z] Plugins: [2022-03-09T09:27:38.106Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-09T09:27:38.107Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-09T09:27:38.107Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-09T09:27:38.107Z] [2022-03-09T09:27:38.107Z] Server: [2022-03-09T09:27:38.107Z] Containers: 0 [2022-03-09T09:27:38.107Z] Running: 0 [2022-03-09T09:27:38.107Z] Paused: 0 [2022-03-09T09:27:38.107Z] Stopped: 0 [2022-03-09T09:27:38.107Z] Images: 11 [2022-03-09T09:27:38.107Z] Server Version: 20.10.9 [2022-03-09T09:27:38.107Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-09T09:27:38.107Z] Windows: [2022-03-09T09:27:38.107Z] LCOW: [2022-03-09T09:27:38.107Z] Logging Driver: json-file [2022-03-09T09:27:38.107Z] Plugins: [2022-03-09T09:27:38.107Z] Volume: local [2022-03-09T09:27:38.107Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T09:27:38.107Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T09:27:38.107Z] Swarm: inactive [2022-03-09T09:27:38.107Z] Default Isolation: process [2022-03-09T09:27:38.107Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-09T09:27:38.107Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-09T09:27:38.107Z] OSType: windows [2022-03-09T09:27:38.107Z] Architecture: x86_64 [2022-03-09T09:27:38.107Z] CPUs: 4 [2022-03-09T09:27:38.107Z] Total Memory: 32GiB [2022-03-09T09:27:38.107Z] Name: azwin-2-556c50 [2022-03-09T09:27:38.107Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-09T09:27:38.107Z] Docker Root Dir: D:\docker [2022-03-09T09:27:38.107Z] Debug Mode: false [2022-03-09T09:27:38.107Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:27:38.107Z] Labels: [2022-03-09T09:27:38.107Z] Experimental: true [2022-03-09T09:27:38.107Z] Insecure Registries: [2022-03-09T09:27:38.107Z] 10.0.0.4:5000 [2022-03-09T09:27:38.107Z] 127.0.0.0/8 [2022-03-09T09:27:38.107Z] Registry Mirrors: [2022-03-09T09:27:38.107Z] http://10.0.0.4:5000/ [2022-03-09T09:27:38.107Z] Live Restore Enabled: false [2022-03-09T09:27:38.107Z] Product License: Community Engine [2022-03-09T09:27:38.107Z] [2022-03-09T09:27:38.117Z] #29 DONE 7.8s [2022-03-09T09:27:38.117Z] [2022-03-09T09:27:38.117Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-09T09:27:38.117Z] #30 sha256:5e4e78fb99608e56f59bf3fa8eba8a3d4cce307047d76c82c90bcd8f9963882e [2022-03-09T09:27:38.117Z] #30 DONE 0.2s [2022-03-09T09:27:38.117Z] [2022-03-09T09:27:38.117Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:27:38.117Z] #31 sha256:b48ea3f7f816c4ea64049e24fbf3a98086468a5fa9ca5f5aa05629aabe3b9f30 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2022-03-09T09:27:38.312Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 8.39MB / 54.92MB 0.5s [2022-03-09T09:27:38.312Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 17.83MB / 54.92MB 0.7s [Pipeline] powershell [2022-03-09T09:27:38.583Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 22.02MB / 54.92MB 0.8s [2022-03-09T09:27:38.844Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 28.31MB / 54.92MB 1.0s [2022-03-09T09:27:38.844Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 32.51MB / 54.92MB 1.1s [2022-03-09T09:27:39.049Z] #31 ... [2022-03-09T09:27:39.049Z] [2022-03-09T09:27:39.049Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:39.049Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-09T09:27:39.049Z] #11 extracting sha256:9880592b351f34fa791bd7749a127063cd6a76b1190bd059c168696d700f6b04 0.3s done [2022-03-09T09:27:39.049Z] #11 extracting sha256:fdd9934a374f1ba93d2da0983d2aac86c9b4bf6ca063aa108519d2588e0212ac 0.3s done [2022-03-09T09:27:39.049Z] #11 extracting sha256:f37be3698694527b9e5af78494bbcb68f6b045af5247de8c988b24ef7dcd877e 3.4s done [2022-03-09T09:27:39.049Z] #11 extracting sha256:1de0634a187f2a5eafe92e5c690219dc718710435d988d4ba609487163ae4b01 2.9s done [2022-03-09T09:27:39.049Z] #11 extracting sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 1.5s [2022-03-09T09:27:39.148Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 40.89MB / 54.92MB 1.4s [2022-03-09T09:27:39.425Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 45.09MB / 54.92MB 1.6s [2022-03-09T09:27:39.614Z] #11 ... [2022-03-09T09:27:39.614Z] [2022-03-09T09:27:39.614Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:27:39.614Z] #31 sha256:b48ea3f7f816c4ea64049e24fbf3a98086468a5fa9ca5f5aa05629aabe3b9f30 [2022-03-09T09:27:39.614Z] #31 1.482 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-09T09:27:39.690Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 48.23MB / 54.92MB 1.8s [2022-03-09T09:27:39.690Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 51.38MB / 54.92MB 1.9s [2022-03-09T09:27:39.713Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-09T09:27:39.713Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-f9a77259\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-09T09:27:39.713Z] ---------------------------------------------------------------------------- [2022-03-09T09:27:39.713Z] [2022-03-09T09:27:39.713Z] INFO: executeCI.ps1 starting at Wed Mar 9 09:27:39 CUT 2022 [2022-03-09T09:27:39.713Z] [2022-03-09T09:27:39.713Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-09T09:27:39.713Z] INFO: Running git version 2.24.1.windows.2 [2022-03-09T09:27:39.871Z] #31 1.685 [2022-03-09T09:27:39.951Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.1s [2022-03-09T09:27:40.129Z] #31 1.894 #=#=# ######################################################################## 100.0% [2022-03-09T09:27:40.181Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-09T09:27:40.181Z] INFO: Environment variables: [2022-03-09T09:27:40.181Z] [2022-03-09T09:27:40.181Z] Name Value [2022-03-09T09:27:40.181Z] ---- ----- [2022-03-09T09:27:40.181Z] ALLUSERSPROFILE C:\ProgramData [2022-03-09T09:27:40.181Z] amd64 true [2022-03-09T09:27:40.181Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-09T09:27:40.181Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-09T09:27:40.181Z] arm64 true [2022-03-09T09:27:40.181Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-09T09:27:40.181Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-09T09:27:40.181Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-09T09:27:40.181Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-09T09:27:40.181Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-09T09:27:40.181Z] BRANCH_NAME PR-43344 [2022-03-09T09:27:40.181Z] BUILD_DISPLAY_NAME #7 [2022-03-09T09:27:40.181Z] BUILD_ID 7 [2022-03-09T09:27:40.181Z] BUILD_NUMBER 7 [2022-03-09T09:27:40.181Z] BUILD_TAG jenkins-moby-PR-43344-7 [2022-03-09T09:27:40.181Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/ [2022-03-09T09:27:40.181Z] cgroup2 true [2022-03-09T09:27:40.182Z] CHANGE_AUTHOR ndeloof [2022-03-09T09:27:40.182Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-03-09T09:27:40.182Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-03-09T09:27:40.182Z] CHANGE_BRANCH issue_43341 [2022-03-09T09:27:40.182Z] CHANGE_FORK ndeloof/docker [2022-03-09T09:27:40.182Z] CHANGE_ID 43344 [2022-03-09T09:27:40.182Z] CHANGE_TARGET master [2022-03-09T09:27:40.182Z] CHANGE_TITLE cleanup swagger multi-examples [2022-03-09T09:27:40.182Z] CHANGE_URL https://github.com/moby/moby/pull/43344 [2022-03-09T09:27:40.182Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:27:40.182Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-09T09:27:40.182Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-09T09:27:40.182Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-09T09:27:40.182Z] COMPUTERNAME azwin-2-7b2350 [2022-03-09T09:27:40.182Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-09T09:27:40.182Z] ConfigSequenceNumber 0 [2022-03-09T09:27:40.182Z] dco true [2022-03-09T09:27:40.182Z] DOCKER_BUILDKIT 0 [2022-03-09T09:27:40.182Z] DOCKER_DUT_DEBUG 1 [2022-03-09T09:27:40.182Z] DOCKER_EXPERIMENTAL 1 [2022-03-09T09:27:40.182Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-09T09:27:40.182Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-09T09:27:40.182Z] EXECUTOR_NUMBER 0 [2022-03-09T09:27:40.182Z] FQDN azwin-2-7b2350.westus.cloudapp.azure.com [2022-03-09T09:27:40.182Z] GIT_BRANCH PR-43344 [2022-03-09T09:27:40.182Z] GIT_COMMIT b548a95f9fecbb5351b1894bd7fb293d0c552045 [2022-03-09T09:27:40.182Z] GIT_PREVIOUS_COMMIT d0c800e71c545b8b3c65af905bdbbe6697cc359b [2022-03-09T09:27:40.182Z] GIT_URL https://github.com/moby/moby.git [2022-03-09T09:27:40.182Z] HUDSON_COOKIE 08a35a17-7f53-4ee8-a427-9d37624578a6 [2022-03-09T09:27:40.182Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-09T09:27:40.182Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-09T09:27:40.182Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-09T09:27:40.182Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-09T09:27:40.182Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-09T09:27:40.182Z] JENKINS_NODE_COOKIE c794f1a6-e473-4ceb-9547-d39a26f06c1e [2022-03-09T09:27:40.182Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-09T09:27:40.182Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-09T09:27:40.182Z] JOB_BASE_NAME PR-43344 [2022-03-09T09:27:40.182Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/display/redirect [2022-03-09T09:27:40.182Z] JOB_NAME moby/PR-43344 [2022-03-09T09:27:40.182Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/ [2022-03-09T09:27:40.182Z] library.jps.version master [2022-03-09T09:27:40.182Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-09T09:27:40.182Z] NODE_LABELS amd64 azure azwin-2-7b2350 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-09T09:27:40.182Z] NODE_NAME azwin-2-7b2350 [2022-03-09T09:27:40.182Z] NUMBER_OF_PROCESSORS 4 [2022-03-09T09:27:40.182Z] OS Windows_NT [2022-03-09T09:27:40.182Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-09T09:27:40.182Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-09T09:27:40.182Z] ppc64le false [2022-03-09T09:27:40.182Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-09T09:27:40.182Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-09T09:27:40.182Z] PROCESSOR_LEVEL 6 [2022-03-09T09:27:40.182Z] PROCESSOR_REVISION 4f01 [2022-03-09T09:27:40.182Z] ProgramData C:\ProgramData [2022-03-09T09:27:40.182Z] ProgramFiles C:\Program Files [2022-03-09T09:27:40.182Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-09T09:27:40.182Z] ProgramW6432 C:\Program Files [2022-03-09T09:27:40.182Z] PROMPT $P$G [2022-03-09T09:27:40.182Z] PSExecutionPolicyPreference Bypass [2022-03-09T09:27:40.182Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-09T09:27:40.182Z] PUBLIC C:\Users\Public [2022-03-09T09:27:40.182Z] rootless true [2022-03-09T09:27:40.182Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect?page=artif... [2022-03-09T09:27:40.182Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect?page=changes [2022-03-09T09:27:40.182Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect [2022-03-09T09:27:40.182Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect?page=tests [2022-03-09T09:27:40.182Z] s390x false [2022-03-09T09:27:40.182Z] SKIP_VALIDATION_TESTS 1 [2022-03-09T09:27:40.182Z] SOURCES_DRIVE d [2022-03-09T09:27:40.182Z] SOURCES_SUBDIR gopath [2022-03-09T09:27:40.182Z] STAGE_NAME Run tests [2022-03-09T09:27:40.182Z] SystemDrive C: [2022-03-09T09:27:40.182Z] SystemRoot C:\Windows [2022-03-09T09:27:40.182Z] TEMP C:\Windows\TEMP [2022-03-09T09:27:40.182Z] TESTDEBUG 0 [2022-03-09T09:27:40.182Z] TESTRUN_DRIVE d [2022-03-09T09:27:40.182Z] TESTRUN_SUBDIR CI [2022-03-09T09:27:40.182Z] TIMEOUT 120m [2022-03-09T09:27:40.182Z] TMP C:\Windows\TEMP [2022-03-09T09:27:40.182Z] unit_validate true [2022-03-09T09:27:40.182Z] USERDOMAIN WORKGROUP [2022-03-09T09:27:40.182Z] USERNAME azwin-2-7b2350$ [2022-03-09T09:27:40.182Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-09T09:27:40.182Z] validate_force false [2022-03-09T09:27:40.182Z] windir C:\Windows [2022-03-09T09:27:40.182Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-09T09:27:40.182Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-09T09:27:40.182Z] windows2022 true [2022-03-09T09:27:40.182Z] windows2022containerd true [2022-03-09T09:27:40.182Z] windowsRS5 true [2022-03-09T09:27:40.182Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-09T09:27:40.182Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-09T09:27:40.182Z] [2022-03-09T09:27:40.182Z] [2022-03-09T09:27:40.182Z] [2022-03-09T09:27:40.386Z] #31 2.151 [2022-03-09T09:27:40.650Z] INFO: Sources under d:\gopath\... [2022-03-09T09:27:40.650Z] INFO: Test run under d:\CI\... [2022-03-09T09:27:40.650Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-09T09:27:40.650Z] INFO: docker/docker repository was found [2022-03-09T09:27:40.650Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-03-09T09:27:40.650Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-09T09:27:40.650Z] INFO: Docker version of control daemon [2022-03-09T09:27:40.650Z] [2022-03-09T09:27:40.650Z] Client: [2022-03-09T09:27:40.650Z] Version: 20.10.9 [2022-03-09T09:27:40.650Z] API version: 1.41 [2022-03-09T09:27:40.650Z] Go version: go1.16.8 [2022-03-09T09:27:40.650Z] Git commit: c2ea9bc [2022-03-09T09:27:40.650Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T09:27:40.650Z] OS/Arch: windows/amd64 [2022-03-09T09:27:40.650Z] Context: default [2022-03-09T09:27:40.650Z] Experimental: true [2022-03-09T09:27:40.650Z] [2022-03-09T09:27:40.650Z] Server: Docker Engine - Community [2022-03-09T09:27:40.650Z] Engine: [2022-03-09T09:27:40.650Z] Version: 20.10.9 [2022-03-09T09:27:40.650Z] API version: 1.41 (minimum version 1.24) [2022-03-09T09:27:40.650Z] Go version: go1.16.8 [2022-03-09T09:27:40.650Z] Git commit: 79ea9d3 [2022-03-09T09:27:40.650Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T09:27:40.650Z] OS/Arch: windows/amd64 [2022-03-09T09:27:40.650Z] Experimental: true [2022-03-09T09:27:40.650Z] [2022-03-09T09:27:40.650Z] INFO: Docker info of control daemon [2022-03-09T09:27:40.650Z] [2022-03-09T09:27:40.650Z] Client: [2022-03-09T09:27:40.650Z] Context: default [2022-03-09T09:27:40.650Z] Debug Mode: false [2022-03-09T09:27:40.650Z] [2022-03-09T09:27:40.650Z] Server: [2022-03-09T09:27:40.650Z] Containers: 0 [2022-03-09T09:27:40.650Z] Running: 0 [2022-03-09T09:27:40.650Z] Paused: 0 [2022-03-09T09:27:40.650Z] Stopped: 0 [2022-03-09T09:27:40.650Z] Images: 11 [2022-03-09T09:27:40.650Z] Server Version: 20.10.9 [2022-03-09T09:27:40.650Z] Storage Driver: lcow (linux) windowsfilter (windows) [2022-03-09T09:27:40.650Z] LCOW: [2022-03-09T09:27:40.650Z] Windows: [2022-03-09T09:27:40.650Z] Logging Driver: json-file [2022-03-09T09:27:40.650Z] Plugins: [2022-03-09T09:27:40.650Z] Volume: local [2022-03-09T09:27:40.650Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T09:27:40.650Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T09:27:40.650Z] Swarm: inactive [2022-03-09T09:27:40.650Z] Default Isolation: process [2022-03-09T09:27:40.650Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T09:27:40.650Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T09:27:40.650Z] OSType: windows [2022-03-09T09:27:40.650Z] Architecture: x86_64 [2022-03-09T09:27:40.650Z] CPUs: 4 [2022-03-09T09:27:40.650Z] Total Memory: 32GiB [2022-03-09T09:27:40.650Z] Name: azwin-2-7b2350 [2022-03-09T09:27:40.650Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-09T09:27:40.650Z] Docker Root Dir: D:\docker [2022-03-09T09:27:40.650Z] Debug Mode: false [2022-03-09T09:27:40.650Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:27:40.650Z] Labels: [2022-03-09T09:27:40.650Z] Experimental: true [2022-03-09T09:27:40.650Z] Insecure Registries: [2022-03-09T09:27:40.650Z] 10.0.0.4:5000 [2022-03-09T09:27:40.650Z] 127.0.0.0/8 [2022-03-09T09:27:40.650Z] Registry Mirrors: [2022-03-09T09:27:40.650Z] http://10.0.0.4:5000/ [2022-03-09T09:27:40.650Z] Live Restore Enabled: false [2022-03-09T09:27:40.650Z] Product License: Community Engine [2022-03-09T09:27:40.650Z] [2022-03-09T09:27:40.650Z] [2022-03-09T09:27:40.650Z] INFO: Commit hash is b548a95f9f [2022-03-09T09:27:40.650Z] INFO: Nuke-Everything... [2022-03-09T09:27:40.905Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.8s done [2022-03-09T09:27:40.905Z] #35 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-09T09:27:41.116Z] INFO: Container count on control daemon to delete is 0 [2022-03-09T09:27:41.116Z] INFO: Nuking d:\CI [2022-03-09T09:27:41.117Z] INFO: Zapped successfully [2022-03-09T09:27:41.117Z] INFO: Location for testing is d:\CI\PR-43344\7 [2022-03-09T09:27:41.317Z] #31 3.059 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-09T09:27:41.317Z] #31 3.269 [2022-03-09T09:27:41.574Z] #31 3.485 #=#=# ################################# 46.0% ######################################################################## 100.0% [2022-03-09T09:27:41.588Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-09T09:27:41.588Z] [2022-03-09T09:27:41.588Z] [2022-03-09T09:27:41.588Z] INFO: Building the image from Dockerfile.windows at 03/09/2022 09:27:41... [2022-03-09T09:27:41.588Z] [2022-03-09T09:27:41.830Z] #31 3.758 [2022-03-09T09:27:42.086Z] #31 ... [2022-03-09T09:27:42.086Z] [2022-03-09T09:27:42.086Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:42.086Z] #11 sha256:0da8ec1d8d6ad8e570fd59c985e0ce18067a4b44c01e177f941551ca9c6861fd [2022-03-09T09:27:42.086Z] #11 extracting sha256:435575062b5a88abe63bbad5eb8586be1b08a7e779bac3f30a873481fc0b2f6e 4.2s done [2022-03-09T09:27:42.086Z] #11 extracting sha256:b8a0fbe4cf621d1ea82bfa148b3e0b5c4202ae9018dda6e075ef7c381daae103 done [2022-03-09T09:27:42.086Z] #11 DONE 16.3s [2022-03-09T09:27:42.342Z] [2022-03-09T09:27:42.342Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-09T09:27:42.342Z] #12 sha256:f224c0882cf598acea34e9eb020bc42c885ac138a9d50f4a2fbe066742f67597 [2022-03-09T09:27:42.477Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 4.6s done [2022-03-09T09:27:42.477Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-09T09:27:42.477Z] #11 ... [2022-03-09T09:27:42.477Z] [2022-03-09T09:27:42.477Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-09T09:27:42.477Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T09:27:42.477Z] #29 0.935 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:27:42.477Z] #29 0.952 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:27:42.477Z] #29 0.952 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:27:42.477Z] #29 1.079 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:27:42.477Z] #29 1.236 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:27:42.477Z] #29 1.722 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:27:42.477Z] #29 2.956 Fetched 8505 kB in 2s (3726 kB/s) [2022-03-09T09:27:42.477Z] #29 2.956 Reading package lists... [2022-03-09T09:27:42.477Z] #29 3.746 Reading package lists... [2022-03-09T09:27:42.477Z] #29 4.529 Building dependency tree... [2022-03-09T09:27:42.477Z] #29 4.857 The following additional packages will be installed: [2022-03-09T09:27:42.477Z] #29 4.857 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-09T09:27:42.477Z] #29 4.859 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-09T09:27:42.477Z] #29 4.859 Recommended packages: [2022-03-09T09:27:42.477Z] #29 4.859 libldap-common publicsuffix libsasl2-modules [2022-03-09T09:27:42.478Z] #29 5.029 The following NEW packages will be installed: [2022-03-09T09:27:42.478Z] #29 5.030 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-09T09:27:42.478Z] #29 5.030 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-09T09:27:42.478Z] #29 5.030 libssh2-1 openssl [2022-03-09T09:27:42.478Z] #29 5.320 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-09T09:27:42.478Z] #29 5.320 Need to get 3038 kB of archives. [2022-03-09T09:27:42.478Z] #29 5.320 After this operation, 6650 kB of additional disk space will be used. [2022-03-09T09:27:42.478Z] #29 5.320 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-09T09:27:42.478Z] #29 5.320 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-09T09:27:42.478Z] #29 5.320 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-09T09:27:42.478Z] #29 5.338 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-09T09:27:42.478Z] #29 5.338 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-09T09:27:42.478Z] #29 5.338 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-09T09:27:42.478Z] #29 5.340 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-09T09:27:42.478Z] #29 5.340 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-09T09:27:42.478Z] #29 5.341 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-09T09:27:42.478Z] #29 5.343 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-09T09:27:42.478Z] #29 5.344 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-09T09:27:42.478Z] #29 5.348 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-09T09:27:42.478Z] #29 5.351 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T09:27:42.478Z] #29 5.353 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T09:27:42.478Z] #29 5.354 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T09:27:42.478Z] #29 5.532 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:27:42.478Z] #29 5.565 Fetched 3038 kB in 0s (9573 kB/s) [2022-03-09T09:27:42.478Z] #29 5.590 Selecting previously unselected package openssl. [2022-03-09T09:27:42.478Z] #29 5.591 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-03-09T09:27:42.478Z] #29 5.601 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 5.607 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-09T09:27:42.478Z] #29 5.744 Selecting previously unselected package ca-certificates. [2022-03-09T09:27:42.478Z] #29 5.744 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-09T09:27:42.478Z] #29 5.748 Unpacking ca-certificates (20210119) ... [2022-03-09T09:27:42.478Z] #29 5.827 Selecting previously unselected package libbrotli1:amd64. [2022-03-09T09:27:42.478Z] #29 5.827 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 5.835 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T09:27:42.478Z] #29 5.919 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-09T09:27:42.478Z] #29 5.919 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 5.923 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:42.478Z] #29 5.960 Selecting previously unselected package libsasl2-2:amd64. [2022-03-09T09:27:42.478Z] #29 5.962 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 5.967 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:42.478Z] #29 6.019 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-09T09:27:42.478Z] #29 6.019 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 6.023 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T09:27:42.478Z] #29 6.087 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-09T09:27:42.478Z] #29 6.087 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 6.090 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T09:27:42.478Z] #29 6.146 Selecting previously unselected package libpsl5:amd64. [2022-03-09T09:27:42.478Z] #29 6.146 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 6.151 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T09:27:42.478Z] #29 6.191 Selecting previously unselected package librtmp1:amd64. [2022-03-09T09:27:42.478Z] #29 6.191 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 6.194 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T09:27:42.478Z] #29 6.240 Selecting previously unselected package libssh2-1:amd64. [2022-03-09T09:27:42.478Z] #29 6.242 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 6.246 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T09:27:42.478Z] #29 6.312 Selecting previously unselected package libcurl4:amd64. [2022-03-09T09:27:42.478Z] #29 6.312 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 6.316 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:42.478Z] #29 6.377 Selecting previously unselected package curl. [2022-03-09T09:27:42.478Z] #29 6.381 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 6.387 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:42.478Z] #29 6.474 Selecting previously unselected package libonig5:amd64. [2022-03-09T09:27:42.478Z] #29 6.476 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T09:27:42.478Z] #29 6.480 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:27:42.738Z] #29 6.553 Selecting previously unselected package libjq1:amd64. [2022-03-09T09:27:42.738Z] #29 6.553 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T09:27:42.738Z] #29 6.558 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:27:42.738Z] #29 6.613 Selecting previously unselected package jq. [2022-03-09T09:27:42.738Z] #29 6.613 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-09T09:27:42.738Z] #29 6.618 Unpacking jq (1.6-2.1) ... [2022-03-09T09:27:42.738Z] #29 6.682 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T09:27:42.738Z] #29 6.698 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T09:27:42.738Z] #29 6.709 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T09:27:42.738Z] #29 6.720 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:42.738Z] #29 6.734 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T09:27:42.738Z] #29 6.747 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:42.738Z] #29 6.759 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T09:27:42.738Z] #29 6.773 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-09T09:27:42.738Z] #29 6.792 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:27:42.738Z] #29 6.803 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:27:42.999Z] #29 6.819 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T09:27:42.999Z] #29 6.830 Setting up ca-certificates (20210119) ... [2022-03-09T09:27:43.270Z] #12 DONE 0.9s [2022-03-09T09:27:43.271Z] [2022-03-09T09:27:43.271Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:27:43.271Z] #31 sha256:b48ea3f7f816c4ea64049e24fbf3a98086468a5fa9ca5f5aa05629aabe3b9f30 [2022-03-09T09:27:43.271Z] #31 4.957 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-09T09:27:43.271Z] #31 5.218 [2022-03-09T09:27:43.535Z] [2022-03-09T09:27:43.535Z] #31 ... [2022-03-09T09:27:43.535Z] [2022-03-09T09:27:43.535Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-09T09:27:43.535Z] #13 sha256:9f188e1017c9fac2fca657577c71ee2cc73089491a98e5c2195a0038fb0a90a9 [2022-03-09T09:27:43.535Z] #13 DONE 0.4s [2022-03-09T09:27:43.535Z] [2022-03-09T09:27:43.535Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T09:27:43.535Z] #33 sha256:a978201be0c5f3787ef2cb2a4e67e283eb0ff961151521c3ea699a76d4ee7da9 [2022-03-09T09:27:43.535Z] #33 DONE 0.0s [2022-03-09T09:27:43.535Z] [2022-03-09T09:27:43.535Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:27:43.535Z] #31 sha256:b48ea3f7f816c4ea64049e24fbf3a98086468a5fa9ca5f5aa05629aabe3b9f30 [2022-03-09T09:27:43.535Z] #31 5.441 #=#=# [2022-03-09T09:27:43.535Z] #31 ... [2022-03-09T09:27:43.535Z] [2022-03-09T09:27:43.535Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-09T09:27:43.535Z] #46 sha256:29f307aacc913c168d34ae6100258981712fa6f867ace27802647a2e17757ba8 [2022-03-09T09:27:43.535Z] #46 DONE 0.1s [2022-03-09T09:27:43.535Z] [2022-03-09T09:27:43.535Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-09T09:27:43.535Z] #42 sha256:0e338dcbed0835dbc2e2e4721efc34d8208489bcae390ba527e5b7e61e8d880f [2022-03-09T09:27:43.535Z] #42 DONE 0.3s [2022-03-09T09:27:43.535Z] [2022-03-09T09:27:43.535Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:27:43.535Z] #31 sha256:b48ea3f7f816c4ea64049e24fbf3a98086468a5fa9ca5f5aa05629aabe3b9f30 [2022-03-09T09:27:43.570Z] #29 7.434 Updating certificates in /etc/ssl/certs... [2022-03-09T09:27:43.793Z] #31 5.441 #=#=# 0.0%#31 ... [2022-03-09T09:27:43.793Z] [2022-03-09T09:27:43.793Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-09T09:27:43.793Z] #62 sha256:6aa2aee3a9ffa296448901b09ec002956dd1635dd9ccb6cc840888a161f128e6 [2022-03-09T09:27:43.793Z] #62 DONE 0.3s [2022-03-09T09:27:43.793Z] [2022-03-09T09:27:43.793Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T09:27:43.793Z] #25 sha256:13d481d4dc692a93462586f305c662a68109439c7fcc8bc48ab2553772e60a77 [2022-03-09T09:27:43.793Z] #25 DONE 0.3s [2022-03-09T09:27:43.793Z] [2022-03-09T09:27:43.793Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:27:43.793Z] #31 sha256:b48ea3f7f816c4ea64049e24fbf3a98086468a5fa9ca5f5aa05629aabe3b9f30 [2022-03-09T09:27:43.793Z] #31 5.441 #=#=# 0.0% ################################# 47.0% ######################################################################## 100.0% [2022-03-09T09:27:44.049Z] #31 6.065 [2022-03-09T09:27:44.141Z] #29 8.126 129 added, 0 removed; done. [2022-03-09T09:27:44.141Z] #29 8.162 Setting up jq (1.6-2.1) ... [2022-03-09T09:27:44.141Z] #29 8.174 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:44.141Z] #29 8.187 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:44.141Z] #29 8.198 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:27:44.141Z] #29 8.217 Processing triggers for ca-certificates (20210119) ... [2022-03-09T09:27:44.215Z] #35 ... [2022-03-09T09:27:44.215Z] [2022-03-09T09:27:44.215Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:44.215Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:27:44.215Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.2s done [2022-03-09T09:27:44.215Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-09T09:27:44.215Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-09T09:27:44.215Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-09T09:27:44.215Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.6s done [2022-03-09T09:27:44.215Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 1.4s done [2022-03-09T09:27:44.215Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 1.8s done [2022-03-09T09:27:44.215Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 4.1s done [2022-03-09T09:27:44.215Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 5.9s [2022-03-09T09:27:44.215Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 96.47MB / 134.90MB 5.9s [2022-03-09T09:27:44.215Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 4.2s done [2022-03-09T09:27:44.215Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 105.91MB / 134.90MB 6.0s [2022-03-09T09:27:44.215Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 121.63MB / 134.90MB 6.2s [2022-03-09T09:27:44.215Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 6.2s done [2022-03-09T09:27:44.215Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 128.62MB / 134.90MB 6.3s [2022-03-09T09:27:44.402Z] #29 8.224 Updating certificates in /etc/ssl/certs... [2022-03-09T09:27:44.478Z] #11 ... [2022-03-09T09:27:44.478Z] [2022-03-09T09:27:44.478Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:27:44.478Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T09:27:44.478Z] #74 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-03-09T09:27:44.478Z] #74 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T09:27:44.478Z] #74 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-09T09:27:44.478Z] #74 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-09T09:27:44.478Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-03-09T09:27:44.478Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.9s done [2022-03-09T09:27:44.478Z] #74 DONE 6.7s [2022-03-09T09:27:44.478Z] [2022-03-09T09:27:44.478Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:44.478Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:27:44.478Z] #11 ... [2022-03-09T09:27:44.478Z] [2022-03-09T09:27:44.478Z] #31 [internal] load build context [2022-03-09T09:27:44.478Z] #31 sha256:df218656131c0a52b7b0f399e376cafe71e520180fea579ff9642adcdea298b3 [2022-03-09T09:27:44.478Z] #31 transferring context: 48.95MB 6.9s [2022-03-09T09:27:44.478Z] #31 ... [2022-03-09T09:27:44.478Z] [2022-03-09T09:27:44.478Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:44.478Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:27:44.974Z] #29 8.806 0 added, 0 removed; done. [2022-03-09T09:27:44.975Z] #29 8.806 Running hooks in /etc/ca-certificates/update.d... [2022-03-09T09:27:44.975Z] #29 8.808 done. [2022-03-09T09:27:45.422Z] #31 7.327 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-09T09:27:45.680Z] #31 7.710 [2022-03-09T09:27:45.866Z] #11 ... [2022-03-09T09:27:45.866Z] [2022-03-09T09:27:45.866Z] #31 [internal] load build context [2022-03-09T09:27:45.866Z] #31 sha256:df218656131c0a52b7b0f399e376cafe71e520180fea579ff9642adcdea298b3 [2022-03-09T09:27:45.866Z] #31 transferring context: 56.90MB 7.3s done [2022-03-09T09:27:45.866Z] #31 DONE 8.4s [2022-03-09T09:27:45.866Z] [2022-03-09T09:27:45.866Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:45.866Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:27:45.866Z] #11 ... [2022-03-09T09:27:45.866Z] [2022-03-09T09:27:45.866Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:27:45.866Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T09:27:45.866Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T09:27:45.866Z] #76 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-09T09:27:45.866Z] #76 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-09T09:27:45.867Z] #76 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2022-03-09T09:27:45.867Z] #76 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.9s done [2022-03-09T09:27:45.867Z] #76 DONE 8.2s [2022-03-09T09:27:45.921Z] #29 DONE 9.8s [2022-03-09T09:27:45.921Z] [2022-03-09T09:27:45.922Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-09T09:27:45.922Z] #30 sha256:dd8ee585452e88c07ea34d4e69d610820d7b85672bfd9d36d623b4090362a66a [2022-03-09T09:27:45.922Z] #30 DONE 0.2s [2022-03-09T09:27:45.922Z] [2022-03-09T09:27:45.922Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:27:45.922Z] #31 sha256:ef3bce82d3a054c28cdcb71d82f2233ae49cead596f4d73fe10b27bc6f7599c2 [2022-03-09T09:27:45.938Z] #31 7.935 #=#=# ######################################################################## 100.0% [2022-03-09T09:27:46.128Z] [2022-03-09T09:27:46.129Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:27:46.129Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:27:46.129Z] #35 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.2s [2022-03-09T09:27:46.503Z] #31 8.521 [2022-03-09T09:27:47.315Z] #31 1.441 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-09T09:27:47.578Z] #31 1.715 [2022-03-09T09:27:48.045Z] #35 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 6.7s done [2022-03-09T09:27:48.099Z] #31 1.928 #=#=# ######################################################################## 100.0% [2022-03-09T09:27:48.307Z] #35 DONE 10.9s [2022-03-09T09:27:48.308Z] [2022-03-09T09:27:48.308Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-09T09:27:48.308Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T09:27:48.361Z] #31 2.184 [2022-03-09T09:27:48.402Z] #31 10.31 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-09T09:27:48.735Z] Sending build context to Docker daemon 62.11MB [2022-03-09T09:27:48.735Z] [2022-03-09T09:27:48.735Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-09T09:27:48.735Z] ---> 02f938cacc3b [2022-03-09T09:27:48.735Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-09T09:27:48.735Z] ---> Using cache [2022-03-09T09:27:48.735Z] ---> aef3d9b2a99d [2022-03-09T09:27:48.735Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-09T09:27:48.735Z] ---> Using cache [2022-03-09T09:27:48.735Z] ---> 0eb0de8b2e76 [2022-03-09T09:27:48.735Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-09T09:27:48.735Z] ---> Using cache [2022-03-09T09:27:48.735Z] ---> 14e5e70fee3f [2022-03-09T09:27:48.735Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-09T09:27:48.735Z] ---> Using cache [2022-03-09T09:27:48.735Z] ---> c310d2a0740b [2022-03-09T09:27:48.735Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-09T09:27:48.735Z] ---> Using cache [2022-03-09T09:27:48.735Z] ---> a1549bc5cae4 [2022-03-09T09:27:48.735Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-09T09:27:48.735Z] ---> Using cache [2022-03-09T09:27:48.735Z] ---> 9640a40e2947 [2022-03-09T09:27:48.735Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-09T09:27:48.735Z] ---> Using cache [2022-03-09T09:27:48.735Z] ---> 1e20cc66884a [2022-03-09T09:27:48.735Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-09T09:27:48.735Z] ---> Using cache [2022-03-09T09:27:48.735Z] ---> 108b09d7c8a2 [2022-03-09T09:27:48.735Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-09T09:27:48.735Z] ---> Using cache [2022-03-09T09:27:48.735Z] ---> 3741c0643ec2 [2022-03-09T09:27:48.735Z] Step 11/11 : COPY . . [2022-03-09T09:27:48.935Z] #31 3.063 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-09T09:27:49.337Z] #31 ... [2022-03-09T09:27:49.337Z] [2022-03-09T09:27:49.337Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:27:49.337Z] #63 sha256:8241de2ada59aa4bb0c46e00fe131dec9eb5d6eff8153625edc7b5fc8a533dac [2022-03-09T09:27:49.337Z] #63 2.745 + RM_GOPATH=0 [2022-03-09T09:27:49.337Z] #63 2.746 + TMP_GOPATH= [2022-03-09T09:27:49.337Z] #63 2.746 + : /build [2022-03-09T09:27:49.337Z] #63 2.746 + '[' -z '' ']' [2022-03-09T09:27:49.337Z] #63 2.747 ++ mktemp -d [2022-03-09T09:27:49.337Z] #63 2.749 + export GOPATH=/tmp/tmp.6AlGxwFpZ8 [2022-03-09T09:27:49.337Z] #63 2.749 + GOPATH=/tmp/tmp.6AlGxwFpZ8 [2022-03-09T09:27:49.337Z] #63 2.749 + RM_GOPATH=1 [2022-03-09T09:27:49.337Z] #63 2.749 + case "$(go env GOARCH)" in [2022-03-09T09:27:49.337Z] #63 2.749 ++ go env GOARCH [2022-03-09T09:27:49.337Z] #63 2.757 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:27:49.337Z] #63 2.757 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:27:49.337Z] #63 2.758 ++ dirname /install.sh [2022-03-09T09:27:49.337Z] #63 2.758 + dir=/ [2022-03-09T09:27:49.337Z] #63 2.759 + bin=rootlesskit [2022-03-09T09:27:49.337Z] #63 2.759 + shift [2022-03-09T09:27:49.337Z] #63 2.759 + '[' '!' -f //rootlesskit.installer ']' [2022-03-09T09:27:49.337Z] #63 2.759 + . //rootlesskit.installer [2022-03-09T09:27:49.337Z] #63 2.759 ++ : v0.14.6 [2022-03-09T09:27:49.337Z] #63 2.759 + install_rootlesskit [2022-03-09T09:27:49.337Z] #63 2.759 + case "$1" in [2022-03-09T09:27:49.337Z] #63 2.760 + export CGO_ENABLED=0 [2022-03-09T09:27:49.337Z] #63 2.760 + CGO_ENABLED=0 [2022-03-09T09:27:49.337Z] #63 2.760 + _install_rootlesskit [2022-03-09T09:27:49.337Z] #63 2.762 + echo 'Install rootlesskit version v0.14.6' [2022-03-09T09:27:49.337Z] #63 2.766 Install rootlesskit version v0.14.6 [2022-03-09T09:27:49.337Z] #63 2.766 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T09:27:49.337Z] #63 2.766 + GOBIN=/build [2022-03-09T09:27:49.337Z] #63 2.767 + GO111MODULE=on [2022-03-09T09:27:49.337Z] #63 2.767 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-09T09:27:49.337Z] #63 3.213 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-09T09:27:49.337Z] #63 5.058 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T09:27:49.337Z] #63 5.073 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-09T09:27:49.337Z] #63 5.624 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-09T09:27:49.506Z] #31 3.329 [2022-03-09T09:27:49.506Z] #31 3.544 #=#=# ######################################################################## 100.0% [2022-03-09T09:27:49.706Z] #36 ... [2022-03-09T09:27:49.706Z] [2022-03-09T09:27:49.706Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-09T09:27:49.706Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-09T09:27:49.706Z] #75 DONE 0.6s [2022-03-09T09:27:49.766Z] #31 3.841 [2022-03-09T09:27:49.968Z] [2022-03-09T09:27:49.968Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-09T09:27:49.968Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-09T09:27:50.269Z] #63 ... [2022-03-09T09:27:50.269Z] [2022-03-09T09:27:50.269Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:27:50.269Z] #31 sha256:b48ea3f7f816c4ea64049e24fbf3a98086468a5fa9ca5f5aa05629aabe3b9f30 [2022-03-09T09:27:50.269Z] #31 11.68 [2022-03-09T09:27:50.269Z] #31 11.95 #=#=# ######################################################################## 100.0% [2022-03-09T09:27:50.710Z] #31 4.751 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-09T09:27:50.833Z] #31 12.91 [2022-03-09T09:27:50.925Z] #77 DONE 0.9s [2022-03-09T09:27:50.925Z] [2022-03-09T09:27:50.925Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-09T09:27:50.925Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T09:27:50.925Z] #36 2.336 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:27:50.925Z] #36 2.336 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:27:50.925Z] #36 2.349 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:27:50.925Z] #36 2.514 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:27:50.970Z] #31 5.013 [2022-03-09T09:27:51.190Z] #36 2.773 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:27:51.399Z] #31 13.27 Download of images into '/build' complete. [2022-03-09T09:27:51.399Z] #31 13.27 Use something like the following to load the result into a Docker daemon: [2022-03-09T09:27:51.399Z] #31 13.27 tar -cC '/build' . | docker load [2022-03-09T09:27:51.455Z] #36 3.064 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:27:51.658Z] #31 DONE 13.6s [2022-03-09T09:27:51.658Z] [2022-03-09T09:27:51.658Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-09T09:27:51.658Z] #26 sha256:d7c03a0255ea7d173c0abd1a3731aea875bdc67368a751578199dab030962a6e [2022-03-09T09:27:51.658Z] #26 2.718 + RM_GOPATH=0 [2022-03-09T09:27:51.658Z] #26 2.718 + TMP_GOPATH= [2022-03-09T09:27:51.658Z] #26 2.719 + : /build [2022-03-09T09:27:51.658Z] #26 2.719 + '[' -z '' ']' [2022-03-09T09:27:51.658Z] #26 2.719 ++ mktemp -d [2022-03-09T09:27:51.658Z] #26 2.721 + export GOPATH=/tmp/tmp.RAPmSlkNsY [2022-03-09T09:27:51.658Z] #26 2.721 + GOPATH=/tmp/tmp.RAPmSlkNsY [2022-03-09T09:27:51.658Z] #26 2.721 + RM_GOPATH=1 [2022-03-09T09:27:51.658Z] #26 2.721 + case "$(go env GOARCH)" in [2022-03-09T09:27:51.658Z] #26 2.722 ++ go env GOARCH [2022-03-09T09:27:51.658Z] #26 2.740 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:27:51.658Z] #26 2.741 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:27:51.658Z] #26 2.741 ++ dirname /install.sh [2022-03-09T09:27:51.658Z] #26 2.744 + dir=/ [2022-03-09T09:27:51.658Z] #26 2.744 + bin=dockercli [2022-03-09T09:27:51.658Z] #26 2.744 + shift [2022-03-09T09:27:51.658Z] #26 2.744 + '[' '!' -f //dockercli.installer ']' [2022-03-09T09:27:51.658Z] #26 2.744 + . //dockercli.installer [2022-03-09T09:27:51.658Z] #26 2.744 ++ : stable [2022-03-09T09:27:51.658Z] #26 2.744 ++ : 17.06.2-ce [2022-03-09T09:27:51.658Z] #26 2.748 + install_dockercli [2022-03-09T09:27:51.658Z] #26 2.748 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-09T09:27:51.658Z] #26 2.748 Install docker/cli version 17.06.2-ce from stable [2022-03-09T09:27:51.658Z] #26 2.748 ++ uname -m [2022-03-09T09:27:51.658Z] #26 2.751 + arch=aarch64 [2022-03-09T09:27:51.658Z] #26 2.752 + '[' aarch64 '!=' x86_64 ']' [2022-03-09T09:27:51.658Z] #26 2.752 + '[' aarch64 '!=' s390x ']' [2022-03-09T09:27:51.658Z] #26 2.752 + '[' aarch64 '!=' armhf ']' [2022-03-09T09:27:51.658Z] #26 2.752 + build_dockercli [2022-03-09T09:27:51.658Z] #26 2.752 + git clone https://github.com/docker/docker-ce /tmp/tmp.RAPmSlkNsY/tmp/docker-ce [2022-03-09T09:27:51.658Z] #26 2.755 Cloning into '/tmp/tmp.RAPmSlkNsY/tmp/docker-ce'... [2022-03-09T09:27:51.754Z] #31 5.230 #=#=# ############ 16.9% ########################################## 59.0% ################################################################# 90.4% ######################################################################## 100.0% [2022-03-09T09:27:51.754Z] #31 5.767 [2022-03-09T09:27:51.915Z] #26 ... [2022-03-09T09:27:51.915Z] [2022-03-09T09:27:51.915Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:27:51.915Z] #63 sha256:8241de2ada59aa4bb0c46e00fe131dec9eb5d6eff8153625edc7b5fc8a533dac [2022-03-09T09:27:51.915Z] #63 8.089 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-09T09:27:52.171Z] #63 8.595 go: downloading github.com/google/uuid v1.3.0 [2022-03-09T09:27:52.171Z] #63 8.637 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-09T09:27:52.327Z] #31 ... [2022-03-09T09:27:52.327Z] [2022-03-09T09:27:52.327Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:52.327Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:27:52.327Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 4.4s done [2022-03-09T09:27:52.327Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.8s [2022-03-09T09:27:52.427Z] #63 8.754 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-09T09:27:52.588Z] #11 ... [2022-03-09T09:27:52.588Z] [2022-03-09T09:27:52.588Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:27:52.588Z] #31 sha256:ef3bce82d3a054c28cdcb71d82f2233ae49cead596f4d73fe10b27bc6f7599c2 [2022-03-09T09:27:52.588Z] #31 6.700 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-09T09:27:52.684Z] #63 8.950 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T09:27:52.848Z] #31 6.975 [2022-03-09T09:27:52.941Z] #63 9.066 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T09:27:52.941Z] #63 9.233 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-09T09:27:53.197Z] #63 9.514 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-09T09:27:53.375Z] #36 4.736 Fetched 8505 kB in 3s (3191 kB/s) [2022-03-09T09:27:53.418Z] #31 7.204 #=#=# ######################################################################## 100.0% [2022-03-09T09:27:53.418Z] #31 7.460 [2022-03-09T09:27:53.453Z] #63 9.709 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-09T09:27:53.453Z] #63 9.779 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-09T09:27:53.453Z] #63 ... [2022-03-09T09:27:53.453Z] [2022-03-09T09:27:53.453Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:27:53.453Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-09T09:27:53.454Z] #58 3.287 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:27:53.454Z] #58 3.461 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:27:53.454Z] #58 3.656 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:27:53.454Z] #58 3.944 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:27:53.454Z] #58 5.664 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:27:53.454Z] #58 7.478 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:27:53.710Z] #58 ... [2022-03-09T09:27:53.710Z] [2022-03-09T09:27:53.710Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:27:53.710Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-09T09:27:53.710Z] #49 3.245 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T09:27:53.710Z] #49 4.481 go: downloading github.com/fatih/color v1.10.0 [2022-03-09T09:27:53.710Z] #49 4.494 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T09:27:53.710Z] #49 4.520 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T09:27:53.710Z] #49 4.610 go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T09:27:53.710Z] #49 4.817 go: downloading golang.org/x/tools v0.1.0 [2022-03-09T09:27:53.710Z] #49 4.840 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T09:27:53.710Z] #49 4.983 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T09:27:53.710Z] #49 5.239 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T09:27:53.710Z] #49 5.378 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T09:27:53.710Z] #49 8.036 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T09:27:53.710Z] #49 8.087 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T09:27:53.710Z] #49 8.359 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T09:27:53.710Z] #49 10.01 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T09:27:53.710Z] #49 10.05 go: downloading golang.org/x/mod v0.3.0 [2022-03-09T09:27:53.710Z] #49 ... [2022-03-09T09:27:53.710Z] [2022-03-09T09:27:53.710Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:27:53.710Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:27:53.710Z] #51 3.346 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-09T09:27:53.948Z] #36 4.736 Reading package lists... [2022-03-09T09:27:53.966Z] #51 ... [2022-03-09T09:27:53.966Z] [2022-03-09T09:27:53.966Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:27:53.966Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-09T09:27:53.966Z] #38 3.289 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:27:53.966Z] #38 3.459 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:27:53.966Z] #38 3.656 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:27:53.966Z] #38 3.728 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:27:53.966Z] #38 5.139 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:27:53.966Z] #38 7.001 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:27:53.966Z] #38 ... [2022-03-09T09:27:53.966Z] [2022-03-09T09:27:53.966Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:27:53.966Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-09T09:27:53.966Z] #43 1.723 + git clone https://github.com/docker/distribution.git . [2022-03-09T09:27:53.966Z] #43 1.723 Cloning into '.'... [2022-03-09T09:27:53.988Z] #31 8.150 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-09T09:27:54.222Z] #43 ... [2022-03-09T09:27:54.222Z] [2022-03-09T09:27:54.222Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:27:54.222Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T09:27:54.222Z] #14 3.433 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:27:54.222Z] #14 3.461 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:27:54.222Z] #14 3.659 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:27:54.222Z] #14 4.122 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:27:54.222Z] #14 6.136 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:27:54.222Z] #14 8.521 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:27:54.222Z] #14 ... [2022-03-09T09:27:54.222Z] [2022-03-09T09:27:54.222Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-09T09:27:54.222Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-09T09:27:54.222Z] #36 3.351 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-09T09:27:54.458Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-09T09:27:54.458Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-8e1556f0\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-09T09:27:54.458Z] ---------------------------------------------------------------------------- [2022-03-09T09:27:54.458Z] [2022-03-09T09:27:54.458Z] INFO: executeCI.ps1 starting at Wed Mar 9 09:27:54 CUT 2022 [2022-03-09T09:27:54.458Z] [2022-03-09T09:27:54.458Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-09T09:27:54.458Z] INFO: Running git version 2.24.1.windows.2 [2022-03-09T09:27:54.458Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-09T09:27:54.458Z] INFO: Environment variables: [2022-03-09T09:27:54.458Z] [2022-03-09T09:27:54.458Z] Name Value [2022-03-09T09:27:54.458Z] ---- ----- [2022-03-09T09:27:54.458Z] ALLUSERSPROFILE C:\ProgramData [2022-03-09T09:27:54.458Z] amd64 true [2022-03-09T09:27:54.458Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-09T09:27:54.458Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-09T09:27:54.458Z] arm64 true [2022-03-09T09:27:54.458Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-09T09:27:54.458Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-09T09:27:54.458Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-09T09:27:54.458Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-09T09:27:54.458Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-09T09:27:54.458Z] BRANCH_NAME PR-43344 [2022-03-09T09:27:54.458Z] BUILD_DISPLAY_NAME #7 [2022-03-09T09:27:54.458Z] BUILD_ID 7 [2022-03-09T09:27:54.458Z] BUILD_NUMBER 7 [2022-03-09T09:27:54.458Z] BUILD_TAG jenkins-moby-PR-43344-7 [2022-03-09T09:27:54.458Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/ [2022-03-09T09:27:54.458Z] cgroup2 true [2022-03-09T09:27:54.458Z] CHANGE_AUTHOR ndeloof [2022-03-09T09:27:54.458Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-03-09T09:27:54.458Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-03-09T09:27:54.458Z] CHANGE_BRANCH issue_43341 [2022-03-09T09:27:54.458Z] CHANGE_FORK ndeloof/docker [2022-03-09T09:27:54.458Z] CHANGE_ID 43344 [2022-03-09T09:27:54.458Z] CHANGE_TARGET master [2022-03-09T09:27:54.458Z] CHANGE_TITLE cleanup swagger multi-examples [2022-03-09T09:27:54.458Z] CHANGE_URL https://github.com/moby/moby/pull/43344 [2022-03-09T09:27:54.458Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:27:54.458Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-09T09:27:54.458Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-09T09:27:54.458Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-09T09:27:54.458Z] COMPUTERNAME azwin-2-556c50 [2022-03-09T09:27:54.458Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-09T09:27:54.458Z] ConfigSequenceNumber 0 [2022-03-09T09:27:54.458Z] dco true [2022-03-09T09:27:54.458Z] DOCKER_BUILDKIT 0 [2022-03-09T09:27:54.458Z] DOCKER_DUT_DEBUG 1 [2022-03-09T09:27:54.458Z] DOCKER_EXPERIMENTAL 1 [2022-03-09T09:27:54.458Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-09T09:27:54.458Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-09T09:27:54.458Z] EXECUTOR_NUMBER 0 [2022-03-09T09:27:54.458Z] FQDN azwin-2-556c50.westus.cloudapp.azure.com [2022-03-09T09:27:54.458Z] GIT_BRANCH PR-43344 [2022-03-09T09:27:54.458Z] GIT_COMMIT 8c948c86d89f2ff54b23118ccb0a13646b289a72 [2022-03-09T09:27:54.458Z] GIT_PREVIOUS_COMMIT d0c800e71c545b8b3c65af905bdbbe6697cc359b [2022-03-09T09:27:54.458Z] GIT_URL https://github.com/moby/moby.git [2022-03-09T09:27:54.458Z] HUDSON_COOKIE 1274e47f-1cdc-4653-bd48-11393554f9f7 [2022-03-09T09:27:54.458Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-09T09:27:54.458Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-09T09:27:54.458Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-09T09:27:54.458Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-09T09:27:54.458Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-09T09:27:54.458Z] JENKINS_NODE_COOKIE f3cdd1bf-4dad-4318-909c-853272a06f88 [2022-03-09T09:27:54.458Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-09T09:27:54.458Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-09T09:27:54.458Z] JOB_BASE_NAME PR-43344 [2022-03-09T09:27:54.458Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/display/redirect [2022-03-09T09:27:54.458Z] JOB_NAME moby/PR-43344 [2022-03-09T09:27:54.458Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/ [2022-03-09T09:27:54.458Z] library.jps.version master [2022-03-09T09:27:54.458Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-09T09:27:54.458Z] NODE_LABELS amd64 azure azwin-2-556c50 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-09T09:27:54.458Z] NODE_NAME azwin-2-556c50 [2022-03-09T09:27:54.458Z] NUMBER_OF_PROCESSORS 4 [2022-03-09T09:27:54.458Z] OS Windows_NT [2022-03-09T09:27:54.458Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-09T09:27:54.458Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-09T09:27:54.458Z] ppc64le false [2022-03-09T09:27:54.458Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-09T09:27:54.458Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-09T09:27:54.458Z] PROCESSOR_LEVEL 6 [2022-03-09T09:27:54.458Z] PROCESSOR_REVISION 4f01 [2022-03-09T09:27:54.458Z] ProgramData C:\ProgramData [2022-03-09T09:27:54.458Z] ProgramFiles C:\Program Files [2022-03-09T09:27:54.458Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-09T09:27:54.458Z] ProgramW6432 C:\Program Files [2022-03-09T09:27:54.458Z] PROMPT $P$G [2022-03-09T09:27:54.458Z] PSExecutionPolicyPreference Bypass [2022-03-09T09:27:54.458Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-09T09:27:54.458Z] PUBLIC C:\Users\Public [2022-03-09T09:27:54.458Z] rootless true [2022-03-09T09:27:54.458Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect?page=artif... [2022-03-09T09:27:54.458Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect?page=changes [2022-03-09T09:27:54.458Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect [2022-03-09T09:27:54.458Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect?page=tests [2022-03-09T09:27:54.458Z] s390x false [2022-03-09T09:27:54.458Z] SKIP_VALIDATION_TESTS 1 [2022-03-09T09:27:54.458Z] SOURCES_DRIVE d [2022-03-09T09:27:54.458Z] SOURCES_SUBDIR gopath [2022-03-09T09:27:54.458Z] STAGE_NAME Run tests [2022-03-09T09:27:54.458Z] SystemDrive C: [2022-03-09T09:27:54.458Z] SystemRoot C:\Windows [2022-03-09T09:27:54.458Z] TEMP C:\Windows\TEMP [2022-03-09T09:27:54.458Z] TESTDEBUG 0 [2022-03-09T09:27:54.458Z] TESTRUN_DRIVE d [2022-03-09T09:27:54.458Z] TESTRUN_SUBDIR CI [2022-03-09T09:27:54.458Z] TIMEOUT 120m [2022-03-09T09:27:54.458Z] TMP C:\Windows\TEMP [2022-03-09T09:27:54.458Z] unit_validate true [2022-03-09T09:27:54.458Z] USERDOMAIN WORKGROUP [2022-03-09T09:27:54.458Z] USERNAME azwin-2-556c50$ [2022-03-09T09:27:54.458Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-09T09:27:54.458Z] validate_force false [2022-03-09T09:27:54.458Z] windir C:\Windows [2022-03-09T09:27:54.458Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-09T09:27:54.458Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-09T09:27:54.458Z] windows2022 true [2022-03-09T09:27:54.458Z] windows2022containerd true [2022-03-09T09:27:54.458Z] windowsRS5 true [2022-03-09T09:27:54.458Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-09T09:27:54.458Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-09T09:27:54.458Z] [2022-03-09T09:27:54.458Z] [2022-03-09T09:27:54.458Z] [2022-03-09T09:27:54.531Z] #36 ... [2022-03-09T09:27:54.531Z] [2022-03-09T09:27:54.531Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-09T09:27:54.531Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-09T09:27:54.531Z] #53 3.190 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-09T09:27:54.531Z] #53 4.036 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-09T09:27:54.531Z] #53 4.037 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-09T09:27:54.531Z] #53 4.097 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-09T09:27:54.531Z] #53 5.597 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-09T09:27:54.531Z] #53 ... [2022-03-09T09:27:54.531Z] [2022-03-09T09:27:54.531Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:27:54.531Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-09T09:27:54.531Z] #34 3.029 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-09T09:27:54.531Z] #34 3.030 Cloning into '.'... [2022-03-09T09:27:54.558Z] #31 8.373 [2022-03-09T09:27:54.558Z] [2022-03-09T09:27:54.558Z] #31 ... [2022-03-09T09:27:54.558Z] [2022-03-09T09:27:54.558Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:54.558Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:27:54.558Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 7.6s done [2022-03-09T09:27:54.558Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-09T09:27:54.558Z] #11 DONE 25.4s [2022-03-09T09:27:54.558Z] [2022-03-09T09:27:54.558Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:27:54.558Z] #31 sha256:ef3bce82d3a054c28cdcb71d82f2233ae49cead596f4d73fe10b27bc6f7599c2 [2022-03-09T09:27:54.558Z] #31 8.588 #=#=# ######################################################################## 100.0% [2022-03-09T09:27:54.790Z] #34 ... [2022-03-09T09:27:54.790Z] [2022-03-09T09:27:54.790Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:27:54.790Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T09:27:54.790Z] #47 3.274 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:27:54.790Z] #47 3.298 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:27:54.790Z] #47 3.499 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:27:54.790Z] #47 3.784 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-09T09:27:54.790Z] #47 4.016 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:27:54.790Z] #47 5.264 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:27:54.790Z] #47 7.032 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:27:54.790Z] #47 8.976 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-09T09:27:54.818Z] #31 8.841 [2022-03-09T09:27:54.819Z] #31 8.899 Download of images into '/build' complete. [2022-03-09T09:27:54.819Z] #31 8.899 Use something like the following to load the result into a Docker daemon: [2022-03-09T09:27:54.819Z] #31 8.899 tar -cC '/build' . | docker load [2022-03-09T09:27:54.892Z] #36 5.545 Reading package lists... [2022-03-09T09:27:54.971Z] INFO: Sources under d:\gopath\... [2022-03-09T09:27:54.971Z] INFO: Test run under d:\CI\... [2022-03-09T09:27:54.971Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-09T09:27:54.971Z] INFO: docker/docker repository was found [2022-03-09T09:27:54.971Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2022-03-09T09:27:54.971Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2686' [2022-03-09T09:27:54.971Z] INFO: Docker version of control daemon [2022-03-09T09:27:54.971Z] [2022-03-09T09:27:55.047Z] #47 ... [2022-03-09T09:27:55.047Z] [2022-03-09T09:27:55.047Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:27:55.047Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-09T09:27:55.047Z] #38 11.52 Fetched 8392 kB in 9s (980 kB/s) [2022-03-09T09:27:55.153Z] #36 6.353 Building dependency tree... [2022-03-09T09:27:55.153Z] #36 6.767 The following additional packages will be installed: [2022-03-09T09:27:55.153Z] #36 6.767 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-09T09:27:55.153Z] #36 6.767 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-09T09:27:55.153Z] #36 6.767 Recommended packages: [2022-03-09T09:27:55.153Z] #36 6.767 libldap-common publicsuffix libsasl2-modules [2022-03-09T09:27:55.414Z] #36 7.005 The following NEW packages will be installed: [2022-03-09T09:27:55.414Z] #36 7.005 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-09T09:27:55.414Z] #36 7.005 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-09T09:27:55.414Z] #36 7.005 libssh2-1 openssl [2022-03-09T09:27:55.484Z] Client: [2022-03-09T09:27:55.484Z] Version: 20.10.9 [2022-03-09T09:27:55.484Z] API version: 1.41 [2022-03-09T09:27:55.484Z] Go version: go1.16.8 [2022-03-09T09:27:55.484Z] Git commit: c2ea9bc [2022-03-09T09:27:55.484Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T09:27:55.484Z] OS/Arch: windows/amd64 [2022-03-09T09:27:55.484Z] Context: default [2022-03-09T09:27:55.484Z] Experimental: true [2022-03-09T09:27:55.484Z] [2022-03-09T09:27:55.484Z] Server: Docker Engine - Community [2022-03-09T09:27:55.484Z] Engine: [2022-03-09T09:27:55.484Z] Version: 20.10.9 [2022-03-09T09:27:55.484Z] API version: 1.41 (minimum version 1.24) [2022-03-09T09:27:55.484Z] Go version: go1.16.8 [2022-03-09T09:27:55.484Z] Git commit: 79ea9d3 [2022-03-09T09:27:55.484Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T09:27:55.484Z] OS/Arch: windows/amd64 [2022-03-09T09:27:55.484Z] Experimental: true [2022-03-09T09:27:55.484Z] [2022-03-09T09:27:55.484Z] INFO: Docker info of control daemon [2022-03-09T09:27:55.484Z] [2022-03-09T09:27:55.677Z] #36 7.285 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-09T09:27:55.677Z] #36 7.285 Need to get 3038 kB of archives. [2022-03-09T09:27:55.677Z] #36 7.285 After this operation, 6650 kB of additional disk space will be used. [2022-03-09T09:27:55.677Z] #36 7.285 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-09T09:27:55.677Z] #36 7.285 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-09T09:27:55.677Z] #36 7.285 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-09T09:27:55.677Z] #36 7.299 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-09T09:27:55.677Z] #36 7.299 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-09T09:27:55.677Z] #36 7.305 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-09T09:27:55.677Z] #36 7.317 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-09T09:27:55.677Z] #36 7.317 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-09T09:27:55.677Z] #36 7.317 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-09T09:27:55.677Z] #36 7.317 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-09T09:27:55.677Z] #36 7.317 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-09T09:27:55.677Z] #36 7.329 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-09T09:27:55.677Z] #36 7.329 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T09:27:55.677Z] #36 7.329 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T09:27:55.677Z] #36 7.329 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T09:27:55.760Z] #31 DONE 9.8s [2022-03-09T09:27:55.760Z] [2022-03-09T09:27:55.760Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-09T09:27:55.760Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-09T09:27:55.760Z] #12 DONE 1.3s [2022-03-09T09:27:55.760Z] [2022-03-09T09:27:55.760Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-09T09:27:55.760Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-09T09:27:55.938Z] #36 7.522 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:27:55.939Z] #36 7.585 Fetched 3038 kB in 0s (9384 kB/s) [2022-03-09T09:27:55.996Z] Client: [2022-03-09T09:27:55.996Z] Context: default [2022-03-09T09:27:55.996Z] Debug Mode: false [2022-03-09T09:27:55.996Z] Plugins: [2022-03-09T09:27:55.996Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-09T09:27:55.996Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-09T09:27:55.996Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-09T09:27:55.996Z] [2022-03-09T09:27:55.996Z] Server: [2022-03-09T09:27:55.996Z] Containers: 0 [2022-03-09T09:27:55.996Z] Running: 0 [2022-03-09T09:27:55.996Z] Paused: 0 [2022-03-09T09:27:55.996Z] Stopped: 0 [2022-03-09T09:27:55.996Z] Images: 11 [2022-03-09T09:27:55.996Z] Server Version: 20.10.9 [2022-03-09T09:27:55.996Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-09T09:27:55.996Z] Windows: [2022-03-09T09:27:55.996Z] LCOW: [2022-03-09T09:27:55.996Z] Logging Driver: json-file [2022-03-09T09:27:55.996Z] Plugins: [2022-03-09T09:27:55.996Z] Volume: local [2022-03-09T09:27:55.996Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T09:27:55.996Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T09:27:55.996Z] Swarm: inactive [2022-03-09T09:27:55.996Z] Default Isolation: process [2022-03-09T09:27:55.996Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-09T09:27:55.996Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-09T09:27:55.996Z] OSType: windows [2022-03-09T09:27:55.996Z] Architecture: x86_64 [2022-03-09T09:27:55.996Z] CPUs: 4 [2022-03-09T09:27:55.996Z] Total Memory: 32GiB [2022-03-09T09:27:55.996Z] Name: azwin-2-556c50 [2022-03-09T09:27:55.996Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-09T09:27:55.996Z] Docker Root Dir: D:\docker [2022-03-09T09:27:55.996Z] Debug Mode: false [2022-03-09T09:27:55.996Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:27:55.996Z] Labels: [2022-03-09T09:27:55.996Z] Experimental: true [2022-03-09T09:27:55.996Z] Insecure Registries: [2022-03-09T09:27:55.996Z] 10.0.0.4:5000 [2022-03-09T09:27:55.996Z] 127.0.0.0/8 [2022-03-09T09:27:55.996Z] Registry Mirrors: [2022-03-09T09:27:55.996Z] http://10.0.0.4:5000/ [2022-03-09T09:27:55.996Z] Live Restore Enabled: false [2022-03-09T09:27:55.996Z] Product License: Community Engine [2022-03-09T09:27:55.996Z] [2022-03-09T09:27:55.996Z] [2022-03-09T09:27:55.996Z] INFO: Commit hash is 8c948c86d8 [2022-03-09T09:27:56.202Z] #36 7.621 Selecting previously unselected package openssl. [2022-03-09T09:27:56.203Z] #36 7.621 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-03-09T09:27:56.203Z] #36 7.629 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-09T09:27:56.203Z] #36 7.633 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-09T09:27:56.203Z] #36 7.818 Selecting previously unselected package ca-certificates. [2022-03-09T09:27:56.203Z] #36 7.818 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-09T09:27:56.203Z] #36 7.821 Unpacking ca-certificates (20210119) ... [2022-03-09T09:27:56.332Z] #13 DONE 0.6s [2022-03-09T09:27:56.333Z] [2022-03-09T09:27:56.333Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T09:27:56.333Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-09T09:27:56.465Z] #36 7.939 Selecting previously unselected package libbrotli1:amd64. [2022-03-09T09:27:56.465Z] #36 7.939 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-09T09:27:56.465Z] #36 7.948 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T09:27:56.465Z] #36 8.046 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-09T09:27:56.465Z] #36 8.046 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T09:27:56.465Z] #36 8.049 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:56.511Z] INFO: Nuke-Everything... [2022-03-09T09:27:56.511Z] INFO: Container count on control daemon to delete is 0 [2022-03-09T09:27:56.511Z] INFO: Nuking d:\CI [2022-03-09T09:27:56.511Z] INFO: Zapped successfully [2022-03-09T09:27:56.669Z] #33 ... [2022-03-09T09:27:56.669Z] [2022-03-09T09:27:56.669Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-09T09:27:56.669Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-09T09:27:56.669Z] #42 DONE 0.2s [2022-03-09T09:27:56.669Z] [2022-03-09T09:27:56.669Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-09T09:27:56.669Z] #62 sha256:6851c0484966ef5b8942d1a02b9f095da9a3c8b23cd3153365296d4f809d2a62 [2022-03-09T09:27:56.669Z] #62 DONE 0.2s [2022-03-09T09:27:56.669Z] [2022-03-09T09:27:56.669Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T09:27:56.669Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-09T09:27:56.669Z] #33 DONE 0.3s [2022-03-09T09:27:56.669Z] [2022-03-09T09:27:56.669Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-09T09:27:56.669Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-09T09:27:56.669Z] #46 DONE 0.3s [2022-03-09T09:27:56.669Z] [2022-03-09T09:27:56.669Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:27:56.669Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:27:56.728Z] #36 8.144 Selecting previously unselected package libsasl2-2:amd64. [2022-03-09T09:27:56.728Z] #36 8.144 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T09:27:56.728Z] #36 8.148 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:56.728Z] #36 8.207 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-09T09:27:56.728Z] #36 8.207 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-09T09:27:56.728Z] #36 8.212 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T09:27:56.728Z] #36 8.287 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-09T09:27:56.728Z] #36 8.287 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-09T09:27:56.728Z] #36 8.291 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T09:27:56.728Z] #36 8.352 Selecting previously unselected package libpsl5:amd64. [2022-03-09T09:27:56.728Z] #36 8.352 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-09T09:27:56.728Z] #36 8.352 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T09:27:56.944Z] #34 ... [2022-03-09T09:27:56.944Z] [2022-03-09T09:27:56.944Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T09:27:56.944Z] #25 sha256:94f51a3af1af6d455a7ee0c4e02ae3933e7fa9c826bfc72476a3a09ea76f6664 [2022-03-09T09:27:56.944Z] #25 DONE 0.3s [2022-03-09T09:27:56.944Z] [2022-03-09T09:27:56.944Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-09T09:27:56.944Z] #26 sha256:8eaa26412d9366b37a54f9d08ca27ccd0dfe59efe5d99b6d71d2fcfbd7bea1ff [2022-03-09T09:27:56.949Z] #38 11.52 Reading package lists... [2022-03-09T09:27:56.949Z] #38 ... [2022-03-09T09:27:56.949Z] [2022-03-09T09:27:56.949Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-09T09:27:56.949Z] #36 sha256:d92b31bad1494e8669b08a4bbff1c0362cea934f3809cf3707355f41c2ba3165 [2022-03-09T09:27:56.949Z] #36 13.13 tomll can be used in two ways: [2022-03-09T09:27:56.949Z] #36 13.13 Writing to STDIN and reading from STDOUT: [2022-03-09T09:27:56.949Z] #36 13.13 cat file.toml | tomll > file.toml [2022-03-09T09:27:56.949Z] #36 13.13 [2022-03-09T09:27:56.949Z] #36 13.13 Reading and updating a list of files: [2022-03-09T09:27:56.949Z] #36 13.13 tomll a.toml b.toml c.toml [2022-03-09T09:27:56.949Z] #36 13.13 [2022-03-09T09:27:56.949Z] #36 13.13 When given a list of files, tomll will modify all files in place without asking. [2022-03-09T09:27:56.949Z] #36 DONE 13.4s [2022-03-09T09:27:56.949Z] [2022-03-09T09:27:56.949Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:27:56.949Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T09:27:56.949Z] #47 12.58 Fetched 8395 kB in 10s (876 kB/s) [2022-03-09T09:27:56.990Z] #36 8.452 Selecting previously unselected package librtmp1:amd64. [2022-03-09T09:27:56.990Z] #36 8.452 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-09T09:27:56.990Z] #36 8.456 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T09:27:56.991Z] #36 8.537 Selecting previously unselected package libssh2-1:amd64. [2022-03-09T09:27:56.991Z] #36 8.537 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-09T09:27:56.991Z] #36 8.541 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T09:27:56.991Z] #36 8.616 Selecting previously unselected package libcurl4:amd64. [2022-03-09T09:27:56.991Z] #36 8.616 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T09:27:56.991Z] #36 8.624 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:57.023Z] INFO: Location for testing is d:\CI\PR-43344\7 [2022-03-09T09:27:57.023Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-09T09:27:57.023Z] [2022-03-09T09:27:57.023Z] [2022-03-09T09:27:57.023Z] INFO: Building the image from Dockerfile.windows at 03/09/2022 09:27:56... [2022-03-09T09:27:57.023Z] [2022-03-09T09:27:57.252Z] #36 8.703 Selecting previously unselected package curl. [2022-03-09T09:27:57.252Z] #36 8.703 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T09:27:57.252Z] #36 8.711 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:57.252Z] #36 8.797 Selecting previously unselected package libonig5:amd64. [2022-03-09T09:27:57.252Z] #36 8.797 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T09:27:57.252Z] #36 8.798 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:27:57.252Z] #36 8.897 Selecting previously unselected package libjq1:amd64. [2022-03-09T09:27:57.252Z] #36 8.897 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T09:27:57.252Z] #36 8.897 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:27:57.517Z] #36 8.951 Selecting previously unselected package jq. [2022-03-09T09:27:57.517Z] #36 8.951 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-09T09:27:57.517Z] #36 8.962 Unpacking jq (1.6-2.1) ... [2022-03-09T09:27:57.517Z] #36 9.029 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T09:27:57.517Z] #36 9.043 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T09:27:57.517Z] #36 9.062 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T09:27:57.517Z] #36 9.077 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:57.517Z] #36 9.091 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T09:27:57.517Z] #36 9.104 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:27:57.517Z] #36 9.118 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T09:27:57.517Z] #36 9.138 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-09T09:27:57.779Z] #36 9.157 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:27:57.779Z] #36 9.174 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:27:57.779Z] #36 9.188 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T09:27:57.779Z] #36 9.229 Setting up ca-certificates (20210119) ... [2022-03-09T09:27:58.355Z] #36 9.987 Updating certificates in /etc/ssl/certs... [2022-03-09T09:27:58.355Z] #36 ... [2022-03-09T09:27:58.355Z] [2022-03-09T09:27:58.355Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:27:58.355Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:27:58.355Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.5s done [2022-03-09T09:27:58.355Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 1.0s done [2022-03-09T09:27:58.355Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.2s [2022-03-09T09:27:59.747Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 8.3s done [2022-03-09T09:27:59.747Z] #11 ... [2022-03-09T09:27:59.747Z] [2022-03-09T09:27:59.747Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-09T09:27:59.747Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T09:27:59.747Z] #36 11.17 129 added, 0 removed; done. [2022-03-09T09:27:59.747Z] #36 11.21 Setting up jq (1.6-2.1) ... [2022-03-09T09:27:59.747Z] #36 11.23 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:59.747Z] #36 11.24 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-09T09:27:59.747Z] #36 11.25 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:27:59.747Z] #36 11.28 Processing triggers for ca-certificates (20210119) ... [2022-03-09T09:27:59.747Z] #36 11.29 Updating certificates in /etc/ssl/certs... [2022-03-09T09:28:00.223Z] #47 12.58 Reading package lists... [2022-03-09T09:28:00.251Z] #26 3.223 + RM_GOPATH=0 [2022-03-09T09:28:00.251Z] #26 3.223 + TMP_GOPATH= [2022-03-09T09:28:00.251Z] #26 3.223 + : /build [2022-03-09T09:28:00.251Z] #26 3.223 + '[' -z '' ']' [2022-03-09T09:28:00.251Z] #26 3.223 ++ mktemp -d [2022-03-09T09:28:00.251Z] #26 3.223 + export GOPATH=/tmp/tmp.PQg4zeFnI2 [2022-03-09T09:28:00.251Z] #26 3.223 + GOPATH=/tmp/tmp.PQg4zeFnI2 [2022-03-09T09:28:00.251Z] #26 3.234 + RM_GOPATH=1 [2022-03-09T09:28:00.251Z] #26 3.234 + case "$(go env GOARCH)" in [2022-03-09T09:28:00.251Z] #26 3.234 ++ go env GOARCH [2022-03-09T09:28:00.251Z] #26 3.248 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:00.251Z] #26 3.248 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:00.251Z] #26 3.248 ++ dirname /install.sh [2022-03-09T09:28:00.251Z] #26 3.248 + dir=/ [2022-03-09T09:28:00.251Z] #26 3.248 + bin=dockercli [2022-03-09T09:28:00.251Z] #26 3.248 + shift [2022-03-09T09:28:00.251Z] #26 3.248 + '[' '!' -f //dockercli.installer ']' [2022-03-09T09:28:00.251Z] #26 3.248 + . //dockercli.installer [2022-03-09T09:28:00.251Z] #26 3.248 ++ : stable [2022-03-09T09:28:00.251Z] #26 3.248 ++ : 17.06.2-ce [2022-03-09T09:28:00.251Z] #26 3.248 + install_dockercli [2022-03-09T09:28:00.251Z] #26 3.248 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-09T09:28:00.251Z] #26 3.248 ++ uname -m [2022-03-09T09:28:00.251Z] #26 3.248 + arch=x86_64 [2022-03-09T09:28:00.251Z] #26 3.248 + '[' x86_64 '!=' x86_64 ']' [2022-03-09T09:28:00.251Z] #26 3.248 + url=https://download.docker.com/linux/static [2022-03-09T09:28:00.251Z] #26 3.248 + tar -xz docker/docker [2022-03-09T09:28:00.251Z] #26 3.249 Install docker/cli version 17.06.2-ce from stable [2022-03-09T09:28:00.251Z] #26 3.257 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-09T09:28:00.764Z] #36 12.11 0 added, 0 removed; done. [2022-03-09T09:28:00.764Z] #36 12.11 Running hooks in /etc/ca-certificates/update.d... [2022-03-09T09:28:00.764Z] #36 12.12 done. [2022-03-09T09:28:01.594Z] #47 16.28 Reading package lists... [2022-03-09T09:28:01.594Z] #47 ... [2022-03-09T09:28:01.594Z] [2022-03-09T09:28:01.594Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:28:01.594Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-09T09:28:01.594Z] #43 13.95 Updating files: 90% (1664/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-09T09:28:01.594Z] #43 14.14 + git checkout -q v2.3.0 [2022-03-09T09:28:01.594Z] #43 15.50 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-09T09:28:02.802Z] #26 ... [2022-03-09T09:28:02.802Z] [2022-03-09T09:28:02.802Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:28:02.802Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:28:02.802Z] #34 4.388 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-09T09:28:02.802Z] #34 4.391 Cloning into '.'... [2022-03-09T09:28:03.489Z] #43 ... [2022-03-09T09:28:03.489Z] [2022-03-09T09:28:03.489Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:03.489Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T09:28:03.489Z] #47 16.28 Reading package lists... [2022-03-09T09:28:04.419Z] #47 19.96 Building dependency tree... [2022-03-09T09:28:04.419Z] #47 ... [2022-03-09T09:28:04.419Z] [2022-03-09T09:28:04.419Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:28:04.419Z] #63 sha256:8241de2ada59aa4bb0c46e00fe131dec9eb5d6eff8153625edc7b5fc8a533dac [2022-03-09T09:28:04.419Z] #63 10.87 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-09T09:28:04.676Z] #63 ... [2022-03-09T09:28:04.676Z] [2022-03-09T09:28:04.676Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:04.676Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T09:28:04.676Z] #47 19.96 Building dependency tree... [2022-03-09T09:28:05.605Z] #47 ... [2022-03-09T09:28:05.605Z] [2022-03-09T09:28:05.605Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:05.605Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T09:28:05.605Z] #14 12.12 Fetched 8392 kB in 9s (939 kB/s) [2022-03-09T09:28:05.605Z] #14 12.12 Reading package lists... [2022-03-09T09:28:05.605Z] #14 16.15 Reading package lists... [2022-03-09T09:28:05.605Z] #14 19.66 Building dependency tree... [2022-03-09T09:28:05.605Z] #14 22.27 The following additional packages will be installed: [2022-03-09T09:28:05.605Z] #14 22.28 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T09:28:05.605Z] #14 ... [2022-03-09T09:28:05.605Z] [2022-03-09T09:28:05.605Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:28:05.605Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-09T09:28:05.605Z] #58 12.04 Fetched 8392 kB in 9s (914 kB/s) [2022-03-09T09:28:05.605Z] #58 12.04 Reading package lists... [2022-03-09T09:28:05.605Z] #58 16.48 Reading package lists... [2022-03-09T09:28:05.605Z] #58 20.08 Building dependency tree... [2022-03-09T09:28:05.862Z] #58 ... [2022-03-09T09:28:05.862Z] [2022-03-09T09:28:05.862Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:05.862Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T09:28:05.862Z] #14 22.28 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-09T09:28:05.862Z] #14 22.28 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-09T09:28:05.862Z] #14 22.28 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-09T09:28:05.862Z] #14 22.28 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-09T09:28:05.862Z] #14 22.29 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-09T09:28:05.862Z] #14 22.29 mingw-w64-common mingw-w64-x86-64-dev [2022-03-09T09:28:05.862Z] #14 22.30 Suggested packages: [2022-03-09T09:28:05.862Z] #14 22.31 gcc-10-locales seccomp wine64 [2022-03-09T09:28:06.109Z] #36 DONE 17.2s [2022-03-09T09:28:06.109Z] [2022-03-09T09:28:06.109Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-09T09:28:06.109Z] #37 sha256:0fef6cd7c8d9e870a6bf408079419ded0b40047dff58b0dcc6a12c35e6053e50 [2022-03-09T09:28:06.109Z] #37 DONE 0.5s [2022-03-09T09:28:06.109Z] [2022-03-09T09:28:06.109Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:28:06.109Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:28:06.109Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 5.2s done [2022-03-09T09:28:06.109Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 0.4s [2022-03-09T09:28:06.139Z] Sending build context to Docker daemon 62.11MB [2022-03-09T09:28:06.139Z] [2022-03-09T09:28:06.139Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-09T09:28:06.139Z] ---> 6a11116086a4 [2022-03-09T09:28:06.139Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-09T09:28:06.139Z] ---> Using cache [2022-03-09T09:28:06.139Z] ---> 7906876c9c1c [2022-03-09T09:28:06.139Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-09T09:28:06.139Z] ---> Using cache [2022-03-09T09:28:06.139Z] ---> e4288bebe373 [2022-03-09T09:28:06.139Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-09T09:28:06.139Z] ---> Using cache [2022-03-09T09:28:06.139Z] ---> b2eaa4f38250 [2022-03-09T09:28:06.139Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-09T09:28:06.139Z] ---> Using cache [2022-03-09T09:28:06.139Z] ---> 4dd066b59c75 [2022-03-09T09:28:06.139Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-09T09:28:06.139Z] ---> Using cache [2022-03-09T09:28:06.139Z] ---> 9d7130db7b39 [2022-03-09T09:28:06.139Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-09T09:28:06.139Z] ---> Using cache [2022-03-09T09:28:06.139Z] ---> 81e77b53287a [2022-03-09T09:28:06.139Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-09T09:28:06.139Z] ---> Using cache [2022-03-09T09:28:06.139Z] ---> 606f2dd75b10 [2022-03-09T09:28:06.139Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-09T09:28:06.139Z] ---> Using cache [2022-03-09T09:28:06.139Z] ---> 05fea2b1f53e [2022-03-09T09:28:06.139Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-09T09:28:06.139Z] ---> Using cache [2022-03-09T09:28:06.139Z] ---> 6de4fee7d133 [2022-03-09T09:28:06.139Z] Step 11/11 : COPY . . [2022-03-09T09:28:06.791Z] #14 23.19 The following NEW packages will be installed: [2022-03-09T09:28:06.791Z] #14 23.19 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T09:28:06.791Z] #14 23.19 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-09T09:28:06.791Z] #14 23.19 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-09T09:28:06.791Z] #14 23.19 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-09T09:28:06.791Z] #14 23.19 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-09T09:28:06.791Z] #14 23.19 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-09T09:28:06.791Z] #14 23.19 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-09T09:28:06.791Z] #14 23.19 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-09T09:28:06.791Z] #14 23.19 mingw-w64-x86-64-dev [2022-03-09T09:28:06.791Z] #14 23.52 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:28:06.791Z] #14 23.52 Need to get 108 MB of archives. [2022-03-09T09:28:06.791Z] #14 23.52 After this operation, 620 MB of additional disk space will be used. [2022-03-09T09:28:06.791Z] #14 23.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-03-09T09:28:07.009Z] #34 ... [2022-03-09T09:28:07.009Z] [2022-03-09T09:28:07.009Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:28:07.009Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:28:07.009Z] #38 4.273 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:28:07.009Z] #38 4.273 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:28:07.009Z] #38 4.273 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:28:07.009Z] #38 4.876 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:28:07.009Z] #38 7.103 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:28:07.009Z] #38 9.157 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:28:07.009Z] #38 ... [2022-03-09T09:28:07.009Z] [2022-03-09T09:28:07.009Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-09T09:28:07.009Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T09:28:07.009Z] #53 4.125 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-09T09:28:07.009Z] #53 5.134 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-09T09:28:07.009Z] #53 5.143 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-09T09:28:07.009Z] #53 5.206 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-09T09:28:07.009Z] #53 6.826 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-09T09:28:07.009Z] #53 ... [2022-03-09T09:28:07.009Z] [2022-03-09T09:28:07.009Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:28:07.009Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:28:07.009Z] #58 3.520 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:28:07.009Z] #58 3.531 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:28:07.009Z] #58 3.545 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:28:07.009Z] #58 4.015 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:28:07.009Z] #58 5.829 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:28:07.009Z] #58 7.733 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:28:07.009Z] #58 ... [2022-03-09T09:28:07.009Z] [2022-03-09T09:28:07.009Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:28:07.009Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:28:07.009Z] #43 2.658 + git clone https://github.com/docker/distribution.git . [2022-03-09T09:28:07.009Z] #43 2.658 Cloning into '.'... [2022-03-09T09:28:07.009Z] #43 ... [2022-03-09T09:28:07.009Z] [2022-03-09T09:28:07.009Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-09T09:28:07.009Z] #26 sha256:8eaa26412d9366b37a54f9d08ca27ccd0dfe59efe5d99b6d71d2fcfbd7bea1ff [2022-03-09T09:28:07.009Z] #26 9.740 + mkdir -p /build [2022-03-09T09:28:07.009Z] #26 9.742 + mv docker/docker /build/ [2022-03-09T09:28:07.009Z] #26 9.757 + rmdir docker [2022-03-09T09:28:07.009Z] #26 DONE 10.2s [2022-03-09T09:28:07.009Z] [2022-03-09T09:28:07.009Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:07.009Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:28:07.009Z] #47 3.758 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:28:07.009Z] #47 3.770 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:28:07.009Z] #47 3.770 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:28:07.009Z] #47 4.288 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-09T09:28:07.009Z] #47 4.647 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:28:07.009Z] #47 6.885 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:28:07.009Z] #47 9.350 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:28:07.049Z] #14 23.58 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-03-09T09:28:07.049Z] #14 23.69 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-09T09:28:07.049Z] #14 23.70 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-03-09T09:28:07.049Z] #14 23.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-03-09T09:28:07.049Z] #14 23.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-09T09:28:07.270Z] #47 ... [2022-03-09T09:28:07.270Z] [2022-03-09T09:28:07.270Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:07.270Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:28:07.270Z] #51 5.108 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-09T09:28:07.270Z] #51 ... [2022-03-09T09:28:07.270Z] [2022-03-09T09:28:07.270Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-09T09:28:07.270Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T09:28:07.270Z] #36 4.208 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-09T09:28:07.306Z] #14 23.89 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-09T09:28:07.306Z] #14 24.00 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-03-09T09:28:07.306Z] #14 24.00 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-03-09T09:28:07.531Z] #36 ... [2022-03-09T09:28:07.531Z] [2022-03-09T09:28:07.531Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:28:07.531Z] #63 sha256:29e3a7e0e34006c66fc56d4bf2ca7bac6d0b9302cc4b34c90780fd1cfc169e6b [2022-03-09T09:28:07.531Z] #63 3.123 + RM_GOPATH=0 [2022-03-09T09:28:07.531Z] #63 3.123 + TMP_GOPATH= [2022-03-09T09:28:07.531Z] #63 3.123 + : /build [2022-03-09T09:28:07.532Z] #63 3.123 + '[' -z '' ']' [2022-03-09T09:28:07.532Z] #63 3.131 ++ mktemp -d [2022-03-09T09:28:07.532Z] #63 3.131 + export GOPATH=/tmp/tmp.eGeIyOALzh [2022-03-09T09:28:07.532Z] #63 3.131 + GOPATH=/tmp/tmp.eGeIyOALzh [2022-03-09T09:28:07.532Z] #63 3.131 + RM_GOPATH=1 [2022-03-09T09:28:07.532Z] #63 3.131 + case "$(go env GOARCH)" in [2022-03-09T09:28:07.532Z] #63 3.131 ++ go env GOARCH [2022-03-09T09:28:07.532Z] #63 3.131 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:07.532Z] #63 3.131 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:07.532Z] #63 3.133 ++ dirname /install.sh [2022-03-09T09:28:07.532Z] #63 3.135 + dir=/ [2022-03-09T09:28:07.532Z] #63 3.135 + bin=rootlesskit [2022-03-09T09:28:07.532Z] #63 3.135 + shift [2022-03-09T09:28:07.532Z] #63 3.135 + '[' '!' -f //rootlesskit.installer ']' [2022-03-09T09:28:07.532Z] #63 3.135 + . //rootlesskit.installer [2022-03-09T09:28:07.532Z] #63 3.135 ++ : v0.14.6 [2022-03-09T09:28:07.532Z] #63 3.135 + install_rootlesskit [2022-03-09T09:28:07.532Z] #63 3.135 + case "$1" in [2022-03-09T09:28:07.532Z] #63 3.135 + export CGO_ENABLED=0 [2022-03-09T09:28:07.532Z] #63 3.135 + CGO_ENABLED=0 [2022-03-09T09:28:07.532Z] #63 3.135 + _install_rootlesskit [2022-03-09T09:28:07.532Z] #63 3.140 Install rootlesskit version v0.14.6 [2022-03-09T09:28:07.532Z] #63 3.140 + echo 'Install rootlesskit version v0.14.6' [2022-03-09T09:28:07.532Z] #63 3.140 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T09:28:07.532Z] #63 3.140 + GOBIN=/build [2022-03-09T09:28:07.532Z] #63 3.140 + GO111MODULE=on [2022-03-09T09:28:07.532Z] #63 3.140 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-09T09:28:07.532Z] #63 3.603 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-09T09:28:07.532Z] #63 5.587 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T09:28:07.532Z] #63 5.589 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-09T09:28:07.532Z] #63 6.007 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-09T09:28:07.532Z] #63 8.691 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-09T09:28:07.532Z] #63 9.328 go: downloading github.com/google/uuid v1.3.0 [2022-03-09T09:28:07.532Z] #63 9.366 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-09T09:28:07.532Z] #63 9.413 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-09T09:28:07.532Z] #63 9.577 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T09:28:07.532Z] #63 9.699 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T09:28:07.532Z] #63 9.978 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-09T09:28:07.532Z] #63 10.77 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-09T09:28:07.532Z] #63 10.80 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-09T09:28:07.532Z] #63 ... [2022-03-09T09:28:07.532Z] [2022-03-09T09:28:07.532Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:07.532Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:28:07.532Z] #14 3.126 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:28:07.532Z] #14 3.147 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:28:07.532Z] #14 3.409 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:28:07.532Z] #14 3.412 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:28:07.532Z] #14 4.128 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:28:07.532Z] #14 5.674 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:28:07.793Z] #14 ... [2022-03-09T09:28:07.793Z] [2022-03-09T09:28:07.793Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:28:07.793Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:28:07.793Z] #49 4.924 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T09:28:07.793Z] #49 6.244 go: downloading github.com/fatih/color v1.10.0 [2022-03-09T09:28:07.793Z] #49 6.457 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T09:28:07.793Z] #49 6.517 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T09:28:07.793Z] #49 6.565 go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T09:28:07.793Z] #49 6.753 go: downloading golang.org/x/tools v0.1.0 [2022-03-09T09:28:07.793Z] #49 6.828 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T09:28:07.793Z] #49 6.928 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T09:28:07.793Z] #49 7.042 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T09:28:07.793Z] #49 7.182 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T09:28:07.793Z] #49 10.69 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T09:28:07.793Z] #49 10.80 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T09:28:07.793Z] #49 10.98 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T09:28:07.793Z] #49 ... [2022-03-09T09:28:07.793Z] [2022-03-09T09:28:07.793Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:07.793Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:28:07.793Z] #47 10.74 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-09T09:28:07.880Z] #14 24.37 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-03-09T09:28:08.446Z] #14 25.14 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-03-09T09:28:08.703Z] #14 ... [2022-03-09T09:28:08.703Z] [2022-03-09T09:28:08.703Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-09T09:28:08.703Z] #53 sha256:816e54f3e4cada04102342468422afe632a8e165b0c111e555401b5d012c569c [2022-03-09T09:28:08.703Z] #53 25.13 v3.0.2 [2022-03-09T09:28:08.703Z] #53 DONE 25.4s [2022-03-09T09:28:08.703Z] [2022-03-09T09:28:08.703Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:28:08.703Z] #58 sha256:1cd422a8c117a9fdaf88f240a4447d054d247ebd64a7e5dfa3b81a1c639ce1c0 [2022-03-09T09:28:08.703Z] #58 22.76 The following additional packages will be installed: [2022-03-09T09:28:08.703Z] #58 22.76 libbtrfs0 [2022-03-09T09:28:08.703Z] #58 22.89 The following NEW packages will be installed: [2022-03-09T09:28:08.703Z] #58 22.91 libbtrfs-dev libbtrfs0 [2022-03-09T09:28:08.703Z] #58 23.29 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:28:08.703Z] #58 23.29 Need to get 454 kB of archives. [2022-03-09T09:28:08.703Z] #58 23.29 After this operation, 1275 kB of additional disk space will be used. [2022-03-09T09:28:08.703Z] #58 23.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-09T09:28:08.703Z] #58 23.29 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-09T09:28:08.703Z] #58 23.97 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:28:08.703Z] #58 24.16 Fetched 454 kB in 0s (1458 kB/s) [2022-03-09T09:28:08.703Z] #58 24.22 Selecting previously unselected package libbtrfs0:arm64. [2022-03-09T09:28:08.703Z] #58 24.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-09T09:28:08.703Z] #58 24.26 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-09T09:28:08.703Z] #58 24.27 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-09T09:28:08.703Z] #58 24.45 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-09T09:28:08.703Z] #58 24.46 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-09T09:28:08.703Z] #58 24.49 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-09T09:28:08.703Z] #58 24.75 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-09T09:28:08.703Z] #58 24.80 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-09T09:28:08.703Z] #58 24.81 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:28:08.703Z] #58 DONE 25.4s [2022-03-09T09:28:08.959Z] [2022-03-09T09:28:08.959Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-09T09:28:08.959Z] #59 sha256:1f42272c8c953737c3896e6689b1c385d4ca743724ffaec405ec90da50da9334 [2022-03-09T09:28:08.959Z] #59 DONE 0.1s [2022-03-09T09:28:08.959Z] [2022-03-09T09:28:08.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-03-09T09:28:08.959Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:28:08.959Z] #51 19.77 go: downloading github.com/fatih/color v1.13.0 [2022-03-09T09:28:08.959Z] #51 19.79 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T09:28:08.959Z] #51 19.82 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-09T09:28:08.959Z] #51 19.85 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T09:28:08.959Z] #51 20.04 go: downloading github.com/spf13/viper v1.10.1 [2022-03-09T09:28:08.959Z] #51 20.27 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-09T09:28:08.959Z] #51 20.46 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-09T09:28:08.960Z] #51 20.47 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-09T09:28:08.960Z] #51 21.25 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-09T09:28:08.960Z] #51 21.28 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-09T09:28:08.960Z] #51 23.59 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-09T09:28:08.960Z] #51 23.67 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T09:28:08.960Z] #51 23.67 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T09:28:08.960Z] #51 23.83 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-09T09:28:08.960Z] #51 23.88 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-09T09:28:08.960Z] #51 23.89 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-09T09:28:08.960Z] #51 23.94 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T09:28:08.960Z] #51 23.97 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-09T09:28:08.960Z] #51 23.98 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-09T09:28:08.960Z] #51 24.10 go: downloading github.com/spf13/afero v1.6.0 [2022-03-09T09:28:08.960Z] #51 24.12 go: downloading github.com/spf13/cast v1.4.1 [2022-03-09T09:28:08.960Z] #51 24.16 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-09T09:28:08.960Z] #51 24.20 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-09T09:28:08.960Z] #51 24.24 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-09T09:28:08.960Z] #51 24.30 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-09T09:28:08.960Z] #51 24.31 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-09T09:28:08.960Z] #51 24.32 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-09T09:28:08.960Z] #51 24.33 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-09T09:28:08.960Z] #51 24.36 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-09T09:28:08.960Z] #51 24.36 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-09T09:28:08.960Z] #51 24.39 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-09T09:28:08.960Z] #51 24.40 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-09T09:28:08.960Z] #51 24.40 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-09T09:28:08.960Z] #51 24.51 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-09T09:28:08.960Z] #51 24.55 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-09T09:28:08.960Z] #51 24.66 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-09T09:28:08.960Z] #51 24.69 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-09T09:28:08.960Z] #51 24.71 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-09T09:28:08.960Z] #51 25.00 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-09T09:28:08.960Z] #51 25.08 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-09T09:28:08.960Z] #51 25.11 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-09T09:28:08.960Z] #51 25.12 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-09T09:28:08.960Z] #51 25.14 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-09T09:28:08.960Z] #51 25.17 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-09T09:28:08.960Z] #51 25.19 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-09T09:28:08.960Z] #51 25.25 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-09T09:28:08.960Z] #51 25.32 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-09T09:28:08.960Z] #51 25.33 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-09T09:28:08.960Z] #51 25.35 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-09T09:28:08.960Z] #51 25.45 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-09T09:28:08.960Z] #51 25.48 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-09T09:28:08.960Z] #51 25.54 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-09T09:28:08.960Z] #51 25.64 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-09T09:28:08.960Z] #51 25.68 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-09T09:28:08.960Z] #51 ... [2022-03-09T09:28:08.960Z] [2022-03-09T09:28:08.960Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:28:08.960Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-09T09:28:08.960Z] #38 11.52 Reading package lists... [2022-03-09T09:28:08.960Z] #38 15.80 Reading package lists... [2022-03-09T09:28:08.960Z] #38 19.15 Building dependency tree... [2022-03-09T09:28:08.960Z] #38 21.87 The following additional packages will be installed: [2022-03-09T09:28:08.960Z] #38 21.89 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-09T09:28:08.960Z] #38 21.91 Suggested packages: [2022-03-09T09:28:08.960Z] #38 21.91 cmake-doc ninja-build lrzip [2022-03-09T09:28:08.960Z] #38 21.91 Recommended packages: [2022-03-09T09:28:08.960Z] #38 21.91 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-09T09:28:08.960Z] #38 22.45 The following NEW packages will be installed: [2022-03-09T09:28:08.960Z] #38 22.45 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-09T09:28:08.960Z] #38 22.45 vim-common xxd [2022-03-09T09:28:08.960Z] #38 22.84 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:28:08.960Z] #38 22.84 Need to get 15.6 MB of archives. [2022-03-09T09:28:08.960Z] #38 22.84 After this operation, 67.4 MB of additional disk space will be used. [2022-03-09T09:28:08.960Z] #38 22.84 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T09:28:08.960Z] #38 22.85 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T09:28:08.960Z] #38 22.85 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-09T09:28:08.960Z] #38 22.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-09T09:28:08.960Z] #38 23.15 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2022-03-09T09:28:08.960Z] #38 23.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2022-03-09T09:28:08.960Z] #38 23.17 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-03-09T09:28:08.960Z] #38 23.18 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-03-09T09:28:08.960Z] #38 23.18 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-03-09T09:28:08.960Z] #38 23.18 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-03-09T09:28:08.960Z] #38 23.89 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:28:08.960Z] #38 24.08 Fetched 15.6 MB in 1s (20.9 MB/s) [2022-03-09T09:28:08.960Z] #38 24.15 Selecting previously unselected package xxd. [2022-03-09T09:28:08.960Z] #38 24.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-09T09:28:08.960Z] #38 24.20 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-09T09:28:08.960Z] #38 24.20 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:28:08.960Z] #38 24.37 Selecting previously unselected package vim-common. [2022-03-09T09:28:08.960Z] #38 24.38 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:28:08.960Z] #38 24.39 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:28:08.960Z] #38 24.67 Selecting previously unselected package cmake-data. [2022-03-09T09:28:08.960Z] #38 24.68 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-09T09:28:08.960Z] #38 24.70 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T09:28:09.217Z] #38 ... [2022-03-09T09:28:09.217Z] [2022-03-09T09:28:09.218Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:09.218Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:28:09.218Z] #51 25.74 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-09T09:28:09.218Z] #51 25.80 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-09T09:28:09.218Z] #51 25.80 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-09T09:28:09.218Z] #51 25.82 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-09T09:28:09.476Z] #51 25.97 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-09T09:28:09.476Z] #51 26.05 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-09T09:28:09.476Z] #51 26.07 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-09T09:28:09.733Z] #51 26.34 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-09T09:28:09.733Z] #51 26.45 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-09T09:28:09.990Z] #51 26.46 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-09T09:28:09.990Z] #51 26.50 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-09T09:28:09.990Z] #51 26.61 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-09T09:28:09.990Z] #51 26.61 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-09T09:28:09.990Z] #51 26.61 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-09T09:28:09.990Z] #51 26.63 go: downloading github.com/julz/importas v0.1.0 [2022-03-09T09:28:09.990Z] #51 26.63 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-09T09:28:09.990Z] #51 26.72 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-09T09:28:09.990Z] #51 26.72 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-09T09:28:10.247Z] #51 26.79 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-09T09:28:10.247Z] #51 26.79 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-09T09:28:10.247Z] #51 26.83 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-09T09:28:10.247Z] #51 26.88 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-09T09:28:10.247Z] #51 26.95 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-09T09:28:10.247Z] #51 27.02 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-09T09:28:10.505Z] #51 27.03 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-09T09:28:10.505Z] #51 27.05 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-09T09:28:10.505Z] #51 27.06 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-09T09:28:10.510Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0da790cdd0cf35dc2) in /home/ubuntu/workspace/moby_PR-43344 [Pipeline] { [Pipeline] checkout [2022-03-09T09:28:10.622Z] The recommended git tool is: git [2022-03-09T09:28:11.068Z] #51 27.45 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-09T09:28:11.068Z] #51 27.46 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-09T09:28:11.068Z] #51 27.47 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-09T09:28:11.068Z] #51 27.50 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-09T09:28:11.068Z] #51 27.53 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-09T09:28:11.068Z] #51 27.53 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-09T09:28:11.068Z] #51 27.60 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-09T09:28:11.068Z] #51 27.64 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-09T09:28:11.068Z] #51 27.65 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-09T09:28:11.324Z] #51 27.78 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-09T09:28:11.324Z] #51 27.80 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-09T09:28:11.324Z] #51 27.80 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-09T09:28:11.324Z] #51 27.80 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-09T09:28:11.324Z] #51 27.82 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-09T09:28:11.324Z] #51 27.84 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-09T09:28:11.324Z] #51 27.85 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-09T09:28:11.324Z] #51 27.89 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-09T09:28:11.324Z] #51 27.91 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-09T09:28:11.324Z] #51 27.94 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-09T09:28:11.324Z] #51 27.96 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-09T09:28:11.408Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.5s [2022-03-09T09:28:11.581Z] #51 28.00 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-09T09:28:11.582Z] #51 28.17 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-09T09:28:11.582Z] #51 28.18 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-09T09:28:11.582Z] #51 28.18 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-09T09:28:11.582Z] #51 28.22 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-09T09:28:11.582Z] #51 28.24 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-09T09:28:12.145Z] #51 28.54 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-09T09:28:12.145Z] #51 28.63 go: downloading honnef.co/go/tools v0.2.2 [2022-03-09T09:28:12.618Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0668edd2e2932931c) in /home/ubuntu/workspace/moby_PR-43344 [Pipeline] { [Pipeline] checkout [2022-03-09T09:28:12.760Z] The recommended git tool is: git [2022-03-09T09:28:13.075Z] #51 29.62 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-09T09:28:13.075Z] #51 29.63 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-09T09:28:13.075Z] #51 29.68 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-09T09:28:13.075Z] #51 29.71 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-09T09:28:13.087Z] #47 ... [2022-03-09T09:28:13.087Z] [2022-03-09T09:28:13.087Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-09T09:28:13.087Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T09:28:13.087Z] #36 15.51 tomll can be used in two ways: [2022-03-09T09:28:13.087Z] #36 15.51 Writing to STDIN and reading from STDOUT: [2022-03-09T09:28:13.087Z] #36 15.51 cat file.toml | tomll > file.toml [2022-03-09T09:28:13.087Z] #36 15.51 [2022-03-09T09:28:13.087Z] #36 15.51 Reading and updating a list of files: [2022-03-09T09:28:13.087Z] #36 15.51 tomll a.toml b.toml c.toml [2022-03-09T09:28:13.087Z] #36 15.51 [2022-03-09T09:28:13.087Z] #36 15.51 When given a list of files, tomll will modify all files in place without asking. [2022-03-09T09:28:13.087Z] #36 DONE 16.2s [2022-03-09T09:28:13.087Z] [2022-03-09T09:28:13.087Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:28:13.087Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:28:13.087Z] #58 15.05 Fetched 8505 kB in 12s (718 kB/s) [2022-03-09T09:28:13.853Z] using credential docker-jenkins-github-credentials [2022-03-09T09:28:13.862Z] Cloning the remote Git repository [2022-03-09T09:28:13.862Z] Cloning with configured refspecs honoured and without tags [2022-03-09T09:28:14.006Z] #51 30.76 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T09:28:14.027Z] ---> fe04bab45b5c [2022-03-09T09:28:13.070Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T09:28:13.122Z] > git init /home/ubuntu/workspace/moby_PR-43344 # timeout=10 [2022-03-09T09:28:13.322Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:28:13.322Z] > git --version # timeout=10 [2022-03-09T09:28:13.337Z] > git --version # 'git version 2.17.1' [2022-03-09T09:28:13.337Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:28:13.339Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:28:14.264Z] #51 30.78 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T09:28:14.264Z] #51 30.80 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-09T09:28:14.264Z] #51 30.88 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-09T09:28:14.521Z] #51 31.10 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T09:28:14.521Z] #51 31.14 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T09:28:14.521Z] #51 31.20 go: downloading golang.org/x/text v0.3.7 [2022-03-09T09:28:15.502Z] using credential docker-jenkins-github-credentials [2022-03-09T09:28:15.513Z] Cloning the remote Git repository [2022-03-09T09:28:15.513Z] Cloning with configured refspecs honoured and without tags [2022-03-09T09:28:15.588Z] Successfully built fe04bab45b5c [2022-03-09T09:28:15.588Z] Successfully tagged docker:latest [2022-03-09T09:28:15.588Z] INFO: Image build ended at 03/09/2022 09:28:15. Duration:00:00:33.9684925 [2022-03-09T09:28:15.588Z] [2022-03-09T09:28:15.588Z] [2022-03-09T09:28:15.588Z] INFO: Building the test binaries at 03/09/2022 09:28:15... [2022-03-09T09:28:15.889Z] #51 ... [2022-03-09T09:28:15.889Z] [2022-03-09T09:28:15.889Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:15.889Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T09:28:15.889Z] #47 22.43 The following additional packages will be installed: [2022-03-09T09:28:15.889Z] #47 22.44 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T09:28:15.889Z] #47 22.44 python3-protobuf python3-six [2022-03-09T09:28:15.889Z] #47 22.46 Suggested packages: [2022-03-09T09:28:15.889Z] #47 22.46 python3-setuptools [2022-03-09T09:28:15.889Z] #47 22.46 Recommended packages: [2022-03-09T09:28:15.889Z] #47 22.46 iproute2 | iproute [2022-03-09T09:28:15.889Z] #47 22.87 The following NEW packages will be installed: [2022-03-09T09:28:15.889Z] #47 22.88 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T09:28:15.889Z] #47 22.88 python3-protobuf python3-six [2022-03-09T09:28:15.889Z] #47 23.26 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:28:15.889Z] #47 23.26 Need to get 2115 kB of archives. [2022-03-09T09:28:15.889Z] #47 23.26 After this operation, 10.7 MB of additional disk space will be used. [2022-03-09T09:28:15.889Z] #47 23.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-03-09T09:28:15.889Z] #47 23.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T09:28:15.889Z] #47 23.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-09T09:28:15.889Z] #47 23.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-03-09T09:28:15.889Z] #47 23.29 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-03-09T09:28:15.889Z] #47 23.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-03-09T09:28:15.889Z] #47 23.30 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-03-09T09:28:15.889Z] #47 26.48 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-03-09T09:28:15.889Z] #47 27.44 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:28:15.889Z] #47 27.60 Fetched 2115 kB in 4s (545 kB/s) [2022-03-09T09:28:15.889Z] #47 27.68 Selecting previously unselected package libprotobuf23:arm64. [2022-03-09T09:28:15.889Z] #47 27.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-09T09:28:15.889Z] #47 27.72 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-03-09T09:28:15.889Z] #47 27.74 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-03-09T09:28:15.889Z] #47 28.21 Selecting previously unselected package python3-pkg-resources. [2022-03-09T09:28:15.889Z] #47 28.21 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T09:28:15.889Z] #47 28.21 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:28:15.889Z] #47 28.40 Selecting previously unselected package python3-six. [2022-03-09T09:28:15.889Z] #47 28.40 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-09T09:28:15.889Z] #47 28.40 Unpacking python3-six (1.16.0-2) ... [2022-03-09T09:28:15.889Z] #47 28.47 Selecting previously unselected package python3-protobuf. [2022-03-09T09:28:15.889Z] #47 28.47 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-03-09T09:28:15.889Z] #47 28.48 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-09T09:28:15.889Z] #47 28.84 Selecting previously unselected package libnet1:arm64. [2022-03-09T09:28:15.889Z] #47 28.84 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-09T09:28:15.889Z] #47 28.85 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:28:15.889Z] #47 28.96 Selecting previously unselected package libnl-3-200:arm64. [2022-03-09T09:28:15.889Z] #47 28.96 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-09T09:28:15.889Z] #47 28.97 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-09T09:28:15.889Z] #47 29.07 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-09T09:28:15.889Z] #47 29.08 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-09T09:28:15.889Z] #47 29.10 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-09T09:28:15.889Z] #47 29.20 Selecting previously unselected package criu. [2022-03-09T09:28:15.889Z] #47 29.20 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-03-09T09:28:15.889Z] #47 29.21 Unpacking criu (3.16.1-3) ... [2022-03-09T09:28:15.889Z] #47 29.83 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:28:15.889Z] #47 31.02 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-03-09T09:28:15.889Z] #47 31.04 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:28:15.889Z] #47 31.05 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-09T09:28:15.889Z] #47 31.08 Setting up python3-six (1.16.0-2) ... [2022-03-09T09:28:15.889Z] #47 32.01 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-09T09:28:15.889Z] #47 32.04 Setting up python3-protobuf (3.12.4-1) ... [2022-03-09T09:28:14.728Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T09:28:14.786Z] > git init /home/ubuntu/workspace/moby_PR-43344 # timeout=10 [2022-03-09T09:28:15.075Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:28:15.076Z] > git --version # timeout=10 [2022-03-09T09:28:15.112Z] > git --version # 'git version 2.17.1' [2022-03-09T09:28:15.113Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:28:15.114Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:28:16.387Z] #58 15.05 Reading package lists... [2022-03-09T09:28:16.708Z] #11 ... [2022-03-09T09:28:16.708Z] [2022-03-09T09:28:16.708Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:28:16.708Z] #38 sha256:c188335bb142c37a8b2701997486bcc672842b3cefb51df41ed37d5ec51c4818 [2022-03-09T09:28:16.708Z] #38 2.109 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-09T09:28:16.708Z] #38 2.409 [2022-03-09T09:28:16.708Z] #38 2.635 #=#=# ######################################################################## 100.0% [2022-03-09T09:28:16.708Z] #38 2.965 [2022-03-09T09:28:16.708Z] #38 3.967 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-09T09:28:16.708Z] #38 4.279 [2022-03-09T09:28:16.708Z] #38 4.505 #=#=# ######################################################################## 100.0% [2022-03-09T09:28:16.708Z] #38 4.799 [2022-03-09T09:28:16.708Z] #38 5.719 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-09T09:28:16.708Z] #38 6.059 [2022-03-09T09:28:16.708Z] #38 6.289 #=#=# ################## 26.2% ######################################### 58.1% ################################################################ 89.6% ######################################################################## 100.0% [2022-03-09T09:28:16.708Z] #38 6.860 [2022-03-09T09:28:16.708Z] #38 7.847 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-09T09:28:16.708Z] #38 8.168 [2022-03-09T09:28:16.708Z] #38 8.393 #=#=# ######################################################################## 100.0% [2022-03-09T09:28:16.708Z] #38 8.690 [2022-03-09T09:28:16.708Z] #38 9.421 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-09T09:28:16.708Z] #38 9.790 [2022-03-09T09:28:16.708Z] #38 10.01 #=#=# ######################################################################## 100.0% [2022-03-09T09:28:16.708Z] #38 ... [2022-03-09T09:28:16.708Z] [2022-03-09T09:28:16.708Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:28:16.708Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:28:16.708Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.6s [2022-03-09T09:28:16.959Z] #58 19.96 Reading package lists... [2022-03-09T09:28:16.959Z] #58 ... [2022-03-09T09:28:16.959Z] [2022-03-09T09:28:16.959Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:28:16.959Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:28:16.959Z] #43 19.54 Updating files: 92% (1692/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-09T09:28:16.959Z] #43 19.69 + git checkout -q v2.3.0 [2022-03-09T09:28:17.791Z] #43 21.02 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-09T09:28:18.095Z] #11 ... [2022-03-09T09:28:18.095Z] [2022-03-09T09:28:18.095Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:28:18.095Z] #38 sha256:c188335bb142c37a8b2701997486bcc672842b3cefb51df41ed37d5ec51c4818 [2022-03-09T09:28:18.095Z] #38 10.27 [2022-03-09T09:28:18.095Z] #38 10.37 Download of images into '/build' complete. [2022-03-09T09:28:18.095Z] #38 10.37 Use something like the following to load the result into a Docker daemon: [2022-03-09T09:28:18.095Z] #38 10.37 tar -cC '/build' . | docker load [2022-03-09T09:28:18.095Z] #38 DONE 11.7s [2022-03-09T09:28:18.095Z] [2022-03-09T09:28:18.095Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:28:18.095Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:28:18.409Z] #47 34.90 Setting up criu (3.16.1-3) ... [2022-03-09T09:28:18.409Z] #47 ... [2022-03-09T09:28:18.409Z] [2022-03-09T09:28:18.409Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:18.409Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:28:18.409Z] #51 34.97 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-09T09:28:18.409Z] #51 35.11 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-09T09:28:18.666Z] #51 35.13 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-09T09:28:18.667Z] #51 35.15 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-09T09:28:18.667Z] #51 35.19 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-09T09:28:18.667Z] #51 35.19 go: downloading golang.org/x/mod v0.5.1 [2022-03-09T09:28:18.667Z] #51 35.27 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-09T09:28:18.667Z] #51 35.35 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-09T09:28:18.667Z] #51 35.40 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-09T09:28:18.929Z] #51 35.40 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-09T09:28:18.929Z] #51 35.46 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-09T09:28:18.929Z] #51 35.50 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-09T09:28:18.929Z] #51 ... [2022-03-09T09:28:18.929Z] [2022-03-09T09:28:18.929Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:28:18.929Z] #60 sha256:087ee6ec407019be150002eaa20ecad2fc7c77eb3a09b2a0b489e81fbcb5dea1 [2022-03-09T09:28:18.929Z] #60 0.715 + RM_GOPATH=0 [2022-03-09T09:28:18.929Z] #60 0.715 + TMP_GOPATH= [2022-03-09T09:28:18.929Z] #60 0.715 + : /build [2022-03-09T09:28:18.929Z] #60 0.715 + '[' -z '' ']' [2022-03-09T09:28:18.929Z] #60 0.717 ++ mktemp -d [2022-03-09T09:28:18.929Z] #60 0.727 + export GOPATH=/tmp/tmp.eAcS8KgWp4 [2022-03-09T09:28:18.929Z] #60 0.727 + GOPATH=/tmp/tmp.eAcS8KgWp4 [2022-03-09T09:28:18.929Z] #60 0.727 + RM_GOPATH=1 [2022-03-09T09:28:18.929Z] #60 0.727 + case "$(go env GOARCH)" in [2022-03-09T09:28:18.929Z] #60 0.739 ++ go env GOARCH [2022-03-09T09:28:18.929Z] #60 0.770 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:18.929Z] #60 0.770 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:18.929Z] #60 0.770 ++ dirname /install.sh [2022-03-09T09:28:18.929Z] #60 0.802 + dir=/ [2022-03-09T09:28:18.929Z] #60 0.802 + bin=containerd [2022-03-09T09:28:18.929Z] #60 0.802 + shift [2022-03-09T09:28:18.929Z] #60 0.802 + '[' '!' -f //containerd.installer ']' [2022-03-09T09:28:18.929Z] #60 0.802 + . //containerd.installer [2022-03-09T09:28:18.929Z] #60 0.802 ++ set -e [2022-03-09T09:28:18.929Z] #60 0.803 ++ : v1.5.10 [2022-03-09T09:28:18.929Z] #60 0.803 + install_containerd [2022-03-09T09:28:18.929Z] #60 0.803 + echo 'Install containerd version v1.5.10' [2022-03-09T09:28:18.929Z] #60 0.803 Install containerd version v1.5.10 [2022-03-09T09:28:18.929Z] #60 0.803 + git clone https://github.com/containerd/containerd.git /tmp/tmp.eAcS8KgWp4/src/github.com/containerd/containerd [2022-03-09T09:28:18.929Z] #60 0.805 Cloning into '/tmp/tmp.eAcS8KgWp4/src/github.com/containerd/containerd'... [2022-03-09T09:28:19.179Z] #43 ... [2022-03-09T09:28:19.179Z] [2022-03-09T09:28:19.179Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:28:19.179Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:28:19.179Z] #49 12.82 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T09:28:19.179Z] #49 12.85 go: downloading golang.org/x/mod v0.3.0 [2022-03-09T09:28:19.186Z] #60 ... [2022-03-09T09:28:19.186Z] [2022-03-09T09:28:19.186Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:19.186Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T09:28:19.186Z] #14 25.61 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-03-09T09:28:19.186Z] #14 26.12 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-03-09T09:28:19.186Z] #14 26.95 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-03-09T09:28:19.186Z] #14 27.14 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-09T09:28:19.186Z] #14 27.15 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-09T09:28:19.186Z] #14 27.15 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-09T09:28:19.186Z] #14 27.16 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-09T09:28:19.186Z] #14 27.17 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-09T09:28:19.186Z] #14 27.17 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-03-09T09:28:19.186Z] #14 27.19 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2022-03-09T09:28:19.186Z] #14 27.19 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-03-09T09:28:19.186Z] #14 27.20 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-03-09T09:28:19.186Z] #14 27.20 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-03-09T09:28:19.186Z] #14 27.20 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-03-09T09:28:19.186Z] #14 27.21 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-03-09T09:28:19.186Z] #14 27.23 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-03-09T09:28:19.186Z] #14 27.23 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-03-09T09:28:19.186Z] #14 27.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-09T09:28:19.186Z] #14 27.24 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2022-03-09T09:28:19.186Z] #14 28.05 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:28:19.186Z] #14 28.25 Fetched 108 MB in 4s (27.0 MB/s) [2022-03-09T09:28:19.186Z] #14 28.31 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-09T09:28:19.186Z] #14 28.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-09T09:28:19.186Z] #14 28.36 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-09T09:28:19.186Z] #14 28.37 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T09:28:19.186Z] #14 30.06 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-09T09:28:19.186Z] #14 30.06 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-09T09:28:19.186Z] #14 30.06 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T09:28:19.186Z] #14 31.95 Selecting previously unselected package binutils-mingw-w64. [2022-03-09T09:28:19.186Z] #14 31.95 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-09T09:28:19.186Z] #14 31.96 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T09:28:19.186Z] #14 32.07 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-03-09T09:28:19.186Z] #14 32.08 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-09T09:28:19.186Z] #14 32.08 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-09T09:28:19.186Z] #14 32.22 Selecting previously unselected package dmsetup. [2022-03-09T09:28:19.186Z] #14 32.23 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-03-09T09:28:19.186Z] #14 32.23 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-09T09:28:19.186Z] #14 32.36 Selecting previously unselected package mingw-w64-common. [2022-03-09T09:28:19.186Z] #14 32.36 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-09T09:28:19.186Z] #14 32.37 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-09T09:28:19.186Z] #14 ... [2022-03-09T09:28:19.186Z] [2022-03-09T09:28:19.186Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:19.186Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:28:19.186Z] #51 35.75 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T09:28:19.441Z] #49 ... [2022-03-09T09:28:19.441Z] [2022-03-09T09:28:19.441Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:19.441Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:28:19.441Z] #47 16.65 Fetched 8509 kB in 13s (642 kB/s) [2022-03-09T09:28:19.441Z] #47 16.65 Reading package lists... [2022-03-09T09:28:19.443Z] #51 35.90 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-09T09:28:19.443Z] #51 35.96 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-09T09:28:19.484Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 14.0s done [2022-03-09T09:28:19.701Z] #51 36.18 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-09T09:28:19.701Z] #51 36.20 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-09T09:28:19.701Z] #51 36.26 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T09:28:19.701Z] #51 36.27 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T09:28:19.701Z] #51 36.31 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-09T09:28:19.701Z] #51 36.34 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-09T09:28:19.702Z] #47 21.87 Reading package lists... [2022-03-09T09:28:19.702Z] #47 ... [2022-03-09T09:28:19.702Z] [2022-03-09T09:28:19.702Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:28:19.702Z] #63 sha256:29e3a7e0e34006c66fc56d4bf2ca7bac6d0b9302cc4b34c90780fd1cfc169e6b [2022-03-09T09:28:19.702Z] #63 13.10 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-09T09:28:19.702Z] #63 13.35 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-09T09:28:19.963Z] #63 ... [2022-03-09T09:28:19.963Z] [2022-03-09T09:28:19.963Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:28:19.963Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:28:19.963Z] #38 16.42 Fetched 8505 kB in 12s (684 kB/s) [2022-03-09T09:28:19.963Z] #38 16.42 Reading package lists... [2022-03-09T09:28:20.057Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-09T09:28:20.057Z] #11 DONE 42.6s [2022-03-09T09:28:20.225Z] #38 21.51 Reading package lists... [2022-03-09T09:28:20.225Z] #38 ... [2022-03-09T09:28:20.225Z] [2022-03-09T09:28:20.225Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:20.225Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:28:20.225Z] #14 13.77 Fetched 8505 kB in 11s (772 kB/s) [2022-03-09T09:28:20.225Z] #14 13.77 Reading package lists... [2022-03-09T09:28:20.270Z] #51 ... [2022-03-09T09:28:20.270Z] [2022-03-09T09:28:20.270Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:28:20.270Z] #38 sha256:2b03f7df4257c7ba58fb500fb5842cfead1c86b9434f96c22d67c7246114511c [2022-03-09T09:28:20.270Z] #38 27.96 Selecting previously unselected package libicu67:arm64. [2022-03-09T09:28:20.270Z] #38 27.96 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-03-09T09:28:20.270Z] #38 27.99 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-09T09:28:20.270Z] #38 32.15 Selecting previously unselected package libxml2:arm64. [2022-03-09T09:28:20.270Z] #38 32.16 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2022-03-09T09:28:20.270Z] #38 32.16 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-09T09:28:20.270Z] #38 32.50 Selecting previously unselected package libarchive13:arm64. [2022-03-09T09:28:20.270Z] #38 32.50 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2022-03-09T09:28:20.270Z] #38 32.50 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-09T09:28:20.270Z] #38 32.74 Selecting previously unselected package libjsoncpp24:arm64. [2022-03-09T09:28:20.270Z] #38 32.75 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-03-09T09:28:20.270Z] #38 32.76 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-09T09:28:20.270Z] #38 32.88 Selecting previously unselected package librhash0:arm64. [2022-03-09T09:28:20.270Z] #38 32.88 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-03-09T09:28:20.270Z] #38 32.89 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-03-09T09:28:20.270Z] #38 33.02 Selecting previously unselected package libuv1:arm64. [2022-03-09T09:28:20.270Z] #38 33.02 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-03-09T09:28:20.270Z] #38 33.03 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-03-09T09:28:20.270Z] #38 33.16 Selecting previously unselected package cmake. [2022-03-09T09:28:20.270Z] #38 33.17 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-03-09T09:28:20.270Z] #38 33.17 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-09T09:28:20.270Z] #38 35.64 Setting up libicu67:arm64 (67.1-7) ... [2022-03-09T09:28:20.270Z] #38 35.66 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:28:20.270Z] #38 35.68 Setting up libuv1:arm64 (1.40.0-2) ... [2022-03-09T09:28:20.270Z] #38 35.69 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:28:20.270Z] #38 35.74 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-09T09:28:20.270Z] #38 35.77 Setting up librhash0:arm64 (1.4.1-2) ... [2022-03-09T09:28:20.270Z] #38 35.81 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T09:28:20.270Z] #38 35.84 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-09T09:28:20.270Z] #38 35.85 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-09T09:28:20.270Z] #38 35.86 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-09T09:28:20.270Z] #38 35.88 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:28:20.270Z] #38 DONE 36.8s [2022-03-09T09:28:20.270Z] [2022-03-09T09:28:20.270Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:20.270Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:28:20.270Z] #51 36.65 go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T09:28:20.270Z] #51 ... [2022-03-09T09:28:20.270Z] [2022-03-09T09:28:20.270Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:20.270Z] #47 sha256:747e4ca90c931a1b44bbaca0c84e804c844f4b42df9bd45fd78b7879660b92b0 [2022-03-09T09:28:20.270Z] #47 36.36 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:28:20.270Z] #47 DONE 36.6s [2022-03-09T09:28:20.270Z] [2022-03-09T09:28:20.270Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:20.270Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:28:20.270Z] #51 36.82 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-09T09:28:20.270Z] #51 ... [2022-03-09T09:28:20.270Z] [2022-03-09T09:28:20.270Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T09:28:20.270Z] #39 sha256:062b6311e91e9235a5e297c595e50e4245f2cc67908cb5eff3f56ba8d20aef87 [2022-03-09T09:28:20.270Z] #39 DONE 0.2s [2022-03-09T09:28:20.270Z] [2022-03-09T09:28:20.270Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:20.270Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:28:20.270Z] #51 37.03 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-09T09:28:20.319Z] [2022-03-09T09:28:20.319Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-09T09:28:20.319Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-09T09:28:20.371Z] INFO: make.ps1 starting at 03/09/2022 09:28:19 [2022-03-09T09:28:20.371Z] INFO: Git commit (b548a95f9f) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T09:28:20.371Z] INFO: Invoking autogen... [2022-03-09T09:28:20.371Z] INFO: Building daemon... [2022-03-09T09:28:20.488Z] #14 19.27 Reading package lists... [2022-03-09T09:28:20.488Z] #14 ... [2022-03-09T09:28:20.488Z] [2022-03-09T09:28:20.488Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:20.488Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:28:20.488Z] #51 23.86 go: downloading github.com/fatih/color v1.13.0 [2022-03-09T09:28:20.488Z] #51 23.86 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T09:28:20.488Z] #51 23.92 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-09T09:28:20.488Z] #51 23.93 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T09:28:20.528Z] #51 37.12 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-09T09:28:20.750Z] #51 24.25 go: downloading github.com/spf13/viper v1.10.1 [2022-03-09T09:28:20.750Z] #51 24.28 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-09T09:28:20.750Z] #51 24.38 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-09T09:28:20.750Z] #51 24.42 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-09T09:28:20.750Z] #51 24.46 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-09T09:28:21.013Z] #51 24.57 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-09T09:28:21.272Z] #12 DONE 0.8s [2022-03-09T09:28:21.272Z] [2022-03-09T09:28:21.272Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-09T09:28:21.272Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-09T09:28:21.275Z] #51 24.68 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-09T09:28:21.847Z] #13 DONE 0.8s [2022-03-09T09:28:21.847Z] [2022-03-09T09:28:21.847Z] #53 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-09T09:28:21.847Z] #53 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-09T09:28:21.847Z] #53 DONE 0.1s [2022-03-09T09:28:21.847Z] [2022-03-09T09:28:21.847Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:21.847Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:28:21.897Z] #51 38.51 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T09:28:22.110Z] #54 ... [2022-03-09T09:28:22.110Z] [2022-03-09T09:28:22.110Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-09T09:28:22.110Z] #49 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-09T09:28:22.110Z] #49 DONE 0.4s [2022-03-09T09:28:22.110Z] [2022-03-09T09:28:22.110Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T09:28:22.110Z] #40 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-09T09:28:22.110Z] #40 DONE 0.4s [2022-03-09T09:28:22.221Z] #51 25.61 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-09T09:28:22.377Z] [2022-03-09T09:28:22.377Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:28:22.377Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:28:22.828Z] #51 ... [2022-03-09T09:28:22.828Z] [2022-03-09T09:28:22.828Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:28:22.828Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-09T09:28:22.828Z] #34 29.31 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-09T09:28:22.828Z] #34 29.88 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:28:23.085Z] #34 ... [2022-03-09T09:28:23.085Z] [2022-03-09T09:28:23.085Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-09T09:28:23.085Z] #40 sha256:44580bd6f22c4faf602e4ea42059c0118119f970c22e7ad29b180221737587ee [2022-03-09T09:28:23.085Z] #40 0.774 + RM_GOPATH=0 [2022-03-09T09:28:23.085Z] #40 0.774 + TMP_GOPATH= [2022-03-09T09:28:23.085Z] #40 0.774 + : /build [2022-03-09T09:28:23.085Z] #40 0.774 + '[' -z '' ']' [2022-03-09T09:28:23.085Z] #40 0.781 ++ mktemp -d [2022-03-09T09:28:23.085Z] #40 0.781 + export GOPATH=/tmp/tmp.42ap9u9UTN [2022-03-09T09:28:23.085Z] #40 0.781 + GOPATH=/tmp/tmp.42ap9u9UTN [2022-03-09T09:28:23.085Z] #40 0.781 + RM_GOPATH=1 [2022-03-09T09:28:23.085Z] #40 0.781 + case "$(go env GOARCH)" in [2022-03-09T09:28:23.085Z] #40 0.782 ++ go env GOARCH [2022-03-09T09:28:23.085Z] #40 0.805 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:23.085Z] #40 0.805 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:23.085Z] #40 0.809 ++ dirname /install.sh [2022-03-09T09:28:23.085Z] #40 0.821 + dir=/ [2022-03-09T09:28:23.085Z] #40 0.821 + bin=tini [2022-03-09T09:28:23.085Z] #40 0.821 + shift [2022-03-09T09:28:23.085Z] #40 0.821 + '[' '!' -f //tini.installer ']' [2022-03-09T09:28:23.085Z] #40 0.821 + . //tini.installer [2022-03-09T09:28:23.085Z] #40 0.821 ++ : v0.19.0 [2022-03-09T09:28:23.085Z] #40 0.821 + install_tini [2022-03-09T09:28:23.085Z] #40 0.821 + echo 'Install tini version v0.19.0' [2022-03-09T09:28:23.085Z] #40 0.821 + git clone https://github.com/krallin/tini.git /tmp/tmp.42ap9u9UTN/tini [2022-03-09T09:28:23.085Z] #40 0.821 Install tini version v0.19.0 [2022-03-09T09:28:23.085Z] #40 0.849 Cloning into '/tmp/tmp.42ap9u9UTN/tini'... [2022-03-09T09:28:23.085Z] #40 1.503 + cd /tmp/tmp.42ap9u9UTN/tini [2022-03-09T09:28:23.085Z] #40 1.503 + git checkout -q v0.19.0 [2022-03-09T09:28:23.085Z] #40 1.525 + cmake . [2022-03-09T09:28:23.085Z] #40 1.847 -- The C compiler identification is GNU 10.2.1 [2022-03-09T09:28:23.085Z] #40 1.910 -- Detecting C compiler ABI info [2022-03-09T09:28:23.085Z] #40 2.378 -- Detecting C compiler ABI info - done [2022-03-09T09:28:23.085Z] #40 2.452 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-09T09:28:23.085Z] #40 2.473 -- Detecting C compile features [2022-03-09T09:28:23.085Z] #40 2.474 -- Detecting C compile features - done [2022-03-09T09:28:23.085Z] #40 2.512 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-09T09:28:23.085Z] #40 2.713 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-09T09:28:23.085Z] #40 2.794 -- Configuring done [2022-03-09T09:28:23.342Z] #40 2.813 -- Generating done [2022-03-09T09:28:23.342Z] #40 2.815 -- Build files have been written to: /tmp/tmp.42ap9u9UTN/tini [2022-03-09T09:28:23.342Z] #40 2.829 + make tini-static [2022-03-09T09:28:23.342Z] #40 3.002 Scanning dependencies of target tini-static [2022-03-09T09:28:23.342Z] #40 3.095 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-09T09:28:24.833Z] #51 28.07 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T09:28:24.833Z] #51 28.12 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T09:28:24.833Z] #51 28.18 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-09T09:28:24.833Z] #51 28.19 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-09T09:28:24.833Z] #51 28.26 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T09:28:24.833Z] #51 28.32 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-09T09:28:24.833Z] #51 28.33 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-09T09:28:24.833Z] #51 28.39 go: downloading github.com/spf13/afero v1.6.0 [2022-03-09T09:28:24.833Z] #51 28.45 go: downloading github.com/spf13/cast v1.4.1 [2022-03-09T09:28:24.833Z] #51 28.48 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-09T09:28:24.833Z] #51 28.52 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-09T09:28:24.833Z] #51 28.52 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-09T09:28:24.835Z] #40 4.308 [100%] Linking C executable tini-static [2022-03-09T09:28:24.835Z] #40 4.583 [100%] Built target tini-static [2022-03-09T09:28:24.930Z] #41 ... [2022-03-09T09:28:24.930Z] [2022-03-09T09:28:24.930Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-09T09:28:24.930Z] #14 sha256:09b6e3692320f08cf6327db0ae6dbac3f5eaa5ea0349ddf964de4290be45ec49 [2022-03-09T09:28:24.930Z] #14 DONE 3.1s [2022-03-09T09:28:24.930Z] [2022-03-09T09:28:24.930Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-09T09:28:24.930Z] #15 sha256:96bcf02670b65def60e1b23dcad47755d0bff725bd59a782e559ae99ba7a16f0 [2022-03-09T09:28:25.097Z] #51 28.63 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-09T09:28:25.097Z] #51 28.65 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-09T09:28:25.097Z] #51 28.71 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-09T09:28:25.099Z] #40 4.641 + mkdir -p /build [2022-03-09T09:28:25.099Z] #40 4.643 + cp tini-static /build/docker-init [2022-03-09T09:28:25.356Z] #40 DONE 5.0s [2022-03-09T09:28:25.356Z] [2022-03-09T09:28:25.356Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:25.356Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T09:28:25.356Z] #14 36.97 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-09T09:28:25.356Z] #14 36.97 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-09T09:28:25.356Z] #14 36.98 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T09:28:25.356Z] #14 41.98 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-09T09:28:25.356Z] #14 41.99 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-03-09T09:28:25.356Z] #14 42.01 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T09:28:25.359Z] #51 28.88 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-09T09:28:25.360Z] #51 28.92 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-09T09:28:25.360Z] #51 28.95 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-09T09:28:25.360Z] #51 29.00 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-09T09:28:25.360Z] #51 29.01 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-09T09:28:25.360Z] #51 29.03 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-09T09:28:25.614Z] #14 42.17 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-09T09:28:25.615Z] #14 42.19 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-09T09:28:25.615Z] #14 42.23 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T09:28:25.621Z] #51 29.03 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-09T09:28:25.882Z] #51 29.59 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-09T09:28:25.882Z] #51 29.65 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-09T09:28:26.144Z] #51 29.67 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-09T09:28:26.144Z] #51 29.77 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-09T09:28:26.144Z] #51 29.87 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-09T09:28:26.185Z] #14 ... [2022-03-09T09:28:26.185Z] [2022-03-09T09:28:26.185Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:28:26.185Z] #49 sha256:2091bf311a2680210b8be5f35515c5ae9a070f0d398a8c1273941818a5e66041 [2022-03-09T09:28:26.185Z] #49 42.58 gotestsum version dev [2022-03-09T09:28:26.185Z] #49 DONE 42.7s [2022-03-09T09:28:26.185Z] [2022-03-09T09:28:26.185Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:28:26.185Z] #63 sha256:8241de2ada59aa4bb0c46e00fe131dec9eb5d6eff8153625edc7b5fc8a533dac [2022-03-09T09:28:26.405Z] #51 ... [2022-03-09T09:28:26.405Z] [2022-03-09T09:28:26.405Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-09T09:28:26.405Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T09:28:26.405Z] #53 29.67 v3.0.2 [2022-03-09T09:28:26.405Z] #53 DONE 30.0s [2022-03-09T09:28:26.405Z] [2022-03-09T09:28:26.405Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:28:26.405Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:28:26.405Z] #58 19.96 Reading package lists... [2022-03-09T09:28:26.405Z] #58 24.99 Building dependency tree... [2022-03-09T09:28:26.405Z] #58 27.53 The following additional packages will be installed: [2022-03-09T09:28:26.405Z] #58 27.53 libbtrfs0 [2022-03-09T09:28:26.405Z] #58 27.70 The following NEW packages will be installed: [2022-03-09T09:28:26.405Z] #58 27.71 libbtrfs-dev libbtrfs0 [2022-03-09T09:28:26.405Z] #58 28.07 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:28:26.405Z] #58 28.07 Need to get 460 kB of archives. [2022-03-09T09:28:26.405Z] #58 28.07 After this operation, 1237 kB of additional disk space will be used. [2022-03-09T09:28:26.405Z] #58 28.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T09:28:26.405Z] #58 28.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T09:28:26.405Z] #58 28.88 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:28:26.405Z] #58 29.07 Fetched 460 kB in 0s (1271 kB/s) [2022-03-09T09:28:26.405Z] #58 29.15 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T09:28:26.405Z] #58 29.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:28:26.405Z] #58 29.20 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T09:28:26.405Z] #58 29.21 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:28:26.405Z] #58 29.40 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T09:28:26.405Z] #58 29.42 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T09:28:26.405Z] #58 29.43 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:28:26.405Z] #58 29.86 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:28:26.405Z] #58 29.92 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:28:26.405Z] #58 29.96 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:28:26.976Z] #58 DONE 30.4s [2022-03-09T09:28:26.976Z] [2022-03-09T09:28:26.976Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:26.976Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:28:26.976Z] #14 19.27 Reading package lists... [2022-03-09T09:28:26.976Z] #14 24.40 Building dependency tree... [2022-03-09T09:28:26.976Z] #14 26.95 The following additional packages will be installed: [2022-03-09T09:28:26.976Z] #14 26.95 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T09:28:26.976Z] #14 26.95 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-09T09:28:26.976Z] #14 26.95 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-09T09:28:26.976Z] #14 26.95 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-09T09:28:26.976Z] #14 26.96 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-09T09:28:26.976Z] #14 26.97 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-09T09:28:26.976Z] #14 26.97 mingw-w64-common mingw-w64-x86-64-dev [2022-03-09T09:28:26.976Z] #14 26.97 Suggested packages: [2022-03-09T09:28:26.976Z] #14 26.97 gcc-10-locales seccomp wine64 [2022-03-09T09:28:26.976Z] #14 28.08 The following NEW packages will be installed: [2022-03-09T09:28:26.976Z] #14 28.08 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T09:28:26.976Z] #14 28.08 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-09T09:28:26.976Z] #14 28.08 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-09T09:28:26.976Z] #14 28.08 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-09T09:28:26.976Z] #14 28.08 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-09T09:28:26.976Z] #14 28.08 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-09T09:28:26.976Z] #14 28.09 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-09T09:28:26.976Z] #14 28.09 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-09T09:28:26.976Z] #14 28.09 mingw-w64-x86-64-dev [2022-03-09T09:28:26.976Z] #14 28.48 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:28:26.976Z] #14 28.48 Need to get 115 MB of archives. [2022-03-09T09:28:26.976Z] #14 28.48 After this operation, 645 MB of additional disk space will be used. [2022-03-09T09:28:26.976Z] #14 28.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-09T09:28:26.976Z] #14 28.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-09T09:28:26.976Z] #14 28.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-09T09:28:26.976Z] #14 28.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-09T09:28:26.976Z] #14 28.78 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-09T09:28:26.976Z] #14 28.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-09T09:28:26.976Z] #14 29.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-09T09:28:26.976Z] #14 29.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-09T09:28:26.976Z] #14 29.28 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-09T09:28:26.976Z] #14 29.91 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-09T09:28:26.976Z] #14 ... [2022-03-09T09:28:26.976Z] [2022-03-09T09:28:26.976Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:26.976Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:28:26.976Z] #51 30.66 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-09T09:28:26.976Z] #51 30.71 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-09T09:28:26.976Z] #51 30.71 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-09T09:28:27.237Z] #51 30.78 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-09T09:28:27.237Z] #51 30.85 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-09T09:28:27.237Z] #51 30.91 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-09T09:28:27.237Z] #51 30.91 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-09T09:28:27.237Z] #51 30.94 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-09T09:28:27.237Z] #51 30.96 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-09T09:28:27.499Z] #51 ... [2022-03-09T09:28:27.499Z] [2022-03-09T09:28:27.499Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-09T09:28:27.499Z] #59 sha256:62b756546f5f73a4b248ac54a2aac2b8d8eafa8986a16ed0c6ca41084e3daca6 [2022-03-09T09:28:27.499Z] #59 DONE 0.6s [2022-03-09T09:28:27.499Z] [2022-03-09T09:28:27.499Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:27.499Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:28:27.499Z] #51 31.04 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-09T09:28:27.499Z] #51 31.13 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-09T09:28:27.499Z] #51 31.24 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-09T09:28:27.760Z] #51 31.30 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-09T09:28:27.760Z] #51 31.30 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-09T09:28:27.760Z] #51 31.30 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-09T09:28:27.760Z] #51 31.30 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-09T09:28:27.760Z] #51 31.33 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-09T09:28:27.760Z] #51 31.36 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-09T09:28:27.760Z] #51 31.36 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-09T09:28:27.760Z] #51 31.37 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-09T09:28:28.021Z] #51 31.57 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-09T09:28:28.021Z] #51 31.65 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-09T09:28:28.021Z] #51 31.66 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-09T09:28:28.021Z] #51 31.67 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-09T09:28:28.021Z] #51 31.79 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-09T09:28:28.021Z] #51 31.79 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-09T09:28:28.021Z] #51 31.79 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-09T09:28:28.243Z] #15 DONE 2.6s [2022-03-09T09:28:28.243Z] [2022-03-09T09:28:28.243Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-09T09:28:28.243Z] #16 sha256:beddf0d6d60e18c9ac5b3546568cba2a4901f4a5fec519fe15cb3d5d496e5cb7 [2022-03-09T09:28:28.281Z] #51 31.89 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-09T09:28:28.281Z] #51 31.89 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-09T09:28:28.541Z] #51 31.96 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-09T09:28:28.541Z] #51 31.96 go: downloading github.com/julz/importas v0.1.0 [2022-03-09T09:28:28.541Z] #51 31.99 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-09T09:28:28.541Z] #51 31.99 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-09T09:28:28.541Z] #51 32.08 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-09T09:28:28.541Z] #51 32.08 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-09T09:28:28.541Z] #51 32.18 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-09T09:28:28.541Z] #51 32.18 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-09T09:28:28.802Z] #51 32.26 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-09T09:28:28.802Z] #51 32.26 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-09T09:28:28.802Z] #51 32.26 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-09T09:28:28.802Z] #51 32.26 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-09T09:28:28.802Z] #51 32.32 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-09T09:28:28.802Z] #51 32.32 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-09T09:28:29.374Z] #51 32.81 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-09T09:28:29.374Z] #51 32.81 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-09T09:28:29.374Z] #51 32.81 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-09T09:28:29.374Z] #51 32.81 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-09T09:28:29.374Z] #51 32.85 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-09T09:28:29.374Z] #51 32.87 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-09T09:28:29.374Z] #51 32.89 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-09T09:28:29.374Z] #51 32.97 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-09T09:28:29.374Z] #51 32.99 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-09T09:28:29.635Z] #51 33.13 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-09T09:28:29.635Z] #51 33.13 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-09T09:28:29.636Z] #51 33.14 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-09T09:28:29.636Z] #51 33.18 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-09T09:28:29.636Z] #51 33.18 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-09T09:28:29.636Z] #51 33.18 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-09T09:28:29.636Z] #51 33.20 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-09T09:28:29.636Z] #51 33.24 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-09T09:28:29.636Z] #51 33.29 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-09T09:28:29.636Z] #51 33.29 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-09T09:28:29.636Z] #51 33.30 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-09T09:28:29.636Z] #51 33.35 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-09T09:28:29.636Z] #16 DONE 1.7s [2022-03-09T09:28:29.636Z] [2022-03-09T09:28:29.636Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-09T09:28:29.636Z] #17 sha256:44e4058ee4dc4bd39264506dac38d0f29b98e82470d99148e586789f2478289b [2022-03-09T09:28:29.896Z] #51 33.39 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-09T09:28:29.896Z] #51 33.43 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-09T09:28:29.896Z] #51 33.46 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-09T09:28:29.896Z] #51 33.46 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-09T09:28:29.896Z] #51 33.50 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-09T09:28:30.157Z] #51 33.78 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-09T09:28:30.418Z] #51 33.96 go: downloading honnef.co/go/tools v0.2.2 [2022-03-09T09:28:31.365Z] #51 35.08 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-09T09:28:31.365Z] #51 35.08 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-09T09:28:31.365Z] #51 35.10 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-09T09:28:31.433Z] #63 ... [2022-03-09T09:28:31.433Z] [2022-03-09T09:28:31.433Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:31.433Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T09:28:31.433Z] #14 47.23 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-09T09:28:31.433Z] #14 47.23 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-09T09:28:31.433Z] #14 47.23 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:28:31.569Z] #17 DONE 1.9s [2022-03-09T09:28:31.569Z] [2022-03-09T09:28:31.569Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-09T09:28:31.569Z] #18 sha256:4537d596aeb6a1f91ba4cb2255575856f0f9010515abf5fd2f90bdd0313e4de4 [2022-03-09T09:28:31.625Z] #51 35.17 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T09:28:31.625Z] #51 35.18 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T09:28:31.625Z] #51 35.22 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-09T09:28:31.625Z] #51 35.32 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-09T09:28:31.833Z] #18 ... [2022-03-09T09:28:31.833Z] [2022-03-09T09:28:31.833Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-09T09:28:31.833Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T09:28:31.833Z] #60 4.347 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-09T09:28:31.833Z] #60 5.073 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-09T09:28:31.833Z] #60 5.082 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-09T09:28:31.833Z] #60 5.096 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-09T09:28:31.833Z] #60 6.733 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-09T09:28:31.886Z] #51 35.51 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T09:28:31.886Z] #51 35.51 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T09:28:32.097Z] #60 ... [2022-03-09T09:28:32.098Z] [2022-03-09T09:28:32.098Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:28:32.098Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:28:32.098Z] #56 5.096 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T09:28:32.098Z] #56 6.733 go: downloading github.com/fatih/color v1.10.0 [2022-03-09T09:28:32.098Z] #56 7.043 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T09:28:32.098Z] #56 7.048 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T09:28:32.098Z] #56 7.086 go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T09:28:32.098Z] #56 7.186 go: downloading golang.org/x/tools v0.1.0 [2022-03-09T09:28:32.098Z] #56 7.259 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T09:28:32.098Z] #56 7.305 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T09:28:32.098Z] #56 7.344 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T09:28:32.098Z] #56 7.390 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T09:28:32.098Z] #56 ... [2022-03-09T09:28:32.098Z] [2022-03-09T09:28:32.098Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:32.098Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:28:32.098Z] #58 3.809 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-09T09:28:32.148Z] #51 35.63 go: downloading golang.org/x/text v0.3.7 [2022-03-09T09:28:32.361Z] #58 ... [2022-03-09T09:28:32.361Z] [2022-03-09T09:28:32.361Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-09T09:28:32.361Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T09:28:32.361Z] #43 4.742 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-09T09:28:32.361Z] #43 ... [2022-03-09T09:28:32.361Z] [2022-03-09T09:28:32.361Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:28:32.361Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:28:32.361Z] #50 3.947 + git clone https://github.com/docker/distribution.git . [2022-03-09T09:28:32.361Z] #50 3.947 Cloning into '.'... [2022-03-09T09:28:32.623Z] #50 ... [2022-03-09T09:28:32.623Z] [2022-03-09T09:28:32.623Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:32.623Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:28:32.623Z] #54 5.068 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:28:32.623Z] #54 5.174 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:28:32.623Z] #54 5.174 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:28:32.623Z] #54 5.658 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-09T09:28:32.623Z] #54 6.331 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:28:32.623Z] #54 7.863 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:28:32.623Z] #54 10.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:28:32.722Z] #51 ... [2022-03-09T09:28:32.722Z] [2022-03-09T09:28:32.722Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:28:32.722Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:28:32.722Z] #38 21.51 Reading package lists... [2022-03-09T09:28:32.722Z] #38 26.29 Building dependency tree... [2022-03-09T09:28:32.722Z] #38 28.81 The following additional packages will be installed: [2022-03-09T09:28:32.722Z] #38 28.82 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-09T09:28:32.722Z] #38 28.83 Suggested packages: [2022-03-09T09:28:32.722Z] #38 28.85 cmake-doc ninja-build lrzip [2022-03-09T09:28:32.722Z] #38 28.85 Recommended packages: [2022-03-09T09:28:32.722Z] #38 28.85 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-09T09:28:32.722Z] #38 29.67 The following NEW packages will be installed: [2022-03-09T09:28:32.722Z] #38 29.68 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-09T09:28:32.722Z] #38 29.69 vim-common xxd [2022-03-09T09:28:32.722Z] #38 30.06 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:28:32.722Z] #38 30.06 Need to get 17.7 MB of archives. [2022-03-09T09:28:32.722Z] #38 30.06 After this operation, 70.7 MB of additional disk space will be used. [2022-03-09T09:28:32.722Z] #38 30.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T09:28:32.722Z] #38 30.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T09:28:32.722Z] #38 30.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-09T09:28:32.722Z] #38 30.16 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T09:28:32.722Z] #38 30.59 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-09T09:28:32.722Z] #38 30.59 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-09T09:28:32.722Z] #38 30.62 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-09T09:28:32.722Z] #38 30.64 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-09T09:28:32.722Z] #38 30.64 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-09T09:28:32.722Z] #38 30.64 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-09T09:28:32.722Z] #38 31.79 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:28:32.722Z] #38 32.06 Fetched 17.7 MB in 1s (14.4 MB/s) [2022-03-09T09:28:32.722Z] #38 32.09 Selecting previously unselected package xxd. [2022-03-09T09:28:32.722Z] #38 32.09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:28:32.722Z] #38 32.13 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:28:32.722Z] #38 32.26 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:28:32.722Z] #38 32.42 Selecting previously unselected package vim-common. [2022-03-09T09:28:32.722Z] #38 32.42 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:28:32.722Z] #38 32.42 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:28:32.722Z] #38 32.67 Selecting previously unselected package cmake-data. [2022-03-09T09:28:32.722Z] #38 32.67 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-09T09:28:32.722Z] #38 32.74 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T09:28:32.722Z] #38 35.33 Selecting previously unselected package libicu67:amd64. [2022-03-09T09:28:32.722Z] #38 35.33 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-09T09:28:32.722Z] #38 35.35 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T09:28:32.722Z] #38 ... [2022-03-09T09:28:32.722Z] [2022-03-09T09:28:32.722Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:32.722Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:28:32.722Z] #47 21.87 Reading package lists... [2022-03-09T09:28:32.722Z] #47 26.51 Building dependency tree... [2022-03-09T09:28:32.722Z] #47 29.18 The following additional packages will be installed: [2022-03-09T09:28:32.722Z] #47 29.19 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T09:28:32.722Z] #47 29.19 python3-protobuf python3-six [2022-03-09T09:28:32.722Z] #47 29.20 Suggested packages: [2022-03-09T09:28:32.722Z] #47 29.22 python3-setuptools [2022-03-09T09:28:32.722Z] #47 29.22 Recommended packages: [2022-03-09T09:28:32.722Z] #47 29.22 iproute2 | iproute [2022-03-09T09:28:32.722Z] #47 29.84 The following NEW packages will be installed: [2022-03-09T09:28:32.722Z] #47 29.84 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T09:28:32.722Z] #47 29.84 python3-protobuf python3-six [2022-03-09T09:28:32.722Z] #47 30.30 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:28:32.722Z] #47 30.30 Need to get 2292 kB of archives. [2022-03-09T09:28:32.722Z] #47 30.30 After this operation, 11.0 MB of additional disk space will be used. [2022-03-09T09:28:32.722Z] #47 30.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-09T09:28:32.722Z] #47 30.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T09:28:32.722Z] #47 30.31 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-09T09:28:32.722Z] #47 30.34 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-09T09:28:32.722Z] #47 30.34 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-09T09:28:32.722Z] #47 30.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-09T09:28:32.722Z] #47 30.39 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-09T09:28:32.722Z] #47 33.57 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-09T09:28:32.722Z] #47 34.82 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:28:32.722Z] #47 34.97 Fetched 2292 kB in 4s (573 kB/s) [2022-03-09T09:28:32.722Z] #47 35.04 Selecting previously unselected package libprotobuf23:amd64. [2022-03-09T09:28:32.722Z] #47 35.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:28:32.722Z] #47 35.11 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-09T09:28:32.722Z] #47 35.14 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T09:28:32.722Z] #47 35.81 Selecting previously unselected package python3-pkg-resources. [2022-03-09T09:28:32.722Z] #47 35.84 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T09:28:32.722Z] #47 35.84 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:28:32.722Z] #47 36.04 Selecting previously unselected package python3-six. [2022-03-09T09:28:32.722Z] #47 36.04 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-09T09:28:32.722Z] #47 36.04 Unpacking python3-six (1.16.0-2) ... [2022-03-09T09:28:32.722Z] #47 36.16 Selecting previously unselected package python3-protobuf. [2022-03-09T09:28:32.722Z] #47 36.16 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-09T09:28:32.984Z] #47 36.17 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-09T09:28:33.199Z] #54 ... [2022-03-09T09:28:33.199Z] [2022-03-09T09:28:33.199Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:28:33.199Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:28:33.199Z] #56 11.32 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T09:28:33.462Z] #56 11.47 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T09:28:33.462Z] #56 11.58 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T09:28:33.556Z] #47 36.79 Selecting previously unselected package libnet1:amd64. [2022-03-09T09:28:33.556Z] #47 36.80 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T09:28:33.556Z] #47 36.81 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:28:33.726Z] #56 ... [2022-03-09T09:28:33.726Z] [2022-03-09T09:28:33.726Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-09T09:28:33.726Z] #18 sha256:4537d596aeb6a1f91ba4cb2255575856f0f9010515abf5fd2f90bdd0313e4de4 [2022-03-09T09:28:33.726Z] #18 DONE 2.5s [2022-03-09T09:28:33.726Z] [2022-03-09T09:28:33.726Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-09T09:28:33.726Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T09:28:33.817Z] #47 36.92 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T09:28:33.817Z] #47 36.92 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T09:28:33.817Z] #47 36.93 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:28:33.817Z] #47 37.06 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T09:28:33.817Z] #47 37.06 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T09:28:33.817Z] #47 37.07 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:28:34.078Z] #47 37.17 Selecting previously unselected package criu. [2022-03-09T09:28:34.078Z] #47 37.17 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-09T09:28:34.078Z] #47 37.18 Unpacking criu (3.16.1-3) ... [2022-03-09T09:28:34.651Z] #47 37.83 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:28:34.912Z] #47 ... [2022-03-09T09:28:34.912Z] [2022-03-09T09:28:34.912Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:28:34.912Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:28:35.174Z] #34 38.22 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-09T09:28:35.174Z] #34 38.47 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-09T09:28:35.650Z] #19 2.077 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:28:35.912Z] #19 2.134 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:28:35.912Z] #19 2.134 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:28:36.118Z] #34 39.36 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:28:36.490Z] #19 ... [2022-03-09T09:28:36.490Z] [2022-03-09T09:28:36.490Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:28:36.490Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:28:36.490Z] #41 4.200 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-09T09:28:36.490Z] #41 4.200 Cloning into '.'... [2022-03-09T09:28:36.490Z] #41 ... [2022-03-09T09:28:36.490Z] [2022-03-09T09:28:36.490Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:28:36.490Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:28:36.490Z] #56 13.08 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T09:28:36.490Z] #56 13.08 go: downloading golang.org/x/mod v0.3.0 [2022-03-09T09:28:37.504Z] #34 ... [2022-03-09T09:28:37.504Z] [2022-03-09T09:28:37.504Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:28:37.504Z] #60 sha256:9283bcf23f7c9bfe3f63a84c607355621bfb3091fa171ce0737011a232675ef7 [2022-03-09T09:28:37.504Z] #60 3.360 + RM_GOPATH=0 [2022-03-09T09:28:37.504Z] #60 3.360 + TMP_GOPATH= [2022-03-09T09:28:37.504Z] #60 3.360 + : /build [2022-03-09T09:28:37.504Z] #60 3.360 + '[' -z '' ']' [2022-03-09T09:28:37.504Z] #60 3.360 ++ mktemp -d [2022-03-09T09:28:37.504Z] #60 3.360 + export GOPATH=/tmp/tmp.u3geP8Km0f [2022-03-09T09:28:37.504Z] #60 3.360 + GOPATH=/tmp/tmp.u3geP8Km0f [2022-03-09T09:28:37.504Z] #60 3.360 + RM_GOPATH=1 [2022-03-09T09:28:37.504Z] #60 3.360 + case "$(go env GOARCH)" in [2022-03-09T09:28:37.504Z] #60 3.364 ++ go env GOARCH [2022-03-09T09:28:37.504Z] #60 3.388 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:37.504Z] #60 3.389 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:37.504Z] #60 3.406 Install containerd version v1.5.10 [2022-03-09T09:28:37.504Z] #60 3.406 ++ dirname /install.sh [2022-03-09T09:28:37.504Z] #60 3.406 + dir=/ [2022-03-09T09:28:37.504Z] #60 3.406 + bin=containerd [2022-03-09T09:28:37.504Z] #60 3.406 + shift [2022-03-09T09:28:37.504Z] #60 3.406 + '[' '!' -f //containerd.installer ']' [2022-03-09T09:28:37.504Z] #60 3.406 + . //containerd.installer [2022-03-09T09:28:37.504Z] #60 3.406 ++ set -e [2022-03-09T09:28:37.504Z] #60 3.406 ++ : v1.5.10 [2022-03-09T09:28:37.504Z] #60 3.406 + install_containerd [2022-03-09T09:28:37.504Z] #60 3.406 + echo 'Install containerd version v1.5.10' [2022-03-09T09:28:37.504Z] #60 3.406 + git clone https://github.com/containerd/containerd.git /tmp/tmp.u3geP8Km0f/src/github.com/containerd/containerd [2022-03-09T09:28:37.504Z] #60 3.418 Cloning into '/tmp/tmp.u3geP8Km0f/src/github.com/containerd/containerd'... [2022-03-09T09:28:37.504Z] #60 ... [2022-03-09T09:28:37.504Z] [2022-03-09T09:28:37.504Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:37.504Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:28:37.504Z] #14 30.92 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-09T09:28:37.504Z] #14 31.58 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-09T09:28:37.504Z] #14 32.26 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-09T09:28:37.504Z] #14 33.58 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-09T09:28:37.504Z] #14 33.96 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-09T09:28:37.504Z] #14 33.96 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-09T09:28:37.504Z] #14 33.96 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-09T09:28:37.504Z] #14 33.96 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T09:28:37.504Z] #14 33.96 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T09:28:37.504Z] #14 33.96 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-09T09:28:37.504Z] #14 33.97 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-09T09:28:37.504Z] #14 33.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-09T09:28:37.504Z] #14 34.00 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-09T09:28:37.504Z] #14 34.00 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-09T09:28:37.504Z] #14 34.00 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-09T09:28:37.504Z] #14 34.00 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-09T09:28:37.504Z] #14 34.05 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-09T09:28:37.504Z] #14 34.05 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-09T09:28:37.504Z] #14 34.05 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-09T09:28:37.504Z] #14 34.05 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-09T09:28:37.504Z] #14 34.87 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:28:37.504Z] #14 35.09 Fetched 115 MB in 6s (19.4 MB/s) [2022-03-09T09:28:37.504Z] #14 35.18 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-09T09:28:37.504Z] #14 35.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:28:37.504Z] #14 35.25 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T09:28:37.504Z] #14 35.29 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T09:28:37.504Z] #14 37.40 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-09T09:28:37.504Z] #14 37.41 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T09:28:37.504Z] #14 37.42 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T09:28:37.504Z] #14 39.63 Selecting previously unselected package binutils-mingw-w64. [2022-03-09T09:28:37.504Z] #14 39.67 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-09T09:28:37.504Z] #14 39.67 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T09:28:37.504Z] #14 39.78 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-09T09:28:37.504Z] #14 39.78 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:28:37.504Z] #14 39.80 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:28:37.504Z] #14 39.99 Selecting previously unselected package dmsetup. [2022-03-09T09:28:37.504Z] #14 40.00 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:28:37.504Z] #14 40.02 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-09T09:28:37.504Z] #14 40.21 Selecting previously unselected package mingw-w64-common. [2022-03-09T09:28:37.504Z] #14 40.23 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-09T09:28:37.504Z] #14 40.23 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-09T09:28:37.765Z] #14 ... [2022-03-09T09:28:37.765Z] [2022-03-09T09:28:37.765Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:37.765Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:28:37.765Z] #51 40.78 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-09T09:28:37.765Z] #51 40.86 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-09T09:28:37.765Z] #51 40.92 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-09T09:28:37.765Z] #51 40.98 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-09T09:28:37.765Z] #51 41.05 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-09T09:28:37.765Z] #51 41.05 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-09T09:28:37.765Z] #51 41.09 go: downloading golang.org/x/mod v0.5.1 [2022-03-09T09:28:37.765Z] #51 41.28 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-09T09:28:37.765Z] #51 41.32 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-09T09:28:37.765Z] #51 41.41 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-09T09:28:37.765Z] #51 41.44 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-09T09:28:38.026Z] #51 41.50 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-09T09:28:38.145Z] Fetching without tags [2022-03-09T09:28:38.287Z] #51 41.99 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T09:28:38.455Z] Merging remotes/origin/master commit f8d0102e3361b74061ec684e6c8c397c4756cfb0 into PR head commit bad75bbaf7e25061c6f4e4ae34132f10ddd9444b [2022-03-09T09:28:38.547Z] #51 42.07 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-09T09:28:38.547Z] #51 42.25 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-09T09:28:38.547Z] #51 42.32 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-09T09:28:38.807Z] #51 42.36 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-09T09:28:38.807Z] #51 42.42 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T09:28:38.807Z] #51 42.44 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T09:28:38.807Z] #51 42.45 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-09T09:28:38.807Z] #51 42.51 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-09T09:28:38.036Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:28:38.052Z] > git config --add remote.origin.fetch +refs/pull/43344/head:refs/remotes/origin/PR-43344 # timeout=10 [2022-03-09T09:28:38.084Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:28:38.111Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:28:38.148Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:28:38.148Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:28:38.149Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:28:38.460Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:28:38.494Z] > git checkout -f bad75bbaf7e25061c6f4e4ae34132f10ddd9444b # timeout=10 [2022-03-09T09:28:39.172Z] Fetching without tags [2022-03-09T09:28:39.379Z] #51 42.74 go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T09:28:39.379Z] #51 42.95 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-09T09:28:39.379Z] #51 42.98 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-09T09:28:39.379Z] #51 43.10 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-09T09:28:39.476Z] Merging remotes/origin/master commit f8d0102e3361b74061ec684e6c8c397c4756cfb0 into PR head commit bad75bbaf7e25061c6f4e4ae34132f10ddd9444b [2022-03-09T09:28:39.526Z] #14 ... [2022-03-09T09:28:39.526Z] [2022-03-09T09:28:39.526Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:28:39.526Z] #60 sha256:087ee6ec407019be150002eaa20ecad2fc7c77eb3a09b2a0b489e81fbcb5dea1 [2022-03-09T09:28:39.526Z] #60 29.15 Updating files: 76% (3630/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-09T09:28:39.526Z] #60 29.67 + cd /tmp/tmp.eAcS8KgWp4/src/github.com/containerd/containerd [2022-03-09T09:28:39.526Z] #60 29.68 + git checkout -q v1.5.10 [2022-03-09T09:28:39.787Z] Merge succeeded, producing cb9a1afd05d1052f3f6f0c8f4d303514c6062737 [2022-03-09T09:28:39.787Z] Checking out Revision cb9a1afd05d1052f3f6f0c8f4d303514c6062737 (PR-43344) [2022-03-09T09:28:40.089Z] #60 30.96 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-09T09:28:40.089Z] #60 30.96 + BUILDTAGS='netgo osusergo static_build' [2022-03-09T09:28:40.089Z] #60 30.96 + export EXTRA_FLAGS=-buildmode=pie [2022-03-09T09:28:40.089Z] #60 30.96 + EXTRA_FLAGS=-buildmode=pie [2022-03-09T09:28:40.089Z] #60 30.96 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-09T09:28:40.089Z] #60 30.96 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-09T09:28:40.089Z] #60 30.96 + '[' '' = dynamic ']' [2022-03-09T09:28:40.089Z] #60 30.96 + make [2022-03-09T09:28:40.717Z] #56 ... [2022-03-09T09:28:40.717Z] [2022-03-09T09:28:40.717Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-09T09:28:40.717Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T09:28:40.717Z] #19 2.991 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-09T09:28:40.717Z] #19 5.164 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-09T09:28:40.717Z] #19 6.626 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:28:41.006Z] Merge succeeded, producing 16126512821a3b81cd06bd4a4024475d6c4820c7 [2022-03-09T09:28:41.006Z] Checking out Revision 16126512821a3b81cd06bd4a4024475d6c4820c7 (PR-43344) [2022-03-09T09:28:39.067Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:28:39.082Z] > git config --add remote.origin.fetch +refs/pull/43344/head:refs/remotes/origin/PR-43344 # timeout=10 [2022-03-09T09:28:39.110Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:28:39.141Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:28:39.175Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:28:39.175Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:28:39.176Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:28:39.483Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:28:39.511Z] > git checkout -f bad75bbaf7e25061c6f4e4ae34132f10ddd9444b # timeout=10 [2022-03-09T09:28:40.247Z] > git remote # timeout=10 [2022-03-09T09:28:40.269Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T09:28:40.301Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:28:40.302Z] > git merge f8d0102e3361b74061ec684e6c8c397c4756cfb0 # timeout=10 [2022-03-09T09:28:40.976Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T09:28:41.008Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:28:41.026Z] > git checkout -f 16126512821a3b81cd06bd4a4024475d6c4820c7 # timeout=10 [2022-03-09T09:28:41.293Z] #51 44.53 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T09:28:41.459Z] #60 32.23 + bin/ctr [2022-03-09T09:28:39.217Z] > git remote # timeout=10 [2022-03-09T09:28:39.228Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T09:28:39.242Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:28:39.243Z] > git merge f8d0102e3361b74061ec684e6c8c397c4756cfb0 # timeout=10 [2022-03-09T09:28:39.757Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-09T09:28:39.789Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:28:39.816Z] > git checkout -f cb9a1afd05d1052f3f6f0c8f4d303514c6062737 # timeout=10 [2022-03-09T09:28:41.661Z] #19 7.815 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-09T09:28:41.928Z] #19 ... [2022-03-09T09:28:41.928Z] [2022-03-09T09:28:41.928Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-09T09:28:41.928Z] #43 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T09:28:41.928Z] #43 15.97 tomll can be used in two ways: [2022-03-09T09:28:41.928Z] #43 15.97 Writing to STDIN and reading from STDOUT: [2022-03-09T09:28:41.928Z] #43 15.97 cat file.toml | tomll > file.toml [2022-03-09T09:28:41.928Z] #43 15.97 [2022-03-09T09:28:41.928Z] #43 15.97 Reading and updating a list of files: [2022-03-09T09:28:41.928Z] #43 15.97 tomll a.toml b.toml c.toml [2022-03-09T09:28:41.928Z] #43 15.97 [2022-03-09T09:28:41.928Z] #43 15.97 When given a list of files, tomll will modify all files in place without asking. [2022-03-09T09:28:41.928Z] #43 DONE 20.0s [2022-03-09T09:28:41.928Z] [2022-03-09T09:28:41.928Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:41.928Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:28:41.928Z] #54 12.29 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-09T09:28:41.928Z] #54 19.15 Fetched 8509 kB in 14s (592 kB/s) [2022-03-09T09:28:42.191Z] #54 19.15 Reading package lists... [2022-03-09T09:28:42.191Z] #54 ... [2022-03-09T09:28:42.191Z] [2022-03-09T09:28:42.191Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-09T09:28:42.191Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T09:28:42.191Z] #19 8.454 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-09T09:28:42.955Z] ---> 799810bed37b [2022-03-09T09:28:42.955Z] Successfully built 799810bed37b [2022-03-09T09:28:42.955Z] Successfully tagged docker:latest [2022-03-09T09:28:42.955Z] INFO: Image build ended at 03/09/2022 09:28:40. Duration:00:00:44.3532946 [2022-03-09T09:28:42.955Z] [2022-03-09T09:28:42.955Z] [2022-03-09T09:28:42.955Z] INFO: Building the test binaries at 03/09/2022 09:28:40... [2022-03-09T09:28:43.137Z] #19 9.454 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:28:43.210Z] #51 ... [2022-03-09T09:28:43.210Z] [2022-03-09T09:28:43.210Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:43.210Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:28:43.210Z] #47 39.24 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T09:28:43.210Z] #47 39.26 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:28:43.210Z] #47 39.29 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:28:43.210Z] #47 39.31 Setting up python3-six (1.16.0-2) ... [2022-03-09T09:28:43.210Z] #47 40.26 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:28:43.210Z] #47 40.30 Setting up python3-protobuf (3.12.4-1) ... [2022-03-09T09:28:43.210Z] #47 43.77 Setting up criu (3.16.1-3) ... [2022-03-09T09:28:43.210Z] #47 45.41 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:28:43.210Z] #47 DONE 46.5s [2022-03-09T09:28:43.210Z] [2022-03-09T09:28:43.210Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:28:43.210Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:28:43.210Z] #38 41.12 Selecting previously unselected package libxml2:amd64. [2022-03-09T09:28:43.210Z] #38 41.12 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-09T09:28:43.210Z] #38 41.14 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T09:28:43.210Z] #38 41.63 Selecting previously unselected package libarchive13:amd64. [2022-03-09T09:28:43.210Z] #38 41.65 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-09T09:28:43.210Z] #38 41.66 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T09:28:43.210Z] #38 41.91 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-09T09:28:43.210Z] #38 41.91 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-09T09:28:43.210Z] #38 41.91 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T09:28:43.210Z] #38 42.04 Selecting previously unselected package librhash0:amd64. [2022-03-09T09:28:43.210Z] #38 42.04 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-09T09:28:43.210Z] #38 42.05 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-09T09:28:43.210Z] #38 42.27 Selecting previously unselected package libuv1:amd64. [2022-03-09T09:28:43.210Z] #38 42.27 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-09T09:28:43.210Z] #38 42.27 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-09T09:28:43.210Z] #38 42.45 Selecting previously unselected package cmake. [2022-03-09T09:28:43.210Z] #38 42.45 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-09T09:28:43.210Z] #38 42.46 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-09T09:28:43.210Z] #38 46.25 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T09:28:43.210Z] #38 46.30 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:28:43.210Z] #38 46.37 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-09T09:28:43.210Z] #38 46.43 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:28:43.210Z] #38 46.51 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T09:28:43.210Z] #38 46.57 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-09T09:28:43.210Z] #38 46.61 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T09:28:43.210Z] #38 46.66 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T09:28:43.210Z] #38 46.75 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T09:28:43.210Z] #38 46.79 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-09T09:28:43.210Z] #38 46.80 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:28:43.783Z] #38 DONE 47.4s [2022-03-09T09:28:43.783Z] [2022-03-09T09:28:43.783Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T09:28:43.783Z] #39 sha256:c69330867f529bd085c5eb481e1c107c8ba04f36ea6530183592798efd034afd [2022-03-09T09:28:43.924Z] Commit message: "Merge commit 'f8d0102e3361b74061ec684e6c8c397c4756cfb0' into HEAD" [2022-03-09T09:28:43.944Z] First time build. Skipping changelog. [2022-03-09T09:28:43.926Z] > git rev-list --no-walk d0c800e71c545b8b3c65af905bdbbe6697cc359b # timeout=10 [2022-03-09T09:28:44.086Z] #19 10.49 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:28:44.086Z] #19 10.49 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:28:44.086Z] #19 10.52 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-09T09:28:44.086Z] #19 10.52 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-09T09:28:44.086Z] #19 10.56 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-09T09:28:44.086Z] #19 10.56 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-09T09:28:44.353Z] #19 10.61 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-09T09:28:44.353Z] #19 10.61 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-09T09:28:44.353Z] #19 10.61 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:28:44.353Z] #19 10.61 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:28:44.353Z] #19 10.61 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-09T09:28:44.353Z] #19 10.70 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-09T09:28:44.355Z] #39 DONE 0.4s [2022-03-09T09:28:44.355Z] [2022-03-09T09:28:44.355Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-09T09:28:44.355Z] #40 sha256:1298d1c96ac8cf57762f7c89779a68af411907a2ab5228a45b792b9a63dc0ff7 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T09:28:45.061Z] + docker version [2022-03-09T09:28:45.116Z] Commit message: "Merge commit 'f8d0102e3361b74061ec684e6c8c397c4756cfb0' into HEAD" [2022-03-09T09:28:45.151Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T09:28:45.122Z] > git rev-list --no-walk d0c800e71c545b8b3c65af905bdbbe6697cc359b # timeout=10 [2022-03-09T09:28:46.292Z] + docker version [2022-03-09T09:28:47.022Z] #40 ... [2022-03-09T09:28:47.022Z] [2022-03-09T09:28:47.022Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:28:47.022Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:28:47.022Z] #49 49.90 gotestsum version dev [2022-03-09T09:28:47.022Z] #49 DONE 50.4s [2022-03-09T09:28:47.022Z] [2022-03-09T09:28:47.023Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:47.023Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:28:47.023Z] #14 45.22 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-09T09:28:47.023Z] #14 45.23 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-09T09:28:47.023Z] #14 45.24 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T09:28:47.594Z] #14 51.15 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-09T09:28:47.594Z] #14 51.15 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:28:47.594Z] #14 51.20 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T09:28:47.855Z] #14 51.29 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-09T09:28:47.855Z] #14 51.29 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:28:47.855Z] #14 51.30 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T09:28:47.855Z] #14 ... [2022-03-09T09:28:47.855Z] [2022-03-09T09:28:47.855Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-09T09:28:47.855Z] #40 sha256:1298d1c96ac8cf57762f7c89779a68af411907a2ab5228a45b792b9a63dc0ff7 [2022-03-09T09:28:47.855Z] #40 3.663 + RM_GOPATH=0 [2022-03-09T09:28:47.855Z] #40 3.663 + TMP_GOPATH= [2022-03-09T09:28:47.855Z] #40 3.663 + : /build [2022-03-09T09:28:47.855Z] #40 3.663 + '[' -z '' ']' [2022-03-09T09:28:47.855Z] #40 3.663 ++ mktemp -d [2022-03-09T09:28:47.855Z] #40 3.669 + export GOPATH=/tmp/tmp.XS7hnFsZ1j [2022-03-09T09:28:47.855Z] #40 3.669 + GOPATH=/tmp/tmp.XS7hnFsZ1j [2022-03-09T09:28:47.855Z] #40 3.669 + RM_GOPATH=1 [2022-03-09T09:28:47.855Z] #40 3.669 + case "$(go env GOARCH)" in [2022-03-09T09:28:47.855Z] #40 3.669 ++ go env GOARCH [2022-03-09T09:28:47.855Z] #40 3.699 Install tini version v0.19.0 [2022-03-09T09:28:47.855Z] #40 3.699 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:47.855Z] #40 3.699 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:28:47.855Z] #40 3.699 ++ dirname /install.sh [2022-03-09T09:28:47.855Z] #40 3.699 + dir=/ [2022-03-09T09:28:47.855Z] #40 3.699 + bin=tini [2022-03-09T09:28:47.855Z] #40 3.699 + shift [2022-03-09T09:28:47.855Z] #40 3.699 + '[' '!' -f //tini.installer ']' [2022-03-09T09:28:47.855Z] #40 3.699 + . //tini.installer [2022-03-09T09:28:47.855Z] #40 3.699 ++ : v0.19.0 [2022-03-09T09:28:47.855Z] #40 3.699 + install_tini [2022-03-09T09:28:47.855Z] #40 3.699 + echo 'Install tini version v0.19.0' [2022-03-09T09:28:47.855Z] #40 3.699 + git clone https://github.com/krallin/tini.git /tmp/tmp.XS7hnFsZ1j/tini [2022-03-09T09:28:48.024Z] INFO: make.ps1 starting at 03/09/2022 09:28:47 [2022-03-09T09:28:48.117Z] #40 3.703 Cloning into '/tmp/tmp.XS7hnFsZ1j/tini'... [2022-03-09T09:28:48.537Z] INFO: Git commit (8c948c86d8) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T09:28:48.537Z] INFO: Invoking autogen... [2022-03-09T09:28:48.574Z] #19 ... [2022-03-09T09:28:48.575Z] [2022-03-09T09:28:48.575Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:28:48.575Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:28:48.575Z] #50 21.04 Updating files: 85% (1578/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-09T09:28:48.575Z] #50 21.44 + git checkout -q v2.3.0 [2022-03-09T09:28:48.575Z] #50 24.02 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-09T09:28:48.688Z] #40 4.412 + cd /tmp/tmp.XS7hnFsZ1j/tini [2022-03-09T09:28:48.688Z] #40 4.412 + git checkout -q v0.19.0 [2022-03-09T09:28:48.688Z] #40 4.412 + cmake . [2022-03-09T09:28:49.049Z] INFO: Building daemon... [2022-03-09T09:28:49.258Z] #40 4.932 -- The C compiler identification is GNU 10.2.1 [2022-03-09T09:28:49.258Z] #40 5.004 -- Detecting C compiler ABI info [2022-03-09T09:28:49.570Z] #60 ... [2022-03-09T09:28:49.570Z] [2022-03-09T09:28:49.570Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:49.570Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T09:28:49.570Z] #14 55.67 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-09T09:28:49.570Z] #14 55.67 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-09T09:28:49.570Z] #14 55.68 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:28:49.570Z] #14 59.72 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-09T09:28:49.570Z] #14 59.73 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-09T09:28:49.570Z] #14 59.74 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T09:28:49.570Z] #14 64.38 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-09T09:28:49.570Z] #14 64.40 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-09T09:28:49.570Z] #14 64.40 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:28:49.829Z] #40 5.587 -- Detecting C compiler ABI info - done [2022-03-09T09:28:50.089Z] #40 5.751 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-09T09:28:50.089Z] #40 5.751 -- Detecting C compile features [2022-03-09T09:28:50.089Z] #40 5.751 -- Detecting C compile features - done [2022-03-09T09:28:50.089Z] #40 5.751 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-09T09:28:50.089Z] #40 5.934 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-09T09:28:50.089Z] #40 6.011 -- Configuring done [2022-03-09T09:28:50.349Z] #40 6.043 -- Generating done [2022-03-09T09:28:50.610Z] #40 6.081 + make tini-static [2022-03-09T09:28:50.610Z] #40 6.119 -- Build files have been written to: /tmp/tmp.XS7hnFsZ1j/tini [2022-03-09T09:28:50.610Z] #40 6.351 Scanning dependencies of target tini-static [2022-03-09T09:28:50.610Z] #40 6.351 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-09T09:28:51.130Z] #50 ... [2022-03-09T09:28:51.130Z] [2022-03-09T09:28:51.130Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:51.130Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:28:51.130Z] #58 28.91 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T09:28:51.130Z] #58 28.92 go: downloading github.com/fatih/color v1.13.0 [2022-03-09T09:28:51.130Z] #58 28.96 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-09T09:28:51.130Z] #58 29.02 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T09:28:51.130Z] #58 29.27 go: downloading github.com/spf13/viper v1.10.1 [2022-03-09T09:28:51.130Z] #58 29.37 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-09T09:28:51.579Z] Client: Docker Engine - Community [2022-03-09T09:28:51.580Z] Version: 20.10.12 [2022-03-09T09:28:51.580Z] API version: 1.41 [2022-03-09T09:28:51.580Z] Go version: go1.16.12 [2022-03-09T09:28:51.580Z] Git commit: e91ed57 [2022-03-09T09:28:51.580Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-09T09:28:51.580Z] OS/Arch: linux/amd64 [2022-03-09T09:28:51.580Z] Context: default [2022-03-09T09:28:51.580Z] Experimental: true [2022-03-09T09:28:51.580Z] [2022-03-09T09:28:51.580Z] Server: Docker Engine - Community [2022-03-09T09:28:51.580Z] Engine: [2022-03-09T09:28:51.580Z] Version: 20.10.12 [2022-03-09T09:28:51.580Z] API version: 1.41 (minimum version 1.12) [2022-03-09T09:28:51.580Z] Go version: go1.16.12 [2022-03-09T09:28:51.580Z] Git commit: 459d0df [2022-03-09T09:28:51.580Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-09T09:28:51.580Z] OS/Arch: linux/amd64 [2022-03-09T09:28:51.580Z] Experimental: true [2022-03-09T09:28:51.580Z] containerd: [2022-03-09T09:28:51.580Z] Version: 1.4.12 [2022-03-09T09:28:51.580Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T09:28:51.580Z] runc: [2022-03-09T09:28:51.580Z] Version: 1.0.2 [2022-03-09T09:28:51.580Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-09T09:28:51.580Z] docker-init: [2022-03-09T09:28:51.580Z] Version: 0.19.0 [2022-03-09T09:28:51.580Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-09T09:28:51.628Z] Client: Docker Engine - Community [2022-03-09T09:28:51.628Z] Version: 20.10.12 [2022-03-09T09:28:51.628Z] API version: 1.41 [2022-03-09T09:28:51.628Z] Go version: go1.16.12 [2022-03-09T09:28:51.628Z] Git commit: e91ed57 [2022-03-09T09:28:51.628Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-09T09:28:51.628Z] OS/Arch: linux/amd64 [2022-03-09T09:28:51.628Z] Context: default [2022-03-09T09:28:51.628Z] Experimental: true [2022-03-09T09:28:51.628Z] [2022-03-09T09:28:51.628Z] Server: Docker Engine - Community [2022-03-09T09:28:51.628Z] Engine: [2022-03-09T09:28:51.628Z] Version: 20.10.12 [2022-03-09T09:28:51.628Z] API version: 1.41 (minimum version 1.12) [2022-03-09T09:28:51.628Z] Go version: go1.16.12 [2022-03-09T09:28:51.628Z] Git commit: 459d0df [2022-03-09T09:28:51.628Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-09T09:28:51.628Z] OS/Arch: linux/amd64 [2022-03-09T09:28:51.628Z] Experimental: true [2022-03-09T09:28:51.628Z] containerd: [2022-03-09T09:28:51.628Z] Version: 1.4.12 [2022-03-09T09:28:51.628Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T09:28:51.628Z] runc: [2022-03-09T09:28:51.628Z] Version: 1.0.2 [2022-03-09T09:28:51.628Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-09T09:28:51.628Z] docker-init: [2022-03-09T09:28:51.628Z] Version: 0.19.0 [2022-03-09T09:28:51.628Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-09T09:28:51.704Z] #58 29.80 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-09T09:28:51.705Z] #58 29.81 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-09T09:28:51.903Z] + docker info [2022-03-09T09:28:51.989Z] + docker info [2022-03-09T09:28:51.992Z] #40 7.414 [100%] Linking C executable tini-static [2022-03-09T09:28:51.992Z] #40 7.919 [100%] Built target tini-static [2022-03-09T09:28:52.253Z] #40 7.990 + mkdir -p /build [2022-03-09T09:28:52.253Z] #40 7.990 + cp tini-static /build/docker-init [2022-03-09T09:28:52.827Z] #40 DONE 8.6s [2022-03-09T09:28:52.827Z] [2022-03-09T09:28:52.827Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:28:52.827Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:28:53.098Z] #58 30.99 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-09T09:28:53.098Z] #58 31.12 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-09T09:28:54.754Z] #34 ... [2022-03-09T09:28:54.754Z] [2022-03-09T09:28:54.754Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:28:54.754Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:28:54.754Z] #14 58.02 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-09T09:28:54.754Z] #14 58.04 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:28:54.754Z] #14 58.04 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:28:55.654Z] #58 ... [2022-03-09T09:28:55.654Z] [2022-03-09T09:28:55.654Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-09T09:28:55.654Z] #60 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T09:28:55.654Z] #60 33.05 v3.0.2 [2022-03-09T09:28:55.654Z] #60 DONE 33.4s [2022-03-09T09:28:55.654Z] [2022-03-09T09:28:55.654Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:28:55.654Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:28:55.654Z] #54 19.15 Reading package lists... [2022-03-09T09:28:55.654Z] #54 25.14 Reading package lists... [2022-03-09T09:28:55.654Z] #54 30.63 Building dependency tree... [2022-03-09T09:28:56.264Z] #54 ... [2022-03-09T09:28:56.264Z] [2022-03-09T09:28:56.264Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:28:56.264Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:28:56.264Z] #58 34.47 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-09T09:28:56.264Z] #58 34.47 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T09:28:56.529Z] #58 34.58 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T09:28:56.529Z] #58 34.67 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-09T09:28:56.529Z] #58 34.68 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-09T09:28:56.529Z] #58 34.73 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-09T09:28:56.529Z] #58 34.82 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T09:28:56.796Z] #58 34.94 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-09T09:28:56.796Z] #58 34.95 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-09T09:28:56.796Z] #58 35.00 go: downloading github.com/spf13/afero v1.6.0 [2022-03-09T09:28:57.060Z] #58 35.10 go: downloading github.com/spf13/cast v1.4.1 [2022-03-09T09:28:57.060Z] #58 35.23 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-09T09:28:57.060Z] #58 35.33 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-09T09:28:57.060Z] #58 35.36 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-09T09:28:57.342Z] #58 35.52 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-09T09:28:57.342Z] #58 35.61 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-09T09:28:57.342Z] #58 35.61 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-09T09:28:57.342Z] #58 35.61 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-09T09:28:57.342Z] #58 35.61 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-09T09:28:57.342Z] #58 35.61 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-09T09:28:57.342Z] #58 35.61 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-09T09:28:57.342Z] #58 35.61 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-09T09:28:57.613Z] #58 35.66 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-09T09:28:57.613Z] #58 35.68 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-09T09:28:57.613Z] #58 35.73 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-09T09:28:57.662Z] #14 72.99 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-09T09:28:57.662Z] #14 73.00 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-09T09:28:57.662Z] #14 73.00 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:28:57.875Z] #58 35.90 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-09T09:28:57.875Z] #58 35.93 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-09T09:28:57.875Z] #58 35.95 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-09T09:28:58.136Z] #58 36.26 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-09T09:28:58.136Z] #58 36.27 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-09T09:28:58.136Z] #58 36.30 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-09T09:28:58.136Z] #58 36.35 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-09T09:28:58.136Z] #58 36.41 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-09T09:28:58.399Z] #58 36.42 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-09T09:28:58.399Z] #58 36.45 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-09T09:28:58.399Z] #58 36.49 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-09T09:28:58.399Z] #58 36.51 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-09T09:28:58.399Z] #58 36.54 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-09T09:28:58.399Z] #58 36.58 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-09T09:28:58.399Z] #58 36.63 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-09T09:28:58.665Z] #58 36.65 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-09T09:28:58.665Z] #58 36.66 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-09T09:28:58.665Z] #58 36.70 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-09T09:28:58.665Z] #58 36.70 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-09T09:28:58.665Z] #58 36.72 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-09T09:28:58.665Z] #58 36.76 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-09T09:28:58.665Z] #58 36.76 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-09T09:28:58.665Z] #58 36.80 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-09T09:28:58.928Z] #58 37.03 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-09T09:28:58.928Z] #58 37.13 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-09T09:28:58.928Z] #58 37.14 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-09T09:28:58.928Z] #58 37.19 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-09T09:28:58.928Z] #58 37.21 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-09T09:28:58.928Z] #58 37.23 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-09T09:28:58.928Z] #58 37.26 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-09T09:28:59.191Z] #58 37.27 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-09T09:28:59.191Z] #58 37.29 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-09T09:28:59.191Z] #58 37.30 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-09T09:28:59.191Z] #58 37.32 go: downloading github.com/julz/importas v0.1.0 [2022-03-09T09:28:59.191Z] #58 37.36 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-09T09:28:59.191Z] #58 37.40 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-09T09:28:59.191Z] #58 37.40 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-09T09:28:59.191Z] #58 37.43 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-09T09:28:59.191Z] #58 37.46 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-09T09:28:59.191Z] #58 37.47 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-09T09:28:59.454Z] #58 37.51 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-09T09:28:59.454Z] #58 37.52 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-09T09:28:59.454Z] #58 37.53 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-09T09:28:59.454Z] #58 37.55 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-09T09:28:59.454Z] #58 37.62 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-09T09:28:59.454Z] #58 37.63 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-09T09:28:59.557Z] #14 ... [2022-03-09T09:28:59.557Z] [2022-03-09T09:28:59.557Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:28:59.557Z] #63 sha256:8241de2ada59aa4bb0c46e00fe131dec9eb5d6eff8153625edc7b5fc8a533dac [2022-03-09T09:28:59.557Z] #63 75.46 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T09:28:59.557Z] #63 75.46 + GOBIN=/build [2022-03-09T09:28:59.557Z] #63 75.47 + GO111MODULE=on [2022-03-09T09:28:59.557Z] #63 75.47 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-09T09:29:00.027Z] #58 38.14 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-09T09:29:00.027Z] #58 38.15 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-09T09:29:00.027Z] #58 38.17 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-09T09:29:00.027Z] #58 38.20 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-09T09:29:00.027Z] #58 38.24 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-09T09:29:00.027Z] #58 38.25 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-09T09:29:00.027Z] #58 38.29 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-09T09:29:00.027Z] #58 38.33 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-09T09:29:00.289Z] #58 38.35 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-09T09:29:00.289Z] #58 38.48 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-09T09:29:00.289Z] #58 38.48 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-09T09:29:00.289Z] #58 38.49 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-09T09:29:00.289Z] #58 38.50 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-09T09:29:00.289Z] #58 38.51 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-09T09:29:00.289Z] #58 38.55 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-09T09:29:00.289Z] #58 38.58 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-09T09:29:00.551Z] #58 38.70 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-09T09:29:00.551Z] #58 38.73 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-09T09:29:00.551Z] #58 38.80 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-09T09:29:00.816Z] #58 38.80 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-09T09:29:00.817Z] #58 38.83 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-09T09:29:00.817Z] #58 39.04 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-09T09:29:01.077Z] #58 39.11 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-09T09:29:01.077Z] #58 39.12 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-09T09:29:01.077Z] #58 39.13 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-09T09:29:01.077Z] #58 39.16 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-09T09:29:01.338Z] #58 39.32 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-09T09:29:01.599Z] #58 39.79 go: downloading honnef.co/go/tools v0.2.2 [2022-03-09T09:29:02.988Z] #58 ... [2022-03-09T09:29:02.988Z] [2022-03-09T09:29:02.988Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:29:02.988Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:29:02.988Z] #41 40.25 Updating files: 88% (1350/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-09T09:29:02.988Z] #41 40.68 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-09T09:29:03.726Z] #63 79.47 rootlesskit version 0.14.6 [2022-03-09T09:29:03.726Z] #63 79.47 Usage of /build/rootlesskit-docker-proxy: [2022-03-09T09:29:03.726Z] #63 79.47 -container-ip string [2022-03-09T09:29:03.726Z] #63 79.47 container ip [2022-03-09T09:29:03.726Z] #63 79.47 -container-port int [2022-03-09T09:29:03.726Z] #63 79.47 container port (default -1) [2022-03-09T09:29:03.726Z] #63 79.47 -host-ip string [2022-03-09T09:29:03.726Z] #63 79.47 host ip [2022-03-09T09:29:03.726Z] #63 79.47 -host-port int [2022-03-09T09:29:03.726Z] #63 79.47 host port (default -1) [2022-03-09T09:29:03.726Z] #63 79.47 -proto string [2022-03-09T09:29:03.726Z] #63 79.47 proxy protocol (default "tcp") [2022-03-09T09:29:03.942Z] #41 41.54 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:29:04.291Z] #63 DONE 80.6s [2022-03-09T09:29:04.291Z] [2022-03-09T09:29:04.291Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:29:04.291Z] #14 sha256:6b2cc1b0c2d83e7729273911d50139e728f8218ae589b99e56a7a2c5acb8e969 [2022-03-09T09:29:04.291Z] #14 77.01 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-09T09:29:04.291Z] #14 77.01 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-09T09:29:04.291Z] #14 77.02 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T09:29:04.291Z] #14 77.12 Selecting previously unselected package libapparmor1:arm64. [2022-03-09T09:29:04.291Z] #14 77.12 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 77.12 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-09T09:29:04.291Z] #14 77.21 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-09T09:29:04.291Z] #14 77.22 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 77.23 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-09T09:29:04.291Z] #14 77.34 Selecting previously unselected package libbtrfs0:arm64. [2022-03-09T09:29:04.291Z] #14 77.34 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 77.35 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-09T09:29:04.291Z] #14 77.47 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-09T09:29:04.291Z] #14 77.49 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 77.49 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-09T09:29:04.291Z] #14 77.67 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-03-09T09:29:04.291Z] #14 77.67 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 77.67 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-09T09:29:04.291Z] #14 77.72 Selecting previously unselected package libudev-dev:arm64. [2022-03-09T09:29:04.291Z] #14 77.72 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 77.73 Unpacking libudev-dev:arm64 (247.3-6) ... [2022-03-09T09:29:04.291Z] #14 77.83 Selecting previously unselected package libsepol1-dev:arm64. [2022-03-09T09:29:04.291Z] #14 77.83 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 77.84 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-03-09T09:29:04.291Z] #14 78.07 Selecting previously unselected package libpcre2-16-0:arm64. [2022-03-09T09:29:04.291Z] #14 78.08 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 78.09 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-03-09T09:29:04.291Z] #14 78.27 Selecting previously unselected package libpcre2-32-0:arm64. [2022-03-09T09:29:04.291Z] #14 78.28 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 78.28 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-03-09T09:29:04.291Z] #14 78.34 Selecting previously unselected package libpcre2-posix2:arm64. [2022-03-09T09:29:04.291Z] #14 78.35 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 78.35 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-03-09T09:29:04.291Z] #14 78.38 Selecting previously unselected package libpcre2-dev:arm64. [2022-03-09T09:29:04.291Z] #14 78.39 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 78.39 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-03-09T09:29:04.291Z] #14 78.62 Selecting previously unselected package libselinux1-dev:arm64. [2022-03-09T09:29:04.291Z] #14 78.62 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 78.63 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-03-09T09:29:04.291Z] #14 78.78 Selecting previously unselected package libdevmapper-dev:arm64. [2022-03-09T09:29:04.291Z] #14 78.80 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 78.80 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-09T09:29:04.291Z] #14 78.88 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-09T09:29:04.291Z] #14 78.88 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 78.89 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T09:29:04.291Z] #14 78.97 Selecting previously unselected package libsystemd-dev:arm64. [2022-03-09T09:29:04.291Z] #14 78.99 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2022-03-09T09:29:04.291Z] #14 79.01 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2022-03-09T09:29:04.291Z] #14 79.44 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T09:29:04.291Z] #14 79.46 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-09T09:29:04.291Z] #14 79.47 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T09:29:04.291Z] #14 79.49 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-03-09T09:29:04.291Z] #14 79.50 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T09:29:04.291Z] #14 79.51 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-03-09T09:29:04.291Z] #14 79.52 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-09T09:29:04.291Z] #14 79.53 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-03-09T09:29:04.291Z] #14 79.55 Setting up libudev-dev:arm64 (247.3-6) ... [2022-03-09T09:29:04.291Z] #14 79.56 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-03-09T09:29:04.291Z] #14 79.57 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T09:29:04.291Z] #14 79.59 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-09T09:29:04.291Z] #14 79.60 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T09:29:04.291Z] #14 79.61 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-09T09:29:04.291Z] #14 79.63 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-09T09:29:04.291Z] #14 79.65 Setting up libsystemd-dev:arm64 (247.3-6) ... [2022-03-09T09:29:04.291Z] #14 79.66 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T09:29:04.291Z] #14 79.68 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-03-09T09:29:04.291Z] #14 79.69 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-03-09T09:29:04.291Z] #14 79.71 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T09:29:04.291Z] #14 79.72 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:29:04.291Z] #14 79.73 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-09T09:29:04.291Z] #14 79.74 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:29:04.291Z] #14 79.75 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-09T09:29:04.291Z] #14 79.77 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T09:29:04.291Z] #14 79.79 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:29:04.291Z] #14 79.80 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-09T09:29:04.291Z] #14 79.82 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:29:04.291Z] #14 79.89 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T09:29:04.291Z] #14 79.94 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-09T09:29:04.291Z] #14 79.98 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-09T09:29:04.291Z] #14 80.02 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-09T09:29:04.291Z] #14 80.06 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-09T09:29:04.291Z] #14 80.11 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:29:04.291Z] #14 DONE 80.9s [2022-03-09T09:29:04.291Z] [2022-03-09T09:29:04.291Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-09T09:29:04.291Z] #64 sha256:4f18bf3da40a7fa375d67c2ece97be14346ca49e61c139488c41a5f4e9c214f6 [2022-03-09T09:29:04.291Z] #64 DONE 0.1s [2022-03-09T09:29:04.291Z] [2022-03-09T09:29:04.291Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-09T09:29:04.291Z] #55 sha256:0fc5b439e31ea499103d7b7e4b9ad705f2bfa5c523fd1bafa2b5f20141ab792e [2022-03-09T09:29:04.549Z] #55 DONE 0.3s [2022-03-09T09:29:04.549Z] [2022-03-09T09:29:04.549Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-09T09:29:04.549Z] #65 sha256:9af523568a825e891d61ba9ebfc8ad3497c5ca4ad3cd1cb82ce024cef3ee4ebf [2022-03-09T09:29:04.549Z] #65 DONE 0.1s [2022-03-09T09:29:04.549Z] [2022-03-09T09:29:04.549Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:29:04.549Z] #56 sha256:8bc2e14d97f787eb3537b0d353842ea86c5927b5345f046485b8348e42846d36 [2022-03-09T09:29:05.481Z] #56 1.044 + RM_GOPATH=0 [2022-03-09T09:29:05.739Z] #56 ... [2022-03-09T09:29:05.739Z] [2022-03-09T09:29:05.739Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T09:29:05.739Z] #15 sha256:9fcee72a13afdc64193673faad22cfc8d635840bd59b8c3a85761ebc70bcc3c3 [2022-03-09T09:29:05.739Z] #15 DONE 1.4s [2022-03-09T09:29:05.739Z] [2022-03-09T09:29:05.739Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:29:05.739Z] #56 sha256:8bc2e14d97f787eb3537b0d353842ea86c5927b5345f046485b8348e42846d36 [2022-03-09T09:29:05.739Z] #56 1.044 + TMP_GOPATH= [2022-03-09T09:29:05.739Z] #56 1.044 + : /build [2022-03-09T09:29:05.739Z] #56 1.045 + '[' -z '' ']' [2022-03-09T09:29:05.739Z] #56 1.045 ++ mktemp -d [2022-03-09T09:29:05.739Z] #56 1.046 + export GOPATH=/tmp/tmp.vmsNM7EhMB [2022-03-09T09:29:05.739Z] #56 1.046 + GOPATH=/tmp/tmp.vmsNM7EhMB [2022-03-09T09:29:05.739Z] #56 1.046 + RM_GOPATH=1 [2022-03-09T09:29:05.739Z] #56 1.046 + case "$(go env GOARCH)" in [2022-03-09T09:29:05.739Z] #56 1.047 ++ go env GOARCH [2022-03-09T09:29:05.739Z] #56 1.086 Install runc version v1.1.0 (build tags: seccomp) [2022-03-09T09:29:05.739Z] #56 1.086 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:29:05.739Z] #56 1.086 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:29:05.739Z] #56 1.086 ++ dirname /install.sh [2022-03-09T09:29:05.739Z] #56 1.086 + dir=/ [2022-03-09T09:29:05.739Z] #56 1.086 + bin=runc [2022-03-09T09:29:05.739Z] #56 1.086 + shift [2022-03-09T09:29:05.739Z] #56 1.086 + '[' '!' -f //runc.installer ']' [2022-03-09T09:29:05.739Z] #56 1.086 + . //runc.installer [2022-03-09T09:29:05.739Z] #56 1.086 ++ set -e [2022-03-09T09:29:05.739Z] #56 1.086 ++ : v1.1.0 [2022-03-09T09:29:05.739Z] #56 1.086 + install_runc [2022-03-09T09:29:05.739Z] #56 1.086 + RUNC_BUILDTAGS=seccomp [2022-03-09T09:29:05.739Z] #56 1.086 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-09T09:29:05.739Z] #56 1.086 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vmsNM7EhMB/src/github.com/opencontainers/runc [2022-03-09T09:29:05.739Z] #56 1.086 Cloning into '/tmp/tmp.vmsNM7EhMB/src/github.com/opencontainers/runc'... [2022-03-09T09:29:06.538Z] #41 ... [2022-03-09T09:29:06.538Z] [2022-03-09T09:29:06.538Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:29:06.538Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:29:06.538Z] #54 34.53 The following additional packages will be installed: [2022-03-09T09:29:06.538Z] #54 34.53 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T09:29:06.538Z] #54 34.53 python3-protobuf python3-six [2022-03-09T09:29:06.538Z] #54 34.53 Suggested packages: [2022-03-09T09:29:06.538Z] #54 34.53 python3-setuptools [2022-03-09T09:29:06.538Z] #54 34.53 Recommended packages: [2022-03-09T09:29:06.538Z] #54 34.53 iproute2 | iproute [2022-03-09T09:29:06.538Z] #54 35.21 The following NEW packages will be installed: [2022-03-09T09:29:06.538Z] #54 35.21 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T09:29:06.538Z] #54 35.22 python3-protobuf python3-six [2022-03-09T09:29:06.538Z] #54 35.61 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:29:06.538Z] #54 35.61 Need to get 2292 kB of archives. [2022-03-09T09:29:06.538Z] #54 35.61 After this operation, 11.0 MB of additional disk space will be used. [2022-03-09T09:29:06.538Z] #54 35.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-09T09:29:06.538Z] #54 35.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T09:29:06.538Z] #54 35.68 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-09T09:29:06.538Z] #54 35.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-09T09:29:06.538Z] #54 35.72 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-09T09:29:06.538Z] #54 35.72 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-09T09:29:06.538Z] #54 35.72 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-09T09:29:06.538Z] #54 39.00 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-09T09:29:06.538Z] #54 40.54 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:29:06.538Z] #54 40.80 Fetched 2292 kB in 4s (563 kB/s) [2022-03-09T09:29:06.538Z] #54 40.90 Selecting previously unselected package libprotobuf23:amd64. [2022-03-09T09:29:06.538Z] #54 40.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:29:06.538Z] #54 40.98 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-09T09:29:06.538Z] #54 41.02 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T09:29:06.538Z] #54 41.84 Selecting previously unselected package python3-pkg-resources. [2022-03-09T09:29:06.538Z] #54 41.84 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T09:29:06.538Z] #54 41.86 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:29:06.538Z] #54 42.23 Selecting previously unselected package python3-six. [2022-03-09T09:29:06.538Z] #54 42.23 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-09T09:29:06.538Z] #54 42.25 Unpacking python3-six (1.16.0-2) ... [2022-03-09T09:29:06.538Z] #54 42.40 Selecting previously unselected package python3-protobuf. [2022-03-09T09:29:06.538Z] #54 42.40 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-09T09:29:06.538Z] #54 42.41 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-09T09:29:06.538Z] #54 43.12 Selecting previously unselected package libnet1:amd64. [2022-03-09T09:29:06.538Z] #54 43.12 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T09:29:06.538Z] #54 43.14 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:29:06.538Z] #54 43.31 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T09:29:06.538Z] #54 43.33 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T09:29:06.538Z] #54 43.33 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:29:06.538Z] #54 43.52 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T09:29:06.538Z] #54 43.52 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T09:29:06.538Z] #54 43.54 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:29:06.538Z] #54 43.68 Selecting previously unselected package criu. [2022-03-09T09:29:06.538Z] #54 43.68 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-09T09:29:06.538Z] #54 43.69 Unpacking criu (3.16.1-3) ... [2022-03-09T09:29:06.538Z] #54 44.45 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:29:06.672Z] #56 ... [2022-03-09T09:29:06.672Z] [2022-03-09T09:29:06.672Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-09T09:29:06.672Z] #16 sha256:0c80225504182bbac7a0e55e8c1aa3859d87336028874264d84ff9fa2df8a46a [2022-03-09T09:29:06.672Z] #16 DONE 0.9s [2022-03-09T09:29:06.672Z] [2022-03-09T09:29:06.672Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-09T09:29:06.672Z] #17 sha256:6d445e17e82a6afd8099c23fd61946d766c1342f7cb9d89c86708f3e96199681 [2022-03-09T09:29:06.992Z] #14 68.91 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-09T09:29:06.992Z] #14 68.92 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:29:06.992Z] #14 68.93 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:29:06.992Z] #14 ... [2022-03-09T09:29:06.992Z] [2022-03-09T09:29:06.992Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:29:06.992Z] #60 sha256:9283bcf23f7c9bfe3f63a84c607355621bfb3091fa171ce0737011a232675ef7 [2022-03-09T09:29:06.992Z] #60 37.98 Updating files: 62% (2956/4731) Updating files: 63% (2981/4731) Updating files: 64% (3028/4731) Updating files: 65% (3076/4731) Updating files: 66% (3123/4731) Updating files: 67% (3170/4731) Updating files: 68% (3218/4731) Updating files: 69% (3265/4731) Updating files: 70% (3312/4731) Updating files: 71% (3360/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-09T09:29:06.992Z] #60 38.89 + cd /tmp/tmp.u3geP8Km0f/src/github.com/containerd/containerd [2022-03-09T09:29:06.992Z] #60 38.89 + git checkout -q v1.5.10 [2022-03-09T09:29:07.238Z] #17 0.580 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-09T09:29:07.238Z] #17 DONE 0.6s [2022-03-09T09:29:07.238Z] [2022-03-09T09:29:07.238Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-09T09:29:07.238Z] #18 sha256:0be824bad61d5c4f371287ba4ea9564b3a8b3e2fe93d6ace3c834395cc1bdf6d [2022-03-09T09:29:07.805Z] #18 DONE 0.6s [2022-03-09T09:29:07.805Z] [2022-03-09T09:29:07.805Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-09T09:29:07.805Z] #19 sha256:0d803f813b44ffe2129290229a5c41393e6d4e3d0bc33dd512d88242a9059d4a [2022-03-09T09:29:07.937Z] #60 40.25 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-09T09:29:07.937Z] #60 40.25 + BUILDTAGS='netgo osusergo static_build' [2022-03-09T09:29:07.937Z] #60 40.25 + export EXTRA_FLAGS=-buildmode=pie [2022-03-09T09:29:07.937Z] #60 40.25 + EXTRA_FLAGS=-buildmode=pie [2022-03-09T09:29:07.937Z] #60 40.25 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-09T09:29:07.937Z] #60 40.25 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-09T09:29:07.937Z] #60 40.25 + '[' '' = dynamic ']' [2022-03-09T09:29:07.937Z] #60 40.25 + make [2022-03-09T09:29:07.953Z] #54 46.19 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T09:29:08.216Z] #54 46.20 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:29:08.216Z] #54 46.21 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:29:08.216Z] #54 46.24 Setting up python3-six (1.16.0-2) ... [2022-03-09T09:29:08.737Z] #19 DONE 0.6s [2022-03-09T09:29:08.737Z] [2022-03-09T09:29:08.737Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-09T09:29:08.737Z] #20 sha256:3632c16c49cb9271406f3686f7bfc9cabcb81928521e8ce1c755c8632f702f99 [2022-03-09T09:29:08.883Z] #60 41.50 + bin/ctr [2022-03-09T09:29:08.995Z] #20 DONE 0.7s [2022-03-09T09:29:08.995Z] [2022-03-09T09:29:08.995Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:29:08.995Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:29:09.166Z] #54 47.23 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:29:09.166Z] #54 47.26 Setting up python3-protobuf (3.12.4-1) ... [2022-03-09T09:29:09.253Z] #51 ... [2022-03-09T09:29:09.253Z] [2022-03-09T09:29:09.253Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:29:09.253Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-09T09:29:10.021Z] Client: [2022-03-09T09:29:10.021Z] Context: default [2022-03-09T09:29:10.021Z] Debug Mode: false [2022-03-09T09:29:10.021Z] Plugins: [2022-03-09T09:29:10.021Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-09T09:29:10.021Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-09T09:29:10.021Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-09T09:29:10.021Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-09T09:29:10.021Z] [2022-03-09T09:29:10.021Z] Server: [2022-03-09T09:29:10.021Z] Containers: 0 [2022-03-09T09:29:10.021Z] Running: 0 [2022-03-09T09:29:10.021Z] Paused: 0 [2022-03-09T09:29:10.021Z] Stopped: 0 [2022-03-09T09:29:10.021Z] Images: 0 [2022-03-09T09:29:10.021Z] Server Version: 20.10.12 [2022-03-09T09:29:10.021Z] Storage Driver: overlay2 [2022-03-09T09:29:10.021Z] Backing Filesystem: extfs [2022-03-09T09:29:10.021Z] Supports d_type: true [2022-03-09T09:29:10.021Z] Native Overlay Diff: true [2022-03-09T09:29:10.021Z] userxattr: false [2022-03-09T09:29:10.021Z] Logging Driver: json-file [2022-03-09T09:29:10.021Z] Cgroup Driver: cgroupfs [2022-03-09T09:29:10.021Z] Cgroup Version: 1 [2022-03-09T09:29:10.021Z] Plugins: [2022-03-09T09:29:10.021Z] Volume: local [2022-03-09T09:29:10.021Z] Network: bridge host ipvlan macvlan null overlay [2022-03-09T09:29:10.021Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-09T09:29:10.021Z] Swarm: inactive [2022-03-09T09:29:10.021Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-03-09T09:29:10.021Z] Default Runtime: runc [2022-03-09T09:29:10.021Z] Init Binary: docker-init [2022-03-09T09:29:10.021Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T09:29:10.021Z] runc version: v1.0.2-0-g52b36a2 [2022-03-09T09:29:10.021Z] init version: de40ad0 [2022-03-09T09:29:10.021Z] Security Options: [2022-03-09T09:29:10.021Z] apparmor [2022-03-09T09:29:10.021Z] seccomp [2022-03-09T09:29:10.021Z] Profile: default [2022-03-09T09:29:10.021Z] Kernel Version: 5.4.0-1061-aws [2022-03-09T09:29:10.021Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-09T09:29:10.021Z] OSType: linux [2022-03-09T09:29:10.021Z] Architecture: x86_64 [2022-03-09T09:29:10.021Z] CPUs: 2 [2022-03-09T09:29:10.021Z] Total Memory: 7.565GiB [2022-03-09T09:29:10.021Z] Name: ip-10-100-118-222 [2022-03-09T09:29:10.021Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-09T09:29:10.021Z] Docker Root Dir: /var/lib/docker [2022-03-09T09:29:10.021Z] Debug Mode: false [2022-03-09T09:29:10.021Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:29:10.021Z] Labels: [2022-03-09T09:29:10.021Z] Experimental: true [2022-03-09T09:29:10.021Z] Insecure Registries: [2022-03-09T09:29:10.021Z] 127.0.0.0/8 [2022-03-09T09:29:10.021Z] Live Restore Enabled: true [2022-03-09T09:29:10.021Z] [2022-03-09T09:29:10.021Z] WARNING: No swap limit support [Pipeline] sh [2022-03-09T09:29:10.123Z] Client: [2022-03-09T09:29:10.123Z] Context: default [2022-03-09T09:29:10.123Z] Debug Mode: false [2022-03-09T09:29:10.123Z] Plugins: [2022-03-09T09:29:10.123Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-09T09:29:10.123Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-09T09:29:10.123Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-09T09:29:10.123Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-09T09:29:10.123Z] [2022-03-09T09:29:10.123Z] Server: [2022-03-09T09:29:10.123Z] Containers: 0 [2022-03-09T09:29:10.123Z] Running: 0 [2022-03-09T09:29:10.123Z] Paused: 0 [2022-03-09T09:29:10.123Z] Stopped: 0 [2022-03-09T09:29:10.123Z] Images: 0 [2022-03-09T09:29:10.123Z] Server Version: 20.10.12 [2022-03-09T09:29:10.123Z] Storage Driver: overlay2 [2022-03-09T09:29:10.123Z] Backing Filesystem: extfs [2022-03-09T09:29:10.123Z] Supports d_type: true [2022-03-09T09:29:10.123Z] Native Overlay Diff: true [2022-03-09T09:29:10.123Z] userxattr: false [2022-03-09T09:29:10.123Z] Logging Driver: json-file [2022-03-09T09:29:10.123Z] Cgroup Driver: cgroupfs [2022-03-09T09:29:10.123Z] Cgroup Version: 1 [2022-03-09T09:29:10.123Z] Plugins: [2022-03-09T09:29:10.123Z] Volume: local [2022-03-09T09:29:10.123Z] Network: bridge host ipvlan macvlan null overlay [2022-03-09T09:29:10.123Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-09T09:29:10.123Z] Swarm: inactive [2022-03-09T09:29:10.123Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-09T09:29:10.123Z] Default Runtime: runc [2022-03-09T09:29:10.123Z] Init Binary: docker-init [2022-03-09T09:29:10.123Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-09T09:29:10.123Z] runc version: v1.0.2-0-g52b36a2 [2022-03-09T09:29:10.123Z] init version: de40ad0 [2022-03-09T09:29:10.123Z] Security Options: [2022-03-09T09:29:10.123Z] apparmor [2022-03-09T09:29:10.123Z] seccomp [2022-03-09T09:29:10.123Z] Profile: default [2022-03-09T09:29:10.123Z] Kernel Version: 5.4.0-1061-aws [2022-03-09T09:29:10.123Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-09T09:29:10.123Z] OSType: linux [2022-03-09T09:29:10.123Z] Architecture: x86_64 [2022-03-09T09:29:10.123Z] CPUs: 2 [2022-03-09T09:29:10.123Z] Total Memory: 7.565GiB [2022-03-09T09:29:10.123Z] Name: ip-10-100-72-135 [2022-03-09T09:29:10.123Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-09T09:29:10.123Z] Docker Root Dir: /var/lib/docker [2022-03-09T09:29:10.123Z] Debug Mode: false [2022-03-09T09:29:10.123Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:29:10.123Z] Labels: [2022-03-09T09:29:10.123Z] Experimental: true [2022-03-09T09:29:10.123Z] Insecure Registries: [2022-03-09T09:29:10.123Z] 127.0.0.0/8 [2022-03-09T09:29:10.123Z] Live Restore Enabled: true [2022-03-09T09:29:10.123Z] [2022-03-09T09:29:10.123Z] WARNING: No swap limit support [Pipeline] sh [2022-03-09T09:29:10.184Z] #21 0.813 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:29:10.184Z] #21 1.017 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:29:10.184Z] #21 1.025 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:29:10.331Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:29:10.331Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:29:10.331Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43344/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-09T09:29:10.331Z] + bash /home/ubuntu/workspace/moby_PR-43344/check-config.sh [2022-03-09T09:29:10.331Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-09T09:29:10.331Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-09T09:29:10.331Z] [2022-03-09T09:29:10.331Z] Generally Necessary: [2022-03-09T09:29:10.331Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-09T09:29:10.331Z] - apparmor: enabled and tools installed [2022-03-09T09:29:10.331Z] - CONFIG_NAMESPACES: enabled [2022-03-09T09:29:10.331Z] - CONFIG_NET_NS: enabled [2022-03-09T09:29:10.331Z] - CONFIG_PID_NS: enabled [2022-03-09T09:29:10.331Z] - CONFIG_IPC_NS: enabled [2022-03-09T09:29:10.331Z] - CONFIG_UTS_NS: enabled [2022-03-09T09:29:10.331Z] - CONFIG_CGROUPS: enabled [2022-03-09T09:29:10.331Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-09T09:29:10.331Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-09T09:29:10.331Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-09T09:29:10.331Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-09T09:29:10.331Z] - CONFIG_CPUSETS: enabled [2022-03-09T09:29:10.331Z] - CONFIG_MEMCG: enabled [2022-03-09T09:29:10.331Z] - CONFIG_KEYS: enabled [2022-03-09T09:29:10.331Z] - CONFIG_VETH: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-09T09:29:10.331Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-09T09:29:10.331Z] - CONFIG_CGROUP_BPF: enabled [2022-03-09T09:29:10.331Z] [2022-03-09T09:29:10.331Z] Optional Features: [2022-03-09T09:29:10.331Z] - CONFIG_USER_NS: enabled [2022-03-09T09:29:10.331Z] - CONFIG_SECCOMP: enabled [2022-03-09T09:29:10.331Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-09T09:29:10.331Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-09T09:29:10.440Z] #21 1.248 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:29:10.454Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:29:10.454Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:29:10.454Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43344/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-09T09:29:10.454Z] + bash /home/ubuntu/workspace/moby_PR-43344/check-config.sh [2022-03-09T09:29:10.454Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-09T09:29:10.454Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-09T09:29:10.454Z] [2022-03-09T09:29:10.454Z] Generally Necessary: [2022-03-09T09:29:10.454Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-09T09:29:10.454Z] - apparmor: enabled and tools installed [2022-03-09T09:29:10.454Z] - CONFIG_NAMESPACES: enabled [2022-03-09T09:29:10.454Z] - CONFIG_NET_NS: enabled [2022-03-09T09:29:10.454Z] - CONFIG_PID_NS: enabled [2022-03-09T09:29:10.454Z] - CONFIG_IPC_NS: enabled [2022-03-09T09:29:10.454Z] - CONFIG_UTS_NS: enabled [2022-03-09T09:29:10.454Z] - CONFIG_CGROUPS: enabled [2022-03-09T09:29:10.454Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-09T09:29:10.454Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-09T09:29:10.454Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-09T09:29:10.454Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-09T09:29:10.454Z] - CONFIG_CPUSETS: enabled [2022-03-09T09:29:10.454Z] - CONFIG_MEMCG: enabled [2022-03-09T09:29:10.454Z] - CONFIG_KEYS: enabled [2022-03-09T09:29:10.454Z] - CONFIG_VETH: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-09T09:29:10.454Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-09T09:29:10.454Z] - CONFIG_CGROUP_BPF: enabled [2022-03-09T09:29:10.454Z] [2022-03-09T09:29:10.454Z] Optional Features: [2022-03-09T09:29:10.454Z] - CONFIG_USER_NS: enabled [2022-03-09T09:29:10.454Z] - CONFIG_SECCOMP: enabled [2022-03-09T09:29:10.454Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-09T09:29:10.454Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-09T09:29:10.454Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-09T09:29:10.629Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-09T09:29:10.629Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-09T09:29:10.629Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-09T09:29:10.629Z] - CONFIG_BLK_CGROUP: enabled [2022-03-09T09:29:10.629Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-09T09:29:10.629Z] - CONFIG_CGROUP_PERF: enabled [2022-03-09T09:29:10.629Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-09T09:29:10.629Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-09T09:29:10.629Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-09T09:29:10.629Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-09T09:29:10.629Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-09T09:29:10.629Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-09T09:29:10.629Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-09T09:29:10.629Z] - CONFIG_IP_VS: enabled (as module) [2022-03-09T09:29:10.629Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-09T09:29:10.629Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-09T09:29:10.629Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-09T09:29:10.629Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-09T09:29:10.629Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-09T09:29:10.629Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-09T09:29:10.629Z] - CONFIG_EXT4_FS: enabled [2022-03-09T09:29:10.629Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-09T09:29:10.629Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-09T09:29:10.629Z] - Network Drivers: [2022-03-09T09:29:10.629Z] - "overlay": [2022-03-09T09:29:10.629Z] - CONFIG_VXLAN: enabled (as module) [2022-03-09T09:29:10.629Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-09T09:29:10.629Z] Optional (for encrypted networks): [2022-03-09T09:29:10.630Z] - CONFIG_CRYPTO: enabled [2022-03-09T09:29:10.630Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-09T09:29:10.630Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-09T09:29:10.630Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-09T09:29:10.630Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-09T09:29:10.630Z] - CONFIG_XFRM: enabled [2022-03-09T09:29:10.630Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-09T09:29:10.630Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-09T09:29:10.630Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-09T09:29:10.630Z] - "ipvlan": [2022-03-09T09:29:10.630Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-09T09:29:10.630Z] - "macvlan": [2022-03-09T09:29:10.630Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-09T09:29:10.630Z] - CONFIG_DUMMY: enabled (as module) [2022-03-09T09:29:10.630Z] - "ftp,tftp client in container": [2022-03-09T09:29:10.630Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-09T09:29:10.630Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-09T09:29:10.630Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-09T09:29:10.630Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-09T09:29:10.630Z] - Storage Drivers: [2022-03-09T09:29:10.630Z] - "aufs": [2022-03-09T09:29:10.719Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-09T09:29:10.719Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-09T09:29:10.719Z] - CONFIG_BLK_CGROUP: enabled [2022-03-09T09:29:10.719Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-09T09:29:10.719Z] - CONFIG_CGROUP_PERF: enabled [2022-03-09T09:29:10.719Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-09T09:29:10.719Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-09T09:29:10.719Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-09T09:29:10.719Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-09T09:29:10.719Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-09T09:29:10.719Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-09T09:29:10.719Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-09T09:29:10.719Z] - CONFIG_IP_VS: enabled (as module) [2022-03-09T09:29:10.719Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-09T09:29:10.719Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-09T09:29:10.719Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-09T09:29:10.719Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-09T09:29:10.719Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-09T09:29:10.719Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-09T09:29:10.719Z] - CONFIG_EXT4_FS: enabled [2022-03-09T09:29:10.719Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-09T09:29:10.719Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-09T09:29:10.719Z] - Network Drivers: [2022-03-09T09:29:10.719Z] - "overlay": [2022-03-09T09:29:10.719Z] - CONFIG_VXLAN: enabled (as module) [2022-03-09T09:29:10.719Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-09T09:29:10.719Z] Optional (for encrypted networks): [2022-03-09T09:29:10.891Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-09T09:29:10.891Z] - "btrfs": [2022-03-09T09:29:10.891Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-09T09:29:10.891Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-09T09:29:10.891Z] - "devicemapper": [2022-03-09T09:29:10.891Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-09T09:29:10.891Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-09T09:29:10.891Z] - "overlay": [2022-03-09T09:29:10.891Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-09T09:29:10.891Z] - "zfs": [2022-03-09T09:29:10.891Z] - /dev/zfs: present [2022-03-09T09:29:10.891Z] - zfs command: missing [2022-03-09T09:29:10.891Z] - zpool command: missing [2022-03-09T09:29:10.891Z] [2022-03-09T09:29:10.891Z] Limits: [2022-03-09T09:29:10.891Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-09T09:29:10.891Z] [2022-03-09T09:29:10.891Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-09T09:29:10.984Z] - CONFIG_CRYPTO: enabled [2022-03-09T09:29:10.984Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-09T09:29:10.984Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-09T09:29:10.984Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-09T09:29:10.984Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-09T09:29:10.984Z] - CONFIG_XFRM: enabled [2022-03-09T09:29:10.984Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-09T09:29:10.984Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-09T09:29:10.984Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-09T09:29:10.984Z] - "ipvlan": [2022-03-09T09:29:10.984Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-09T09:29:10.984Z] - "macvlan": [2022-03-09T09:29:10.984Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-09T09:29:10.984Z] - CONFIG_DUMMY: enabled (as module) [2022-03-09T09:29:10.984Z] - "ftp,tftp client in container": [2022-03-09T09:29:10.984Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-09T09:29:10.984Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-09T09:29:10.984Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-09T09:29:10.984Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-09T09:29:10.984Z] - Storage Drivers: [2022-03-09T09:29:10.984Z] - "aufs": [2022-03-09T09:29:10.984Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-09T09:29:10.984Z] - "btrfs": [2022-03-09T09:29:10.984Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-09T09:29:10.984Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-09T09:29:10.984Z] - "devicemapper": [2022-03-09T09:29:10.984Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-09T09:29:10.984Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-09T09:29:10.984Z] - "overlay": [2022-03-09T09:29:10.984Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-09T09:29:10.984Z] - "zfs": [2022-03-09T09:29:10.984Z] - /dev/zfs: present [2022-03-09T09:29:10.984Z] - zfs command: missing [2022-03-09T09:29:10.984Z] - zpool command: missing [2022-03-09T09:29:10.984Z] [2022-03-09T09:29:10.984Z] Limits: [2022-03-09T09:29:10.984Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-09T09:29:10.984Z] [2022-03-09T09:29:10.984Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-09T09:29:11.238Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:16126512821a3b81cd06bd4a4024475d6c4820c7 . [2022-03-09T09:29:11.337Z] + sudo modprobe ip_vs [2022-03-09T09:29:11.337Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:16126512821a3b81cd06bd4a4024475d6c4820c7 . [2022-03-09T09:29:11.600Z] #1 [internal] load build definition from Dockerfile [2022-03-09T09:29:11.600Z] #1 sha256:b5eae9db2048799884aa20efed7f65c4ced8b4d32a3929cff25a722c65447eac [2022-03-09T09:29:11.600Z] #1 transferring dockerfile: 16.77kB done [2022-03-09T09:29:11.600Z] #1 DONE 0.1s [2022-03-09T09:29:11.600Z] [2022-03-09T09:29:11.600Z] #2 [internal] load .dockerignore [2022-03-09T09:29:11.600Z] #2 sha256:9012e269a5f9dc14b33743eee8b86f3bfb55e60b1475ec69e44d4e779761b85b [2022-03-09T09:29:11.600Z] #2 transferring context: 87B done [2022-03-09T09:29:11.600Z] #2 DONE 0.0s [2022-03-09T09:29:11.600Z] [2022-03-09T09:29:11.600Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-09T09:29:11.600Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-09T09:29:11.807Z] #1 [internal] load build definition from Dockerfile [2022-03-09T09:29:11.807Z] #1 sha256:e132eae82de5ea82b0e8ac43e45f89af9bb715c88db2a5eee65b15da72b41580 [2022-03-09T09:29:11.807Z] #1 transferring dockerfile: 16.77kB done [2022-03-09T09:29:11.807Z] #1 DONE 0.1s [2022-03-09T09:29:11.807Z] [2022-03-09T09:29:11.807Z] #2 [internal] load .dockerignore [2022-03-09T09:29:11.807Z] #2 sha256:1b1ba96d700ae57f33742b2a14b2c815cd28db57157a055c6c6a7596f7f111b1 [2022-03-09T09:29:11.807Z] #2 transferring context: 87B done [2022-03-09T09:29:11.807Z] #2 DONE 0.0s [2022-03-09T09:29:11.807Z] [2022-03-09T09:29:11.807Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-09T09:29:11.807Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-09T09:29:11.808Z] #21 2.477 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:29:11.857Z] #3 DONE 0.4s [2022-03-09T09:29:12.114Z] [2022-03-09T09:29:12.114Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-09T09:29:12.114Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-09T09:29:12.114Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-09T09:29:12.114Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-09T09:29:12.114Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-09T09:29:12.114Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-09T09:29:12.114Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 1.05MB / 9.67MB 0.1s [2022-03-09T09:29:12.114Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-09T09:29:12.373Z] #21 3.217 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:29:12.375Z] #3 DONE 0.5s [2022-03-09T09:29:12.375Z] [2022-03-09T09:29:12.375Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-09T09:29:12.375Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-09T09:29:12.375Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-03-09T09:29:12.375Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-09T09:29:12.375Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-09T09:29:12.375Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-09T09:29:12.375Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 7.34MB / 9.67MB 0.1s [2022-03-09T09:29:12.375Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-09T09:29:12.375Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-09T09:29:12.376Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-09T09:29:12.377Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-03-09T09:29:12.473Z] #54 50.48 Setting up criu (3.16.1-3) ... [2022-03-09T09:29:12.634Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-03-09T09:29:12.944Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-03-09T09:29:12.944Z] #4 DONE 0.9s [2022-03-09T09:29:13.045Z] #54 ... [2022-03-09T09:29:13.045Z] [2022-03-09T09:29:13.045Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:29:13.045Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:29:13.045Z] #58 41.30 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-09T09:29:13.045Z] #58 41.31 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-09T09:29:13.045Z] #58 41.40 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-09T09:29:13.045Z] #58 41.48 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-09T09:29:13.045Z] #58 43.50 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T09:29:13.045Z] #58 43.50 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T09:29:13.045Z] #58 43.56 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-09T09:29:13.045Z] #58 43.67 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-09T09:29:13.045Z] #58 43.82 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T09:29:13.045Z] #58 43.82 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T09:29:13.045Z] #58 44.02 go: downloading golang.org/x/text v0.3.7 [2022-03-09T09:29:13.045Z] #58 49.30 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-09T09:29:13.045Z] #58 49.42 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-09T09:29:13.045Z] #58 49.45 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-09T09:29:13.045Z] #58 49.51 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-09T09:29:13.045Z] #58 49.54 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-09T09:29:13.045Z] #58 49.63 go: downloading golang.org/x/mod v0.5.1 [2022-03-09T09:29:13.045Z] #58 49.66 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-09T09:29:13.045Z] #58 49.79 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-09T09:29:13.045Z] #58 49.81 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-09T09:29:13.045Z] #58 49.83 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-09T09:29:13.046Z] #58 49.87 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-09T09:29:13.046Z] #58 49.99 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-09T09:29:13.046Z] #58 50.38 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T09:29:13.046Z] #58 50.49 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-09T09:29:13.046Z] #58 50.62 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-09T09:29:13.046Z] #58 50.67 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-09T09:29:13.046Z] #58 50.70 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-09T09:29:13.046Z] #58 50.77 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T09:29:13.046Z] #58 51.00 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T09:29:13.046Z] #58 51.00 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-09T09:29:13.046Z] #58 51.01 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-09T09:29:13.046Z] #58 51.11 go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T09:29:13.046Z] #58 51.20 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-09T09:29:13.046Z] #58 51.26 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-09T09:29:13.201Z] [2022-03-09T09:29:13.202Z] #6 [internal] load build definition from Dockerfile [2022-03-09T09:29:13.202Z] #6 sha256:4ce4ec75c984b7368a9922e162d3f2373538cdd4faa176ea4556cccb6824d6c4 [2022-03-09T09:29:13.202Z] #6 DONE 0.0s [2022-03-09T09:29:13.202Z] [2022-03-09T09:29:13.202Z] #5 [internal] load .dockerignore [2022-03-09T09:29:13.202Z] #5 sha256:4ed97d7c643d741a213d611354a4310874e2c3906d01bf5f369a1444f4a86fa5 [2022-03-09T09:29:13.202Z] #5 DONE 0.0s [2022-03-09T09:29:13.202Z] [2022-03-09T09:29:13.202Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T09:29:13.202Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-09T09:29:13.204Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-03-09T09:29:13.204Z] #4 DONE 0.8s [2022-03-09T09:29:13.204Z] [2022-03-09T09:29:13.204Z] #6 [internal] load .dockerignore [2022-03-09T09:29:13.204Z] #6 sha256:8b97fec08283859a75fb24f8f3565962ae8942e03dbd64c99afe58436866d276 [2022-03-09T09:29:13.204Z] #6 DONE 0.0s [2022-03-09T09:29:13.204Z] [2022-03-09T09:29:13.204Z] #5 [internal] load build definition from Dockerfile [2022-03-09T09:29:13.204Z] #5 sha256:9dd5b92129d5318104873216a48339948168ae49fc160b577c14d8c78dce6756 [2022-03-09T09:29:13.204Z] #5 DONE 0.0s [2022-03-09T09:29:13.204Z] [2022-03-09T09:29:13.204Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T09:29:13.204Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-09T09:29:13.307Z] #58 51.38 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-09T09:29:13.879Z] #58 ... [2022-03-09T09:29:13.879Z] [2022-03-09T09:29:13.879Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:29:13.879Z] #54 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:29:13.879Z] #54 51.78 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:29:14.136Z] #10 ... [2022-03-09T09:29:14.136Z] [2022-03-09T09:29:14.136Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:29:14.136Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T09:29:14.136Z] #8 DONE 1.0s [2022-03-09T09:29:14.136Z] [2022-03-09T09:29:14.136Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T09:29:14.136Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-09T09:29:14.136Z] #7 DONE 1.0s [2022-03-09T09:29:14.136Z] [2022-03-09T09:29:14.136Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:29:14.136Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T09:29:14.136Z] #9 DONE 1.0s [2022-03-09T09:29:14.136Z] [2022-03-09T09:29:14.136Z] #10 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T09:29:14.136Z] #10 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-09T09:29:14.136Z] #10 DONE 1.1s [2022-03-09T09:29:14.139Z] #10 ... [2022-03-09T09:29:14.139Z] [2022-03-09T09:29:14.139Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:29:14.139Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-09T09:29:14.139Z] #7 DONE 1.0s [2022-03-09T09:29:14.264Z] #21 ... [2022-03-09T09:29:14.264Z] [2022-03-09T09:29:14.264Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-09T09:29:14.264Z] #26 sha256:d7c03a0255ea7d173c0abd1a3731aea875bdc67368a751578199dab030962a6e [2022-03-09T09:29:14.406Z] [2022-03-09T09:29:14.406Z] #8 [internal] load metadata for docker.io/library/golang:1.17.8-bullseye [2022-03-09T09:29:14.406Z] #8 sha256:cea844dd348bb8746acd158263d7377c072bfea1f8f95d97faa3b00bb8fe5a74 [2022-03-09T09:29:14.406Z] #8 DONE 1.0s [2022-03-09T09:29:14.406Z] [2022-03-09T09:29:14.406Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-09T09:29:14.406Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-09T09:29:14.406Z] #9 DONE 1.0s [2022-03-09T09:29:14.406Z] [2022-03-09T09:29:14.406Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-09T09:29:14.406Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-09T09:29:14.406Z] #10 DONE 1.1s [2022-03-09T09:29:14.455Z] #54 DONE 52.6s [2022-03-09T09:29:14.455Z] [2022-03-09T09:29:14.455Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:29:14.455Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:29:14.718Z] #56 ... [2022-03-09T09:29:14.718Z] [2022-03-09T09:29:14.718Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:29:14.718Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:29:14.718Z] #58 52.83 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T09:29:15.380Z] [2022-03-09T09:29:15.380Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:29:15.380Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T09:29:15.380Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-03-09T09:29:15.380Z] #69 DONE 0.0s [2022-03-09T09:29:15.380Z] [2022-03-09T09:29:15.380Z] #24 [internal] load build context [2022-03-09T09:29:15.380Z] #24 sha256:70e8dba46271cabf84455c2408f5ff1c76ab5dc4b6f9166cdd8d1aec7362a6d3 [2022-03-09T09:29:15.552Z] #26 89.27 Updating files: 29% (3391/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 88% (10115/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-03-09T09:29:15.552Z] #26 91.80 + cd /tmp/tmp.RAPmSlkNsY/tmp/docker-ce [2022-03-09T09:29:15.552Z] #26 91.80 + git checkout -q v17.06.2-ce [2022-03-09T09:29:15.954Z] #24 ... [2022-03-09T09:29:15.954Z] [2022-03-09T09:29:15.954Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T09:29:15.954Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T09:29:15.954Z] #45 DONE 0.0s [2022-03-09T09:29:15.954Z] [2022-03-09T09:29:15.954Z] #24 [internal] load build context [2022-03-09T09:29:15.954Z] #24 sha256:70e8dba46271cabf84455c2408f5ff1c76ab5dc4b6f9166cdd8d1aec7362a6d3 [2022-03-09T09:29:16.046Z] [2022-03-09T09:29:16.046Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:16.046Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:16.046Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:16.046Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.1s done [2022-03-09T09:29:16.046Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-09T09:29:16.046Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-09T09:29:16.046Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-09T09:29:16.046Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.0s [2022-03-09T09:29:16.305Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 4.19MB / 54.92MB 0.2s [2022-03-09T09:29:16.306Z] #11 ... [2022-03-09T09:29:16.306Z] [2022-03-09T09:29:16.306Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-09T09:29:16.306Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-09T09:29:16.306Z] #45 DONE 0.0s [2022-03-09T09:29:16.306Z] [2022-03-09T09:29:16.306Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:16.306Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:16.306Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 7.34MB / 54.92MB 0.3s [2022-03-09T09:29:16.563Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0B / 5.15MB 0.5s [2022-03-09T09:29:16.563Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 14.68MB / 54.92MB 0.6s [2022-03-09T09:29:16.651Z] #58 ... [2022-03-09T09:29:16.651Z] [2022-03-09T09:29:16.651Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:29:16.651Z] #56 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:29:16.651Z] #56 54.67 gotestsum version dev [2022-03-09T09:29:16.651Z] #56 DONE 54.7s [2022-03-09T09:29:16.651Z] [2022-03-09T09:29:16.651Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:29:16.651Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:29:16.823Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.7s [2022-03-09T09:29:16.823Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 28.31MB / 54.92MB 0.8s [2022-03-09T09:29:16.823Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.8s done [2022-03-09T09:29:16.897Z] #24 transferring context: 10.51MB 1.3s [2022-03-09T09:29:17.393Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 35.66MB / 54.92MB 1.1s [2022-03-09T09:29:17.393Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 2.83MB / 54.58MB 1.1s [2022-03-09T09:29:17.393Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0B / 10.87MB 1.1s [2022-03-09T09:29:17.394Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 1.05MB / 10.87MB 1.3s [2022-03-09T09:29:17.394Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 45.09MB / 54.92MB 1.5s [2022-03-09T09:29:17.394Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 10.49MB / 54.58MB 1.5s [2022-03-09T09:29:17.394Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 2.10MB / 10.87MB 1.5s [2022-03-09T09:29:17.652Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 3.15MB / 10.87MB 1.5s [2022-03-09T09:29:17.652Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 51.38MB / 54.92MB 1.6s [2022-03-09T09:29:17.652Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 17.83MB / 54.58MB 1.6s [2022-03-09T09:29:17.652Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 4.19MB / 10.87MB 1.6s [2022-03-09T09:29:17.911Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.8s [2022-03-09T09:29:17.911Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 20.97MB / 54.58MB 1.8s [2022-03-09T09:29:17.911Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.49MB / 10.87MB 1.8s [2022-03-09T09:29:17.911Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 26.21MB / 54.58MB 1.9s [2022-03-09T09:29:18.169Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 37.75MB / 54.58MB 2.1s [2022-03-09T09:29:18.169Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 41.05MB / 54.58MB 2.2s [2022-03-09T09:29:18.467Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 46.14MB / 54.58MB 2.3s [2022-03-09T09:29:18.467Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.4s done [2022-03-09T09:29:18.467Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 50.33MB / 54.58MB 2.4s [2022-03-09T09:29:18.725Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 53.48MB / 54.58MB 2.6s [2022-03-09T09:29:18.725Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 2.6s done [2022-03-09T09:29:18.725Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 0B / 134.90MB 2.6s [2022-03-09T09:29:18.832Z] #26 94.52 + mkdir -p /tmp/tmp.RAPmSlkNsY/src/github.com/docker [2022-03-09T09:29:18.832Z] #26 94.52 + mv components/cli /tmp/tmp.RAPmSlkNsY/src/github.com/docker/cli [2022-03-09T09:29:18.832Z] #26 94.53 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-03-09T09:29:18.983Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 3.15MB / 85.81MB 2.8s [2022-03-09T09:29:18.983Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-09T09:29:19.247Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 15.54MB / 134.90MB 3.1s [2022-03-09T09:29:19.247Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 10.60MB / 85.81MB 3.1s [2022-03-09T09:29:19.247Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 3.2s done [2022-03-09T09:29:19.511Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 23.07MB / 134.90MB 3.3s [2022-03-09T09:29:19.511Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 15.73MB / 85.81MB 3.3s [2022-03-09T09:29:19.511Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 3.3s [2022-03-09T09:29:19.511Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 3.4s done [2022-03-09T09:29:19.772Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 34.60MB / 134.90MB 3.6s [2022-03-09T09:29:19.772Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 27.26MB / 85.81MB 3.6s [2022-03-09T09:29:19.772Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 33.55MB / 85.81MB 3.8s [2022-03-09T09:29:20.037Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 45.09MB / 134.90MB 4.1s [2022-03-09T09:29:20.037Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 39.85MB / 85.81MB 4.1s [2022-03-09T09:29:20.299Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 45.09MB / 85.81MB 4.2s [2022-03-09T09:29:20.559Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 52.43MB / 134.90MB 4.4s [2022-03-09T09:29:20.818Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 61.87MB / 134.90MB 4.6s [2022-03-09T09:29:20.818Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 54.53MB / 85.81MB 4.6s [2022-03-09T09:29:20.818Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 70.25MB / 134.90MB 4.8s [2022-03-09T09:29:21.077Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 79.91MB / 134.90MB 5.0s [2022-03-09T09:29:21.077Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 62.91MB / 85.81MB 5.0s [2022-03-09T09:29:21.114Z] #24 ... [2022-03-09T09:29:21.114Z] [2022-03-09T09:29:21.114Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:29:21.114Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T09:29:21.114Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-03-09T09:29:21.114Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-09T09:29:21.114Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-09T09:29:21.114Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T09:29:21.114Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-03-09T09:29:21.114Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.3s done [2022-03-09T09:29:21.114Z] #67 DONE 5.5s [2022-03-09T09:29:21.114Z] [2022-03-09T09:29:21.114Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:21.114Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:21.114Z] #11 resolve docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 0.2s done [2022-03-09T09:29:21.114Z] #11 sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 1.86kB / 1.86kB done [2022-03-09T09:29:21.114Z] #11 sha256:18432b513315c80f80322d4b4743a2d856c8914819ae4191edfed94bc9ad959a 1.80kB / 1.80kB done [2022-03-09T09:29:21.114Z] #11 sha256:0659a535a7341c4ee3db57a062bccb894be691b1e480198f2570dea67f34fe66 7.04kB / 7.04kB done [2022-03-09T09:29:21.114Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.7s done [2022-03-09T09:29:21.114Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 0.4s done [2022-03-09T09:29:21.114Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 0.8s done [2022-03-09T09:29:21.114Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 3.3s done [2022-03-09T09:29:21.114Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 4.6s done [2022-03-09T09:29:21.114Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 114.29MB / 134.90MB 5.3s [2022-03-09T09:29:21.114Z] #11 sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 157B / 157B 3.6s done [2022-03-09T09:29:21.114Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 3.3s [2022-03-09T09:29:21.132Z] #60 ... [2022-03-09T09:29:21.132Z] [2022-03-09T09:29:21.133Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:29:21.133Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:29:21.133Z] #14 73.45 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-09T09:29:21.133Z] #14 73.45 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:29:21.133Z] #14 73.46 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T09:29:21.133Z] #14 78.53 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-09T09:29:21.133Z] #14 78.53 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:29:21.133Z] #14 78.54 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:29:21.336Z] #11 ... [2022-03-09T09:29:21.336Z] [2022-03-09T09:29:21.336Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:29:21.336Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-09T09:29:21.336Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-09T09:29:21.336Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T09:29:21.336Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-09T09:29:21.336Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-09T09:29:21.336Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2022-03-09T09:29:21.336Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.3s done [2022-03-09T09:29:21.336Z] #67 DONE 5.5s [2022-03-09T09:29:21.336Z] [2022-03-09T09:29:21.336Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:21.336Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:21.336Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 71.30MB / 85.81MB 5.2s [2022-03-09T09:29:21.336Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 88.08MB / 134.90MB 5.3s [2022-03-09T09:29:21.336Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 76.55MB / 85.81MB 5.3s [2022-03-09T09:29:21.374Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 128.07MB / 134.90MB 5.5s [2022-03-09T09:29:21.609Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 83.89MB / 85.81MB 5.4s [2022-03-09T09:29:21.609Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 101.21MB / 134.90MB 5.6s [2022-03-09T09:29:21.635Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 5.8s [2022-03-09T09:29:22.177Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 117.44MB / 134.90MB 6.1s [2022-03-09T09:29:22.436Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 128.97MB / 134.90MB 6.3s [2022-03-09T09:29:22.693Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 6.4s done [2022-03-09T09:29:23.008Z] #26 ... [2022-03-09T09:29:23.008Z] [2022-03-09T09:29:23.008Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:29:23.008Z] #34 sha256:620509505b9ba232340bea86f8a6a413cbbe1040cdef04c4eace1707d8fa01f3 [2022-03-09T09:29:23.008Z] #34 DONE 99.0s [2022-03-09T09:29:23.008Z] [2022-03-09T09:29:23.008Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:29:23.008Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-09T09:29:23.008Z] #21 5.414 Fetched 8392 kB in 5s (1727 kB/s) [2022-03-09T09:29:23.008Z] #21 5.414 Reading package lists... [2022-03-09T09:29:23.008Z] #21 7.690 Reading package lists... [2022-03-09T09:29:23.008Z] #21 9.547 Building dependency tree... [2022-03-09T09:29:23.008Z] #21 10.96 The following additional packages will be installed: [2022-03-09T09:29:23.008Z] #21 10.97 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T09:29:23.008Z] #21 10.97 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-09T09:29:23.008Z] #21 10.97 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-09T09:29:23.008Z] #21 10.97 python3-pkg-resources vim-runtime xxd [2022-03-09T09:29:23.008Z] #21 10.97 Suggested packages: [2022-03-09T09:29:23.008Z] #21 10.97 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-09T09:29:23.008Z] #21 10.97 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-09T09:29:23.008Z] #21 10.97 acl attr quota [2022-03-09T09:29:23.008Z] #21 10.97 Recommended packages: [2022-03-09T09:29:23.008Z] #21 10.97 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-09T09:29:23.008Z] #21 12.14 The following NEW packages will be installed: [2022-03-09T09:29:23.009Z] #21 12.16 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-09T09:29:23.009Z] #21 12.16 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T09:29:23.009Z] #21 12.16 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-09T09:29:23.009Z] #21 12.16 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-09T09:29:23.009Z] #21 12.16 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-09T09:29:23.009Z] #21 12.17 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-09T09:29:23.009Z] #21 12.17 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-09T09:29:23.009Z] #21 12.17 xz-utils zip zstd [2022-03-09T09:29:23.009Z] #21 12.47 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:29:23.009Z] #21 12.47 Need to get 27.0 MB of archives. [2022-03-09T09:29:23.009Z] #21 12.47 After this operation, 105 MB of additional disk space will be used. [2022-03-09T09:29:23.009Z] #21 12.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-03-09T09:29:23.009Z] #21 12.47 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-03-09T09:29:23.009Z] #21 12.48 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-03-09T09:29:23.009Z] #21 12.48 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-03-09T09:29:23.009Z] #21 12.48 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-03-09T09:29:23.009Z] #21 12.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-03-09T09:29:23.009Z] #21 12.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-03-09T09:29:23.009Z] #21 12.49 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-03-09T09:29:23.009Z] #21 12.50 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T09:29:23.009Z] #21 12.51 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T09:29:23.009Z] #21 12.52 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-03-09T09:29:23.009Z] #21 12.52 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-03-09T09:29:23.009Z] #21 12.52 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2022-03-09T09:29:23.009Z] #21 12.53 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-03-09T09:29:23.009Z] #21 12.55 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-03-09T09:29:23.009Z] #21 12.55 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-03-09T09:29:23.009Z] #21 12.55 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-03-09T09:29:23.009Z] #21 12.55 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-03-09T09:29:23.009Z] #21 12.55 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-03-09T09:29:23.009Z] #21 12.70 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-03-09T09:29:23.009Z] #21 12.72 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-03-09T09:29:23.009Z] #21 12.73 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-09T09:29:23.009Z] #21 12.73 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-09T09:29:23.009Z] #21 12.82 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-09T09:29:23.009Z] #21 12.83 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-03-09T09:29:23.009Z] #21 12.83 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-03-09T09:29:23.009Z] #21 12.84 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-09T09:29:23.009Z] #21 13.04 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-03-09T09:29:23.009Z] #21 13.04 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-03-09T09:29:23.009Z] #21 13.05 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-03-09T09:29:23.009Z] #21 13.05 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-03-09T09:29:23.009Z] #21 13.05 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-03-09T09:29:23.009Z] #21 13.07 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-03-09T09:29:23.009Z] #21 13.07 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-09T09:29:23.009Z] #21 13.10 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-09T09:29:23.009Z] #21 13.11 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-09T09:29:23.009Z] #21 13.11 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T09:29:23.009Z] #21 13.12 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-09T09:29:23.009Z] #21 13.14 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-09T09:29:23.009Z] #21 13.14 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2022-03-09T09:29:23.009Z] #21 13.24 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-03-09T09:29:23.009Z] #21 13.54 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-03-09T09:29:23.009Z] #21 13.54 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-03-09T09:29:23.009Z] #21 13.54 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-09T09:29:23.009Z] #21 13.71 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-03-09T09:29:23.009Z] #21 13.74 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-03-09T09:29:23.009Z] #21 13.79 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-03-09T09:29:23.009Z] #21 13.93 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-03-09T09:29:23.049Z] #14 ... [2022-03-09T09:29:23.049Z] [2022-03-09T09:29:23.050Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:29:23.050Z] #63 sha256:29e3a7e0e34006c66fc56d4bf2ca7bac6d0b9302cc4b34c90780fd1cfc169e6b [2022-03-09T09:29:23.050Z] #63 86.21 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T09:29:23.050Z] #63 86.21 + GOBIN=/build [2022-03-09T09:29:23.050Z] #63 86.21 + GO111MODULE=on [2022-03-09T09:29:23.050Z] #63 86.21 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-09T09:29:23.251Z] #58 ... [2022-03-09T09:29:23.251Z] [2022-03-09T09:29:23.251Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-09T09:29:23.251Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T09:29:23.251Z] #19 48.84 Fetched 48.9 MB in 47s (1040 kB/s) [2022-03-09T09:29:23.265Z] #21 ... [2022-03-09T09:29:23.265Z] [2022-03-09T09:29:23.265Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:29:23.265Z] #56 sha256:8bc2e14d97f787eb3537b0d353842ea86c5927b5345f046485b8348e42846d36 [2022-03-09T09:29:23.265Z] #56 8.699 + cd /tmp/tmp.vmsNM7EhMB/src/github.com/opencontainers/runc [2022-03-09T09:29:23.265Z] #56 8.699 + git checkout -q v1.1.0 [2022-03-09T09:29:23.265Z] #56 8.843 + '[' -z '' ']' [2022-03-09T09:29:23.265Z] #56 8.843 + target=static [2022-03-09T09:29:23.265Z] #56 8.843 + make BUILDTAGS=seccomp static [2022-03-09T09:29:23.265Z] #56 9.106 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-09T09:29:23.827Z] #56 ... [2022-03-09T09:29:23.827Z] [2022-03-09T09:29:23.827Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:29:23.827Z] #21 sha256:8ae36b1e29ddf7eea5b1cc9f8f5940f544c5c02beb9f3614007f844197dc5850 [2022-03-09T09:29:23.827Z] #21 14.69 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:29:23.827Z] #21 14.79 Fetched 27.0 MB in 2s (15.5 MB/s) [2022-03-09T09:29:24.067Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.2s [2022-03-09T09:29:24.083Z] #21 14.83 Selecting previously unselected package pigz. [2022-03-09T09:29:24.083Z] #21 14.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24001 files and directories currently installed.) [2022-03-09T09:29:24.083Z] #21 14.86 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-03-09T09:29:24.083Z] #21 14.86 Unpacking pigz (2.6-1) ... [2022-03-09T09:29:24.083Z] #21 14.93 Selecting previously unselected package libelf1:arm64. [2022-03-09T09:29:24.083Z] #21 14.93 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-03-09T09:29:24.083Z] #21 14.94 Unpacking libelf1:arm64 (0.183-1) ... [2022-03-09T09:29:24.083Z] #21 15.05 Selecting previously unselected package libbpf0:arm64. [2022-03-09T09:29:24.181Z] #11 ... [2022-03-09T09:29:24.181Z] [2022-03-09T09:29:24.181Z] #24 [internal] load build context [2022-03-09T09:29:24.181Z] #24 sha256:70e8dba46271cabf84455c2408f5ff1c76ab5dc4b6f9166cdd8d1aec7362a6d3 [2022-03-09T09:29:24.181Z] #24 transferring context: 56.90MB 7.9s done [2022-03-09T09:29:24.181Z] #24 DONE 8.4s [2022-03-09T09:29:24.181Z] [2022-03-09T09:29:24.181Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:24.181Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:24.181Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 7.9s done [2022-03-09T09:29:24.181Z] #11 ... [2022-03-09T09:29:24.181Z] [2022-03-09T09:29:24.181Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:29:24.181Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:29:24.181Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.2s done [2022-03-09T09:29:24.181Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-09T09:29:24.181Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-09T09:29:24.181Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-09T09:29:24.181Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.8s done [2022-03-09T09:29:24.181Z] #28 ... [2022-03-09T09:29:24.181Z] [2022-03-09T09:29:24.181Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:29:24.181Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T09:29:24.181Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-09T09:29:24.181Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T09:29:24.181Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-09T09:29:24.181Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.7s done [2022-03-09T09:29:24.181Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.8s done [2022-03-09T09:29:24.181Z] #69 DONE 8.7s [2022-03-09T09:29:24.338Z] #21 15.05 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-03-09T09:29:24.338Z] #21 15.05 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-03-09T09:29:24.338Z] #21 15.14 Selecting previously unselected package libcap2:arm64. [2022-03-09T09:29:24.338Z] #21 15.14 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-03-09T09:29:24.338Z] #21 15.15 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-03-09T09:29:24.338Z] #21 15.20 Selecting previously unselected package libmnl0:arm64. [2022-03-09T09:29:24.338Z] #21 15.21 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-03-09T09:29:24.338Z] #21 15.22 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-03-09T09:29:24.338Z] #21 15.27 Selecting previously unselected package libxtables12:arm64. [2022-03-09T09:29:24.338Z] #21 15.27 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-03-09T09:29:24.338Z] #21 15.28 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-03-09T09:29:24.440Z] [2022-03-09T09:29:24.440Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:29:24.440Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:29:24.594Z] #21 15.32 Selecting previously unselected package libcap2-bin. [2022-03-09T09:29:24.594Z] #21 15.34 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-03-09T09:29:24.594Z] #21 15.34 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-09T09:29:24.594Z] #21 15.43 Selecting previously unselected package iproute2. [2022-03-09T09:29:24.594Z] #21 15.43 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-03-09T09:29:24.594Z] #21 15.44 Unpacking iproute2 (5.10.0-4) ... [2022-03-09T09:29:24.850Z] #21 15.80 Selecting previously unselected package xxd. [2022-03-09T09:29:24.850Z] #21 15.82 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-09T09:29:24.850Z] #21 15.83 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:29:25.106Z] #21 15.93 Selecting previously unselected package vim-common. [2022-03-09T09:29:25.106Z] #21 15.93 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:29:25.106Z] #21 15.94 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:29:25.363Z] #21 16.10 Selecting previously unselected package bash-completion. [2022-03-09T09:29:25.363Z] #21 16.10 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-09T09:29:25.437Z] #11 sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 134.90MB / 134.90MB 9.2s done [2022-03-09T09:29:25.437Z] #11 ... [2022-03-09T09:29:25.437Z] [2022-03-09T09:29:25.437Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-09T09:29:25.437Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-09T09:29:25.437Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-09T09:29:25.437Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-09T09:29:25.437Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-09T09:29:25.437Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-09T09:29:25.437Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2022-03-09T09:29:25.437Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.1s done [2022-03-09T09:29:25.437Z] #69 DONE 9.6s [2022-03-09T09:29:25.437Z] [2022-03-09T09:29:25.437Z] #24 [internal] load build context [2022-03-09T09:29:25.437Z] #24 sha256:664d1e852083f06c9f287de590ccb126c0079714229ca54bb84221f49ee4200f [2022-03-09T09:29:25.437Z] #24 transferring context: 56.90MB 6.9s done [2022-03-09T09:29:25.437Z] #24 DONE 9.6s [2022-03-09T09:29:25.695Z] [2022-03-09T09:29:25.695Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:29:25.695Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:29:25.695Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-09T09:29:25.695Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-09T09:29:25.695Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-09T09:29:25.695Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-09T09:29:25.695Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.5s done [2022-03-09T09:29:25.817Z] #28 ... [2022-03-09T09:29:25.817Z] [2022-03-09T09:29:25.817Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-09T09:29:25.817Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-09T09:29:25.817Z] #68 DONE 0.6s [2022-03-09T09:29:25.817Z] [2022-03-09T09:29:25.817Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:29:25.817Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:29:25.953Z] #28 ... [2022-03-09T09:29:25.953Z] [2022-03-09T09:29:25.953Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-09T09:29:25.953Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-09T09:29:26.386Z] #28 ... [2022-03-09T09:29:26.386Z] [2022-03-09T09:29:26.386Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-09T09:29:26.386Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-09T09:29:26.386Z] #70 DONE 0.7s [2022-03-09T09:29:26.386Z] [2022-03-09T09:29:26.386Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:29:26.386Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:29:26.386Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 8.4s [2022-03-09T09:29:26.736Z] #21 17.53 Unpacking bash-completion (1:2.11-2) ... [2022-03-09T09:29:26.885Z] #68 DONE 0.9s [2022-03-09T09:29:26.885Z] [2022-03-09T09:29:26.885Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-09T09:29:26.885Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-09T09:29:26.964Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 9.2s done [2022-03-09T09:29:26.993Z] #21 17.84 Selecting previously unselected package bzip2. [2022-03-09T09:29:26.993Z] #21 17.84 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-03-09T09:29:26.993Z] #21 17.85 Unpacking bzip2 (1.0.8-4) ... [2022-03-09T09:29:26.993Z] #21 17.90 Selecting previously unselected package xz-utils. [2022-03-09T09:29:26.993Z] #21 17.91 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2022-03-09T09:29:26.993Z] #21 17.91 Unpacking xz-utils (5.2.5-2) ... [2022-03-09T09:29:27.226Z] #28 DONE 11.7s [2022-03-09T09:29:27.226Z] [2022-03-09T09:29:27.226Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:27.226Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:27.226Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-09T09:29:27.251Z] #21 18.02 Selecting previously unselected package apparmor. [2022-03-09T09:29:27.251Z] #21 18.02 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-03-09T09:29:27.251Z] #21 18.07 Unpacking apparmor (2.13.6-10) ... [2022-03-09T09:29:27.259Z] #63 90.61 rootlesskit version 0.14.6 [2022-03-09T09:29:27.259Z] #63 90.61 Usage of /build/rootlesskit-docker-proxy: [2022-03-09T09:29:27.259Z] #63 90.62 -container-ip string [2022-03-09T09:29:27.259Z] #63 90.62 container ip [2022-03-09T09:29:27.259Z] #63 90.62 -container-port int [2022-03-09T09:29:27.259Z] #63 90.62 container port (default -1) [2022-03-09T09:29:27.259Z] #63 90.62 -host-ip string [2022-03-09T09:29:27.259Z] #63 90.62 host ip [2022-03-09T09:29:27.259Z] #63 90.62 -host-port int [2022-03-09T09:29:27.259Z] #63 90.62 host port (default -1) [2022-03-09T09:29:27.259Z] #63 90.62 -proto string [2022-03-09T09:29:27.259Z] #63 90.62 proxy protocol (default "tcp") [2022-03-09T09:29:27.450Z] #70 DONE 0.4s [2022-03-09T09:29:27.450Z] [2022-03-09T09:29:27.450Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-09T09:29:27.450Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-09T09:29:27.450Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 8.1s done [2022-03-09T09:29:27.450Z] #28 DONE 11.5s [2022-03-09T09:29:27.450Z] [2022-03-09T09:29:27.450Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-09T09:29:27.450Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T09:29:27.509Z] #21 18.39 Selecting previously unselected package inetutils-ping. [2022-03-09T09:29:27.509Z] #21 18.39 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-03-09T09:29:27.509Z] #21 18.41 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-09T09:29:27.509Z] #21 18.49 Selecting previously unselected package libip4tc2:arm64. [2022-03-09T09:29:27.509Z] #21 18.49 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-03-09T09:29:27.509Z] #21 18.49 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-03-09T09:29:27.770Z] #21 18.54 Selecting previously unselected package libip6tc2:arm64. [2022-03-09T09:29:27.770Z] #21 18.54 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-03-09T09:29:27.770Z] #21 18.55 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-03-09T09:29:27.770Z] #21 18.61 Selecting previously unselected package libnfnetlink0:arm64. [2022-03-09T09:29:27.770Z] #21 18.61 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-03-09T09:29:27.770Z] #21 18.61 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-09T09:29:27.770Z] #21 18.66 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-03-09T09:29:27.770Z] #21 18.67 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-03-09T09:29:27.770Z] #21 18.67 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-09T09:29:27.770Z] #21 18.73 Selecting previously unselected package libnftnl11:arm64. [2022-03-09T09:29:27.770Z] #21 18.73 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-03-09T09:29:28.027Z] #21 18.73 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-03-09T09:29:28.027Z] #21 18.82 Selecting previously unselected package iptables. [2022-03-09T09:29:28.027Z] #21 18.82 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-03-09T09:29:28.027Z] #21 18.83 Unpacking iptables (1.8.7-1) ... [2022-03-09T09:29:28.168Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.7s done [2022-03-09T09:29:28.168Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be [2022-03-09T09:29:28.284Z] #21 19.11 Selecting previously unselected package libonig5:arm64. [2022-03-09T09:29:28.284Z] #21 19.12 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-09T09:29:28.284Z] #21 19.12 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-09T09:29:28.541Z] #21 19.24 Selecting previously unselected package libjq1:arm64. [2022-03-09T09:29:28.541Z] #21 19.25 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-03-09T09:29:28.541Z] #21 19.25 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-09T09:29:28.541Z] #21 19.33 Selecting previously unselected package jq. [2022-03-09T09:29:28.541Z] #21 19.33 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-03-09T09:29:28.541Z] #21 19.35 Unpacking jq (1.6-2.1) ... [2022-03-09T09:29:28.541Z] #21 19.42 Selecting previously unselected package libaio1:arm64. [2022-03-09T09:29:28.541Z] #21 19.42 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-03-09T09:29:28.541Z] #21 19.43 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-03-09T09:29:28.541Z] #21 19.47 Selecting previously unselected package libgpm2:arm64. [2022-03-09T09:29:28.541Z] #21 19.47 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-03-09T09:29:28.541Z] #21 19.48 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-03-09T09:29:28.541Z] #21 19.53 Selecting previously unselected package libicu67:arm64. [2022-03-09T09:29:28.649Z] #63 DONE 91.7s [2022-03-09T09:29:28.649Z] [2022-03-09T09:29:28.649Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-09T09:29:28.649Z] #64 sha256:ab20bda3ec24a196137000ce1e93debdb18c57fc26d514aa1fafd78c2e5b2750 [2022-03-09T09:29:28.649Z] #64 DONE 0.1s [2022-03-09T09:29:28.649Z] [2022-03-09T09:29:28.649Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-09T09:29:28.649Z] #65 sha256:4715a520af0680d88c51aba41b367c709114c6be032b7d4362c43af91dc4932c [2022-03-09T09:29:28.649Z] #65 DONE 0.1s [2022-03-09T09:29:28.649Z] [2022-03-09T09:29:28.649Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:29:28.649Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:29:28.649Z] #14 89.45 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-09T09:29:28.649Z] #14 89.46 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:29:28.649Z] #14 89.46 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:29:28.799Z] #21 19.54 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-03-09T09:29:28.799Z] #21 19.54 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-09T09:29:28.824Z] #29 1.422 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:29:28.824Z] #29 1.430 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:29:28.824Z] #29 1.430 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:29:28.824Z] #29 1.607 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:29:29.113Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.8s done [2022-03-09T09:29:29.373Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 0.1s [2022-03-09T09:29:29.388Z] #29 1.867 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:29:29.388Z] #29 2.191 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:29:30.568Z] #14 94.21 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-09T09:29:30.761Z] #29 3.481 Fetched 8505 kB in 2s (3637 kB/s) [2022-03-09T09:29:30.830Z] #14 94.22 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-09T09:29:30.831Z] #14 94.24 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T09:29:30.831Z] #14 94.38 Selecting previously unselected package libapparmor1:amd64. [2022-03-09T09:29:30.831Z] #14 94.39 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-09T09:29:30.831Z] #14 94.39 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T09:29:30.831Z] #14 94.49 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-09T09:29:31.092Z] #14 94.50 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-09T09:29:31.092Z] #14 94.50 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T09:29:31.092Z] #14 94.65 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T09:29:31.092Z] #14 94.65 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T09:29:31.092Z] #14 94.65 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:29:31.092Z] #14 94.77 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T09:29:31.323Z] #21 22.21 Selecting previously unselected package libinih1:arm64. [2022-03-09T09:29:31.323Z] #21 22.22 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-03-09T09:29:31.323Z] #21 22.22 Unpacking libinih1:arm64 (53-1+b2) ... [2022-03-09T09:29:31.323Z] #21 22.27 Selecting previously unselected package libnet1:arm64. [2022-03-09T09:29:31.323Z] #21 22.27 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-09T09:29:31.323Z] #21 22.27 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:29:31.323Z] #21 22.33 Selecting previously unselected package libnl-3-200:arm64. [2022-03-09T09:29:31.354Z] #14 94.80 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T09:29:31.354Z] #14 94.80 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:29:31.354Z] #14 94.96 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-09T09:29:31.354Z] #14 94.96 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:29:31.354Z] #14 94.96 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:29:31.354Z] #14 95.03 Selecting previously unselected package libudev-dev:amd64. [2022-03-09T09:29:31.354Z] #14 95.03 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-09T09:29:31.580Z] #21 22.33 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-09T09:29:31.580Z] #21 22.34 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-09T09:29:31.580Z] #21 22.40 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-09T09:29:31.580Z] #21 22.41 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-09T09:29:31.580Z] #21 22.41 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-09T09:29:31.580Z] #21 22.46 Selecting previously unselected package net-tools. [2022-03-09T09:29:31.580Z] #21 22.46 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-03-09T09:29:31.580Z] #21 22.47 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T09:29:31.616Z] #14 95.03 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-09T09:29:31.616Z] #14 95.18 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-09T09:29:31.616Z] #14 95.18 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-09T09:29:31.616Z] #14 95.18 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T09:29:31.696Z] #29 3.481 Reading package lists... [2022-03-09T09:29:31.837Z] #21 22.63 Selecting previously unselected package patch. [2022-03-09T09:29:31.837Z] #21 22.63 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-03-09T09:29:31.837Z] #21 22.64 Unpacking patch (2.7.6-7) ... [2022-03-09T09:29:31.837Z] #21 22.72 Selecting previously unselected package python-pip-whl. [2022-03-09T09:29:31.837Z] #21 22.73 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-09T09:29:31.837Z] #21 22.73 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-09T09:29:31.878Z] #14 95.41 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-09T09:29:31.878Z] #14 95.42 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-09T09:29:31.878Z] #14 95.42 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T09:29:31.878Z] #14 95.59 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-09T09:29:32.094Z] #21 23.12 Selecting previously unselected package python3-lib2to3. [2022-03-09T09:29:32.094Z] #21 23.12 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-09T09:29:32.140Z] #14 95.60 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-09T09:29:32.140Z] #14 95.60 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T09:29:32.140Z] #14 95.76 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-09T09:29:32.140Z] #14 95.76 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-09T09:29:32.140Z] #14 95.77 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T09:29:32.351Z] #21 23.13 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-09T09:29:32.351Z] #21 23.24 Selecting previously unselected package python3-distutils. [2022-03-09T09:29:32.351Z] #21 23.24 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-09T09:29:32.351Z] #21 23.24 Unpacking python3-distutils (3.9.2-1) ... [2022-03-09T09:29:32.351Z] #21 23.38 Selecting previously unselected package python3-pkg-resources. [2022-03-09T09:29:32.402Z] #14 95.93 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-09T09:29:32.402Z] #14 95.93 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-09T09:29:32.402Z] #14 95.97 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T09:29:32.609Z] #21 23.38 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T09:29:32.609Z] #21 23.38 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:29:32.609Z] #21 23.50 Selecting previously unselected package python3-setuptools. [2022-03-09T09:29:32.609Z] #21 23.50 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-09T09:29:32.609Z] #21 23.51 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-09T09:29:32.637Z] #29 4.307 Reading package lists... [2022-03-09T09:29:32.637Z] #29 5.131 Building dependency tree... [2022-03-09T09:29:32.637Z] #29 5.510 The following additional packages will be installed: [2022-03-09T09:29:32.637Z] #29 5.510 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-09T09:29:32.637Z] #29 5.510 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-09T09:29:32.637Z] #29 5.515 Recommended packages: [2022-03-09T09:29:32.637Z] #29 5.515 libldap-common publicsuffix libsasl2-modules [2022-03-09T09:29:32.664Z] #14 96.26 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-09T09:29:32.664Z] #14 96.26 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-09T09:29:32.664Z] #14 96.27 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T09:29:32.668Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-09T09:29:32.668Z] [2022-03-09T09:29:32.668Z] ________ ____ __. [2022-03-09T09:29:32.668Z] \_____ \ | |/ _| [2022-03-09T09:29:32.668Z] / | \| < [2022-03-09T09:29:32.668Z] / | \ | \ [2022-03-09T09:29:32.668Z] \_______ /____|__ \ [2022-03-09T09:29:32.668Z] \/ \/ [2022-03-09T09:29:32.668Z] [2022-03-09T09:29:32.668Z] INFO: make.ps1 ended at 03/09/2022 09:29:32 [2022-03-09T09:29:32.866Z] #21 23.73 Selecting previously unselected package python3-wheel. [2022-03-09T09:29:32.866Z] #21 23.73 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-09T09:29:32.866Z] #21 23.73 Unpacking python3-wheel (0.34.2-1) ... [2022-03-09T09:29:32.894Z] #29 5.703 The following NEW packages will be installed: [2022-03-09T09:29:32.894Z] #29 5.711 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-09T09:29:32.894Z] #29 5.711 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-09T09:29:32.894Z] #29 5.711 libssh2-1 openssl [2022-03-09T09:29:32.926Z] #14 96.44 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-09T09:29:32.926Z] #14 96.45 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:29:32.926Z] #14 96.45 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:29:32.926Z] #14 96.52 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-09T09:29:32.926Z] #14 96.53 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-09T09:29:32.926Z] #14 96.53 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T09:29:33.123Z] #21 23.79 Selecting previously unselected package python3-pip. [2022-03-09T09:29:33.123Z] #21 23.80 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-09T09:29:33.123Z] #21 23.80 Unpacking python3-pip (20.3.4-4) ... [2022-03-09T09:29:33.123Z] #21 24.02 Selecting previously unselected package sudo. [2022-03-09T09:29:33.123Z] #21 24.03 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-03-09T09:29:33.123Z] #21 24.03 Unpacking sudo (1.9.5p2-3) ... [2022-03-09T09:29:33.154Z] #29 5.983 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-09T09:29:33.154Z] #29 5.983 Need to get 3038 kB of archives. [2022-03-09T09:29:33.154Z] #29 5.983 After this operation, 6650 kB of additional disk space will be used. [2022-03-09T09:29:33.154Z] #29 5.983 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-09T09:29:33.154Z] #29 5.987 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-09T09:29:33.154Z] #29 5.987 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-09T09:29:33.154Z] #29 6.005 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-09T09:29:33.154Z] #29 6.007 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-09T09:29:33.154Z] #29 6.007 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-09T09:29:33.154Z] #29 6.027 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-09T09:29:33.154Z] #29 6.027 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-09T09:29:33.154Z] #29 6.027 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-09T09:29:33.154Z] #29 6.027 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-09T09:29:33.154Z] #29 6.027 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-09T09:29:33.154Z] #29 6.027 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-09T09:29:33.155Z] #29 6.043 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T09:29:33.155Z] #29 6.043 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T09:29:33.155Z] #29 6.043 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T09:29:33.188Z] #14 96.62 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-09T09:29:33.188Z] #14 96.64 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-09T09:29:33.188Z] #14 96.65 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T09:29:33.415Z] #29 6.195 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:29:33.415Z] #29 6.237 Fetched 3038 kB in 0s (9476 kB/s) [2022-03-09T09:29:33.415Z] #29 6.270 Selecting previously unselected package openssl. [2022-03-09T09:29:33.415Z] #29 6.270 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-03-09T09:29:33.415Z] #29 6.270 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-09T09:29:33.449Z] #14 97.06 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T09:29:33.449Z] #14 97.08 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T09:29:33.449Z] #14 97.10 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T09:29:33.449Z] #14 97.12 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T09:29:33.449Z] #14 97.14 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T09:29:33.449Z] #14 97.15 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T09:29:33.673Z] #29 6.277 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-09T09:29:33.673Z] #29 6.469 Selecting previously unselected package ca-certificates. [2022-03-09T09:29:33.673Z] #29 6.469 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-09T09:29:33.673Z] #29 6.477 Unpacking ca-certificates (20210119) ... [2022-03-09T09:29:33.673Z] #29 6.560 Selecting previously unselected package libbrotli1:amd64. [2022-03-09T09:29:33.673Z] #29 6.560 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-09T09:29:33.685Z] #21 24.45 Selecting previously unselected package thin-provisioning-tools. [2022-03-09T09:29:33.685Z] #21 24.45 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-03-09T09:29:33.685Z] #21 24.45 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-09T09:29:33.685Z] #21 24.62 Selecting previously unselected package uidmap. [2022-03-09T09:29:33.685Z] #21 24.63 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-03-09T09:29:33.685Z] #21 24.63 Unpacking uidmap (1:4.8.1-1) ... [2022-03-09T09:29:33.710Z] #14 97.17 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:29:33.710Z] #14 97.18 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T09:29:33.710Z] #14 97.19 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-09T09:29:33.710Z] #14 97.21 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T09:29:33.710Z] #14 97.22 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T09:29:33.710Z] #14 97.23 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:29:33.710Z] #14 97.26 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T09:29:33.710Z] #14 97.27 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T09:29:33.710Z] #14 97.28 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-09T09:29:33.710Z] #14 97.29 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T09:29:33.710Z] #14 97.31 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T09:29:33.710Z] #14 97.32 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T09:29:33.710Z] #14 97.33 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T09:29:33.710Z] #14 97.34 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T09:29:33.710Z] #14 97.36 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:29:33.710Z] #14 97.37 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-09T09:29:33.710Z] #14 97.39 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:29:33.710Z] #14 97.40 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-09T09:29:33.710Z] #14 97.41 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T09:29:33.710Z] #14 97.42 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:29:33.710Z] #14 97.43 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-09T09:29:33.710Z] #14 97.44 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:29:33.710Z] #14 97.46 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T09:29:33.931Z] #29 6.567 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T09:29:33.932Z] #29 6.663 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-09T09:29:33.932Z] #29 6.663 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T09:29:33.932Z] #29 6.665 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:29:33.932Z] #29 6.709 Selecting previously unselected package libsasl2-2:amd64. [2022-03-09T09:29:33.932Z] #29 6.709 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T09:29:33.932Z] #29 6.713 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:29:33.932Z] #29 6.782 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-09T09:29:33.932Z] #29 6.782 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-09T09:29:33.932Z] #29 6.782 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T09:29:33.941Z] #21 24.75 Selecting previously unselected package vim-runtime. [2022-03-09T09:29:33.941Z] #21 24.78 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:29:33.941Z] #21 24.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-03-09T09:29:33.941Z] #21 24.84 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-09T09:29:33.941Z] #21 24.84 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:29:33.970Z] #14 97.48 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:29:33.970Z] #14 97.49 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-09T09:29:33.970Z] #14 97.51 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:29:33.970Z] #14 97.52 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:29:33.970Z] #14 97.54 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:29:34.190Z] #29 6.862 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-09T09:29:34.190Z] #29 6.862 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-09T09:29:34.190Z] #29 6.862 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T09:29:34.190Z] #29 6.921 Selecting previously unselected package libpsl5:amd64. [2022-03-09T09:29:34.190Z] #29 6.921 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-09T09:29:34.190Z] #29 6.933 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T09:29:34.190Z] #29 6.979 Selecting previously unselected package librtmp1:amd64. [2022-03-09T09:29:34.190Z] #29 6.979 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-09T09:29:34.190Z] #29 6.982 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T09:29:34.190Z] #29 7.031 Selecting previously unselected package libssh2-1:amd64. [2022-03-09T09:29:34.190Z] #29 7.031 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-09T09:29:34.231Z] #14 DONE 97.9s [2022-03-09T09:29:34.231Z] [2022-03-09T09:29:34.231Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:29:34.231Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:29:34.233Z] INFO: Binaries build ended at 03/09/2022 09:29:33. Duration:00:01:18.6742178 [2022-03-09T09:29:34.447Z] #29 7.034 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T09:29:34.447Z] #29 7.107 Selecting previously unselected package libcurl4:amd64. [2022-03-09T09:29:34.447Z] #29 7.107 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T09:29:34.447Z] #29 7.110 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T09:29:34.447Z] #29 7.179 Selecting previously unselected package curl. [2022-03-09T09:29:34.447Z] #29 7.179 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T09:29:34.447Z] #29 7.181 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-09T09:29:34.447Z] #29 7.255 Selecting previously unselected package libonig5:amd64. [2022-03-09T09:29:34.447Z] #29 7.255 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T09:29:34.447Z] #29 7.258 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:29:34.491Z] #34 ... [2022-03-09T09:29:34.491Z] [2022-03-09T09:29:34.491Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T09:29:34.491Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-09T09:29:34.491Z] #15 ... [2022-03-09T09:29:34.491Z] [2022-03-09T09:29:34.491Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-09T09:29:34.491Z] #55 sha256:2cef7733b830baa2550b6590d66740d190e5359c7eaa682e51b2c7917026c437 [2022-03-09T09:29:34.491Z] #55 DONE 0.2s [2022-03-09T09:29:34.667Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.3s [2022-03-09T09:29:34.704Z] #29 7.317 Selecting previously unselected package libjq1:amd64. [2022-03-09T09:29:34.704Z] #29 7.317 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T09:29:34.704Z] #29 7.322 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:29:34.704Z] #29 7.369 Selecting previously unselected package jq. [2022-03-09T09:29:34.704Z] #29 7.369 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-09T09:29:34.704Z] #29 7.374 Unpacking jq (1.6-2.1) ... [2022-03-09T09:29:34.704Z] #29 7.444 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T09:29:34.704Z] #29 7.455 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T09:29:34.704Z] #29 7.465 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T09:29:34.704Z] #29 7.475 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:29:34.704Z] #29 7.485 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T09:29:34.704Z] #29 7.495 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:29:34.704Z] #29 7.503 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T09:29:34.704Z] #29 7.513 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-09T09:29:34.704Z] #29 7.528 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:29:34.704Z] #29 7.537 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:29:34.704Z] #29 7.547 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T09:29:34.752Z] [2022-03-09T09:29:34.752Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:29:34.752Z] #56 sha256:54278b1a1c0498fcd951d57f12ac62d106c6e877d81048a7b9d589485c2014ed [2022-03-09T09:29:34.927Z] #11 ... [2022-03-09T09:29:34.927Z] [2022-03-09T09:29:34.927Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-09T09:29:34.927Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T09:29:34.927Z] #29 1.511 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:29:34.927Z] #29 1.529 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:29:34.927Z] #29 1.529 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:29:34.927Z] #29 1.724 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:29:34.927Z] #29 1.912 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:29:34.927Z] #29 2.136 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:29:34.927Z] #29 3.616 Fetched 8505 kB in 2s (3593 kB/s) [2022-03-09T09:29:34.927Z] #29 3.616 Reading package lists... [2022-03-09T09:29:34.927Z] #29 4.402 Reading package lists... [2022-03-09T09:29:34.927Z] #29 5.196 Building dependency tree... [2022-03-09T09:29:34.927Z] #29 5.540 The following additional packages will be installed: [2022-03-09T09:29:34.927Z] #29 5.540 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-09T09:29:34.927Z] #29 5.540 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-09T09:29:34.927Z] #29 5.540 Recommended packages: [2022-03-09T09:29:34.927Z] #29 5.540 libldap-common publicsuffix libsasl2-modules [2022-03-09T09:29:34.927Z] #29 5.756 The following NEW packages will be installed: [2022-03-09T09:29:34.927Z] #29 5.756 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-09T09:29:34.927Z] #29 5.756 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-09T09:29:34.927Z] #29 5.756 libssh2-1 openssl [2022-03-09T09:29:34.927Z] #29 6.031 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-09T09:29:34.927Z] #29 6.031 Need to get 3038 kB of archives. [2022-03-09T09:29:34.927Z] #29 6.031 After this operation, 6650 kB of additional disk space will be used. [2022-03-09T09:29:34.927Z] #29 6.031 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-09T09:29:34.927Z] #29 6.031 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-09T09:29:34.927Z] #29 6.033 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-09T09:29:34.927Z] #29 6.049 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-09T09:29:34.927Z] #29 6.050 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-09T09:29:34.927Z] #29 6.054 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-09T09:29:34.927Z] #29 6.064 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-09T09:29:34.927Z] #29 6.066 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-09T09:29:34.927Z] #29 6.067 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-09T09:29:34.927Z] #29 6.068 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-09T09:29:34.927Z] #29 6.070 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-09T09:29:34.927Z] #29 6.073 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-09T09:29:34.927Z] #29 6.078 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T09:29:34.927Z] #29 6.082 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T09:29:34.927Z] #29 6.084 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T09:29:34.927Z] #29 6.277 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:29:34.927Z] #29 6.312 Fetched 3038 kB in 0s (9180 kB/s) [2022-03-09T09:29:34.927Z] #29 6.345 Selecting previously unselected package openssl. [2022-03-09T09:29:34.927Z] #29 6.345 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-03-09T09:29:34.927Z] #29 6.346 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-09T09:29:34.927Z] #29 6.351 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-09T09:29:34.927Z] #29 6.523 Selecting previously unselected package ca-certificates. [2022-03-09T09:29:34.927Z] #29 6.523 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-09T09:29:34.927Z] #29 6.528 Unpacking ca-certificates (20210119) ... [2022-03-09T09:29:34.927Z] #29 6.614 Selecting previously unselected package libbrotli1:amd64. [2022-03-09T09:29:34.927Z] #29 6.614 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-09T09:29:34.927Z] #29 6.635 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T09:29:34.927Z] #29 6.715 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-09T09:29:34.927Z] #29 6.715 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T09:29:34.927Z] #29 6.717 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:29:34.927Z] #29 6.775 Selecting previously unselected package libsasl2-2:amd64. [2022-03-09T09:29:34.927Z] #29 6.775 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-09T09:29:34.927Z] #29 6.779 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:29:34.927Z] #29 6.845 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-09T09:29:34.927Z] #29 6.845 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-09T09:29:34.927Z] #29 6.853 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T09:29:34.927Z] #29 6.933 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-09T09:29:34.927Z] #29 6.933 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-09T09:29:34.927Z] #29 6.939 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T09:29:34.927Z] #29 6.995 Selecting previously unselected package libpsl5:amd64. [2022-03-09T09:29:34.927Z] #29 6.995 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-09T09:29:34.927Z] #29 7.000 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T09:29:34.927Z] #29 7.050 Selecting previously unselected package librtmp1:amd64. [2022-03-09T09:29:34.927Z] #29 7.050 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-09T09:29:34.927Z] #29 7.054 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T09:29:34.927Z] #29 7.105 Selecting previously unselected package libssh2-1:amd64. [2022-03-09T09:29:34.927Z] #29 7.105 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-09T09:29:34.928Z] #29 7.108 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T09:29:34.928Z] #29 7.199 Selecting previously unselected package libcurl4:amd64. [2022-03-09T09:29:34.928Z] #29 7.199 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T09:29:34.928Z] #29 7.202 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T09:29:34.928Z] #29 7.316 Selecting previously unselected package curl. [2022-03-09T09:29:34.928Z] #29 7.316 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-09T09:29:34.928Z] #29 7.316 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-09T09:29:34.928Z] #29 7.420 Selecting previously unselected package libonig5:amd64. [2022-03-09T09:29:34.928Z] #29 7.420 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T09:29:34.928Z] #29 7.442 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:29:34.928Z] #29 7.510 Selecting previously unselected package libjq1:amd64. [2022-03-09T09:29:34.928Z] #29 7.510 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T09:29:34.928Z] #29 7.516 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:29:34.928Z] #29 7.586 Selecting previously unselected package jq. [2022-03-09T09:29:34.928Z] #29 7.586 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-09T09:29:34.928Z] #29 7.590 Unpacking jq (1.6-2.1) ... [2022-03-09T09:29:34.928Z] #29 7.650 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-09T09:29:34.928Z] #29 7.671 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-09T09:29:34.928Z] #29 7.685 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-09T09:29:34.928Z] #29 7.700 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:29:34.928Z] #29 7.717 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-09T09:29:34.928Z] #29 7.739 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-09T09:29:34.928Z] #29 7.755 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-09T09:29:34.964Z] #29 7.555 Setting up ca-certificates (20210119) ... [2022-03-09T09:29:35.187Z] #29 7.769 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-09T09:29:35.187Z] #29 7.788 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:29:35.187Z] #29 7.808 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:29:35.187Z] #29 7.819 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-09T09:29:35.187Z] #29 7.832 Setting up ca-certificates (20210119) ... [2022-03-09T09:29:35.220Z] INFO: Copying the built daemon binary to d:\CI\PR-43344\7\binary\dockerd-b548a95f9f.exe... [2022-03-09T09:29:35.220Z] INFO: Copying the built client binary to d:\CI\PR-43344\7\binary\docker-b548a95f9f.exe... [2022-03-09T09:29:35.220Z] INFO: Copying dockerversion from the container... [2022-03-09T09:29:35.220Z] INFO: Copying the golang package from the container to d:\CI\PR-43344\7\installer\go.zip... [2022-03-09T09:29:35.498Z] #19 48.84 Reading package lists... [2022-03-09T09:29:35.531Z] #29 8.298 Updating certificates in /etc/ssl/certs... [2022-03-09T09:29:36.097Z] #29 ... [2022-03-09T09:29:36.097Z] [2022-03-09T09:29:36.097Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:36.097Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:36.097Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.9s done [2022-03-09T09:29:36.097Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.8s done [2022-03-09T09:29:36.097Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 6.5s [2022-03-09T09:29:36.125Z] #29 8.492 Updating certificates in /etc/ssl/certs... [2022-03-09T09:29:36.206Z] INFO: Extracting go.zip to d:\CI\PR-43344\7\go [2022-03-09T09:29:36.666Z] #56 2.029 + RM_GOPATH=0 [2022-03-09T09:29:36.666Z] #56 2.029 + TMP_GOPATH= [2022-03-09T09:29:36.666Z] #56 2.029 + : /build [2022-03-09T09:29:36.666Z] #56 2.029 + '[' -z '' ']' [2022-03-09T09:29:36.666Z] #56 ... [2022-03-09T09:29:36.666Z] [2022-03-09T09:29:36.666Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T09:29:36.666Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-09T09:29:36.666Z] #15 DONE 2.3s [2022-03-09T09:29:36.666Z] [2022-03-09T09:29:36.666Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:29:36.666Z] #56 sha256:54278b1a1c0498fcd951d57f12ac62d106c6e877d81048a7b9d589485c2014ed [2022-03-09T09:29:36.666Z] #56 2.030 ++ mktemp -d [2022-03-09T09:29:36.666Z] #56 2.035 + export GOPATH=/tmp/tmp.1CGTsDkuPn [2022-03-09T09:29:36.666Z] #56 2.036 + GOPATH=/tmp/tmp.1CGTsDkuPn [2022-03-09T09:29:36.666Z] #56 2.036 + RM_GOPATH=1 [2022-03-09T09:29:36.666Z] #56 2.036 + case "$(go env GOARCH)" in [2022-03-09T09:29:36.666Z] #56 2.036 ++ go env GOARCH [2022-03-09T09:29:36.666Z] #56 2.053 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:29:36.666Z] #56 2.053 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:29:36.666Z] #56 2.053 ++ dirname /install.sh [2022-03-09T09:29:36.666Z] #56 2.053 + dir=/ [2022-03-09T09:29:36.666Z] #56 2.053 + bin=runc [2022-03-09T09:29:36.666Z] #56 2.054 + shift [2022-03-09T09:29:36.666Z] #56 2.054 + '[' '!' -f //runc.installer ']' [2022-03-09T09:29:36.666Z] #56 2.054 + . //runc.installer [2022-03-09T09:29:36.666Z] #56 2.054 ++ set -e [2022-03-09T09:29:36.666Z] #56 2.055 ++ : v1.1.0 [2022-03-09T09:29:36.666Z] #56 2.055 + install_runc [2022-03-09T09:29:36.666Z] #56 2.056 + RUNC_BUILDTAGS=seccomp [2022-03-09T09:29:36.666Z] #56 2.056 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-09T09:29:36.666Z] #56 2.056 Install runc version v1.1.0 (build tags: seccomp) [2022-03-09T09:29:36.666Z] #56 2.056 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.1CGTsDkuPn/src/github.com/opencontainers/runc [2022-03-09T09:29:36.666Z] #56 2.058 Cloning into '/tmp/tmp.1CGTsDkuPn/src/github.com/opencontainers/runc'... [2022-03-09T09:29:37.031Z] #11 ... [2022-03-09T09:29:37.031Z] [2022-03-09T09:29:37.031Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-09T09:29:37.031Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T09:29:37.031Z] #29 9.502 129 added, 0 removed; done. [2022-03-09T09:29:37.031Z] #29 9.534 Setting up jq (1.6-2.1) ... [2022-03-09T09:29:37.031Z] #29 9.545 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T09:29:37.031Z] #29 9.558 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-09T09:29:37.031Z] #29 9.594 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:29:37.031Z] #29 9.613 Processing triggers for ca-certificates (20210119) ... [2022-03-09T09:29:37.031Z] #29 9.624 Updating certificates in /etc/ssl/certs... [2022-03-09T09:29:37.066Z] #29 9.544 129 added, 0 removed; done. [2022-03-09T09:29:37.066Z] #29 9.583 Setting up jq (1.6-2.1) ... [2022-03-09T09:29:37.066Z] #29 9.590 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-09T09:29:37.066Z] #29 9.605 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-09T09:29:37.067Z] #29 9.620 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:29:37.067Z] #29 9.643 Processing triggers for ca-certificates (20210119) ... [2022-03-09T09:29:37.067Z] #29 9.653 Updating certificates in /etc/ssl/certs... [2022-03-09T09:29:37.211Z] #21 27.43 Selecting previously unselected package vim. [2022-03-09T09:29:37.211Z] #21 27.44 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-09T09:29:37.211Z] #21 27.45 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:29:37.211Z] #21 27.97 Selecting previously unselected package xfsprogs. [2022-03-09T09:29:37.211Z] #21 27.97 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-03-09T09:29:37.211Z] #21 27.97 Unpacking xfsprogs (5.10.0-4) ... [2022-03-09T09:29:37.468Z] #21 28.32 Selecting previously unselected package zip. [2022-03-09T09:29:37.468Z] #21 28.33 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-03-09T09:29:37.468Z] #21 28.36 Unpacking zip (3.0-12) ... [2022-03-09T09:29:37.725Z] #21 28.47 Selecting previously unselected package zstd. [2022-03-09T09:29:37.725Z] #21 28.48 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-03-09T09:29:37.725Z] #21 28.48 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-09T09:29:37.966Z] #29 10.47 0 added, 0 removed; done. [2022-03-09T09:29:37.967Z] #29 10.47 Running hooks in /etc/ca-certificates/update.d... [2022-03-09T09:29:37.967Z] #29 10.47 done. [2022-03-09T09:29:37.982Z] #21 28.75 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:29:38.006Z] #29 10.42 0 added, 0 removed; done. [2022-03-09T09:29:38.006Z] #29 10.42 Running hooks in /etc/ca-certificates/update.d... [2022-03-09T09:29:38.006Z] #29 10.42 done. [2022-03-09T09:29:38.056Z] #56 ... [2022-03-09T09:29:38.056Z] [2022-03-09T09:29:38.057Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-09T09:29:38.057Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-09T09:29:38.057Z] #16 DONE 1.4s [2022-03-09T09:29:38.318Z] [2022-03-09T09:29:38.318Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-09T09:29:38.318Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-09T09:29:38.546Z] #21 29.48 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-03-09T09:29:38.547Z] #21 29.49 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T09:29:38.547Z] #21 29.51 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-03-09T09:29:38.547Z] #21 29.52 Setting up libicu67:arm64 (67.1-7) ... [2022-03-09T09:29:38.547Z] #21 29.53 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-03-09T09:29:38.547Z] #21 29.54 Setting up libinih1:arm64 (53-1+b2) ... [2022-03-09T09:29:38.547Z] #21 29.55 Setting up uidmap (1:4.8.1-1) ... [2022-03-09T09:29:38.547Z] #21 29.57 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:29:38.803Z] #21 29.58 Setting up bzip2 (1.0.8-4) ... [2022-03-09T09:29:38.803Z] #21 29.60 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-09T09:29:38.803Z] #21 29.62 Setting up python3-wheel (0.34.2-1) ... [2022-03-09T09:29:39.340Z] #29 DONE 11.8s [2022-03-09T09:29:39.340Z] [2022-03-09T09:29:39.340Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-09T09:29:39.340Z] #30 sha256:121c82e0f759ccb7dec4ee39200bfcfc39a2b7aecdc3e898728afcc3f241c108 [2022-03-09T09:29:39.340Z] #30 DONE 0.1s [2022-03-09T09:29:39.340Z] [2022-03-09T09:29:39.340Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:39.340Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:39.340Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.7s done [2022-03-09T09:29:39.340Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 1.6s [2022-03-09T09:29:39.368Z] #21 30.12 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:29:39.368Z] #21 30.13 Setting up libcap2:arm64 (1:2.44-1) ... [2022-03-09T09:29:39.368Z] #21 30.14 Setting up libcap2-bin (1:2.44-1) ... [2022-03-09T09:29:39.368Z] #21 30.16 Setting up apparmor (2.13.6-10) ... [2022-03-09T09:29:39.398Z] #29 ... [2022-03-09T09:29:39.399Z] [2022-03-09T09:29:39.399Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:39.399Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:39.399Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.4s done [2022-03-09T09:29:39.399Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 2.2s [2022-03-09T09:29:39.706Z] #17 1.434 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-09T09:29:39.706Z] #17 DONE 1.6s [2022-03-09T09:29:39.706Z] [2022-03-09T09:29:39.706Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-09T09:29:39.706Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-09T09:29:39.968Z] #11 ... [2022-03-09T09:29:39.968Z] [2022-03-09T09:29:39.968Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-03-09T09:29:39.968Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-09T09:29:39.968Z] #29 DONE 12.6s [2022-03-09T09:29:39.968Z] [2022-03-09T09:29:39.968Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:39.968Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:39.968Z] #11 ... [2022-03-09T09:29:39.968Z] [2022-03-09T09:29:39.968Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-09T09:29:39.968Z] #30 sha256:fbb9e3e7bb74d1cb429d6ee50f3024654112f64178d82953bc2aa00dc00677c4 [2022-03-09T09:29:40.227Z] #30 DONE 0.4s [2022-03-09T09:29:40.227Z] [2022-03-09T09:29:40.227Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:40.227Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:40.739Z] #21 31.46 Setting up zip (3.0-12) ... [2022-03-09T09:29:40.739Z] #21 31.47 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:29:40.739Z] #21 31.49 Setting up bash-completion (1:2.11-2) ... [2022-03-09T09:29:41.626Z] #18 DONE 1.6s [2022-03-09T09:29:41.627Z] [2022-03-09T09:29:41.627Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-09T09:29:41.627Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-09T09:29:42.673Z] #21 33.31 Setting up xz-utils (5.2.5-2) ... [2022-03-09T09:29:42.673Z] #21 33.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-09T09:29:42.673Z] #21 33.34 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-03-09T09:29:42.673Z] #21 33.36 Setting up patch (2.7.6-7) ... [2022-03-09T09:29:42.673Z] #21 33.38 Setting up sudo (1.9.5p2-3) ... [2022-03-09T09:29:42.673Z] #21 33.45 invoke-rc.d: could not determine current runlevel [2022-03-09T09:29:42.673Z] #21 33.46 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T09:29:42.673Z] #21 33.48 Setting up xfsprogs (5.10.0-4) ... [2022-03-09T09:29:42.673Z] #21 33.50 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-03-09T09:29:42.673Z] #21 33.52 Setting up inetutils-ping (2:2.0-1) ... [2022-03-09T09:29:42.673Z] #21 33.53 Setting up pigz (2.6-1) ... [2022-03-09T09:29:42.673Z] #21 33.55 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-09T09:29:42.673Z] #21 33.57 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-09T09:29:42.930Z] #21 33.63 Setting up python-pip-whl (20.3.4-4) ... [2022-03-09T09:29:42.930Z] #21 33.65 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:29:43.015Z] #19 DONE 1.6s [2022-03-09T09:29:43.015Z] [2022-03-09T09:29:43.015Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-09T09:29:43.015Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-09T09:29:43.444Z] #21 34.08 Setting up libaio1:arm64 (0.3.112-9) ... [2022-03-09T09:29:43.444Z] #21 34.10 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-09T09:29:43.701Z] #21 34.40 Setting up libelf1:arm64 (0.183-1) ... [2022-03-09T09:29:43.701Z] #21 34.43 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-09T09:29:43.701Z] #21 34.45 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-09T09:29:43.701Z] #21 34.46 Setting up python3-distutils (3.9.2-1) ... [2022-03-09T09:29:43.958Z] #21 34.86 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:29:43.958Z] #21 34.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-09T09:29:43.958Z] #21 34.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-09T09:29:43.958Z] #21 34.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-09T09:29:43.958Z] #21 34.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-09T09:29:43.958Z] #21 34.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-09T09:29:43.958Z] #21 34.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-09T09:29:43.958Z] #21 34.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-09T09:29:43.958Z] #21 34.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-09T09:29:43.958Z] #21 34.95 Setting up python3-setuptools (52.0.0-4) ... [2022-03-09T09:29:44.432Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 6.9s done [2022-03-09T09:29:44.432Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 0.1s [2022-03-09T09:29:44.468Z] #20 DONE 1.7s [2022-03-09T09:29:44.468Z] [2022-03-09T09:29:44.468Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:29:44.468Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T09:29:44.605Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 6.7s [2022-03-09T09:29:44.605Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 7.1s done [2022-03-09T09:29:44.861Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 [2022-03-09T09:29:45.325Z] #21 35.95 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-09T09:29:45.325Z] #21 35.97 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-03-09T09:29:45.325Z] #21 35.98 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-09T09:29:45.325Z] #21 36.00 Setting up python3-pip (20.3.4-4) ... [2022-03-09T09:29:46.254Z] #21 36.98 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-09T09:29:46.254Z] #21 37.00 Setting up jq (1.6-2.1) ... [2022-03-09T09:29:46.254Z] #21 37.03 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-03-09T09:29:46.254Z] #21 37.04 Setting up iptables (1.8.7-1) ... [2022-03-09T09:29:46.254Z] #21 37.06 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T09:29:46.254Z] #21 37.06 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T09:29:46.254Z] #21 37.07 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T09:29:46.254Z] #21 37.07 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T09:29:46.254Z] #21 37.08 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-09T09:29:46.254Z] #21 37.08 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-09T09:29:46.254Z] #21 37.09 Setting up iproute2 (5.10.0-4) ... [2022-03-09T09:29:46.390Z] #21 1.924 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:29:46.390Z] #21 1.936 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:29:46.390Z] #21 1.936 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:29:46.513Z] #21 37.40 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:29:46.961Z] #21 2.362 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:29:47.445Z] #21 DONE 38.1s [2022-03-09T09:29:47.445Z] [2022-03-09T09:29:47.445Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:29:47.445Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:29:47.445Z] #51 ... [2022-03-09T09:29:47.445Z] [2022-03-09T09:29:47.445Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-09T09:29:47.445Z] #22 sha256:d14082d5357a42ffaebfff01d9ae84eabcf067dba5a4ac6a2b542cae9eff8027 [2022-03-09T09:29:47.902Z] #21 3.335 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:29:47.963Z] #22 0.585 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-09T09:29:47.963Z] #22 0.590 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-09T09:29:47.963Z] #22 0.592 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-09T09:29:47.963Z] #22 DONE 0.6s [2022-03-09T09:29:47.963Z] [2022-03-09T09:29:47.963Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-09T09:29:47.963Z] #23 sha256:af88cd3de548723313362069a44abf1b7f1032f90f1d69fc20000e663d609ccc [2022-03-09T09:29:49.290Z] #21 4.436 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:29:49.713Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.2s [2022-03-09T09:29:50.117Z] #11 ... [2022-03-09T09:29:50.117Z] [2022-03-09T09:29:50.117Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:29:50.117Z] #31 sha256:3856d3a6774e82a5f860d77b24a545bde8a27edecdb7a02297442f123ad66c14 [2022-03-09T09:29:50.117Z] #31 1.966 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-09T09:29:50.117Z] #31 2.343 [2022-03-09T09:29:50.117Z] #31 2.564 #=#=# ######################################################################## 100.0% [2022-03-09T09:29:50.117Z] #31 2.873 [2022-03-09T09:29:50.117Z] #31 3.876 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-09T09:29:50.117Z] #31 4.214 [2022-03-09T09:29:50.117Z] #31 4.448 #=#=# 0.3% ######################################################################## 100.0% [2022-03-09T09:29:50.117Z] #31 4.807 [2022-03-09T09:29:50.117Z] #31 5.866 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-09T09:29:50.117Z] #31 6.238 [2022-03-09T09:29:50.117Z] #31 6.463 #=#=# ################### 26.5% ######################################### 58.2% ################################################################ 89.9% ######################################################################## 100.0% [2022-03-09T09:29:50.117Z] #31 7.037 [2022-03-09T09:29:50.117Z] #31 8.096 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-09T09:29:50.117Z] #31 8.448 [2022-03-09T09:29:50.117Z] #31 8.680 #=#=# ######################################################################## 100.0% [2022-03-09T09:29:50.117Z] #31 8.962 [2022-03-09T09:29:50.118Z] #31 9.671 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-09T09:29:50.118Z] #31 9.963 [2022-03-09T09:29:50.118Z] #31 10.19 #=#=# [2022-03-09T09:29:50.118Z] #31 ... [2022-03-09T09:29:50.118Z] [2022-03-09T09:29:50.118Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:50.118Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:50.118Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 5.1s [2022-03-09T09:29:50.284Z] #11 ... [2022-03-09T09:29:50.284Z] [2022-03-09T09:29:50.284Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:29:50.284Z] #31 sha256:b8ec6a6f1ca86fd40e9abc449b443aa3dc110841f615089661e7b2b71b846b82 [2022-03-09T09:29:50.284Z] #31 2.185 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-09T09:29:50.284Z] #31 2.517 [2022-03-09T09:29:50.284Z] #31 2.753 #=#=# ######################################################################## 100.0% [2022-03-09T09:29:50.284Z] #31 3.076 [2022-03-09T09:29:50.284Z] #31 4.113 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-09T09:29:50.284Z] #31 4.441 [2022-03-09T09:29:50.284Z] #31 4.670 #=#=# ######################################################################## 100.0% [2022-03-09T09:29:50.284Z] #31 4.996 [2022-03-09T09:29:50.284Z] #31 6.032 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-09T09:29:50.284Z] #31 6.349 [2022-03-09T09:29:50.284Z] #31 6.569 #=#=# ################## 25.7% ######################################### 57.6% ################################################################ 89.4% ######################################################################## 100.0% [2022-03-09T09:29:50.284Z] #31 7.150 [2022-03-09T09:29:50.284Z] #31 8.255 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-09T09:29:50.284Z] #31 8.582 [2022-03-09T09:29:50.284Z] #31 8.806 #=#=# ######################################################################## 100.0% [2022-03-09T09:29:50.284Z] #31 9.073 [2022-03-09T09:29:50.284Z] #31 9.829 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-09T09:29:50.545Z] #31 10.18 [2022-03-09T09:29:50.545Z] #31 ... [2022-03-09T09:29:50.545Z] [2022-03-09T09:29:50.545Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:50.545Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:50.692Z] #19 61.98 Reading package lists... [2022-03-09T09:29:51.208Z] #21 ... [2022-03-09T09:29:51.208Z] [2022-03-09T09:29:51.208Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:29:51.208Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:29:51.208Z] #34 DONE 114.6s [2022-03-09T09:29:51.208Z] [2022-03-09T09:29:51.208Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:29:51.208Z] #56 sha256:54278b1a1c0498fcd951d57f12ac62d106c6e877d81048a7b9d589485c2014ed [2022-03-09T09:29:51.208Z] #56 9.968 + cd /tmp/tmp.1CGTsDkuPn/src/github.com/opencontainers/runc [2022-03-09T09:29:51.208Z] #56 9.969 + git checkout -q v1.1.0 [2022-03-09T09:29:51.208Z] #56 10.44 + '[' -z '' ']' [2022-03-09T09:29:51.208Z] #56 10.44 + target=static [2022-03-09T09:29:51.208Z] #56 10.44 + make BUILDTAGS=seccomp static [2022-03-09T09:29:51.208Z] #56 10.75 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-09T09:29:51.640Z] #19 75.27 Building dependency tree... [2022-03-09T09:29:52.153Z] #56 ... [2022-03-09T09:29:52.153Z] [2022-03-09T09:29:52.153Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:29:52.153Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T09:29:52.153Z] #21 7.616 Fetched 8505 kB in 6s (1424 kB/s) [2022-03-09T09:29:53.566Z] #19 79.73 The following additional packages will be installed: [2022-03-09T09:29:53.566Z] #19 79.73 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-09T09:29:53.566Z] #19 79.73 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-09T09:29:53.566Z] #19 79.73 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-09T09:29:53.566Z] #19 79.73 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-09T09:29:53.566Z] #19 79.73 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-09T09:29:53.566Z] #19 79.73 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-09T09:29:53.566Z] #19 79.74 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-03-09T09:29:53.566Z] #19 79.74 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-03-09T09:29:53.566Z] #19 79.74 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-03-09T09:29:53.566Z] #19 79.74 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-03-09T09:29:53.566Z] #19 79.74 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-09T09:29:53.566Z] #19 79.74 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-09T09:29:53.566Z] #19 79.74 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-09T09:29:53.566Z] #19 79.74 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-09T09:29:53.566Z] #19 79.74 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-09T09:29:53.566Z] #19 79.74 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-09T09:29:53.566Z] #19 79.74 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-09T09:29:53.566Z] #19 79.74 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-09T09:29:53.566Z] #19 79.74 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-09T09:29:53.566Z] #19 79.74 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-09T09:29:53.566Z] #19 79.74 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-09T09:29:53.566Z] #19 79.74 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-09T09:29:53.566Z] #19 79.74 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-09T09:29:53.566Z] #19 79.74 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-09T09:29:53.566Z] #19 79.74 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-09T09:29:53.566Z] #19 79.74 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-09T09:29:53.566Z] #19 79.74 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-09T09:29:53.566Z] #19 79.74 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-09T09:29:53.566Z] #19 79.74 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-09T09:29:53.566Z] #19 79.74 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-09T09:29:53.566Z] #19 79.74 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-09T09:29:53.566Z] #19 79.74 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-09T09:29:53.566Z] #19 79.75 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-09T09:29:53.566Z] #19 79.75 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-09T09:29:53.566Z] #19 79.75 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-09T09:29:53.566Z] #19 79.75 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-09T09:29:53.566Z] #19 79.75 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-09T09:29:53.566Z] #19 79.75 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-09T09:29:53.566Z] #19 79.75 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-09T09:29:53.566Z] #19 79.75 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-09T09:29:53.566Z] #19 79.75 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-09T09:29:53.566Z] #19 79.75 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-09T09:29:53.566Z] #19 79.75 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-09T09:29:53.566Z] #19 79.76 linux-libc-dev-s390x-cross patch xz-utils [2022-03-09T09:29:53.566Z] #19 79.78 Suggested packages: [2022-03-09T09:29:53.566Z] #19 79.78 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-03-09T09:29:53.566Z] #19 79.78 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-03-09T09:29:53.566Z] #19 79.78 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-03-09T09:29:53.566Z] #19 79.78 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-03-09T09:29:53.566Z] #19 79.78 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-03-09T09:29:53.566Z] #19 79.78 libyaml-shell-perl ed diffutils-doc [2022-03-09T09:29:53.566Z] #19 79.78 Recommended packages: [2022-03-09T09:29:53.566Z] #19 79.78 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-03-09T09:29:53.566Z] #19 79.78 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-03-09T09:29:54.296Z] #11 ... [2022-03-09T09:29:54.296Z] [2022-03-09T09:29:54.297Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:29:54.297Z] #31 sha256:3856d3a6774e82a5f860d77b24a545bde8a27edecdb7a02297442f123ad66c14 [2022-03-09T09:29:54.297Z] #31 10.19 #=#=# ######################################################################## 100.0% [2022-03-09T09:29:54.297Z] #31 10.57 [2022-03-09T09:29:54.297Z] #31 10.63 Download of images into '/build' complete. [2022-03-09T09:29:54.297Z] #31 10.63 Use something like the following to load the result into a Docker daemon: [2022-03-09T09:29:54.297Z] #31 10.63 tar -cC '/build' . | docker load [2022-03-09T09:29:54.297Z] #31 DONE 15.0s [2022-03-09T09:29:54.297Z] [2022-03-09T09:29:54.297Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:54.297Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:54.702Z] #21 7.616 Reading package lists... [2022-03-09T09:29:54.745Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.3s [2022-03-09T09:29:54.745Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.5s done [2022-03-09T09:29:55.233Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 10.3s [2022-03-09T09:29:55.313Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 [2022-03-09T09:29:55.313Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-09T09:29:55.576Z] #11 ... [2022-03-09T09:29:55.576Z] [2022-03-09T09:29:55.576Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-09T09:29:55.576Z] #31 sha256:b8ec6a6f1ca86fd40e9abc449b443aa3dc110841f615089661e7b2b71b846b82 [2022-03-09T09:29:55.576Z] #31 10.39 #=#=# ######################################################################## 100.0% [2022-03-09T09:29:55.576Z] #31 10.66 [2022-03-09T09:29:55.576Z] #31 10.74 Download of images into '/build' complete. [2022-03-09T09:29:55.576Z] #31 10.74 Use something like the following to load the result into a Docker daemon: [2022-03-09T09:29:55.576Z] #31 10.74 tar -cC '/build' . | docker load [2022-03-09T09:29:55.576Z] #31 DONE 15.2s [2022-03-09T09:29:55.576Z] [2022-03-09T09:29:55.576Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.8-bullseye@sha256:6f49eeaceb65a5e46d3e6199583beadbe3c8d028a225b680c5b34b4c13ec5105 [2022-03-09T09:29:55.576Z] #11 sha256:750f92727eab44d8cd39774aa8ec1a199552b462999316d3655ba5cbd1511818 [2022-03-09T09:29:55.576Z] #11 DONE 40.0s [2022-03-09T09:29:55.576Z] [2022-03-09T09:29:55.576Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-09T09:29:55.576Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-09T09:29:56.617Z] #21 10.04 Reading package lists... [2022-03-09T09:29:56.877Z] #21 11.99 Building dependency tree... [2022-03-09T09:29:56.880Z] #19 83.23 The following NEW packages will be installed: [2022-03-09T09:29:56.880Z] #19 83.23 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-09T09:29:56.880Z] #19 83.23 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-09T09:29:56.880Z] #19 83.23 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-09T09:29:56.880Z] #19 83.23 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-09T09:29:56.880Z] #19 83.23 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-09T09:29:56.880Z] #19 83.23 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-09T09:29:56.880Z] #19 83.23 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-03-09T09:29:56.880Z] #19 83.23 crossbuild-essential-armel crossbuild-essential-armhf [2022-03-09T09:29:56.880Z] #19 83.23 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-03-09T09:29:56.880Z] #19 83.23 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-03-09T09:29:56.880Z] #19 83.23 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-03-09T09:29:56.880Z] #19 83.23 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-03-09T09:29:56.880Z] #19 83.23 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-03-09T09:29:56.880Z] #19 83.23 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-09T09:29:56.880Z] #19 83.23 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-09T09:29:56.880Z] #19 83.23 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-09T09:29:56.880Z] #19 83.23 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-09T09:29:56.880Z] #19 83.23 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-09T09:29:56.880Z] #19 83.23 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-09T09:29:56.880Z] #19 83.23 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-09T09:29:56.880Z] #19 83.23 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-09T09:29:56.880Z] #19 83.23 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-09T09:29:56.880Z] #19 83.23 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-09T09:29:56.880Z] #19 83.23 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-09T09:29:56.880Z] #19 83.23 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-09T09:29:56.880Z] #19 83.23 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-09T09:29:56.880Z] #19 83.23 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-09T09:29:56.880Z] #19 83.23 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-09T09:29:56.880Z] #19 83.23 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-09T09:29:56.880Z] #19 83.23 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-09T09:29:56.880Z] #19 83.23 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-09T09:29:56.880Z] #19 83.24 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-09T09:29:56.880Z] #19 83.24 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-09T09:29:56.880Z] #19 83.24 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-09T09:29:56.880Z] #19 83.24 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-09T09:29:56.880Z] #19 83.24 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-09T09:29:56.880Z] #19 83.24 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-09T09:29:56.880Z] #19 83.24 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-09T09:29:56.880Z] #19 83.24 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-09T09:29:56.880Z] #19 83.24 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-09T09:29:56.880Z] #19 83.24 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-09T09:29:56.880Z] #19 83.24 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-09T09:29:56.880Z] #19 83.25 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-09T09:29:56.880Z] #19 83.25 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-09T09:29:56.880Z] #19 83.25 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-09T09:29:56.880Z] #19 83.25 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-09T09:29:56.880Z] #19 83.25 linux-libc-dev-s390x-cross patch xz-utils [2022-03-09T09:29:56.952Z] #12 DONE 1.0s [2022-03-09T09:29:56.952Z] [2022-03-09T09:29:56.952Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-09T09:29:56.952Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-09T09:29:57.185Z] #11 extracting sha256:159607df3745db4458d86f29bbfebb6af5aff1877e4ae9bf8a4be0e269989b49 12.4s done [2022-03-09T09:29:57.452Z] #19 83.75 0 upgraded, 133 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:29:57.452Z] #19 83.75 Need to get 787 MB of archives. [2022-03-09T09:29:57.452Z] #19 83.75 After this operation, 3385 MB of additional disk space will be used. [2022-03-09T09:29:57.452Z] #19 83.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-03-09T09:29:57.452Z] #19 83.77 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-09T09:29:57.452Z] #19 83.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-03-09T09:29:57.452Z] #19 83.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-03-09T09:29:57.452Z] #19 83.78 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-03-09T09:29:57.452Z] #19 83.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-09T09:29:57.454Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 [2022-03-09T09:29:57.712Z] #11 extracting sha256:debee5da592d2d2e96de757c5aff0cf0723782cf20a78682c7c85aa53064b702 done [2022-03-09T09:29:57.712Z] #11 DONE 42.1s [2022-03-09T09:29:57.714Z] #19 83.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-03-09T09:29:58.014Z] #21 13.09 The following additional packages will be installed: [2022-03-09T09:29:58.014Z] #21 13.10 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T09:29:58.014Z] #21 13.10 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-09T09:29:58.014Z] #21 13.10 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-09T09:29:58.014Z] #21 13.10 python3-pkg-resources vim-runtime xxd [2022-03-09T09:29:58.014Z] #21 13.10 Suggested packages: [2022-03-09T09:29:58.014Z] #21 13.10 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-09T09:29:58.014Z] #21 13.11 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-09T09:29:58.014Z] #21 13.11 acl attr quota [2022-03-09T09:29:58.014Z] #21 13.11 Recommended packages: [2022-03-09T09:29:58.014Z] #21 13.11 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-09T09:29:58.019Z] [2022-03-09T09:29:58.019Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-09T09:29:58.019Z] #12 sha256:d2262cb5e289fcb8ec2e6ec5bbc28e4da9c0f7843486f275d70eab98043bbd87 [2022-03-09T09:29:58.020Z] #19 84.43 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-03-09T09:29:58.020Z] #19 84.48 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-03-09T09:29:58.020Z] #13 DONE 1.3s [2022-03-09T09:29:58.020Z] [2022-03-09T09:29:58.020Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-09T09:29:58.020Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-09T09:29:58.020Z] #42 DONE 0.1s [2022-03-09T09:29:58.020Z] [2022-03-09T09:29:58.020Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-09T09:29:58.020Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-09T09:29:58.024Z] #23 8.297 Collecting yamllint==1.26.1 [2022-03-09T09:29:58.024Z] #23 9.331 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-09T09:29:58.024Z] #23 10.26 Collecting pathspec>=0.5.3 [2022-03-09T09:29:58.024Z] #23 10.28 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-09T09:29:58.280Z] #23 10.54 Collecting pyyaml [2022-03-09T09:29:58.282Z] #46 ... [2022-03-09T09:29:58.282Z] [2022-03-09T09:29:58.282Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T09:29:58.282Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-09T09:29:58.282Z] #33 DONE 0.2s [2022-03-09T09:29:58.282Z] [2022-03-09T09:29:58.282Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-09T09:29:58.282Z] #62 sha256:9c6c97ee80231ad9803ece711a4a23496cde5f4f906664660d39d5c315315d54 [2022-03-09T09:29:58.282Z] #62 DONE 0.3s [2022-03-09T09:29:58.282Z] [2022-03-09T09:29:58.282Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-09T09:29:58.282Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-09T09:29:58.282Z] #46 DONE 0.3s [2022-03-09T09:29:58.282Z] [2022-03-09T09:29:58.282Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T09:29:58.282Z] #25 sha256:c3e090785825be8413d46b56aa946228e3ed75ec7f851e5d985aacc226bfd5be [2022-03-09T09:29:58.282Z] #25 DONE 0.4s [2022-03-09T09:29:58.282Z] [2022-03-09T09:29:58.282Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-09T09:29:58.282Z] #26 sha256:d9f6ad25786ec41f8af656c2738b1bd447aa60a8bbf645114d019a2477a4793e [2022-03-09T09:29:58.295Z] #19 84.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-03-09T09:29:58.295Z] #19 84.63 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-03-09T09:29:58.295Z] #19 84.71 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-09T09:29:58.295Z] #19 84.72 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-03-09T09:29:58.536Z] #23 10.55 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-03-09T09:29:58.536Z] #23 10.62 Building wheels for collected packages: yamllint [2022-03-09T09:29:58.536Z] #23 10.62 Building wheel for yamllint (setup.py): started [2022-03-09T09:29:58.590Z] #12 DONE 0.8s [2022-03-09T09:29:58.846Z] [2022-03-09T09:29:58.846Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-03-09T09:29:58.846Z] #13 sha256:841b9c1595ca58032e4810480afa5303241fe19d3a7af7071441e821968bc31d [2022-03-09T09:29:58.960Z] #21 14.16 The following NEW packages will be installed: [2022-03-09T09:29:58.960Z] #21 14.17 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-09T09:29:58.960Z] #21 14.17 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T09:29:58.960Z] #21 14.17 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-09T09:29:58.960Z] #21 14.17 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-09T09:29:58.960Z] #21 14.17 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-09T09:29:58.960Z] #21 14.17 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-09T09:29:58.960Z] #21 14.17 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-09T09:29:58.960Z] #21 14.17 xz-utils zip zstd [2022-03-09T09:29:58.960Z] #21 14.48 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:29:58.960Z] #21 14.48 Need to get 27.6 MB of archives. [2022-03-09T09:29:58.960Z] #21 14.48 After this operation, 106 MB of additional disk space will be used. [2022-03-09T09:29:58.960Z] #21 14.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-09T09:29:58.960Z] #21 14.49 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-09T09:29:58.960Z] #21 14.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-09T09:29:58.960Z] #21 14.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-09T09:29:58.960Z] #21 14.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-09T09:29:58.960Z] #21 14.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-09T09:29:58.960Z] #21 14.50 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-09T09:29:58.960Z] #21 14.50 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-09T09:29:58.960Z] #21 14.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T09:29:58.960Z] #21 14.53 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T09:29:58.960Z] #21 14.54 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-09T09:29:58.960Z] #21 14.55 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-09T09:29:59.221Z] #21 14.55 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-09T09:29:59.221Z] #21 14.56 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-09T09:29:59.221Z] #21 14.58 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-09T09:29:59.221Z] #21 14.58 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-09T09:29:59.221Z] #21 14.59 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-09T09:29:59.221Z] #21 14.59 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-09T09:29:59.221Z] #21 14.60 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-09T09:29:59.221Z] #21 14.60 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-09T09:29:59.221Z] #21 14.61 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-09T09:29:59.221Z] #21 14.62 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T09:29:59.221Z] #21 14.63 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T09:29:59.221Z] #21 14.63 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T09:29:59.221Z] #21 14.64 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-09T09:29:59.221Z] #21 14.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-09T09:29:59.221Z] #21 14.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T09:29:59.411Z] #13 DONE 0.7s [2022-03-09T09:29:59.478Z] #23 11.46 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-09T09:29:59.478Z] #23 11.47 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=9f64b6f173bca9ad3439951a00958cb282e1e98f4ebc264cf53778e52502a43d [2022-03-09T09:29:59.478Z] #23 11.47 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-09T09:29:59.478Z] #23 11.48 Successfully built yamllint [2022-03-09T09:29:59.478Z] #23 11.50 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-09T09:29:59.482Z] #21 14.87 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-09T09:29:59.482Z] #21 14.87 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-09T09:29:59.482Z] #21 14.87 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-09T09:29:59.482Z] #21 14.87 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-09T09:29:59.482Z] #21 14.87 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-09T09:29:59.482Z] #21 14.88 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-09T09:29:59.482Z] #21 14.88 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-09T09:29:59.482Z] #21 14.94 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-09T09:29:59.482Z] #21 14.94 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-09T09:29:59.482Z] #21 14.94 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T09:29:59.482Z] #21 14.95 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-09T09:29:59.482Z] #21 14.96 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-09T09:29:59.676Z] [2022-03-09T09:29:59.676Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T09:29:59.676Z] #25 sha256:f09e5d57fb95871525d4bd112f914f656c80bbe8636759e753f7f6b94006503a [2022-03-09T09:29:59.676Z] #25 ... [2022-03-09T09:29:59.676Z] [2022-03-09T09:29:59.676Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-09T09:29:59.676Z] #42 sha256:32590bd141d0574a7286cd7615e7ce5dbd7a860411bdc30d9e37cda4cfa7488b [2022-03-09T09:29:59.676Z] #42 DONE 0.2s [2022-03-09T09:29:59.676Z] [2022-03-09T09:29:59.676Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-09T09:29:59.676Z] #46 sha256:67ba994b1836bf9393e53dde77cc6c5676194c01186247253d0c9102c049e812 [2022-03-09T09:29:59.676Z] #46 DONE 0.2s [2022-03-09T09:29:59.676Z] [2022-03-09T09:29:59.676Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-09T09:29:59.676Z] #33 sha256:bddc18464da662668d8c69de9d42214f652feeee14f0e8b6fdf60bc38ca0e6dc [2022-03-09T09:29:59.676Z] #33 DONE 0.2s [2022-03-09T09:29:59.736Z] #23 11.86 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-09T09:29:59.743Z] #21 14.97 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-09T09:29:59.743Z] #21 14.98 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-09T09:29:59.743Z] #21 15.01 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-09T09:29:59.743Z] #21 15.02 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-09T09:29:59.743Z] #21 15.03 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-09T09:29:59.743Z] #21 15.18 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-09T09:29:59.743Z] #21 15.21 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-09T09:29:59.743Z] #21 15.23 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-09T09:29:59.934Z] [2022-03-09T09:29:59.934Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T09:29:59.934Z] #25 sha256:f09e5d57fb95871525d4bd112f914f656c80bbe8636759e753f7f6b94006503a [2022-03-09T09:29:59.934Z] #25 DONE 0.3s [2022-03-09T09:29:59.934Z] [2022-03-09T09:29:59.934Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-09T09:29:59.934Z] #62 sha256:6558a33b6e931036ea4accf794cda636c88a2832707b585afeabf7d46110f787 [2022-03-09T09:29:59.934Z] #62 DONE 0.3s [2022-03-09T09:29:59.934Z] [2022-03-09T09:29:59.934Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:29:59.934Z] #63 sha256:2d17bfa7ac83e8a559319e21447b020f7696ca16a2d0a1aec2881f18137f843b [2022-03-09T09:30:00.005Z] #21 15.23 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-09T09:30:00.215Z] #19 86.40 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-03-09T09:30:00.215Z] #19 86.41 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-03-09T09:30:00.267Z] #21 15.69 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:30:00.267Z] #21 15.81 Fetched 27.6 MB in 1s (26.2 MB/s) [2022-03-09T09:30:00.300Z] #23 DONE 12.4s [2022-03-09T09:30:00.300Z] [2022-03-09T09:30:00.300Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:30:00.300Z] #56 sha256:8bc2e14d97f787eb3537b0d353842ea86c5927b5345f046485b8348e42846d36 [2022-03-09T09:30:00.529Z] #21 15.86 Selecting previously unselected package pigz. [2022-03-09T09:30:00.529Z] #21 15.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-09T09:30:00.529Z] #21 15.90 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-09T09:30:00.529Z] #21 15.91 Unpacking pigz (2.6-1) ... [2022-03-09T09:30:00.529Z] #21 15.98 Selecting previously unselected package libelf1:amd64. [2022-03-09T09:30:00.529Z] #21 15.98 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-09T09:30:00.529Z] #21 15.99 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-09T09:30:00.792Z] #21 16.14 Selecting previously unselected package libbpf0:amd64. [2022-03-09T09:30:00.792Z] #21 16.14 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-09T09:30:00.792Z] #21 16.15 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-09T09:30:00.792Z] #21 16.24 Selecting previously unselected package libcap2:amd64. [2022-03-09T09:30:00.792Z] #21 16.24 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-09T09:30:00.792Z] #21 16.25 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-09T09:30:00.792Z] #21 16.32 Selecting previously unselected package libmnl0:amd64. [2022-03-09T09:30:01.053Z] #21 16.32 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-09T09:30:01.053Z] #21 16.32 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-09T09:30:01.053Z] #21 16.38 Selecting previously unselected package libxtables12:amd64. [2022-03-09T09:30:01.053Z] #21 16.38 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-09T09:30:01.053Z] #21 16.39 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-09T09:30:01.053Z] #21 16.45 Selecting previously unselected package libcap2-bin. [2022-03-09T09:30:01.053Z] #21 16.47 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-09T09:30:01.053Z] #21 16.48 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-09T09:30:01.053Z] #21 16.56 Selecting previously unselected package iproute2. [2022-03-09T09:30:01.315Z] #21 16.56 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-09T09:30:01.315Z] #21 16.57 Unpacking iproute2 (5.10.0-4) ... [2022-03-09T09:30:01.488Z] INFO: Extraction ended at 03/09/2022 09:30:00. Duration:00:00:24.9718233 [2022-03-09T09:30:01.488Z] INFO: Updating the golang and path environment variables [2022-03-09T09:30:01.488Z] INFO: GOPATH=d:\gopath [2022-03-09T09:30:01.488Z] INFO: go version go1.17.8 windows/amd64 [2022-03-09T09:30:01.488Z] INFO: Running the daemon under test in debug mode [2022-03-09T09:30:01.488Z] INFO: Starting a daemon under test... [2022-03-09T09:30:01.488Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43344\7\daemon --pidfile d:\CI\PR-43344\7\docker.pid -D [2022-03-09T09:30:01.488Z] INFO: Process started successfully. [2022-03-09T09:30:01.488Z] INFO: Start tailing logs of the daemon under tests [2022-03-09T09:30:01.488Z] INFO: Waiting for the daemon under test to start... [2022-03-09T09:30:01.577Z] #21 17.03 Selecting previously unselected package xxd. [2022-03-09T09:30:01.577Z] #21 17.05 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:30:01.577Z] #21 17.05 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:01.839Z] #21 17.17 Selecting previously unselected package vim-common. [2022-03-09T09:30:01.839Z] #21 17.17 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:30:01.839Z] #21 17.18 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:01.839Z] #21 17.36 Selecting previously unselected package bash-completion. [2022-03-09T09:30:01.839Z] #21 17.36 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-09T09:30:02.159Z] #19 88.36 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-03-09T09:30:02.159Z] #19 88.36 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-03-09T09:30:03.558Z] #26 4.942 + RM_GOPATH=0 [2022-03-09T09:30:03.558Z] #26 4.942 + TMP_GOPATH= [2022-03-09T09:30:03.558Z] #26 4.942 + : /build [2022-03-09T09:30:03.558Z] #26 4.942 + '[' -z '' ']' [2022-03-09T09:30:03.558Z] #26 4.942 ++ mktemp -d [2022-03-09T09:30:03.558Z] #26 4.942 + export GOPATH=/tmp/tmp.QAtBK66Nxp [2022-03-09T09:30:03.558Z] #26 4.942 + GOPATH=/tmp/tmp.QAtBK66Nxp [2022-03-09T09:30:03.558Z] #26 4.942 + RM_GOPATH=1 [2022-03-09T09:30:03.558Z] #26 4.942 + case "$(go env GOARCH)" in [2022-03-09T09:30:03.558Z] #26 4.945 ++ go env GOARCH [2022-03-09T09:30:03.558Z] #26 4.967 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:03.558Z] #26 4.967 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:03.558Z] #26 4.967 ++ dirname /install.sh [2022-03-09T09:30:03.558Z] #26 4.971 Install docker/cli version 17.06.2-ce from stable [2022-03-09T09:30:03.558Z] #26 4.971 + dir=/ [2022-03-09T09:30:03.558Z] #26 4.971 + bin=dockercli [2022-03-09T09:30:03.558Z] #26 4.971 + shift [2022-03-09T09:30:03.558Z] #26 4.971 + '[' '!' -f //dockercli.installer ']' [2022-03-09T09:30:03.558Z] #26 4.971 + . //dockercli.installer [2022-03-09T09:30:03.558Z] #26 4.971 ++ : stable [2022-03-09T09:30:03.558Z] #26 4.971 ++ : 17.06.2-ce [2022-03-09T09:30:03.558Z] #26 4.971 + install_dockercli [2022-03-09T09:30:03.558Z] #26 4.971 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-09T09:30:03.558Z] #26 4.972 ++ uname -m [2022-03-09T09:30:03.558Z] #26 4.975 + arch=x86_64 [2022-03-09T09:30:03.558Z] #26 4.975 + '[' x86_64 '!=' x86_64 ']' [2022-03-09T09:30:03.558Z] #26 4.975 + url=https://download.docker.com/linux/static [2022-03-09T09:30:03.558Z] #26 4.976 + tar -xz docker/docker [2022-03-09T09:30:03.558Z] #26 4.976 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-09T09:30:03.759Z] #21 19.11 Unpacking bash-completion (1:2.11-2) ... [2022-03-09T09:30:04.021Z] #21 19.54 Selecting previously unselected package bzip2. [2022-03-09T09:30:04.021Z] #21 19.55 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-09T09:30:04.021Z] #21 19.55 Unpacking bzip2 (1.0.8-4) ... [2022-03-09T09:30:04.021Z] #21 19.64 Selecting previously unselected package xz-utils. [2022-03-09T09:30:04.021Z] #21 19.64 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-09T09:30:04.021Z] #21 19.65 Unpacking xz-utils (5.2.5-2) ... [2022-03-09T09:30:04.121Z] #19 90.24 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-09T09:30:04.121Z] #19 90.24 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-03-09T09:30:04.545Z] #21 19.79 Selecting previously unselected package apparmor. [2022-03-09T09:30:04.545Z] #21 19.79 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-09T09:30:04.545Z] #21 19.86 Unpacking apparmor (2.13.6-10) ... [2022-03-09T09:30:04.807Z] #21 20.25 Selecting previously unselected package inetutils-ping. [2022-03-09T09:30:04.807Z] #21 20.26 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-09T09:30:04.807Z] #21 20.26 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-09T09:30:05.069Z] #21 20.37 Selecting previously unselected package libip4tc2:amd64. [2022-03-09T09:30:05.070Z] #21 20.37 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-09T09:30:05.070Z] #21 20.38 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T09:30:05.070Z] #21 20.45 Selecting previously unselected package libip6tc2:amd64. [2022-03-09T09:30:05.070Z] #21 20.46 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-09T09:30:05.070Z] #21 20.47 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T09:30:05.070Z] #21 20.52 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-09T09:30:05.070Z] #21 20.54 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-09T09:30:05.070Z] #21 20.54 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T09:30:05.070Z] #21 20.59 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-09T09:30:05.070Z] #21 20.60 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-09T09:30:05.070Z] #21 20.61 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T09:30:05.195Z] #63 ... [2022-03-09T09:30:05.195Z] [2022-03-09T09:30:05.195Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:30:05.195Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:30:05.195Z] #58 4.578 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:30:05.195Z] #58 4.587 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:30:05.195Z] #58 4.661 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:30:05.195Z] #58 4.825 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:30:05.195Z] #58 5.258 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:30:05.331Z] #21 20.68 Selecting previously unselected package libnftnl11:amd64. [2022-03-09T09:30:05.331Z] #21 20.68 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-09T09:30:05.331Z] #21 20.68 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T09:30:05.331Z] #21 20.77 Selecting previously unselected package iptables. [2022-03-09T09:30:05.331Z] #21 20.78 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-09T09:30:05.331Z] #21 20.78 Unpacking iptables (1.8.7-1) ... [2022-03-09T09:30:05.453Z] #58 ... [2022-03-09T09:30:05.453Z] [2022-03-09T09:30:05.453Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:30:05.453Z] #63 sha256:2d17bfa7ac83e8a559319e21447b020f7696ca16a2d0a1aec2881f18137f843b [2022-03-09T09:30:05.453Z] #63 5.653 + RM_GOPATH=0 [2022-03-09T09:30:05.453Z] #63 5.657 + TMP_GOPATH= [2022-03-09T09:30:05.453Z] #63 5.657 + : /build [2022-03-09T09:30:05.453Z] #63 5.657 + '[' -z '' ']' [2022-03-09T09:30:05.453Z] #63 5.657 ++ mktemp -d [2022-03-09T09:30:05.453Z] #63 5.657 + export GOPATH=/tmp/tmp.ANXPIUibb7 [2022-03-09T09:30:05.453Z] #63 5.657 + GOPATH=/tmp/tmp.ANXPIUibb7 [2022-03-09T09:30:05.453Z] #63 5.657 + RM_GOPATH=1 [2022-03-09T09:30:05.453Z] #63 5.657 + case "$(go env GOARCH)" in [2022-03-09T09:30:05.453Z] #63 5.657 ++ go env GOARCH [2022-03-09T09:30:05.453Z] #63 5.739 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:05.453Z] #63 5.739 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:05.453Z] #63 5.742 ++ dirname /install.sh [2022-03-09T09:30:05.453Z] #63 5.743 + dir=/ [2022-03-09T09:30:05.453Z] #63 5.743 + bin=rootlesskit [2022-03-09T09:30:05.453Z] #63 5.743 + shift [2022-03-09T09:30:05.453Z] #63 5.743 + '[' '!' -f //rootlesskit.installer ']' [2022-03-09T09:30:05.453Z] #63 5.743 + . //rootlesskit.installer [2022-03-09T09:30:05.453Z] #63 5.744 ++ : v0.14.6 [2022-03-09T09:30:05.453Z] #63 5.744 + install_rootlesskit [2022-03-09T09:30:05.453Z] #63 5.744 + case "$1" in [2022-03-09T09:30:05.453Z] #63 5.744 + export CGO_ENABLED=0 [2022-03-09T09:30:05.453Z] #63 5.744 + CGO_ENABLED=0 [2022-03-09T09:30:05.453Z] #63 5.744 + _install_rootlesskit [2022-03-09T09:30:05.453Z] #63 5.745 + echo 'Install rootlesskit version v0.14.6' [2022-03-09T09:30:05.453Z] #63 5.745 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T09:30:05.453Z] #63 5.745 + GOBIN=/build [2022-03-09T09:30:05.453Z] #63 5.745 + GO111MODULE=on [2022-03-09T09:30:05.454Z] #63 5.745 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-09T09:30:05.454Z] #63 5.745 Install rootlesskit version v0.14.6 [2022-03-09T09:30:05.512Z] #19 91.87 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-09T09:30:05.512Z] #19 91.87 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-03-09T09:30:05.904Z] #21 21.08 Selecting previously unselected package libonig5:amd64. [2022-03-09T09:30:05.904Z] #21 21.08 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T09:30:05.904Z] #21 21.09 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:30:05.904Z] #21 21.23 Selecting previously unselected package libjq1:amd64. [2022-03-09T09:30:05.904Z] #21 21.25 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T09:30:05.904Z] #21 21.25 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:30:05.904Z] #21 21.38 Selecting previously unselected package jq. [2022-03-09T09:30:05.904Z] #21 21.39 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-09T09:30:05.904Z] #21 21.40 Unpacking jq (1.6-2.1) ... [2022-03-09T09:30:05.904Z] #21 21.48 Selecting previously unselected package libaio1:amd64. [2022-03-09T09:30:06.027Z] #63 6.401 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-09T09:30:06.105Z] #26 ... [2022-03-09T09:30:06.105Z] [2022-03-09T09:30:06.105Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:30:06.105Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:30:06.105Z] #49 5.069 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T09:30:06.105Z] #49 6.501 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T09:30:06.105Z] #49 6.507 go: downloading github.com/fatih/color v1.10.0 [2022-03-09T09:30:06.105Z] #49 6.611 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T09:30:06.105Z] #49 6.677 go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T09:30:06.105Z] #49 7.140 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T09:30:06.105Z] #49 7.192 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T09:30:06.105Z] #49 7.293 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T09:30:06.105Z] #49 7.421 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T09:30:06.105Z] #49 7.695 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T09:30:06.105Z] #49 7.764 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T09:30:06.105Z] #49 8.052 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T09:30:06.166Z] #21 21.48 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-09T09:30:06.166Z] #21 21.49 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-09T09:30:06.166Z] #21 21.55 Selecting previously unselected package libgpm2:amd64. [2022-03-09T09:30:06.166Z] #21 21.55 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-09T09:30:06.166Z] #21 21.55 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-09T09:30:06.166Z] #21 21.63 Selecting previously unselected package libicu67:amd64. [2022-03-09T09:30:06.166Z] #21 21.63 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-09T09:30:06.166Z] #21 21.65 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T09:30:06.675Z] #49 8.678 go: downloading golang.org/x/tools v0.1.0 [2022-03-09T09:30:07.436Z] #19 93.72 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-09T09:30:07.437Z] #19 93.72 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-03-09T09:30:07.437Z] #19 93.72 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-03-09T09:30:07.437Z] #19 93.72 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-09T09:30:07.437Z] #19 93.72 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-09T09:30:07.437Z] #19 93.72 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-03-09T09:30:07.437Z] #19 93.73 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-03-09T09:30:07.437Z] #19 93.73 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-03-09T09:30:07.437Z] #19 93.75 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-03-09T09:30:07.437Z] #19 93.76 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-03-09T09:30:07.437Z] #19 93.76 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-03-09T09:30:07.437Z] #19 93.76 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-03-09T09:30:07.437Z] #19 93.76 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-03-09T09:30:07.698Z] #19 93.93 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-03-09T09:30:07.959Z] #19 94.22 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-03-09T09:30:08.056Z] #49 ... [2022-03-09T09:30:08.056Z] [2022-03-09T09:30:08.056Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-09T09:30:08.056Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T09:30:08.056Z] #53 4.729 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-09T09:30:08.056Z] #53 5.613 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-09T09:30:08.056Z] #53 5.656 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-09T09:30:08.056Z] #53 5.659 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-09T09:30:08.056Z] #53 8.081 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-09T09:30:08.056Z] #53 ... [2022-03-09T09:30:08.056Z] [2022-03-09T09:30:08.056Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:08.056Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:08.056Z] #14 6.001 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:30:08.056Z] #14 6.049 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:30:08.056Z] #14 6.152 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:30:08.056Z] #14 7.301 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:30:08.220Z] #19 94.40 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-03-09T09:30:08.315Z] #14 ... [2022-03-09T09:30:08.315Z] [2022-03-09T09:30:08.315Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:08.315Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:08.315Z] #47 5.637 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:30:08.315Z] #47 5.710 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:30:08.315Z] #47 5.804 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:30:08.315Z] #47 6.291 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-09T09:30:08.315Z] #47 7.226 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:30:08.486Z] #19 94.64 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-03-09T09:30:08.486Z] #19 94.68 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-03-09T09:30:08.486Z] #19 94.75 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-03-09T09:30:08.574Z] #47 ... [2022-03-09T09:30:08.574Z] [2022-03-09T09:30:08.574Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:30:08.574Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:30:08.574Z] #58 5.971 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:30:08.574Z] #58 6.024 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:30:08.574Z] #58 6.161 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:30:08.574Z] #58 7.218 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:30:08.574Z] #58 10.65 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:30:08.574Z] #58 ... [2022-03-09T09:30:08.574Z] [2022-03-09T09:30:08.574Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:30:08.574Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:30:08.574Z] #34 5.075 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-09T09:30:08.574Z] #34 5.084 Cloning into '.'... [2022-03-09T09:30:08.834Z] #34 ... [2022-03-09T09:30:08.834Z] [2022-03-09T09:30:08.834Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:30:08.834Z] #63 sha256:ef1eea8f38b5f09714f55a0486d7ff32623cac732e7d8e0589ccafc5227e6f6d [2022-03-09T09:30:08.834Z] #63 5.205 + RM_GOPATH=0 [2022-03-09T09:30:08.834Z] #63 5.205 + TMP_GOPATH= [2022-03-09T09:30:08.834Z] #63 5.205 + : /build [2022-03-09T09:30:08.834Z] #63 5.205 + '[' -z '' ']' [2022-03-09T09:30:08.834Z] #63 5.205 ++ mktemp -d [2022-03-09T09:30:08.834Z] #63 5.205 + export GOPATH=/tmp/tmp.B08t2BeBL2 [2022-03-09T09:30:08.834Z] #63 5.205 + GOPATH=/tmp/tmp.B08t2BeBL2 [2022-03-09T09:30:08.834Z] #63 5.205 + RM_GOPATH=1 [2022-03-09T09:30:08.834Z] #63 5.205 + case "$(go env GOARCH)" in [2022-03-09T09:30:08.834Z] #63 5.206 ++ go env GOARCH [2022-03-09T09:30:08.834Z] #63 5.268 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:08.834Z] #63 5.268 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:08.834Z] #63 5.268 ++ dirname /install.sh [2022-03-09T09:30:08.834Z] #63 5.268 + dir=/ [2022-03-09T09:30:08.834Z] #63 5.268 + bin=rootlesskit [2022-03-09T09:30:08.834Z] #63 5.268 + shift [2022-03-09T09:30:08.834Z] #63 5.268 + '[' '!' -f //rootlesskit.installer ']' [2022-03-09T09:30:08.834Z] #63 5.268 + . //rootlesskit.installer [2022-03-09T09:30:08.834Z] #63 5.268 ++ : v0.14.6 [2022-03-09T09:30:08.834Z] #63 5.268 + install_rootlesskit [2022-03-09T09:30:08.834Z] #63 5.268 + case "$1" in [2022-03-09T09:30:08.834Z] #63 5.268 + export CGO_ENABLED=0 [2022-03-09T09:30:08.834Z] #63 5.268 + CGO_ENABLED=0 [2022-03-09T09:30:08.834Z] #63 5.268 + _install_rootlesskit [2022-03-09T09:30:08.834Z] #63 5.268 + echo 'Install rootlesskit version v0.14.6' [2022-03-09T09:30:08.834Z] #63 5.268 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T09:30:08.834Z] #63 5.268 + GOBIN=/build [2022-03-09T09:30:08.834Z] #63 5.268 + GO111MODULE=on [2022-03-09T09:30:08.834Z] #63 5.268 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-09T09:30:08.834Z] #63 5.270 Install rootlesskit version v0.14.6 [2022-03-09T09:30:08.834Z] #63 6.089 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-09T09:30:08.834Z] #63 8.911 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T09:30:08.834Z] #63 8.911 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-09T09:30:08.834Z] #63 9.779 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-09T09:30:08.834Z] #63 ... [2022-03-09T09:30:08.834Z] [2022-03-09T09:30:08.834Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:30:08.834Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:30:08.834Z] #43 4.756 + git clone https://github.com/docker/distribution.git . [2022-03-09T09:30:08.834Z] #43 4.757 Cloning into '.'... [2022-03-09T09:30:09.093Z] #43 ... [2022-03-09T09:30:09.093Z] [2022-03-09T09:30:09.093Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:09.093Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:09.093Z] #38 5.970 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:30:09.093Z] #38 6.010 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:30:09.093Z] #38 6.182 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:30:09.093Z] #38 7.328 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:30:09.093Z] #38 10.65 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:30:09.093Z] #38 ... [2022-03-09T09:30:09.093Z] [2022-03-09T09:30:09.093Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-09T09:30:09.093Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T09:30:09.093Z] #36 4.970 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-09T09:30:09.306Z] #63 9.326 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T09:30:09.306Z] #63 9.336 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-09T09:30:09.375Z] #36 ... [2022-03-09T09:30:09.375Z] [2022-03-09T09:30:09.375Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:30:09.375Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:30:09.375Z] #51 5.403 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-09T09:30:09.375Z] #51 ... [2022-03-09T09:30:09.375Z] [2022-03-09T09:30:09.375Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:09.375Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:09.375Z] #47 10.33 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:30:09.470Z] #21 24.85 Selecting previously unselected package libinih1:amd64. [2022-03-09T09:30:09.470Z] #21 24.85 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-09T09:30:09.470Z] #21 24.87 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-09T09:30:09.470Z] #21 24.93 Selecting previously unselected package libnet1:amd64. [2022-03-09T09:30:09.470Z] #21 24.93 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T09:30:09.470Z] #21 24.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:30:09.470Z] #21 25.02 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T09:30:09.470Z] #21 25.02 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T09:30:09.470Z] #21 25.03 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:30:09.563Z] #63 ... [2022-03-09T09:30:09.563Z] [2022-03-09T09:30:09.563Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:09.563Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:09.563Z] #14 5.312 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:30:09.563Z] #14 5.325 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:30:09.563Z] #14 5.325 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:30:09.563Z] #14 6.479 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:30:09.563Z] #14 9.680 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:30:09.563Z] #14 ... [2022-03-09T09:30:09.563Z] [2022-03-09T09:30:09.563Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-09T09:30:09.563Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T09:30:09.563Z] #36 5.827 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-09T09:30:09.731Z] #21 25.12 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T09:30:09.731Z] #21 25.12 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T09:30:09.731Z] #21 25.13 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:30:09.731Z] #21 25.18 Selecting previously unselected package net-tools. [2022-03-09T09:30:09.731Z] #21 25.20 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-09T09:30:09.731Z] #21 25.20 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T09:30:09.820Z] #36 ... [2022-03-09T09:30:09.820Z] [2022-03-09T09:30:09.820Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-09T09:30:09.820Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T09:30:09.820Z] #53 5.785 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-09T09:30:09.820Z] #53 6.978 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-09T09:30:09.820Z] #53 6.989 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-09T09:30:09.820Z] #53 7.057 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-09T09:30:09.820Z] #53 9.548 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-09T09:30:09.820Z] #53 ... [2022-03-09T09:30:09.820Z] [2022-03-09T09:30:09.820Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:30:09.820Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:30:09.820Z] #49 6.149 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T09:30:09.820Z] #49 8.083 go: downloading github.com/fatih/color v1.10.0 [2022-03-09T09:30:09.820Z] #49 8.122 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T09:30:09.820Z] #49 8.171 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T09:30:09.820Z] #49 8.186 go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T09:30:09.820Z] #49 8.521 go: downloading golang.org/x/tools v0.1.0 [2022-03-09T09:30:09.820Z] #49 8.917 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T09:30:09.820Z] #49 8.956 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T09:30:09.820Z] #49 9.110 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T09:30:09.821Z] #49 9.275 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T09:30:09.992Z] #21 25.37 Selecting previously unselected package patch. [2022-03-09T09:30:09.992Z] #21 25.38 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-09T09:30:09.992Z] #21 25.39 Unpacking patch (2.7.6-7) ... [2022-03-09T09:30:10.077Z] #49 ... [2022-03-09T09:30:10.077Z] [2022-03-09T09:30:10.077Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:10.077Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:10.077Z] #38 5.298 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:30:10.077Z] #38 5.331 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:30:10.077Z] #38 5.331 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:30:10.077Z] #38 5.983 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:30:10.077Z] #38 8.554 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:30:10.253Z] #21 25.50 Selecting previously unselected package python-pip-whl. [2022-03-09T09:30:10.253Z] #21 25.50 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-09T09:30:10.253Z] #21 25.51 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-09T09:30:10.258Z] #56 ... [2022-03-09T09:30:10.258Z] [2022-03-09T09:30:10.258Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:30:10.258Z] #43 sha256:a45cc70e46ee27c278a69b1a58980f87923f0aa87cddb5eb8b9c0b4d2e4e3136 [2022-03-09T09:30:10.258Z] #43 145.7 + dpkg --print-architecture [2022-03-09T09:30:10.258Z] #43 DONE 146.0s [2022-03-09T09:30:10.258Z] [2022-03-09T09:30:10.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-03-09T09:30:10.258Z] #60 sha256:087ee6ec407019be150002eaa20ecad2fc7c77eb3a09b2a0b489e81fbcb5dea1 [2022-03-09T09:30:10.334Z] #38 ... [2022-03-09T09:30:10.334Z] [2022-03-09T09:30:10.334Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:30:10.334Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:30:10.334Z] #34 5.353 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-09T09:30:10.334Z] #34 5.356 Cloning into '.'... [2022-03-09T09:30:10.334Z] #34 ... [2022-03-09T09:30:10.334Z] [2022-03-09T09:30:10.334Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:30:10.334Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:30:10.334Z] #43 5.548 + git clone https://github.com/docker/distribution.git . [2022-03-09T09:30:10.334Z] #43 5.577 Cloning into '.'... [2022-03-09T09:30:10.403Z] #19 96.66 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-03-09T09:30:10.403Z] #19 96.66 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-03-09T09:30:10.403Z] #19 96.69 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-03-09T09:30:10.403Z] #19 96.77 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-03-09T09:30:10.514Z] #21 26.03 Selecting previously unselected package python3-lib2to3. [2022-03-09T09:30:10.514Z] #21 26.03 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-09T09:30:10.602Z] #43 ... [2022-03-09T09:30:10.602Z] [2022-03-09T09:30:10.602Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:10.602Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:10.602Z] #47 6.057 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:30:10.602Z] #47 6.208 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:30:10.602Z] #47 6.208 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:30:10.602Z] #47 6.614 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-09T09:30:10.602Z] #47 8.419 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:30:10.602Z] #47 ... [2022-03-09T09:30:10.602Z] [2022-03-09T09:30:10.602Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:30:10.602Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:30:10.602Z] #51 6.136 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-09T09:30:10.669Z] #19 ... [2022-03-09T09:30:10.669Z] [2022-03-09T09:30:10.669Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:30:10.669Z] #41 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:30:10.669Z] #41 DONE 108.2s [2022-03-09T09:30:10.669Z] [2022-03-09T09:30:10.670Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-09T09:30:10.670Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T09:30:10.670Z] #19 96.83 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-03-09T09:30:10.776Z] #21 26.04 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-09T09:30:10.776Z] #21 26.17 Selecting previously unselected package python3-distutils. [2022-03-09T09:30:10.776Z] #21 26.18 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-09T09:30:10.776Z] #21 26.19 Unpacking python3-distutils (3.9.2-1) ... [2022-03-09T09:30:10.859Z] #51 ... [2022-03-09T09:30:10.859Z] [2022-03-09T09:30:10.859Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-09T09:30:10.859Z] #26 sha256:1eae7ee5cfe97b73397997683cd82c3b15fb9566ea858400019e9916a57283bc [2022-03-09T09:30:10.859Z] #26 5.569 + RM_GOPATH=0 [2022-03-09T09:30:10.859Z] #26 5.569 + TMP_GOPATH= [2022-03-09T09:30:10.859Z] #26 5.569 + : /build [2022-03-09T09:30:10.859Z] #26 5.569 + '[' -z '' ']' [2022-03-09T09:30:10.859Z] #26 5.570 ++ mktemp -d [2022-03-09T09:30:10.859Z] #26 5.577 + export GOPATH=/tmp/tmp.C6txhbM5Tk [2022-03-09T09:30:10.859Z] #26 5.577 + GOPATH=/tmp/tmp.C6txhbM5Tk [2022-03-09T09:30:10.859Z] #26 5.577 + RM_GOPATH=1 [2022-03-09T09:30:10.859Z] #26 5.577 + case "$(go env GOARCH)" in [2022-03-09T09:30:10.859Z] #26 5.578 ++ go env GOARCH [2022-03-09T09:30:10.859Z] #26 5.638 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:10.859Z] #26 5.638 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:10.859Z] #26 5.647 ++ dirname /install.sh [2022-03-09T09:30:10.859Z] #26 5.686 + dir=/ [2022-03-09T09:30:10.859Z] #26 5.686 + bin=dockercli [2022-03-09T09:30:10.859Z] #26 5.686 + shift [2022-03-09T09:30:10.859Z] #26 5.686 + '[' '!' -f //dockercli.installer ']' [2022-03-09T09:30:10.859Z] #26 5.686 + . //dockercli.installer [2022-03-09T09:30:10.859Z] #26 5.686 ++ : stable [2022-03-09T09:30:10.859Z] #26 5.686 ++ : 17.06.2-ce [2022-03-09T09:30:10.859Z] #26 5.686 + install_dockercli [2022-03-09T09:30:10.859Z] #26 5.700 Install docker/cli version 17.06.2-ce from stable [2022-03-09T09:30:10.859Z] #26 5.707 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-09T09:30:10.859Z] #26 5.707 ++ uname -m [2022-03-09T09:30:10.859Z] #26 5.707 + arch=x86_64 [2022-03-09T09:30:10.859Z] #26 5.707 + '[' x86_64 '!=' x86_64 ']' [2022-03-09T09:30:10.859Z] #26 5.707 + url=https://download.docker.com/linux/static [2022-03-09T09:30:10.859Z] #26 5.707 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-09T09:30:10.859Z] #26 5.707 + tar -xz docker/docker [2022-03-09T09:30:11.038Z] #21 26.31 Selecting previously unselected package python3-pkg-resources. [2022-03-09T09:30:11.038Z] #21 26.31 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T09:30:11.038Z] #21 26.32 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:30:11.038Z] #21 26.41 Selecting previously unselected package python3-setuptools. [2022-03-09T09:30:11.038Z] #21 26.42 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-09T09:30:11.038Z] #21 26.42 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-09T09:30:11.038Z] #21 26.65 Selecting previously unselected package python3-wheel. [2022-03-09T09:30:11.038Z] #21 26.66 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-09T09:30:11.120Z] #26 ... [2022-03-09T09:30:11.120Z] [2022-03-09T09:30:11.120Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:11.120Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:11.120Z] #38 11.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:30:11.300Z] #21 26.66 Unpacking python3-wheel (0.34.2-1) ... [2022-03-09T09:30:11.300Z] #21 26.74 Selecting previously unselected package python3-pip. [2022-03-09T09:30:11.300Z] #21 26.75 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-09T09:30:11.300Z] #21 26.75 Unpacking python3-pip (20.3.4-4) ... [2022-03-09T09:30:11.563Z] #21 27.00 Selecting previously unselected package sudo. [2022-03-09T09:30:11.563Z] #21 27.00 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-09T09:30:11.563Z] #21 27.00 Unpacking sudo (1.9.5p2-3) ... [2022-03-09T09:30:11.919Z] #47 13.61 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:30:12.136Z] #21 27.44 Selecting previously unselected package thin-provisioning-tools. [2022-03-09T09:30:12.137Z] #21 27.46 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-09T09:30:12.137Z] #21 27.46 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-09T09:30:12.137Z] #21 27.68 Selecting previously unselected package uidmap. [2022-03-09T09:30:12.398Z] #21 27.68 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-09T09:30:12.398Z] #21 27.68 Unpacking uidmap (1:4.8.1-1) ... [2022-03-09T09:30:12.398Z] #21 27.79 Selecting previously unselected package vim-runtime. [2022-03-09T09:30:12.398Z] #21 27.80 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:30:12.398Z] #21 27.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-03-09T09:30:12.399Z] #21 27.85 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-09T09:30:12.399Z] #21 27.86 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:13.229Z] #19 99.26 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-09T09:30:13.229Z] #19 99.28 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-09T09:30:13.229Z] #19 99.28 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-03-09T09:30:13.229Z] #19 99.39 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-03-09T09:30:13.229Z] #19 99.39 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-03-09T09:30:13.229Z] #19 99.39 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T09:30:13.495Z] #19 99.85 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-09T09:30:13.495Z] #19 99.89 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-03-09T09:30:13.495Z] #19 99.89 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-03-09T09:30:13.495Z] #19 99.89 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-03-09T09:30:13.495Z] #19 99.89 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-03-09T09:30:13.495Z] #19 99.90 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-03-09T09:30:13.495Z] #19 99.91 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-03-09T09:30:13.495Z] #19 99.92 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-03-09T09:30:13.495Z] #19 99.92 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-03-09T09:30:13.495Z] #19 99.92 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-03-09T09:30:13.495Z] #19 99.92 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-03-09T09:30:13.495Z] #19 99.94 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-03-09T09:30:13.495Z] #19 99.94 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-03-09T09:30:13.495Z] #19 99.94 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-03-09T09:30:13.757Z] #19 100.00 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-03-09T09:30:13.757Z] #19 100.00 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-03-09T09:30:13.757Z] #19 100.0 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-03-09T09:30:13.757Z] #19 100.0 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-03-09T09:30:14.020Z] #19 100.1 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-03-09T09:30:14.020Z] #19 100.2 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-03-09T09:30:14.020Z] #19 100.2 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-03-09T09:30:14.020Z] #19 100.2 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-03-09T09:30:14.480Z] #47 ... [2022-03-09T09:30:14.480Z] [2022-03-09T09:30:14.480Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:30:14.480Z] #63 sha256:ef1eea8f38b5f09714f55a0486d7ff32623cac732e7d8e0589ccafc5227e6f6d [2022-03-09T09:30:14.480Z] #63 13.57 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-09T09:30:14.480Z] #63 14.41 go: downloading github.com/google/uuid v1.3.0 [2022-03-09T09:30:14.480Z] #63 14.45 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-09T09:30:14.480Z] #63 14.48 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-09T09:30:14.480Z] #63 14.59 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T09:30:14.480Z] #63 14.76 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T09:30:14.480Z] #63 14.85 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-09T09:30:14.480Z] #63 15.78 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-09T09:30:14.480Z] #63 15.90 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-09T09:30:15.414Z] #19 101.7 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-03-09T09:30:15.415Z] #19 101.7 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-03-09T09:30:15.415Z] #19 101.8 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-03-09T09:30:15.415Z] #19 101.8 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-03-09T09:30:15.415Z] #19 101.9 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-03-09T09:30:15.706Z] #21 30.67 Selecting previously unselected package vim. [2022-03-09T09:30:15.706Z] #21 30.68 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:30:15.706Z] #21 30.70 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:15.706Z] #21 31.22 Selecting previously unselected package xfsprogs. [2022-03-09T09:30:15.967Z] #21 31.23 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-09T09:30:15.967Z] #21 31.23 Unpacking xfsprogs (5.10.0-4) ... [2022-03-09T09:30:16.229Z] #21 31.61 Selecting previously unselected package zip. [2022-03-09T09:30:16.229Z] #21 31.63 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-09T09:30:16.229Z] #21 31.63 Unpacking zip (3.0-12) ... [2022-03-09T09:30:16.387Z] #38 ... [2022-03-09T09:30:16.387Z] [2022-03-09T09:30:16.387Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:30:16.387Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:30:16.387Z] #49 14.56 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T09:30:16.387Z] #49 14.64 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T09:30:16.387Z] #49 14.78 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T09:30:16.491Z] #21 31.75 Selecting previously unselected package zstd. [2022-03-09T09:30:16.491Z] #21 31.76 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-09T09:30:16.491Z] #21 31.77 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-09T09:30:16.646Z] #49 ... [2022-03-09T09:30:16.646Z] [2022-03-09T09:30:16.646Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:30:16.646Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:30:16.646Z] #58 7.123 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:30:16.753Z] #21 32.09 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:30:16.829Z] #19 103.3 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-03-09T09:30:16.904Z] #58 ... [2022-03-09T09:30:16.904Z] [2022-03-09T09:30:16.904Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:30:16.904Z] #63 sha256:2d17bfa7ac83e8a559319e21447b020f7696ca16a2d0a1aec2881f18137f843b [2022-03-09T09:30:16.904Z] #63 10.30 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-09T09:30:16.904Z] #63 14.54 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-09T09:30:16.904Z] #63 16.00 go: downloading github.com/google/uuid v1.3.0 [2022-03-09T09:30:16.904Z] #63 16.14 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-09T09:30:16.904Z] #63 16.44 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-09T09:30:16.904Z] #63 16.77 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T09:30:16.904Z] #63 16.97 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T09:30:17.092Z] #19 103.3 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-03-09T09:30:17.092Z] #19 103.3 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-03-09T09:30:17.092Z] #19 103.4 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-03-09T09:30:17.092Z] #19 103.4 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-03-09T09:30:17.092Z] #19 103.4 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-03-09T09:30:17.093Z] #19 103.4 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-03-09T09:30:17.093Z] #19 103.5 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-03-09T09:30:17.161Z] #63 17.40 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-09T09:30:17.327Z] #21 32.95 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T09:30:17.354Z] #19 103.5 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-03-09T09:30:17.354Z] #19 103.5 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-03-09T09:30:17.354Z] #19 103.5 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-03-09T09:30:17.589Z] #21 32.96 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T09:30:17.589Z] #21 32.98 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-09T09:30:17.589Z] #21 33.03 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T09:30:17.589Z] #21 33.07 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T09:30:17.589Z] #21 33.11 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-09T09:30:17.589Z] #21 33.12 Setting up uidmap (1:4.8.1-1) ... [2022-03-09T09:30:17.589Z] #21 33.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:30:17.589Z] #21 33.15 Setting up bzip2 (1.0.8-4) ... [2022-03-09T09:30:17.589Z] #21 33.17 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:30:17.589Z] #21 33.20 Setting up python3-wheel (0.34.2-1) ... [2022-03-09T09:30:17.727Z] #63 18.12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-09T09:30:17.776Z] #63 19.10 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-09T09:30:17.776Z] #63 ... [2022-03-09T09:30:17.776Z] [2022-03-09T09:30:17.776Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-09T09:30:17.776Z] #26 sha256:d9f6ad25786ec41f8af656c2738b1bd447aa60a8bbf645114d019a2477a4793e [2022-03-09T09:30:17.776Z] #26 16.86 + mkdir -p /build [2022-03-09T09:30:17.776Z] #26 16.86 + mv docker/docker /build/ [2022-03-09T09:30:17.776Z] #26 16.87 + rmdir docker [2022-03-09T09:30:17.776Z] #26 DONE 19.3s [2022-03-09T09:30:17.776Z] [2022-03-09T09:30:17.776Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:30:17.776Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:30:17.776Z] #49 17.26 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T09:30:17.776Z] #49 17.33 go: downloading golang.org/x/mod v0.3.0 [2022-03-09T09:30:18.293Z] #63 18.41 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-09T09:30:18.294Z] #63 ... [2022-03-09T09:30:18.294Z] [2022-03-09T09:30:18.294Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:30:18.294Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:30:18.294Z] #49 18.61 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T09:30:18.294Z] #49 18.76 go: downloading golang.org/x/mod v0.3.0 [2022-03-09T09:30:18.534Z] #21 33.81 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:18.534Z] #21 33.82 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-09T09:30:18.534Z] #21 33.83 Setting up libcap2-bin (1:2.44-1) ... [2022-03-09T09:30:18.534Z] #21 33.85 Setting up apparmor (2.13.6-10) ... [2022-03-09T09:30:18.722Z] #49 ... [2022-03-09T09:30:18.722Z] [2022-03-09T09:30:18.722Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:18.722Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:18.722Z] #14 10.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:30:18.722Z] #14 13.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:30:18.722Z] #14 ... [2022-03-09T09:30:18.722Z] [2022-03-09T09:30:18.722Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-09T09:30:18.722Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T09:30:18.722Z] #36 20.71 tomll can be used in two ways: [2022-03-09T09:30:18.722Z] #36 20.71 Writing to STDIN and reading from STDOUT: [2022-03-09T09:30:18.722Z] #36 20.71 cat file.toml | tomll > file.toml [2022-03-09T09:30:18.722Z] #36 20.71 [2022-03-09T09:30:18.722Z] #36 20.71 Reading and updating a list of files: [2022-03-09T09:30:18.722Z] #36 20.71 tomll a.toml b.toml c.toml [2022-03-09T09:30:18.722Z] #36 20.71 [2022-03-09T09:30:18.722Z] #36 20.71 When given a list of files, tomll will modify all files in place without asking. [2022-03-09T09:30:18.745Z] #19 105.1 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-03-09T09:30:18.985Z] #36 DONE 21.1s [2022-03-09T09:30:18.985Z] [2022-03-09T09:30:18.985Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:30:18.985Z] #63 sha256:ef1eea8f38b5f09714f55a0486d7ff32623cac732e7d8e0589ccafc5227e6f6d [2022-03-09T09:30:18.985Z] #63 19.51 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-09T09:30:19.006Z] #19 105.1 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-03-09T09:30:19.006Z] #19 105.1 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-03-09T09:30:19.006Z] #19 105.2 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-03-09T09:30:19.006Z] #19 105.2 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-03-09T09:30:19.918Z] #21 35.34 Setting up zip (3.0-12) ... [2022-03-09T09:30:19.918Z] #21 35.35 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:19.918Z] #21 35.38 Setting up bash-completion (1:2.11-2) ... [2022-03-09T09:30:19.949Z] #19 106.4 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-03-09T09:30:19.949Z] #19 106.4 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-03-09T09:30:19.949Z] #19 106.4 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-03-09T09:30:19.949Z] #19 106.4 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-03-09T09:30:19.949Z] #19 106.4 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-03-09T09:30:19.949Z] #19 106.4 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-03-09T09:30:19.949Z] #19 106.4 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-03-09T09:30:19.949Z] #19 106.4 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-03-09T09:30:19.949Z] #19 106.4 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-03-09T09:30:20.210Z] #19 106.5 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-03-09T09:30:20.210Z] #19 106.5 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-03-09T09:30:20.210Z] #19 106.5 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-03-09T09:30:20.210Z] #19 106.5 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-03-09T09:30:20.210Z] #19 106.5 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-03-09T09:30:20.210Z] #19 106.6 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-03-09T09:30:21.599Z] #19 107.8 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-03-09T09:30:21.599Z] #19 107.8 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-03-09T09:30:21.599Z] #19 107.9 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-03-09T09:30:21.599Z] #19 107.9 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-03-09T09:30:21.599Z] #19 108.0 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-03-09T09:30:21.654Z] #49 ... [2022-03-09T09:30:21.654Z] [2022-03-09T09:30:21.654Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:21.654Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:21.654Z] #47 11.36 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:30:21.654Z] #47 14.76 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:30:21.654Z] #47 17.37 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-09T09:30:21.654Z] #47 ... [2022-03-09T09:30:21.654Z] [2022-03-09T09:30:21.654Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-09T09:30:21.654Z] #26 sha256:1eae7ee5cfe97b73397997683cd82c3b15fb9566ea858400019e9916a57283bc [2022-03-09T09:30:21.654Z] #26 20.05 + mkdir -p /build [2022-03-09T09:30:21.654Z] #26 20.05 + mv docker/docker /build/ [2022-03-09T09:30:21.654Z] #26 20.07 + rmdir docker [2022-03-09T09:30:21.832Z] #21 37.25 Setting up xz-utils (5.2.5-2) ... [2022-03-09T09:30:21.832Z] #21 37.27 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-09T09:30:21.832Z] #21 37.28 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-09T09:30:21.832Z] #21 37.29 Setting up patch (2.7.6-7) ... [2022-03-09T09:30:21.832Z] #21 37.31 Setting up sudo (1.9.5p2-3) ... [2022-03-09T09:30:21.832Z] #21 37.37 invoke-rc.d: could not determine current runlevel [2022-03-09T09:30:22.094Z] #21 37.38 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T09:30:22.094Z] #21 37.40 Setting up xfsprogs (5.10.0-4) ... [2022-03-09T09:30:22.094Z] #21 37.42 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-09T09:30:22.094Z] #21 37.43 Setting up inetutils-ping (2:2.0-1) ... [2022-03-09T09:30:22.094Z] #21 37.44 Setting up pigz (2.6-1) ... [2022-03-09T09:30:22.094Z] #21 37.45 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T09:30:22.094Z] #21 37.47 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:30:22.094Z] #21 37.50 Setting up python-pip-whl (20.3.4-4) ... [2022-03-09T09:30:22.094Z] #21 37.52 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:22.221Z] #26 DONE 22.5s [2022-03-09T09:30:22.221Z] [2022-03-09T09:30:22.221Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:22.222Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:22.222Z] #38 22.25 Fetched 8505 kB in 17s (495 kB/s) [2022-03-09T09:30:22.275Z] #63 ... [2022-03-09T09:30:22.275Z] [2022-03-09T09:30:22.275Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:22.275Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:22.275Z] #38 13.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:30:22.275Z] #38 ... [2022-03-09T09:30:22.275Z] [2022-03-09T09:30:22.276Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:22.276Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:22.276Z] #47 16.42 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-09T09:30:22.276Z] #47 ... [2022-03-09T09:30:22.276Z] [2022-03-09T09:30:22.276Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:30:22.276Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:30:22.276Z] #58 14.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:30:22.679Z] #21 38.06 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-09T09:30:22.679Z] #21 38.07 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-09T09:30:22.708Z] ...INFO: Daemon under test started and replied! [2022-03-09T09:30:22.708Z] INFO: Docker version of the daemon under test [2022-03-09T09:30:22.708Z] [2022-03-09T09:30:22.708Z] Client: [2022-03-09T09:30:22.708Z] Version: 17.06.2-ce [2022-03-09T09:30:22.708Z] API version: 1.30 [2022-03-09T09:30:22.708Z] Go version: go1.8.3 [2022-03-09T09:30:22.708Z] Git commit: cec0b72 [2022-03-09T09:30:22.708Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-09T09:30:22.708Z] OS/Arch: windows/amd64 [2022-03-09T09:30:22.708Z] [2022-03-09T09:30:22.708Z] Server: [2022-03-09T09:30:22.708Z] Version: 0.0.0-dev [2022-03-09T09:30:22.708Z] API version: 1.42 (minimum version 1.24) [2022-03-09T09:30:22.708Z] Go version: go1.17.8 [2022-03-09T09:30:22.708Z] Git commit: b548a95f9f [2022-03-09T09:30:22.708Z] Built: 03/09/2022 09:28:19 [2022-03-09T09:30:22.708Z] OS/Arch: windows/amd64 [2022-03-09T09:30:22.708Z] Experimental: false [2022-03-09T09:30:22.708Z] [2022-03-09T09:30:22.708Z] INFO: Docker info of the daemon under test [2022-03-09T09:30:22.708Z] [2022-03-09T09:30:22.708Z] Containers: 0 [2022-03-09T09:30:22.708Z] Running: 0 [2022-03-09T09:30:22.708Z] Paused: 0 [2022-03-09T09:30:22.708Z] Stopped: 0 [2022-03-09T09:30:22.708Z] Images: 0 [2022-03-09T09:30:22.708Z] Server Version: 0.0.0-dev [2022-03-09T09:30:22.708Z] Storage Driver: windowsfilter [2022-03-09T09:30:22.708Z] Windows: [2022-03-09T09:30:22.708Z] Logging Driver: json-file [2022-03-09T09:30:22.708Z] Plugins: [2022-03-09T09:30:22.708Z] Volume: local [2022-03-09T09:30:22.708Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T09:30:22.708Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T09:30:22.708Z] Swarm: inactive [2022-03-09T09:30:22.708Z] Default Isolation: process [2022-03-09T09:30:22.708Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T09:30:22.708Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T09:30:22.708Z] OSType: windows [2022-03-09T09:30:22.708Z] Architecture: x86_64 [2022-03-09T09:30:22.708Z] CPUs: 4 [2022-03-09T09:30:22.708Z] Total Memory: 32GiB [2022-03-09T09:30:22.708Z] Name: azwin-2-7b2350 [2022-03-09T09:30:22.708Z] ID: P7E4:CFW3:CFIS:T4NQ:3OX3:UR4O:YCYM:SYRH:NJ4P:PBRZ:26OL:NKBL [2022-03-09T09:30:22.709Z] Docker Root Dir: D:\CI\PR-43344\7\daemon [2022-03-09T09:30:22.709Z] Debug Mode (client): false [2022-03-09T09:30:22.709Z] Debug Mode (server): true [2022-03-09T09:30:22.709Z] File Descriptors: -1 [2022-03-09T09:30:22.709Z] Goroutines: 16 [2022-03-09T09:30:22.709Z] System Time: 2022-03-09T09:30:20.4422594Z [2022-03-09T09:30:22.709Z] EventsListeners: 0 [2022-03-09T09:30:22.709Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:30:22.709Z] Labels: [2022-03-09T09:30:22.709Z] Experimental: false [2022-03-09T09:30:22.709Z] Insecure Registries: [2022-03-09T09:30:22.709Z] 127.0.0.0/8 [2022-03-09T09:30:22.709Z] Live Restore Enabled: false [2022-03-09T09:30:22.709Z] [2022-03-09T09:30:22.709Z] [2022-03-09T09:30:22.709Z] INFO: Docker images of the daemon under test [2022-03-09T09:30:22.709Z] [2022-03-09T09:30:22.709Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T09:30:22.709Z] [2022-03-09T09:30:22.709Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-09T09:30:22.709Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-09T09:30:22.709Z] ltsc2022: Pulling from windows/servercore [2022-03-09T09:30:22.709Z] 8f616e6e9eec: Pulling fs layer [2022-03-09T09:30:22.709Z] 037d5740b404: Pulling fs layer [2022-03-09T09:30:22.849Z] #58 ... [2022-03-09T09:30:22.849Z] [2022-03-09T09:30:22.849Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:22.849Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:22.849Z] #38 24.77 Fetched 8505 kB in 19s (442 kB/s) [2022-03-09T09:30:22.941Z] #21 38.50 Setting up libelf1:amd64 (0.183-1) ... [2022-03-09T09:30:22.995Z] #19 109.1 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-03-09T09:30:22.995Z] #19 109.1 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-03-09T09:30:22.995Z] #19 109.1 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-03-09T09:30:22.995Z] #19 109.1 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-03-09T09:30:22.995Z] #19 109.1 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-03-09T09:30:22.995Z] #19 109.2 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-03-09T09:30:22.995Z] #19 109.2 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-03-09T09:30:22.995Z] #19 109.2 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-03-09T09:30:22.995Z] #19 109.2 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-03-09T09:30:22.995Z] #19 109.2 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-03-09T09:30:22.995Z] #19 109.2 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-03-09T09:30:22.995Z] #19 109.2 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-03-09T09:30:23.160Z] #38 22.25 Reading package lists... [2022-03-09T09:30:23.160Z] #38 ... [2022-03-09T09:30:23.160Z] [2022-03-09T09:30:23.160Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:23.160Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:23.160Z] #14 13.50 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:30:23.160Z] #14 ... [2022-03-09T09:30:23.160Z] [2022-03-09T09:30:23.160Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-09T09:30:23.160Z] #36 sha256:1a322aeb375907460771228690496c9bd75bc4f5b786e16a514617ac12af97a8 [2022-03-09T09:30:23.160Z] #36 23.22 tomll can be used in two ways: [2022-03-09T09:30:23.160Z] #36 23.22 Writing to STDIN and reading from STDOUT: [2022-03-09T09:30:23.160Z] #36 23.22 cat file.toml | tomll > file.toml [2022-03-09T09:30:23.160Z] #36 23.22 [2022-03-09T09:30:23.160Z] #36 23.22 Reading and updating a list of files: [2022-03-09T09:30:23.160Z] #36 23.22 tomll a.toml b.toml c.toml [2022-03-09T09:30:23.160Z] #36 23.22 [2022-03-09T09:30:23.160Z] #36 23.22 When given a list of files, tomll will modify all files in place without asking. [2022-03-09T09:30:23.160Z] #36 DONE 23.6s [2022-03-09T09:30:23.160Z] [2022-03-09T09:30:23.160Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:30:23.160Z] #63 sha256:2d17bfa7ac83e8a559319e21447b020f7696ca16a2d0a1aec2881f18137f843b [2022-03-09T09:30:23.160Z] #63 18.50 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-09T09:30:23.160Z] #63 21.66 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-09T09:30:23.203Z] #21 38.53 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-09T09:30:23.203Z] #21 38.56 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:30:23.203Z] #21 38.58 Setting up python3-distutils (3.9.2-1) ... [2022-03-09T09:30:23.464Z] #21 39.00 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:23.464Z] #21 39.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-09T09:30:23.464Z] #21 39.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-09T09:30:23.464Z] #21 39.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-09T09:30:23.464Z] #21 39.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-09T09:30:23.464Z] #21 39.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-09T09:30:23.464Z] #21 39.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-09T09:30:23.464Z] #21 39.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-09T09:30:23.464Z] #21 39.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-09T09:30:23.464Z] #21 39.06 Setting up python3-setuptools (52.0.0-4) ... [2022-03-09T09:30:24.390Z] #19 110.5 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-03-09T09:30:24.390Z] #19 110.5 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-03-09T09:30:24.390Z] #19 110.5 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-03-09T09:30:24.390Z] #19 110.5 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-03-09T09:30:24.390Z] #19 110.6 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-03-09T09:30:24.855Z] #21 40.34 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:30:24.855Z] #21 40.36 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T09:30:24.855Z] #21 40.37 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-09T09:30:25.073Z] #63 ... [2022-03-09T09:30:25.074Z] [2022-03-09T09:30:25.074Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:25.074Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:25.074Z] #14 25.24 Fetched 8505 kB in 20s (422 kB/s) [2022-03-09T09:30:25.117Z] #21 40.38 Setting up python3-pip (20.3.4-4) ... [2022-03-09T09:30:25.353Z] #19 111.7 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-09T09:30:25.353Z] #19 111.7 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-03-09T09:30:25.928Z] #19 112.4 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:30:26.063Z] #21 41.43 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T09:30:26.063Z] #21 41.44 Setting up jq (1.6-2.1) ... [2022-03-09T09:30:26.063Z] #21 41.46 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-09T09:30:26.063Z] #21 41.47 Setting up iptables (1.8.7-1) ... [2022-03-09T09:30:26.063Z] #21 41.48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T09:30:26.063Z] #21 41.49 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T09:30:26.063Z] #21 41.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T09:30:26.063Z] #21 41.49 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T09:30:26.063Z] #21 41.50 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-09T09:30:26.063Z] #21 41.50 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-09T09:30:26.063Z] #21 41.51 Setting up iproute2 (5.10.0-4) ... [2022-03-09T09:30:26.190Z] #19 112.7 Fetched 787 MB in 28s (27.9 MB/s) [2022-03-09T09:30:26.325Z] #21 41.83 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:30:26.453Z] #19 112.7 Selecting previously unselected package liblocale-gettext-perl. [2022-03-09T09:30:26.453Z] #19 112.7 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:30:26.453Z] #19 112.7 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-03-09T09:30:26.453Z] #19 112.7 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-03-09T09:30:26.453Z] #19 112.8 Selecting previously unselected package bzip2. [2022-03-09T09:30:26.453Z] #19 112.8 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-03-09T09:30:26.453Z] #19 112.8 Unpacking bzip2 (1.0.8-4) ... [2022-03-09T09:30:26.453Z] #19 112.9 Selecting previously unselected package libmagic-mgc. [2022-03-09T09:30:26.453Z] #19 112.9 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-03-09T09:30:26.453Z] #19 112.9 Unpacking libmagic-mgc (1:5.39-3) ... [2022-03-09T09:30:26.715Z] #19 113.0 Selecting previously unselected package libmagic1:amd64. [2022-03-09T09:30:26.716Z] #19 113.0 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-03-09T09:30:26.716Z] #19 113.1 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-03-09T09:30:26.716Z] #19 113.1 Selecting previously unselected package file. [2022-03-09T09:30:26.716Z] #19 113.1 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-03-09T09:30:26.977Z] #19 113.2 Unpacking file (1:5.39-3) ... [2022-03-09T09:30:26.977Z] #19 113.2 Selecting previously unselected package xz-utils. [2022-03-09T09:30:26.977Z] #19 113.2 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-03-09T09:30:26.977Z] #19 113.2 Unpacking xz-utils (5.2.5-2) ... [2022-03-09T09:30:26.977Z] #19 113.3 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-03-09T09:30:26.977Z] #19 113.3 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-09T09:30:26.977Z] #19 113.3 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-09T09:30:27.271Z] #21 DONE 42.5s [2022-03-09T09:30:27.271Z] [2022-03-09T09:30:27.271Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-09T09:30:27.271Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-09T09:30:27.817Z] #19 114.0 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-03-09T09:30:27.817Z] #19 114.1 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-03-09T09:30:27.817Z] #19 114.1 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-09T09:30:28.214Z] #22 1.203 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-09T09:30:28.214Z] #22 1.206 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-09T09:30:28.214Z] #22 1.210 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-09T09:30:28.214Z] #22 DONE 1.3s [2022-03-09T09:30:28.214Z] [2022-03-09T09:30:28.214Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:30:28.214Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:30:28.391Z] #19 114.7 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-03-09T09:30:28.391Z] #19 114.7 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-03-09T09:30:28.391Z] #19 114.7 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-09T09:30:28.519Z] #51 ... [2022-03-09T09:30:28.519Z] [2022-03-09T09:30:28.519Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-09T09:30:28.519Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-09T09:30:28.965Z] #19 115.4 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-03-09T09:30:29.228Z] #19 115.4 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-09T09:30:29.228Z] #19 115.4 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-09T09:30:29.265Z] #14 25.24 Reading package lists... [2022-03-09T09:30:29.265Z] #14 ... [2022-03-09T09:30:29.265Z] [2022-03-09T09:30:29.265Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:30:29.265Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:30:29.265Z] #58 19.22 Fetched 8505 kB in 15s (575 kB/s) [2022-03-09T09:30:29.265Z] #58 19.22 Reading package lists... [2022-03-09T09:30:29.265Z] #58 27.38 Reading package lists... [2022-03-09T09:30:29.265Z] #58 ... [2022-03-09T09:30:29.265Z] [2022-03-09T09:30:29.265Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:29.265Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:29.265Z] #47 27.02 Fetched 8509 kB in 21s (397 kB/s) [2022-03-09T09:30:29.431Z] #38 24.77 Reading package lists... [2022-03-09T09:30:29.431Z] #38 ... [2022-03-09T09:30:29.431Z] [2022-03-09T09:30:29.431Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:29.431Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:29.431Z] #14 25.70 Fetched 8505 kB in 20s (427 kB/s) [2022-03-09T09:30:29.431Z] #14 25.70 Reading package lists... [2022-03-09T09:30:29.431Z] #14 ... [2022-03-09T09:30:29.431Z] [2022-03-09T09:30:29.431Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:30:29.431Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:30:29.801Z] #19 116.1 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-03-09T09:30:29.801Z] #19 116.1 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-09T09:30:29.801Z] #19 116.1 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-09T09:30:29.954Z] #43 31.43 Updating files: 81% (1489/1837) Updating files: 82% (1507/1837) Updating files: 83% (1525/1837) Updating files: 84% (1544/1837) Updating files: 85% (1562/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-09T09:30:30.213Z] #43 31.99 + git checkout -q v2.3.0 [2022-03-09T09:30:30.373Z] #19 116.6 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-03-09T09:30:30.373Z] #19 116.6 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:30:30.373Z] #19 116.6 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T09:30:30.373Z] #19 116.6 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-03-09T09:30:30.373Z] #19 116.6 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:30:30.373Z] #19 116.6 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:30:31.626Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-09T09:30:31.626Z] [2022-03-09T09:30:31.626Z] ________ ____ __. [2022-03-09T09:30:31.626Z] \_____ \ | |/ _| [2022-03-09T09:30:31.626Z] / | \| < [2022-03-09T09:30:31.626Z] / | \ | \ [2022-03-09T09:30:31.626Z] \_______ /____|__ \ [2022-03-09T09:30:31.626Z] \/ \/ [2022-03-09T09:30:31.626Z] [2022-03-09T09:30:31.626Z] INFO: make.ps1 ended at 03/09/2022 09:30:19 [2022-03-09T09:30:31.626Z] INFO: Binaries build ended at 03/09/2022 09:30:21. Duration:00:01:40.2122487 [2022-03-09T09:30:31.626Z] INFO: Copying the built daemon binary to d:\CI\PR-43344\7\binary\dockerd-8c948c86d8.exe... [2022-03-09T09:30:31.626Z] INFO: Copying the built client binary to d:\CI\PR-43344\7\binary\docker-8c948c86d8.exe... [2022-03-09T09:30:31.626Z] INFO: Copying dockerversion from the container... [2022-03-09T09:30:31.626Z] INFO: Copying the golang package from the container to d:\CI\PR-43344\7\installer\go.zip... [2022-03-09T09:30:31.626Z] INFO: Extracting go.zip to d:\CI\PR-43344\7\go [2022-03-09T09:30:31.802Z] #47 27.02 Reading package lists... [2022-03-09T09:30:31.802Z] #47 ... [2022-03-09T09:30:31.802Z] [2022-03-09T09:30:31.802Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:30:31.802Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:30:32.595Z] #43 32.05 Updating files: 73% (1350/1837) Updating files: 74% (1360/1837) Updating files: 75% (1378/1837) Updating files: 76% (1397/1837) Updating files: 77% (1415/1837) Updating files: 78% (1433/1837) Updating files: 79% (1452/1837) Updating files: 80% (1470/1837) Updating files: 81% (1488/1837) Updating files: 82% (1507/1837) Updating files: 83% (1525/1837) Updating files: 84% (1544/1837) Updating files: 85% (1562/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-09T09:30:32.595Z] #43 32.89 + git checkout -q v2.3.0 [2022-03-09T09:30:33.501Z] #43 ... [2022-03-09T09:30:33.501Z] [2022-03-09T09:30:33.501Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:30:33.501Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:30:33.501Z] #58 25.03 Fetched 8505 kB in 19s (438 kB/s) [2022-03-09T09:30:33.501Z] #58 25.03 Reading package lists... [2022-03-09T09:30:33.501Z] #58 32.39 Reading package lists... [2022-03-09T09:30:33.501Z] #58 ... [2022-03-09T09:30:33.501Z] [2022-03-09T09:30:33.501Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:33.501Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:33.501Z] #47 24.74 Fetched 8509 kB in 19s (439 kB/s) [2022-03-09T09:30:33.501Z] #47 24.74 Reading package lists... [2022-03-09T09:30:33.501Z] #47 32.67 Reading package lists... [2022-03-09T09:30:33.501Z] #47 ... [2022-03-09T09:30:33.501Z] [2022-03-09T09:30:33.501Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:30:33.501Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:30:33.501Z] #43 35.15 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-09T09:30:35.139Z] #43 35.54 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-09T09:30:35.196Z] 8f616e6e9eec: Verifying Checksum [2022-03-09T09:30:35.196Z] 8f616e6e9eec: Download complete [2022-03-09T09:30:38.529Z] #23 9.923 Collecting yamllint==1.26.1 [2022-03-09T09:30:38.780Z] #43 ... [2022-03-09T09:30:38.780Z] [2022-03-09T09:30:38.780Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:38.780Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:38.780Z] #47 32.67 Reading package lists... [2022-03-09T09:30:39.472Z] #23 10.98 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-09T09:30:39.722Z] #47 40.15 Building dependency tree... [2022-03-09T09:30:39.722Z] #47 ... [2022-03-09T09:30:39.722Z] [2022-03-09T09:30:39.722Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:39.722Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:39.722Z] #38 24.77 Reading package lists... [2022-03-09T09:30:39.722Z] #38 32.03 Reading package lists... [2022-03-09T09:30:39.722Z] #38 39.52 Building dependency tree... [2022-03-09T09:30:39.982Z] #38 ... [2022-03-09T09:30:39.982Z] [2022-03-09T09:30:39.982Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:30:39.982Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:30:39.982Z] #51 41.21 go: downloading github.com/fatih/color v1.13.0 [2022-03-09T09:30:39.982Z] #51 41.21 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T09:30:39.982Z] #51 41.35 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-09T09:30:39.982Z] #51 41.35 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T09:30:39.982Z] #51 41.82 go: downloading github.com/spf13/viper v1.10.1 [2022-03-09T09:30:39.982Z] #51 41.84 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-09T09:30:40.388Z] #19 126.2 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-03-09T09:30:40.388Z] #19 126.2 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:30:40.388Z] #19 126.2 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-09T09:30:40.388Z] #19 126.3 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-03-09T09:30:40.388Z] #19 126.3 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:30:40.388Z] #19 126.3 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T09:30:40.410Z] #43 ... [2022-03-09T09:30:40.410Z] [2022-03-09T09:30:40.410Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:40.410Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:40.410Z] #38 22.25 Reading package lists... [2022-03-09T09:30:40.410Z] #38 31.33 Reading package lists... [2022-03-09T09:30:40.416Z] #23 12.07 Collecting pathspec>=0.5.3 [2022-03-09T09:30:40.416Z] #23 12.08 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-09T09:30:40.553Z] #51 42.54 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-09T09:30:40.553Z] #51 42.56 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-09T09:30:40.553Z] #51 42.61 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-09T09:30:40.553Z] #51 42.62 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-09T09:30:40.553Z] #51 ... [2022-03-09T09:30:40.553Z] [2022-03-09T09:30:40.553Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:40.553Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:40.553Z] #14 25.70 Reading package lists... [2022-03-09T09:30:40.553Z] #14 32.96 Reading package lists... [2022-03-09T09:30:40.669Z] #38 39.59 Building dependency tree... [2022-03-09T09:30:40.669Z] #38 ... [2022-03-09T09:30:40.669Z] [2022-03-09T09:30:40.669Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:30:40.669Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:30:40.669Z] #58 27.38 Reading package lists... [2022-03-09T09:30:40.669Z] #58 35.77 Building dependency tree... [2022-03-09T09:30:40.669Z] #58 40.79 The following additional packages will be installed: [2022-03-09T09:30:40.669Z] #58 40.80 libbtrfs0 [2022-03-09T09:30:40.669Z] #58 41.10 The following NEW packages will be installed: [2022-03-09T09:30:40.669Z] #58 41.13 libbtrfs-dev libbtrfs0 [2022-03-09T09:30:40.676Z] #23 12.44 Collecting pyyaml [2022-03-09T09:30:40.813Z] #14 41.08 Building dependency tree... [2022-03-09T09:30:40.813Z] #14 ... [2022-03-09T09:30:40.813Z] [2022-03-09T09:30:40.813Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:40.813Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:40.814Z] #47 40.15 Building dependency tree... [2022-03-09T09:30:40.926Z] #58 ... [2022-03-09T09:30:40.926Z] [2022-03-09T09:30:40.926Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:40.926Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:40.926Z] #38 39.59 Building dependency tree... [2022-03-09T09:30:40.937Z] #23 12.45 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-09T09:30:40.937Z] #23 12.51 Building wheels for collected packages: yamllint [2022-03-09T09:30:40.937Z] #23 12.51 Building wheel for yamllint (setup.py): started [2022-03-09T09:30:41.396Z] Running on azwin-2-c8b750 in d:\jenkins\workspace\moby_PR-43344 [Pipeline] { [Pipeline] ws [2022-03-09T09:30:41.411Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-09T09:30:41.876Z] #23 13.43 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-09T09:30:41.876Z] #23 13.44 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=2e4dff7a2a3eeefe9c8816d10bf1f7501bb6ef2e3fc3d73910eb120850360179 [2022-03-09T09:30:41.876Z] #23 13.44 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-09T09:30:41.876Z] #23 13.45 Successfully built yamllint [2022-03-09T09:30:41.876Z] #23 13.48 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-09T09:30:42.136Z] #23 13.84 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-09T09:30:42.706Z] #23 DONE 14.4s [2022-03-09T09:30:42.706Z] [2022-03-09T09:30:42.706Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-09T09:30:42.706Z] #27 sha256:6dfff385c35a3b54322f657a795212db4b9873c9aca155e99607a95bb3e164dc [2022-03-09T09:30:42.826Z] #38 ... [2022-03-09T09:30:42.826Z] [2022-03-09T09:30:42.827Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:42.827Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:42.827Z] #14 25.24 Reading package lists... [2022-03-09T09:30:42.827Z] #14 33.71 Reading package lists... [2022-03-09T09:30:42.827Z] #14 41.29 Building dependency tree... [2022-03-09T09:30:42.966Z] #27 DONE 0.3s [2022-03-09T09:30:42.966Z] [2022-03-09T09:30:42.966Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-09T09:30:42.966Z] #32 sha256:1f228c0feeb349df162863f57f18f487d9968ab3186626932d4ba69e2a0f4eb4 [2022-03-09T09:30:43.084Z] #14 ... [2022-03-09T09:30:43.084Z] [2022-03-09T09:30:43.084Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:30:43.084Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:30:43.084Z] #51 41.71 go: downloading github.com/fatih/color v1.13.0 [2022-03-09T09:30:43.084Z] #51 41.71 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T09:30:43.084Z] #51 41.89 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-09T09:30:43.084Z] #51 41.97 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-09T09:30:43.084Z] #51 42.49 go: downloading github.com/spf13/viper v1.10.1 [2022-03-09T09:30:43.084Z] #51 42.73 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-09T09:30:43.084Z] #51 43.40 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-09T09:30:43.084Z] #51 43.47 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-09T09:30:43.201Z] The recommended git tool is: git [2022-03-09T09:30:43.228Z] #32 DONE 0.3s [2022-03-09T09:30:43.228Z] [2022-03-09T09:30:43.228Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-09T09:30:43.228Z] #35 sha256:3a3b953557aa0d92263bd149204005dec9320815db4f81c42944a04587da2824 [2022-03-09T09:30:43.350Z] #47 44.73 The following additional packages will be installed: [2022-03-09T09:30:43.351Z] #47 44.75 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T09:30:43.351Z] #47 44.76 python3-protobuf python3-six [2022-03-09T09:30:43.351Z] #47 44.76 Suggested packages: [2022-03-09T09:30:43.351Z] #47 44.80 python3-setuptools [2022-03-09T09:30:43.351Z] #47 44.80 Recommended packages: [2022-03-09T09:30:43.351Z] #47 44.80 iproute2 | iproute [2022-03-09T09:30:43.489Z] #35 DONE 0.2s [2022-03-09T09:30:43.489Z] [2022-03-09T09:30:43.489Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:30:43.489Z] #56 sha256:54278b1a1c0498fcd951d57f12ac62d106c6e877d81048a7b9d589485c2014ed [2022-03-09T09:30:43.489Z] #56 ... [2022-03-09T09:30:43.489Z] [2022-03-09T09:30:43.489Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-09T09:30:43.489Z] #37 sha256:259ac83b2c2da46516d633c7c3d8c74b3f98922147c9c226c912cc2d27cbfd1d [2022-03-09T09:30:43.489Z] #37 DONE 0.1s [2022-03-09T09:30:43.693Z] #19 ... [2022-03-09T09:30:43.693Z] [2022-03-09T09:30:43.693Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:30:43.693Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:30:43.693Z] #50 141.4 + dpkg --print-architecture [2022-03-09T09:30:43.694Z] #50 141.4 + git checkout -q v2.1.0 [2022-03-09T09:30:43.749Z] [2022-03-09T09:30:43.749Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-09T09:30:43.749Z] #41 sha256:0320ae43c1b761da5667507024188944037450a84167acb4e63a49eb5c66934a [2022-03-09T09:30:43.749Z] #41 DONE 0.1s [2022-03-09T09:30:43.749Z] [2022-03-09T09:30:43.749Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:30:43.749Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:30:43.856Z] 037d5740b404: Verifying Checksum [2022-03-09T09:30:43.856Z] 037d5740b404: Download complete [2022-03-09T09:30:43.918Z] #47 45.53 The following NEW packages will be installed: [2022-03-09T09:30:43.918Z] #47 45.53 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T09:30:43.918Z] #47 45.55 python3-protobuf python3-six [2022-03-09T09:30:43.955Z] #50 141.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-09T09:30:43.955Z] #50 141.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-09T09:30:44.009Z] #43 167.4 + dpkg --print-architecture [2022-03-09T09:30:44.009Z] #43 167.4 + git checkout -q v2.1.0 [2022-03-09T09:30:44.453Z] #51 44.82 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-09T09:30:44.453Z] #51 44.85 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-09T09:30:44.490Z] #47 46.11 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:30:44.490Z] #47 46.11 Need to get 2292 kB of archives. [2022-03-09T09:30:44.490Z] #47 46.11 After this operation, 11.0 MB of additional disk space will be used. [2022-03-09T09:30:44.490Z] #47 46.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-09T09:30:44.491Z] #47 46.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T09:30:44.491Z] #47 46.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-09T09:30:44.491Z] #47 46.20 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-09T09:30:44.491Z] #47 46.29 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-09T09:30:44.491Z] #47 46.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-09T09:30:44.580Z] #43 167.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-09T09:30:44.580Z] #43 167.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-09T09:30:44.808Z] #47 46.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-09T09:30:45.018Z] #51 ... [2022-03-09T09:30:45.019Z] [2022-03-09T09:30:45.019Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:45.019Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:45.019Z] #47 27.02 Reading package lists... [2022-03-09T09:30:45.019Z] #47 35.70 Reading package lists... [2022-03-09T09:30:45.019Z] #47 43.15 Building dependency tree... [2022-03-09T09:30:45.282Z] #47 ... [2022-03-09T09:30:45.282Z] [2022-03-09T09:30:45.282Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:45.282Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:45.282Z] #38 44.67 The following additional packages will be installed: [2022-03-09T09:30:45.282Z] #38 44.69 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-09T09:30:45.282Z] #38 44.71 Suggested packages: [2022-03-09T09:30:45.282Z] #38 44.71 cmake-doc ninja-build lrzip [2022-03-09T09:30:45.282Z] #38 44.71 Recommended packages: [2022-03-09T09:30:45.282Z] #38 44.71 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-09T09:30:45.282Z] #38 45.86 The following NEW packages will be installed: [2022-03-09T09:30:45.282Z] #38 45.91 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-09T09:30:45.282Z] #38 45.91 vim-common xxd [2022-03-09T09:30:45.540Z] #38 ... [2022-03-09T09:30:45.540Z] [2022-03-09T09:30:45.540Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:30:45.540Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:30:45.540Z] #58 41.70 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:30:45.540Z] #58 41.70 Need to get 460 kB of archives. [2022-03-09T09:30:45.540Z] #58 41.70 After this operation, 1237 kB of additional disk space will be used. [2022-03-09T09:30:45.540Z] #58 41.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T09:30:45.540Z] #58 41.71 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T09:30:45.540Z] #58 43.32 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:30:45.540Z] #58 43.74 Fetched 460 kB in 0s (923 kB/s) [2022-03-09T09:30:45.540Z] #58 43.93 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T09:30:45.540Z] #58 43.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:30:45.540Z] #58 44.04 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T09:30:45.540Z] #58 44.04 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:30:45.540Z] #58 44.29 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T09:30:45.540Z] #58 44.30 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T09:30:45.540Z] #58 44.31 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:30:45.540Z] #58 44.84 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:30:45.540Z] #58 44.86 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:30:45.540Z] #58 44.88 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:30:45.540Z] #58 DONE 46.0s [2022-03-09T09:30:45.797Z] [2022-03-09T09:30:45.797Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-09T09:30:45.797Z] #59 sha256:1ee757bac0b4f6efa7940cb84669b05c994663daba085463310056fbbb4d4c79 [2022-03-09T09:30:45.797Z] #59 DONE 0.2s [2022-03-09T09:30:45.797Z] [2022-03-09T09:30:45.797Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:45.797Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:45.797Z] #14 45.97 The following additional packages will be installed: [2022-03-09T09:30:45.797Z] #14 45.97 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T09:30:45.797Z] #14 45.97 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-09T09:30:45.797Z] #14 45.97 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-09T09:30:45.797Z] #14 45.98 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-09T09:30:45.797Z] #14 45.98 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-09T09:30:45.797Z] #14 45.98 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-09T09:30:45.797Z] #14 45.99 mingw-w64-common mingw-w64-x86-64-dev [2022-03-09T09:30:45.797Z] #14 46.00 Suggested packages: [2022-03-09T09:30:45.797Z] #14 46.00 gcc-10-locales seccomp wine64 [2022-03-09T09:30:45.815Z] #47 ... [2022-03-09T09:30:45.816Z] [2022-03-09T09:30:45.816Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-09T09:30:45.816Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T09:30:45.816Z] #53 47.91 v3.0.2 [2022-03-09T09:30:46.800Z] #53 DONE 48.5s [2022-03-09T09:30:46.800Z] [2022-03-09T09:30:46.800Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:46.800Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:46.800Z] #38 43.41 The following additional packages will be installed: [2022-03-09T09:30:46.800Z] #38 43.44 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-09T09:30:46.800Z] #38 43.48 Suggested packages: [2022-03-09T09:30:46.800Z] #38 43.50 cmake-doc ninja-build lrzip [2022-03-09T09:30:46.800Z] #38 43.50 Recommended packages: [2022-03-09T09:30:46.800Z] #38 43.50 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-09T09:30:46.800Z] #38 44.96 The following NEW packages will be installed: [2022-03-09T09:30:46.800Z] #38 44.97 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-09T09:30:46.800Z] #38 44.97 vim-common xxd [2022-03-09T09:30:46.800Z] #38 45.41 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:30:46.800Z] #38 45.41 Need to get 17.7 MB of archives. [2022-03-09T09:30:46.800Z] #38 45.41 After this operation, 70.7 MB of additional disk space will be used. [2022-03-09T09:30:46.800Z] #38 45.41 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T09:30:46.800Z] #38 45.42 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T09:30:46.800Z] #38 45.42 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-09T09:30:46.800Z] #38 45.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T09:30:46.800Z] #38 46.51 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-09T09:30:46.800Z] #38 46.56 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-09T09:30:46.800Z] #38 46.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-09T09:30:46.800Z] #38 46.64 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-09T09:30:46.800Z] #38 46.64 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-09T09:30:46.800Z] #38 46.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-09T09:30:46.800Z] #38 48.63 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:30:47.060Z] #38 49.03 Fetched 17.7 MB in 2s (7568 kB/s) [2022-03-09T09:30:47.060Z] #38 49.16 Selecting previously unselected package xxd. [2022-03-09T09:30:47.174Z] #14 47.65 The following NEW packages will be installed: [2022-03-09T09:30:47.174Z] #14 47.66 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T09:30:47.174Z] #14 47.66 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-09T09:30:47.174Z] #14 47.66 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-09T09:30:47.174Z] #14 47.66 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-09T09:30:47.174Z] #14 47.66 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-09T09:30:47.174Z] #14 47.66 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-09T09:30:47.174Z] #14 47.66 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-09T09:30:47.174Z] #14 47.66 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-09T09:30:47.174Z] #14 47.66 mingw-w64-x86-64-dev [2022-03-09T09:30:47.329Z] #38 49.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 ... 15709 files and directories currently installed.) [2022-03-09T09:30:47.329Z] #38 49.31 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:30:47.329Z] #38 49.40 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:47.753Z] #14 48.11 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:30:47.753Z] #14 48.11 Need to get 115 MB of archives. [2022-03-09T09:30:47.753Z] #14 48.11 After this operation, 645 MB of additional disk space will be used. [2022-03-09T09:30:47.753Z] #14 48.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-09T09:30:47.753Z] #14 48.24 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-09T09:30:47.897Z] #38 49.89 Selecting previously unselected package vim-common. [2022-03-09T09:30:47.897Z] #38 49.89 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:30:47.897Z] #38 49.96 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:48.013Z] #14 48.48 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-09T09:30:48.013Z] #14 ... [2022-03-09T09:30:48.013Z] [2022-03-09T09:30:48.013Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-09T09:30:48.013Z] #53 sha256:6dd8ff98f3953af4790562a2c0cc846740a3d37349fa5a08e644cfca8188eab3 [2022-03-09T09:30:48.013Z] #53 48.22 v3.0.2 [2022-03-09T09:30:48.013Z] #53 DONE 48.5s [2022-03-09T09:30:48.013Z] [2022-03-09T09:30:48.013Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:48.013Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:48.013Z] #14 48.50 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-09T09:30:48.013Z] #14 48.51 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-09T09:30:48.013Z] #14 48.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-09T09:30:48.158Z] #38 ... [2022-03-09T09:30:48.158Z] [2022-03-09T09:30:48.158Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:30:48.158Z] #58 sha256:17a1712948a1ab19d9c3c60f4a8ea087cd708e0a6731076282664644d0d48f4e [2022-03-09T09:30:48.158Z] #58 32.39 Reading package lists... [2022-03-09T09:30:48.158Z] #58 40.10 Building dependency tree... [2022-03-09T09:30:48.158Z] #58 44.29 The following additional packages will be installed: [2022-03-09T09:30:48.158Z] #58 44.32 libbtrfs0 [2022-03-09T09:30:48.158Z] #58 44.71 The following NEW packages will be installed: [2022-03-09T09:30:48.158Z] #58 44.71 libbtrfs-dev libbtrfs0 [2022-03-09T09:30:48.158Z] #58 45.10 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:30:48.158Z] #58 45.10 Need to get 460 kB of archives. [2022-03-09T09:30:48.158Z] #58 45.10 After this operation, 1237 kB of additional disk space will be used. [2022-03-09T09:30:48.158Z] #58 45.10 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T09:30:48.158Z] #58 45.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T09:30:48.158Z] #58 46.64 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:30:48.158Z] #58 47.09 Fetched 460 kB in 0s (1262 kB/s) [2022-03-09T09:30:48.158Z] #58 47.44 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T09:30:48.158Z] #58 47.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:30:48.158Z] #58 47.50 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T09:30:48.158Z] #58 47.54 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:30:48.158Z] #58 48.34 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T09:30:48.158Z] #58 48.35 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T09:30:48.158Z] #58 48.48 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:30:48.158Z] #58 49.19 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:30:48.158Z] #58 49.31 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:30:48.158Z] #58 49.43 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:30:48.158Z] #58 DONE 50.1s [2022-03-09T09:30:48.158Z] [2022-03-09T09:30:48.158Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-09T09:30:48.158Z] #59 sha256:a0c4b0c1214b7778f1e39f78547e8dad321820c7ccf0a147363c01439056d46d [2022-03-09T09:30:48.424Z] #59 DONE 0.5s [2022-03-09T09:30:48.424Z] [2022-03-09T09:30:48.424Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:30:48.424Z] #60 sha256:f6b76da136f04c6ede32fe4ba83bce2ca5a890b81c89e7e116d2be0af57d5a3b [2022-03-09T09:30:48.579Z] #14 48.95 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-09T09:30:48.579Z] #14 49.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-03-09T09:30:48.579Z] #14 49.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-03-09T09:30:49.512Z] #14 50.00 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-09T09:30:50.335Z] #60 1.533 + RM_GOPATH=0 [2022-03-09T09:30:50.335Z] #60 1.533 + TMP_GOPATH= [2022-03-09T09:30:50.335Z] #60 1.533 + : /build [2022-03-09T09:30:50.335Z] #60 1.533 + '[' -z '' ']' [2022-03-09T09:30:50.335Z] #60 1.533 ++ mktemp -d [2022-03-09T09:30:50.335Z] #60 1.533 + export GOPATH=/tmp/tmp.t9wyQ4Lxdy [2022-03-09T09:30:50.335Z] #60 1.541 + GOPATH=/tmp/tmp.t9wyQ4Lxdy [2022-03-09T09:30:50.335Z] #60 1.541 + RM_GOPATH=1 [2022-03-09T09:30:50.335Z] #60 1.541 + case "$(go env GOARCH)" in [2022-03-09T09:30:50.335Z] #60 1.541 ++ go env GOARCH [2022-03-09T09:30:50.335Z] #60 1.542 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:50.335Z] #60 1.542 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:50.335Z] #60 1.542 ++ dirname /install.sh [2022-03-09T09:30:50.335Z] #60 1.544 + dir=/ [2022-03-09T09:30:50.335Z] #60 1.547 + bin=containerd [2022-03-09T09:30:50.335Z] #60 1.547 + shift [2022-03-09T09:30:50.335Z] #60 1.547 + '[' '!' -f //containerd.installer ']' [2022-03-09T09:30:50.335Z] #60 1.547 + . //containerd.installer [2022-03-09T09:30:50.335Z] #60 1.547 ++ set -e [2022-03-09T09:30:50.335Z] #60 1.547 ++ : v1.5.10 [2022-03-09T09:30:50.335Z] #60 1.547 + install_containerd [2022-03-09T09:30:50.335Z] #60 1.547 + echo 'Install containerd version v1.5.10' [2022-03-09T09:30:50.335Z] #60 1.547 Install containerd version v1.5.10 [2022-03-09T09:30:50.335Z] #60 1.547 + git clone https://github.com/containerd/containerd.git /tmp/tmp.t9wyQ4Lxdy/src/github.com/containerd/containerd [2022-03-09T09:30:50.335Z] #60 1.548 Cloning into '/tmp/tmp.t9wyQ4Lxdy/src/github.com/containerd/containerd'... [2022-03-09T09:30:51.278Z] #60 ... [2022-03-09T09:30:51.279Z] [2022-03-09T09:30:51.279Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:51.279Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:51.279Z] #14 41.08 Building dependency tree... [2022-03-09T09:30:51.279Z] #14 45.78 The following additional packages will be installed: [2022-03-09T09:30:51.279Z] #14 45.79 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T09:30:51.279Z] #14 45.79 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-09T09:30:51.279Z] #14 45.79 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-09T09:30:51.279Z] #14 45.79 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-09T09:30:51.279Z] #14 45.79 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-09T09:30:51.279Z] #14 45.79 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-09T09:30:51.279Z] #14 45.79 mingw-w64-common mingw-w64-x86-64-dev [2022-03-09T09:30:51.279Z] #14 45.79 Suggested packages: [2022-03-09T09:30:51.279Z] #14 45.82 gcc-10-locales seccomp wine64 [2022-03-09T09:30:51.279Z] #14 48.10 The following NEW packages will be installed: [2022-03-09T09:30:51.279Z] #14 48.10 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T09:30:51.279Z] #14 48.10 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-09T09:30:51.279Z] #14 48.10 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-09T09:30:51.279Z] #14 48.10 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-09T09:30:51.279Z] #14 48.10 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-09T09:30:51.279Z] #14 48.10 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-09T09:30:51.279Z] #14 48.10 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-09T09:30:51.279Z] #14 48.10 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-09T09:30:51.279Z] #14 48.10 mingw-w64-x86-64-dev [2022-03-09T09:30:51.279Z] #14 48.67 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:30:51.279Z] #14 48.67 Need to get 115 MB of archives. [2022-03-09T09:30:51.279Z] #14 48.67 After this operation, 645 MB of additional disk space will be used. [2022-03-09T09:30:51.279Z] #14 48.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-09T09:30:51.279Z] #14 48.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-09T09:30:51.279Z] #14 49.22 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-09T09:30:51.279Z] #14 49.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-09T09:30:51.279Z] #14 49.23 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-09T09:30:51.279Z] #14 49.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-09T09:30:51.279Z] #14 49.83 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-09T09:30:51.279Z] #14 49.97 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-09T09:30:51.279Z] #14 50.01 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-09T09:30:51.279Z] #14 50.84 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-09T09:30:51.279Z] #14 52.99 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-09T09:30:51.434Z] #14 51.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-03-09T09:30:51.541Z] #14 ... [2022-03-09T09:30:51.541Z] [2022-03-09T09:30:51.541Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:51.541Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:51.541Z] #47 49.68 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-09T09:30:51.541Z] #47 51.49 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:30:51.541Z] #47 51.83 Fetched 2292 kB in 4s (512 kB/s) [2022-03-09T09:30:51.541Z] #47 51.90 Selecting previously unselected package libprotobuf23:amd64. [2022-03-09T09:30:51.541Z] #47 51.90 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:30:51.541Z] #47 51.95 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-09T09:30:51.541Z] #47 51.96 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T09:30:51.541Z] #47 52.97 Selecting previously unselected package python3-pkg-resources. [2022-03-09T09:30:51.541Z] #47 52.97 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T09:30:51.541Z] #47 53.01 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:30:51.541Z] #47 53.26 Selecting previously unselected package python3-six. [2022-03-09T09:30:51.541Z] #47 53.29 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-09T09:30:51.803Z] #47 53.41 Unpacking python3-six (1.16.0-2) ... [2022-03-09T09:30:52.003Z] #14 52.53 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-09T09:30:52.062Z] #47 53.59 Selecting previously unselected package python3-protobuf. [2022-03-09T09:30:52.062Z] #47 53.60 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-09T09:30:52.062Z] #47 53.62 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-09T09:30:52.630Z] #47 ... [2022-03-09T09:30:52.630Z] [2022-03-09T09:30:52.630Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:30:52.630Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:30:52.630Z] #51 44.57 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-09T09:30:52.630Z] #51 44.64 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-09T09:30:52.630Z] #51 49.89 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T09:30:52.630Z] #51 49.89 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T09:30:52.630Z] #51 50.03 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-09T09:30:52.630Z] #51 50.07 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-09T09:30:52.630Z] #51 50.19 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T09:30:52.630Z] #51 50.26 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-09T09:30:52.630Z] #51 50.34 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-09T09:30:52.630Z] #51 50.41 go: downloading github.com/spf13/afero v1.6.0 [2022-03-09T09:30:52.630Z] #51 50.53 go: downloading github.com/spf13/cast v1.4.1 [2022-03-09T09:30:52.630Z] #51 50.68 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-09T09:30:52.630Z] #51 50.69 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-09T09:30:52.630Z] #51 50.73 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-09T09:30:52.630Z] #51 50.80 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-09T09:30:52.630Z] #51 50.99 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-09T09:30:52.630Z] #51 51.06 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-09T09:30:52.630Z] #51 51.11 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-09T09:30:52.630Z] #51 51.14 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-09T09:30:52.630Z] #51 51.22 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-09T09:30:52.630Z] #51 51.34 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-09T09:30:52.630Z] #51 51.46 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-09T09:30:52.630Z] #51 51.50 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-09T09:30:52.630Z] #51 52.27 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-09T09:30:52.630Z] #51 52.42 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-09T09:30:52.630Z] #51 52.45 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-09T09:30:52.630Z] #51 52.53 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-09T09:30:52.630Z] #51 52.69 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-09T09:30:52.630Z] #51 52.75 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-09T09:30:52.630Z] #51 53.62 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-09T09:30:52.630Z] #51 53.69 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-09T09:30:52.630Z] #51 53.72 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-09T09:30:52.630Z] #51 53.75 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-09T09:30:52.630Z] #51 53.81 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-09T09:30:52.630Z] #51 53.90 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-09T09:30:52.630Z] #51 54.14 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-09T09:30:52.630Z] #51 54.20 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-09T09:30:52.630Z] #51 54.27 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-09T09:30:52.630Z] #51 54.37 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-09T09:30:52.630Z] #51 54.54 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-09T09:30:52.630Z] #51 54.68 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-09T09:30:52.630Z] #51 54.72 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-09T09:30:52.630Z] #51 54.76 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-09T09:30:52.899Z] #51 54.83 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-09T09:30:52.899Z] #51 54.86 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-09T09:30:52.899Z] #51 54.96 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-09T09:30:52.899Z] #51 ... [2022-03-09T09:30:52.899Z] [2022-03-09T09:30:52.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-03-09T09:30:52.899Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:52.899Z] #47 54.63 Selecting previously unselected package libnet1:amd64. [2022-03-09T09:30:52.936Z] #14 53.44 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-09T09:30:53.159Z] #47 54.64 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T09:30:53.159Z] #47 54.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:30:53.159Z] #47 54.85 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T09:30:53.159Z] #47 54.85 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T09:30:53.159Z] #47 54.86 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:30:53.727Z] #47 55.24 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T09:30:53.727Z] #47 55.24 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T09:30:53.727Z] #47 55.27 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:30:53.870Z] #14 ... [2022-03-09T09:30:53.870Z] [2022-03-09T09:30:53.870Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:30:53.870Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:30:53.870Z] #51 49.85 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-09T09:30:53.870Z] #51 49.89 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T09:30:53.870Z] #51 49.95 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-09T09:30:53.870Z] #51 50.11 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-09T09:30:53.870Z] #51 50.18 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-09T09:30:53.870Z] #51 50.33 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-09T09:30:53.870Z] #51 50.49 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-09T09:30:53.870Z] #51 50.63 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-09T09:30:53.870Z] #51 50.81 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-09T09:30:53.870Z] #51 50.93 go: downloading github.com/spf13/afero v1.6.0 [2022-03-09T09:30:53.870Z] #51 50.96 go: downloading github.com/spf13/cast v1.4.1 [2022-03-09T09:30:53.870Z] #51 50.97 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-09T09:30:53.870Z] #51 51.06 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-09T09:30:53.870Z] #51 51.15 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-09T09:30:53.870Z] #51 51.30 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-09T09:30:53.870Z] #51 51.33 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-09T09:30:53.870Z] #51 51.34 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-09T09:30:53.870Z] #51 51.44 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-09T09:30:53.870Z] #51 51.45 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-09T09:30:53.870Z] #51 51.46 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-09T09:30:53.870Z] #51 51.48 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-09T09:30:53.870Z] #51 51.49 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-09T09:30:53.870Z] #51 51.50 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-09T09:30:53.870Z] #51 51.60 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-09T09:30:53.870Z] #51 51.63 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-09T09:30:53.870Z] #51 51.68 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-09T09:30:53.870Z] #51 51.92 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-09T09:30:53.870Z] #51 52.00 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-09T09:30:53.870Z] #51 52.18 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-09T09:30:53.870Z] #51 52.33 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-09T09:30:53.870Z] #51 52.37 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-09T09:30:53.870Z] #51 52.48 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-09T09:30:53.870Z] #51 52.48 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-09T09:30:53.870Z] #51 52.56 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-09T09:30:53.870Z] #51 52.65 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-09T09:30:53.870Z] #51 52.80 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-09T09:30:53.870Z] #51 52.85 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-09T09:30:53.870Z] #51 52.93 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-09T09:30:53.870Z] #51 52.93 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-09T09:30:53.870Z] #51 53.17 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-09T09:30:53.870Z] #51 53.22 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-09T09:30:53.870Z] #51 53.25 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-09T09:30:53.871Z] #51 53.27 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-09T09:30:53.871Z] #51 53.29 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-09T09:30:53.871Z] #51 53.31 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-09T09:30:53.871Z] #51 53.39 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-09T09:30:53.871Z] #51 53.39 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-09T09:30:53.871Z] #51 53.43 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-09T09:30:53.871Z] #51 53.62 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-09T09:30:53.871Z] #51 53.94 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-09T09:30:53.871Z] #51 53.97 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-09T09:30:53.871Z] #51 54.10 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-09T09:30:53.871Z] #51 54.17 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-09T09:30:53.871Z] #51 54.24 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-09T09:30:53.871Z] #51 54.27 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-09T09:30:53.871Z] #51 54.35 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-09T09:30:53.871Z] #51 54.45 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-09T09:30:53.871Z] #51 54.52 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-09T09:30:53.871Z] #51 54.56 go: downloading github.com/julz/importas v0.1.0 [2022-03-09T09:30:53.986Z] #47 55.64 Selecting previously unselected package criu. [2022-03-09T09:30:53.986Z] #47 55.65 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-09T09:30:53.986Z] #47 55.66 Unpacking criu (3.16.1-3) ... [2022-03-09T09:30:54.142Z] #51 54.71 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-09T09:30:54.142Z] #51 54.77 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-09T09:30:54.142Z] #51 54.78 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-09T09:30:54.142Z] #51 54.85 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-09T09:30:54.501Z] #51 54.92 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-09T09:30:54.501Z] #51 55.07 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-09T09:30:54.501Z] #51 55.10 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-09T09:30:54.785Z] #51 55.26 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-09T09:30:54.785Z] #51 55.34 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-09T09:30:55.045Z] #51 55.42 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-09T09:30:55.045Z] #51 55.45 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-09T09:30:55.045Z] #51 55.45 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-09T09:30:55.386Z] #47 56.97 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:30:55.635Z] #51 ... [2022-03-09T09:30:55.635Z] [2022-03-09T09:30:55.635Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:30:55.635Z] #60 sha256:dccae5d37704723cbee7ae38861917112e817116b388b7a401045503a55be766 [2022-03-09T09:30:55.635Z] #60 1.554 + RM_GOPATH=0 [2022-03-09T09:30:55.635Z] #60 1.554 + TMP_GOPATH= [2022-03-09T09:30:55.635Z] #60 1.554 + : /build [2022-03-09T09:30:55.635Z] #60 1.554 + '[' -z '' ']' [2022-03-09T09:30:55.635Z] #60 1.560 ++ mktemp -d [2022-03-09T09:30:55.635Z] #60 1.560 + export GOPATH=/tmp/tmp.QMBDaaK9bL [2022-03-09T09:30:55.635Z] #60 1.560 + GOPATH=/tmp/tmp.QMBDaaK9bL [2022-03-09T09:30:55.635Z] #60 1.560 + RM_GOPATH=1 [2022-03-09T09:30:55.635Z] #60 1.560 + case "$(go env GOARCH)" in [2022-03-09T09:30:55.635Z] #60 1.561 ++ go env GOARCH [2022-03-09T09:30:55.635Z] #60 1.620 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:55.635Z] #60 1.620 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:30:55.635Z] #60 1.620 ++ dirname /install.sh [2022-03-09T09:30:55.635Z] #60 1.621 + dir=/ [2022-03-09T09:30:55.635Z] #60 1.621 + bin=containerd [2022-03-09T09:30:55.635Z] #60 1.621 + shift [2022-03-09T09:30:55.635Z] #60 1.621 + '[' '!' -f //containerd.installer ']' [2022-03-09T09:30:55.635Z] #60 1.621 + . //containerd.installer [2022-03-09T09:30:55.635Z] #60 1.622 ++ set -e [2022-03-09T09:30:55.635Z] #60 1.622 ++ : v1.5.10 [2022-03-09T09:30:55.635Z] #60 1.622 + install_containerd [2022-03-09T09:30:55.635Z] #60 1.622 + echo 'Install containerd version v1.5.10' [2022-03-09T09:30:55.635Z] #60 1.622 + git clone https://github.com/containerd/containerd.git /tmp/tmp.QMBDaaK9bL/src/github.com/containerd/containerd [2022-03-09T09:30:55.635Z] #60 1.622 Install containerd version v1.5.10 [2022-03-09T09:30:55.635Z] #60 1.629 Cloning into '/tmp/tmp.QMBDaaK9bL/src/github.com/containerd/containerd'... [2022-03-09T09:30:55.935Z] #60 ... [2022-03-09T09:30:55.935Z] [2022-03-09T09:30:55.935Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:55.935Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:55.935Z] #38 46.37 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:30:55.935Z] #38 46.37 Need to get 17.7 MB of archives. [2022-03-09T09:30:55.935Z] #38 46.37 After this operation, 70.7 MB of additional disk space will be used. [2022-03-09T09:30:55.935Z] #38 46.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T09:30:55.935Z] #38 46.37 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T09:30:55.935Z] #38 46.39 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-09T09:30:55.935Z] #38 46.46 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T09:30:55.935Z] #38 47.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-09T09:30:55.935Z] #38 47.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-09T09:30:55.935Z] #38 47.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-09T09:30:55.935Z] #38 47.11 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-09T09:30:55.935Z] #38 47.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-09T09:30:55.935Z] #38 47.15 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-09T09:30:55.935Z] #38 48.55 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:30:55.935Z] #38 48.87 Fetched 17.7 MB in 1s (12.0 MB/s) [2022-03-09T09:30:55.935Z] #38 49.05 Selecting previously unselected package xxd. [2022-03-09T09:30:55.935Z] #38 49.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:30:55.935Z] #38 49.24 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:30:55.935Z] #38 49.29 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:55.935Z] #38 49.71 Selecting previously unselected package vim-common. [2022-03-09T09:30:55.935Z] #38 49.71 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:30:55.935Z] #38 49.72 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:30:55.935Z] #38 50.25 Selecting previously unselected package cmake-data. [2022-03-09T09:30:55.935Z] #38 50.25 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-09T09:30:55.935Z] #38 50.29 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T09:30:55.935Z] #38 55.11 Selecting previously unselected package libicu67:amd64. [2022-03-09T09:30:55.935Z] #38 55.19 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-09T09:30:55.935Z] #38 55.19 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T09:30:55.935Z] #38 ... [2022-03-09T09:30:55.935Z] [2022-03-09T09:30:55.935Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:30:55.935Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:30:55.935Z] #51 56.39 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-09T09:30:55.935Z] #51 56.40 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-09T09:30:55.935Z] #51 56.41 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-09T09:30:55.935Z] #51 56.50 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-09T09:30:55.935Z] #51 56.57 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-09T09:30:55.935Z] #51 56.60 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-09T09:30:55.935Z] #51 56.63 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-09T09:30:56.204Z] #51 56.69 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-09T09:30:56.204Z] #51 56.77 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-09T09:30:56.772Z] #51 57.14 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-09T09:30:56.772Z] #51 57.17 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-09T09:30:56.772Z] #51 57.20 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-09T09:30:56.772Z] #51 57.22 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-09T09:30:56.772Z] #51 57.26 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-09T09:30:56.772Z] #51 57.26 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-09T09:30:56.772Z] #51 57.27 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-09T09:30:56.772Z] #51 57.32 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-09T09:30:56.772Z] #51 57.38 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-09T09:30:56.892Z] #60 ... [2022-03-09T09:30:56.892Z] [2022-03-09T09:30:56.892Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-09T09:30:56.892Z] #26 sha256:d7c03a0255ea7d173c0abd1a3731aea875bdc67368a751578199dab030962a6e [2022-03-09T09:30:56.892Z] #26 192.3 + return [2022-03-09T09:30:56.892Z] #26 DONE 192.9s [2022-03-09T09:30:56.892Z] [2022-03-09T09:30:56.892Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:30:56.892Z] #60 sha256:087ee6ec407019be150002eaa20ecad2fc7c77eb3a09b2a0b489e81fbcb5dea1 [2022-03-09T09:30:57.030Z] #51 57.54 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-09T09:30:57.030Z] #51 57.63 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-09T09:30:57.030Z] #51 57.64 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-09T09:30:57.595Z] #51 58.02 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-09T09:30:57.595Z] #51 58.03 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-09T09:30:57.595Z] #51 58.07 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-09T09:30:57.595Z] #51 58.08 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-09T09:30:57.595Z] #51 58.10 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-09T09:30:57.635Z] INFO: Extraction ended at 03/09/2022 09:30:56. Duration:00:00:32.0301389 [2022-03-09T09:30:57.635Z] INFO: Updating the golang and path environment variables [2022-03-09T09:30:57.635Z] INFO: GOPATH=d:\gopath [2022-03-09T09:30:57.635Z] INFO: go version go1.17.8 windows/amd64 [2022-03-09T09:30:57.635Z] INFO: Running the daemon under test in debug mode [2022-03-09T09:30:57.635Z] INFO: Starting a daemon under test... [2022-03-09T09:30:57.635Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43344\7\daemon --pidfile d:\CI\PR-43344\7\docker.pid -D [2022-03-09T09:30:57.635Z] INFO: Process started successfully. [2022-03-09T09:30:57.635Z] INFO: Start tailing logs of the daemon under tests [2022-03-09T09:30:57.635Z] INFO: Waiting for the daemon under test to start... [2022-03-09T09:30:57.824Z] #60 ... [2022-03-09T09:30:57.824Z] [2022-03-09T09:30:57.824Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-09T09:30:57.824Z] #27 sha256:4351d41ebcc4996222ebb0932c0f3d0d8d53cda200d53d3bb42dfabd4daea54f [2022-03-09T09:30:57.825Z] #27 DONE 0.1s [2022-03-09T09:30:57.853Z] #51 58.37 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-09T09:30:57.853Z] #51 58.52 go: downloading honnef.co/go/tools v0.2.2 [2022-03-09T09:30:57.853Z] #51 ... [2022-03-09T09:30:57.853Z] [2022-03-09T09:30:57.853Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:30:57.853Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:30:57.853Z] #47 48.27 The following additional packages will be installed: [2022-03-09T09:30:57.853Z] #47 48.29 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T09:30:57.853Z] #47 48.29 python3-protobuf python3-six [2022-03-09T09:30:57.853Z] #47 48.30 Suggested packages: [2022-03-09T09:30:57.853Z] #47 48.30 python3-setuptools [2022-03-09T09:30:57.853Z] #47 48.30 Recommended packages: [2022-03-09T09:30:57.853Z] #47 48.30 iproute2 | iproute [2022-03-09T09:30:57.853Z] #47 49.17 The following NEW packages will be installed: [2022-03-09T09:30:57.853Z] #47 49.17 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-09T09:30:57.853Z] #47 49.17 python3-protobuf python3-six [2022-03-09T09:30:57.853Z] #47 49.89 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:30:57.853Z] #47 49.89 Need to get 2292 kB of archives. [2022-03-09T09:30:57.853Z] #47 49.89 After this operation, 11.0 MB of additional disk space will be used. [2022-03-09T09:30:57.853Z] #47 49.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-09T09:30:57.853Z] #47 49.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T09:30:57.853Z] #47 49.95 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-09T09:30:57.853Z] #47 50.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-09T09:30:57.853Z] #47 50.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-09T09:30:57.853Z] #47 50.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-09T09:30:57.853Z] #47 50.11 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-09T09:30:57.853Z] #47 53.50 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-09T09:30:57.853Z] #47 55.60 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:30:57.853Z] #47 55.98 Fetched 2292 kB in 4s (520 kB/s) [2022-03-09T09:30:57.853Z] #47 56.21 Selecting previously unselected package libprotobuf23:amd64. [2022-03-09T09:30:57.853Z] #47 56.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:30:57.853Z] #47 56.31 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-09T09:30:57.853Z] #47 56.33 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T09:30:57.853Z] #47 57.50 Selecting previously unselected package python3-pkg-resources. [2022-03-09T09:30:57.853Z] #47 57.50 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T09:30:57.853Z] #47 57.51 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:30:57.853Z] #47 57.88 Selecting previously unselected package python3-six. [2022-03-09T09:30:57.853Z] #47 57.89 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-09T09:30:57.853Z] #47 57.91 Unpacking python3-six (1.16.0-2) ... [2022-03-09T09:30:57.853Z] #47 58.16 Selecting previously unselected package python3-protobuf. [2022-03-09T09:30:57.853Z] #47 58.17 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-09T09:30:57.853Z] #47 58.19 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-09T09:30:57.951Z] #47 59.66 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T09:30:57.951Z] #47 59.69 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:30:58.081Z] [2022-03-09T09:30:58.081Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-09T09:30:58.081Z] #32 sha256:cc5015659534fa0eb1be347100ce8bb8add70c525ebcde9f96810d1c6ad2f1e0 [2022-03-09T09:30:58.081Z] #32 DONE 0.2s [2022-03-09T09:30:58.081Z] [2022-03-09T09:30:58.081Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-09T09:30:58.081Z] #35 sha256:cd53557b22cbc9d3dd11f50cfec7eae3e2dd2e2dc4bf1427d2cea336fc02992e [2022-03-09T09:30:58.110Z] #47 ... [2022-03-09T09:30:58.110Z] [2022-03-09T09:30:58.110Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:30:58.110Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:30:58.110Z] #14 56.04 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-09T09:30:58.110Z] #14 56.91 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-09T09:30:58.110Z] #14 56.92 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-09T09:30:58.110Z] #14 56.92 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-09T09:30:58.110Z] #14 56.92 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T09:30:58.110Z] #14 56.94 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T09:30:58.110Z] #14 56.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-03-09T09:30:58.110Z] #14 56.98 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-09T09:30:58.110Z] #14 56.99 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-09T09:30:58.110Z] #14 57.02 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-09T09:30:58.111Z] #14 57.04 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-09T09:30:58.111Z] #14 57.06 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-09T09:30:58.111Z] #14 57.07 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-09T09:30:58.111Z] #14 57.12 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-09T09:30:58.111Z] #14 57.13 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-09T09:30:58.111Z] #14 57.14 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-09T09:30:58.111Z] #14 57.16 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-09T09:30:58.111Z] #14 58.65 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:30:58.220Z] #47 59.72 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:30:58.220Z] #47 59.77 Setting up python3-six (1.16.0-2) ... [2022-03-09T09:30:58.220Z] #47 ... [2022-03-09T09:30:58.220Z] [2022-03-09T09:30:58.220Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:30:58.220Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:30:58.220Z] #38 50.32 Selecting previously unselected package cmake-data. [2022-03-09T09:30:58.220Z] #38 50.34 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-09T09:30:58.220Z] #38 50.34 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T09:30:58.220Z] #38 55.02 Selecting previously unselected package libicu67:amd64. [2022-03-09T09:30:58.220Z] #38 55.03 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-09T09:30:58.220Z] #38 55.06 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T09:30:58.345Z] #35 DONE 0.1s [2022-03-09T09:30:58.345Z] [2022-03-09T09:30:58.345Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-09T09:30:58.345Z] #37 sha256:d07b979fb55d5d36e19ca01cdb6106fbe0c58f702e84ab2e1d01ab9d830a77d5 [2022-03-09T09:30:58.345Z] #37 DONE 0.1s [2022-03-09T09:30:58.345Z] [2022-03-09T09:30:58.345Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-09T09:30:58.345Z] #41 sha256:f3911b243b08d8c546fb6bc6c2f1b2ad63728988b824a77d39e9657a24fa4514 [2022-03-09T09:30:58.345Z] #41 DONE 0.0s [2022-03-09T09:30:58.345Z] [2022-03-09T09:30:58.345Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:30:58.345Z] #60 sha256:087ee6ec407019be150002eaa20ecad2fc7c77eb3a09b2a0b489e81fbcb5dea1 [2022-03-09T09:30:58.345Z] #60 ... [2022-03-09T09:30:58.345Z] [2022-03-09T09:30:58.345Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-09T09:30:58.345Z] #44 sha256:6b85b8799f0e5d2b668c0cc1389ed7535efc6f979ba5c0b8d68e9b21227709f4 [2022-03-09T09:30:58.345Z] #44 DONE 0.1s [2022-03-09T09:30:58.368Z] #14 58.90 Fetched 115 MB in 9s (12.2 MB/s) [2022-03-09T09:30:58.368Z] #14 59.04 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-09T09:30:58.495Z] #38 ... [2022-03-09T09:30:58.495Z] [2022-03-09T09:30:58.495Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:30:58.495Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:30:58.495Z] #34 59.15 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-09T09:30:58.495Z] #34 59.97 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-09T09:30:58.602Z] [2022-03-09T09:30:58.602Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-09T09:30:58.602Z] #48 sha256:2410a560bf1af91288b287187fa5bdad5b21ff35b4f2eba6b326f10b7c2a2cb5 [2022-03-09T09:30:58.602Z] #48 DONE 0.1s [2022-03-09T09:30:58.602Z] [2022-03-09T09:30:58.602Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-09T09:30:58.602Z] #50 sha256:abaf7e6126f36b74bbcd691bad19511403426d9b1232b2334aca8052bc0a8e6c [2022-03-09T09:30:58.602Z] #50 DONE 0.1s [2022-03-09T09:30:58.602Z] [2022-03-09T09:30:58.602Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:30:58.602Z] #60 sha256:087ee6ec407019be150002eaa20ecad2fc7c77eb3a09b2a0b489e81fbcb5dea1 [2022-03-09T09:30:58.624Z] #14 59.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:30:58.624Z] #14 59.17 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T09:30:58.624Z] #14 59.18 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T09:30:58.880Z] #50 ... [2022-03-09T09:30:58.880Z] [2022-03-09T09:30:58.880Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-09T09:30:58.880Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T09:30:58.880Z] #19 135.0 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-03-09T09:30:58.880Z] #19 135.0 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:30:58.880Z] #19 135.0 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-09T09:30:58.880Z] #19 135.1 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-03-09T09:30:58.880Z] #19 135.1 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:30:58.880Z] #19 135.1 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T09:30:58.880Z] #19 144.4 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-03-09T09:30:58.880Z] #19 144.4 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:30:58.880Z] #19 144.4 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T09:30:58.880Z] #19 144.4 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-03-09T09:30:58.880Z] #19 144.4 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:30:58.880Z] #19 144.4 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:30:59.474Z] #34 61.12 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:31:01.877Z] #60 172.2 + bin/containerd [2022-03-09T09:31:01.908Z] #14 ... [2022-03-09T09:31:01.909Z] [2022-03-09T09:31:01.909Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:31:01.909Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:31:01.909Z] #34 59.75 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-09T09:31:01.909Z] #34 60.54 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-09T09:31:01.909Z] #34 60.68 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:31:02.014Z] #34 ... [2022-03-09T09:31:02.014Z] [2022-03-09T09:31:02.014Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:31:02.014Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:31:02.014Z] #14 53.73 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-09T09:31:02.014Z] #14 54.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-03-09T09:31:02.014Z] #14 56.79 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-09T09:31:02.014Z] #14 57.74 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-09T09:31:02.014Z] #14 57.74 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-09T09:31:02.014Z] #14 57.75 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-09T09:31:02.014Z] #14 57.77 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T09:31:02.014Z] #14 57.77 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T09:31:02.014Z] #14 57.78 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-09T09:31:02.014Z] #14 57.78 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-09T09:31:02.014Z] #14 57.78 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-09T09:31:02.014Z] #14 57.84 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-09T09:31:02.014Z] #14 57.84 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-09T09:31:02.014Z] #14 57.88 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-09T09:31:02.014Z] #14 57.88 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-09T09:31:02.014Z] #14 57.97 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-09T09:31:02.014Z] #14 57.97 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-09T09:31:02.014Z] #14 57.97 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-09T09:31:02.014Z] #14 58.01 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-09T09:31:02.014Z] #14 59.39 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:31:02.014Z] #14 59.88 Fetched 115 MB in 10s (11.8 MB/s) [2022-03-09T09:31:02.014Z] #14 60.02 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-09T09:31:02.014Z] #14 60.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-09T09:31:02.014Z] #14 60.11 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T09:31:02.014Z] #14 60.12 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T09:31:02.014Z] #14 ... [2022-03-09T09:31:02.014Z] [2022-03-09T09:31:02.014Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:02.014Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:02.014Z] #51 55.07 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-09T09:31:02.014Z] #51 55.20 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-09T09:31:02.014Z] #51 55.34 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-09T09:31:02.014Z] #51 55.57 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-09T09:31:02.014Z] #51 55.70 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-09T09:31:02.014Z] #51 55.74 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-09T09:31:02.014Z] #51 55.94 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-09T09:31:02.014Z] #51 55.96 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-09T09:31:02.014Z] #51 56.33 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-09T09:31:02.014Z] #51 56.34 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-09T09:31:02.014Z] #51 56.39 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-09T09:31:02.014Z] #51 56.40 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-09T09:31:02.014Z] #51 56.53 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-09T09:31:02.014Z] #51 56.54 go: downloading github.com/julz/importas v0.1.0 [2022-03-09T09:31:02.014Z] #51 56.60 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-09T09:31:02.014Z] #51 56.62 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-09T09:31:02.014Z] #51 56.63 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-09T09:31:02.014Z] #51 56.81 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-09T09:31:02.014Z] #51 56.82 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-09T09:31:02.014Z] #51 56.84 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-09T09:31:02.014Z] #51 56.87 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-09T09:31:02.014Z] #51 56.92 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-09T09:31:02.014Z] #51 56.96 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-09T09:31:02.014Z] #51 57.06 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-09T09:31:02.014Z] #51 57.10 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-09T09:31:02.014Z] #51 57.26 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-09T09:31:02.014Z] #51 58.17 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-09T09:31:02.014Z] #51 58.19 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-09T09:31:02.014Z] #51 58.20 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-09T09:31:02.014Z] #51 58.31 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-09T09:31:02.014Z] #51 58.38 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-09T09:31:02.014Z] #51 58.38 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-09T09:31:02.014Z] #51 58.45 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-09T09:31:02.014Z] #51 58.54 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-09T09:31:02.014Z] #51 58.56 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-09T09:31:02.014Z] #51 58.86 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-09T09:31:02.014Z] #51 58.87 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-09T09:31:02.014Z] #51 58.89 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-09T09:31:02.014Z] #51 58.91 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-09T09:31:02.014Z] #51 58.95 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-09T09:31:02.014Z] #51 58.96 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-09T09:31:02.014Z] #51 59.07 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-09T09:31:02.014Z] #51 59.15 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-09T09:31:02.014Z] #51 59.19 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-09T09:31:02.014Z] #51 59.22 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-09T09:31:02.014Z] #51 59.32 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-09T09:31:02.014Z] #51 59.45 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-09T09:31:02.014Z] #51 59.76 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-09T09:31:02.014Z] #51 59.77 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-09T09:31:02.014Z] #51 59.81 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-09T09:31:02.014Z] #51 59.83 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-09T09:31:02.014Z] #51 59.85 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-09T09:31:02.014Z] #51 60.40 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-09T09:31:02.014Z] #51 60.61 go: downloading honnef.co/go/tools v0.2.2 [2022-03-09T09:31:02.014Z] #51 62.50 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-09T09:31:02.014Z] #51 62.52 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-09T09:31:02.014Z] #51 62.68 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-09T09:31:02.014Z] #51 62.77 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T09:31:02.014Z] #51 62.78 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T09:31:02.014Z] #51 62.83 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-09T09:31:02.014Z] #51 62.90 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-09T09:31:02.014Z] #51 63.23 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T09:31:02.014Z] #51 63.27 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T09:31:02.014Z] #51 63.43 go: downloading golang.org/x/text v0.3.7 [2022-03-09T09:31:02.014Z] #51 ... [2022-03-09T09:31:02.014Z] [2022-03-09T09:31:02.014Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:31:02.014Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:31:02.014Z] #14 63.97 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-09T09:31:02.014Z] #14 63.97 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T09:31:02.014Z] #14 64.03 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T09:31:02.811Z] #60 ... [2022-03-09T09:31:02.811Z] [2022-03-09T09:31:02.811Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:31:02.811Z] #56 sha256:8bc2e14d97f787eb3537b0d353842ea86c5927b5345f046485b8348e42846d36 [2022-03-09T09:31:02.811Z] #56 117.8 + mkdir -p /build [2022-03-09T09:31:02.811Z] #56 117.8 + cp runc /build/runc [2022-03-09T09:31:02.811Z] #56 DONE 118.0s [2022-03-09T09:31:02.811Z] [2022-03-09T09:31:02.811Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:02.811Z] #51 sha256:7e886a43c3741841e41ebabce8488931375aaa4f3d3c86112f4cd8891884996a [2022-03-09T09:31:04.193Z] #19 ... [2022-03-09T09:31:04.193Z] [2022-03-09T09:31:04.193Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:31:04.193Z] #50 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:31:04.193Z] #50 DONE 162.0s [2022-03-09T09:31:04.454Z] [2022-03-09T09:31:04.454Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:04.454Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:04.454Z] #58 ... [2022-03-09T09:31:04.454Z] [2022-03-09T09:31:04.454Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-09T09:31:04.454Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T09:31:04.454Z] #19 150.8 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-03-09T09:31:04.454Z] #19 150.8 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:31:04.454Z] #19 150.8 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T09:31:04.454Z] #19 150.9 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-03-09T09:31:04.715Z] #19 150.9 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:31:04.715Z] #19 150.9 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:31:05.309Z] #14 67.24 Selecting previously unselected package binutils-mingw-w64. [2022-03-09T09:31:05.309Z] #14 67.24 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-09T09:31:05.309Z] #14 67.25 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T09:31:05.568Z] #14 67.42 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-09T09:31:05.568Z] #14 67.42 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:31:05.568Z] #14 67.43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:31:05.827Z] #14 67.73 Selecting previously unselected package dmsetup. [2022-03-09T09:31:05.827Z] #14 67.73 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:31:05.827Z] #14 67.74 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-09T09:31:06.079Z] #51 202.4 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-09T09:31:06.079Z] #51 DONE 202.6s [2022-03-09T09:31:06.079Z] [2022-03-09T09:31:06.079Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:31:06.079Z] #60 sha256:087ee6ec407019be150002eaa20ecad2fc7c77eb3a09b2a0b489e81fbcb5dea1 [2022-03-09T09:31:06.093Z] #34 ... [2022-03-09T09:31:06.093Z] [2022-03-09T09:31:06.093Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:31:06.093Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:31:06.093Z] #38 64.23 Selecting previously unselected package libxml2:amd64. [2022-03-09T09:31:06.093Z] #38 64.24 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-09T09:31:06.093Z] #38 64.26 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T09:31:06.093Z] #38 65.07 Selecting previously unselected package libarchive13:amd64. [2022-03-09T09:31:06.093Z] #38 65.12 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-09T09:31:06.093Z] #38 65.15 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T09:31:06.093Z] #38 65.88 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-09T09:31:06.093Z] #38 65.89 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-09T09:31:06.093Z] #38 65.91 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T09:31:06.093Z] #38 66.07 Selecting previously unselected package librhash0:amd64. [2022-03-09T09:31:06.093Z] #38 66.08 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-09T09:31:06.093Z] #38 66.09 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-09T09:31:06.093Z] #38 66.44 Selecting previously unselected package libuv1:amd64. [2022-03-09T09:31:06.093Z] #38 66.44 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-09T09:31:06.093Z] #38 66.45 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-09T09:31:06.350Z] #38 66.79 Selecting previously unselected package cmake. [2022-03-09T09:31:06.350Z] #38 66.79 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-09T09:31:06.350Z] #38 66.81 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-09T09:31:06.395Z] #14 68.21 Selecting previously unselected package mingw-w64-common. [2022-03-09T09:31:06.395Z] #14 68.21 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-09T09:31:06.395Z] #14 68.22 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-09T09:31:06.553Z] #43 DONE 186.9s [2022-03-09T09:31:06.553Z] [2022-03-09T09:31:06.553Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:06.553Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:06.553Z] #51 ... [2022-03-09T09:31:06.553Z] [2022-03-09T09:31:06.553Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-09T09:31:06.553Z] #44 sha256:93ca64803f0dbfa8a5fd35943e2600337f248a230a234dc701494ae5f4f7c2dc [2022-03-09T09:31:06.553Z] #44 DONE 0.2s [2022-03-09T09:31:06.553Z] [2022-03-09T09:31:06.554Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-09T09:31:06.554Z] #48 sha256:cbbf9d6bd07d21d76c531d520f5a6d7380c88855625ef57ff304285eee4744ad [2022-03-09T09:31:06.554Z] #48 DONE 0.1s [2022-03-09T09:31:06.554Z] [2022-03-09T09:31:06.554Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-09T09:31:06.554Z] #50 sha256:8614f200c7e4df8e344b5013a0179e6c6de5a7a551cf01a3179874f334ca1d1b [2022-03-09T09:31:06.554Z] #50 DONE 0.1s [2022-03-09T09:31:06.554Z] [2022-03-09T09:31:06.554Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:06.554Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:06.642Z] #60 ... [2022-03-09T09:31:06.642Z] [2022-03-09T09:31:06.642Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-09T09:31:06.642Z] #52 sha256:3fc0c9ceafaa79b443c4b8f12eeeedce830712dd1106e8b5ea7f4170af201ad2 [2022-03-09T09:31:06.899Z] #52 DONE 0.1s [2022-03-09T09:31:06.899Z] [2022-03-09T09:31:06.899Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:31:06.899Z] #60 sha256:087ee6ec407019be150002eaa20ecad2fc7c77eb3a09b2a0b489e81fbcb5dea1 [2022-03-09T09:31:06.899Z] #60 ... [2022-03-09T09:31:06.899Z] [2022-03-09T09:31:06.899Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-09T09:31:06.899Z] #54 sha256:bd081d0df4acd98dc974f096afe95f9552d872ab65e3a16152d61dcc1fab3355 [2022-03-09T09:31:06.899Z] #54 DONE 0.1s [2022-03-09T09:31:06.899Z] [2022-03-09T09:31:06.899Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-09T09:31:06.899Z] #57 sha256:998142f487a83528a1e435a6092584e021c65ac16816e058807040c694ea558a [2022-03-09T09:31:07.156Z] #57 DONE 0.1s [2022-03-09T09:31:07.156Z] [2022-03-09T09:31:07.156Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:31:07.156Z] #60 sha256:087ee6ec407019be150002eaa20ecad2fc7c77eb3a09b2a0b489e81fbcb5dea1 [2022-03-09T09:31:08.878Z] #38 ... [2022-03-09T09:31:08.878Z] [2022-03-09T09:31:08.878Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:31:08.878Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:31:08.878Z] #47 59.04 Selecting previously unselected package libnet1:amd64. [2022-03-09T09:31:08.878Z] #47 59.04 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T09:31:08.878Z] #47 59.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:31:08.878Z] #47 59.23 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T09:31:08.878Z] #47 59.24 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T09:31:08.878Z] #47 59.25 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:31:08.878Z] #47 59.41 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T09:31:08.878Z] #47 59.42 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T09:31:08.878Z] #47 59.42 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:31:08.878Z] #47 59.72 Selecting previously unselected package criu. [2022-03-09T09:31:08.878Z] #47 59.73 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-09T09:31:08.878Z] #47 59.76 Unpacking criu (3.16.1-3) ... [2022-03-09T09:31:08.878Z] #47 60.95 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:31:08.878Z] #47 63.21 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-09T09:31:08.878Z] #47 63.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:31:08.878Z] #47 63.26 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:31:08.878Z] #47 63.33 Setting up python3-six (1.16.0-2) ... [2022-03-09T09:31:08.878Z] #47 64.81 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:31:08.878Z] #47 64.84 Setting up python3-protobuf (3.12.4-1) ... [2022-03-09T09:31:08.878Z] #47 ... [2022-03-09T09:31:08.878Z] [2022-03-09T09:31:08.878Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:31:08.878Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:31:08.878Z] #14 62.77 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-09T09:31:08.878Z] #14 62.77 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T09:31:08.878Z] #14 62.79 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T09:31:08.878Z] #14 66.02 Selecting previously unselected package binutils-mingw-w64. [2022-03-09T09:31:08.878Z] #14 66.03 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-09T09:31:08.878Z] #14 66.05 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T09:31:08.878Z] #14 66.34 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-09T09:31:08.878Z] #14 66.34 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:31:08.878Z] #14 66.37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:31:08.878Z] #14 66.80 Selecting previously unselected package dmsetup. [2022-03-09T09:31:08.878Z] #14 66.80 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:31:08.878Z] #14 66.81 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-09T09:31:08.878Z] #14 67.12 Selecting previously unselected package mingw-w64-common. [2022-03-09T09:31:08.878Z] #14 67.12 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-09T09:31:08.878Z] #14 67.13 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-09T09:31:08.956Z] #14 ... [2022-03-09T09:31:08.956Z] [2022-03-09T09:31:08.956Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:08.956Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:08.956Z] #51 70.58 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-09T09:31:08.956Z] #51 ... [2022-03-09T09:31:08.956Z] [2022-03-09T09:31:08.956Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:31:08.956Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:31:08.956Z] #47 61.44 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:31:08.956Z] #47 61.55 Setting up python3-protobuf (3.12.4-1) ... [2022-03-09T09:31:08.956Z] #47 65.86 Setting up criu (3.16.1-3) ... [2022-03-09T09:31:08.956Z] #47 68.20 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:31:08.956Z] #47 DONE 70.4s [2022-03-09T09:31:08.956Z] [2022-03-09T09:31:08.956Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:08.956Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:08.956Z] #51 70.73 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-09T09:31:08.956Z] #51 70.90 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-09T09:31:08.956Z] #51 70.93 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-09T09:31:08.956Z] #51 71.01 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-09T09:31:09.215Z] #51 71.03 go: downloading golang.org/x/mod v0.5.1 [2022-03-09T09:31:09.215Z] #51 71.20 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-09T09:31:09.473Z] #51 71.34 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-09T09:31:09.473Z] #51 71.37 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-09T09:31:09.473Z] #51 71.45 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-09T09:31:09.473Z] #51 71.49 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-09T09:31:09.473Z] #51 71.53 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-09T09:31:09.673Z] using credential docker-jenkins-github-credentials [2022-03-09T09:31:09.752Z] Cloning the remote Git repository [2022-03-09T09:31:09.752Z] Cloning with configured refspecs honoured and without tags [2022-03-09T09:31:09.813Z] #14 ... [2022-03-09T09:31:09.813Z] [2022-03-09T09:31:09.813Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:09.813Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:09.813Z] #51 60.50 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-09T09:31:09.813Z] #51 60.53 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-09T09:31:09.813Z] #51 60.61 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-09T09:31:09.813Z] #51 60.66 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-09T09:31:09.813Z] #51 62.81 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-09T09:31:09.813Z] #51 62.82 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-09T09:31:09.813Z] #51 62.87 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-09T09:31:09.813Z] #51 63.07 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-09T09:31:09.813Z] #51 63.27 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-09T09:31:09.813Z] #51 63.28 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-09T09:31:09.813Z] #51 63.55 go: downloading golang.org/x/text v0.3.7 [2022-03-09T09:31:10.046Z] #51 71.93 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T09:31:10.072Z] #51 ... [2022-03-09T09:31:10.072Z] [2022-03-09T09:31:10.072Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:31:10.072Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:31:10.072Z] #47 70.34 Setting up criu (3.16.1-3) ... [2022-03-09T09:31:10.305Z] #51 72.27 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-09T09:31:10.873Z] #51 72.76 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-09T09:31:10.873Z] #51 72.91 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-09T09:31:10.873Z] #51 72.96 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-09T09:31:10.873Z] #51 73.04 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T09:31:11.132Z] #51 73.06 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T09:31:11.132Z] #51 73.09 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-09T09:31:11.132Z] #51 73.09 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-09T09:31:09.946Z] Cloning repository https://github.com/moby/moby.git [2022-03-09T09:31:10.365Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-09T09:31:11.386Z] #19 157.3 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-03-09T09:31:11.386Z] #19 157.3 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:11.386Z] #19 157.3 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:31:11.386Z] #19 157.4 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-03-09T09:31:11.386Z] #19 157.4 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:11.386Z] #19 157.4 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T09:31:11.386Z] #19 157.4 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-03-09T09:31:11.386Z] #19 157.4 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:11.386Z] #19 157.4 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T09:31:11.386Z] #19 157.5 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-03-09T09:31:11.386Z] #19 157.5 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:11.386Z] #19 157.5 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:31:11.386Z] #19 157.5 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-03-09T09:31:11.386Z] #19 157.5 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:11.386Z] #19 157.5 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:31:11.386Z] #19 157.6 Selecting previously unselected package cross-config. [2022-03-09T09:31:11.386Z] #19 157.6 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-03-09T09:31:11.386Z] #19 157.6 Unpacking cross-config (2.6.18+nmu1) ... [2022-03-09T09:31:11.386Z] #19 157.6 Selecting previously unselected package gcc-10-cross-base. [2022-03-09T09:31:11.386Z] #19 157.7 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:11.386Z] #19 157.7 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-09T09:31:11.386Z] #19 157.7 Selecting previously unselected package libc6-arm64-cross. [2022-03-09T09:31:11.386Z] #19 157.7 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-03-09T09:31:11.386Z] #19 157.7 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-03-09T09:31:11.409Z] #51 73.35 go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T09:31:11.648Z] #19 158.0 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-03-09T09:31:11.648Z] #19 158.0 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:11.648Z] #19 158.0 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:11.648Z] #19 158.0 Selecting previously unselected package libgomp1-arm64-cross. [2022-03-09T09:31:11.648Z] #19 158.0 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:11.648Z] #19 158.1 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:11.670Z] #51 73.53 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-09T09:31:11.670Z] #51 73.72 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-09T09:31:11.910Z] #19 158.1 Selecting previously unselected package libitm1-arm64-cross. [2022-03-09T09:31:11.910Z] #19 158.1 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:11.910Z] #19 158.1 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:11.910Z] #19 158.2 Selecting previously unselected package libatomic1-arm64-cross. [2022-03-09T09:31:11.910Z] #19 158.2 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:11.910Z] #19 158.2 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:11.910Z] #19 158.2 Selecting previously unselected package libasan6-arm64-cross. [2022-03-09T09:31:11.910Z] #19 158.2 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:11.910Z] #19 158.2 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:12.171Z] #19 158.6 Selecting previously unselected package liblsan0-arm64-cross. [2022-03-09T09:31:12.171Z] #19 158.6 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:12.171Z] #19 158.6 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:12.239Z] #51 74.03 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-09T09:31:12.433Z] #19 158.8 Selecting previously unselected package libtsan0-arm64-cross. [2022-03-09T09:31:12.433Z] #19 158.8 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:12.433Z] #19 158.8 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:12.598Z] #47 72.97 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:31:12.695Z] #19 159.1 Selecting previously unselected package libstdc++6-arm64-cross. [2022-03-09T09:31:12.809Z] #51 ... [2022-03-09T09:31:12.809Z] [2022-03-09T09:31:12.809Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:31:12.809Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:31:12.809Z] #38 65.34 Selecting previously unselected package libxml2:amd64. [2022-03-09T09:31:12.809Z] #38 65.34 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-09T09:31:12.809Z] #38 65.36 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T09:31:12.809Z] #38 65.99 Selecting previously unselected package libarchive13:amd64. [2022-03-09T09:31:12.809Z] #38 66.00 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-09T09:31:12.809Z] #38 66.01 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T09:31:12.809Z] #38 66.43 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-09T09:31:12.809Z] #38 66.44 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-09T09:31:12.809Z] #38 66.45 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T09:31:12.809Z] #38 66.70 Selecting previously unselected package librhash0:amd64. [2022-03-09T09:31:12.809Z] #38 66.71 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-09T09:31:12.809Z] #38 66.72 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-09T09:31:12.809Z] #38 67.03 Selecting previously unselected package libuv1:amd64. [2022-03-09T09:31:12.809Z] #38 67.03 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-09T09:31:12.809Z] #38 67.05 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-09T09:31:12.809Z] #38 67.24 Selecting previously unselected package cmake. [2022-03-09T09:31:12.809Z] #38 67.24 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-09T09:31:12.809Z] #38 67.25 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-09T09:31:12.809Z] #38 73.55 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T09:31:12.809Z] #38 73.59 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:31:12.809Z] #38 73.61 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-09T09:31:12.809Z] #38 73.67 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:31:12.809Z] #38 73.79 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T09:31:12.809Z] #38 73.91 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-09T09:31:12.809Z] #38 73.96 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T09:31:12.809Z] #38 74.00 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T09:31:12.809Z] #38 74.07 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T09:31:12.809Z] #38 74.15 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-09T09:31:12.809Z] #38 74.22 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:31:12.809Z] #38 DONE 74.8s [2022-03-09T09:31:12.958Z] #19 159.1 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:12.958Z] #19 159.1 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:12.958Z] #19 159.3 Selecting previously unselected package libubsan1-arm64-cross. [2022-03-09T09:31:12.958Z] #19 159.3 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:12.958Z] #19 159.3 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:13.070Z] [2022-03-09T09:31:13.071Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T09:31:13.071Z] #39 sha256:65388cc3c1869d7ebd848a29cc40684e46f21e2388527102c319dea63eb3353e [2022-03-09T09:31:13.071Z] #39 DONE 0.2s [2022-03-09T09:31:13.071Z] [2022-03-09T09:31:13.071Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-09T09:31:13.071Z] #40 sha256:5e6612da43655607a58479e8409a0dc6055a5c50918bbd8140a5ebddaee966ec [2022-03-09T09:31:13.220Z] #19 159.4 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-03-09T09:31:13.220Z] #19 159.4 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:13.220Z] #19 159.5 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:13.220Z] #19 159.7 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-03-09T09:31:13.482Z] #19 159.7 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:31:13.482Z] #19 159.7 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:31:11.362Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:31:11.362Z] > git --version # timeout=10 [2022-03-09T09:31:11.406Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-09T09:31:11.407Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:31:11.410Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:31:14.014Z] #40 1.101 + RM_GOPATH=0 [2022-03-09T09:31:14.014Z] #40 1.101 + TMP_GOPATH= [2022-03-09T09:31:14.014Z] #40 1.101 + : /build [2022-03-09T09:31:14.014Z] #40 1.101 + '[' -z '' ']' [2022-03-09T09:31:14.014Z] #40 1.102 ++ mktemp -d [2022-03-09T09:31:14.014Z] #40 1.106 + export GOPATH=/tmp/tmp.pRhyUd8nzB [2022-03-09T09:31:14.014Z] #40 1.106 + GOPATH=/tmp/tmp.pRhyUd8nzB [2022-03-09T09:31:14.014Z] #40 1.107 + RM_GOPATH=1 [2022-03-09T09:31:14.014Z] #40 1.107 + case "$(go env GOARCH)" in [2022-03-09T09:31:14.014Z] #40 1.114 ++ go env GOARCH [2022-03-09T09:31:14.014Z] #40 1.180 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:31:14.014Z] #40 1.180 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:31:14.014Z] #40 1.185 ++ dirname /install.sh [2022-03-09T09:31:14.014Z] #40 1.186 + dir=/ [2022-03-09T09:31:14.014Z] #40 1.186 + bin=tini [2022-03-09T09:31:14.014Z] #40 1.186 + shift [2022-03-09T09:31:14.014Z] #40 1.186 + '[' '!' -f //tini.installer ']' [2022-03-09T09:31:14.014Z] #40 1.186 + . //tini.installer [2022-03-09T09:31:14.014Z] #40 1.186 ++ : v0.19.0 [2022-03-09T09:31:14.014Z] #40 1.187 + install_tini [2022-03-09T09:31:14.014Z] #40 1.187 + echo 'Install tini version v0.19.0' [2022-03-09T09:31:14.014Z] #40 1.187 Install tini version v0.19.0 [2022-03-09T09:31:14.014Z] #40 1.187 + git clone https://github.com/krallin/tini.git /tmp/tmp.pRhyUd8nzB/tini [2022-03-09T09:31:14.014Z] #40 1.190 Cloning into '/tmp/tmp.pRhyUd8nzB/tini'... [2022-03-09T09:31:15.129Z] #47 ... [2022-03-09T09:31:15.129Z] [2022-03-09T09:31:15.129Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:31:15.129Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:31:15.129Z] #38 73.58 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T09:31:15.129Z] #38 74.27 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:31:15.129Z] #38 74.56 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-09T09:31:15.129Z] #38 74.62 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:31:15.129Z] #38 74.85 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T09:31:15.129Z] #38 74.92 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-09T09:31:15.129Z] #38 75.06 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T09:31:15.129Z] #38 75.15 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T09:31:15.129Z] #38 75.22 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T09:31:15.129Z] #38 75.31 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-09T09:31:15.129Z] #38 75.46 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:31:15.390Z] #38 ... [2022-03-09T09:31:15.390Z] [2022-03-09T09:31:15.390Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-09T09:31:15.390Z] #47 sha256:72bc5050cd25904fa0ee503c99867bbf320506195c894f8c703cf5039a43712e [2022-03-09T09:31:15.390Z] #47 DONE 75.6s [2022-03-09T09:31:15.390Z] [2022-03-09T09:31:15.390Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:15.390Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:15.390Z] #51 71.43 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-09T09:31:15.390Z] #51 71.57 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-09T09:31:15.390Z] #51 71.57 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-09T09:31:15.390Z] #51 71.59 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-09T09:31:15.390Z] #51 71.61 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-09T09:31:15.390Z] #51 71.68 go: downloading golang.org/x/mod v0.5.1 [2022-03-09T09:31:15.390Z] #51 71.74 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-09T09:31:15.390Z] #51 71.81 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-09T09:31:15.390Z] #51 71.86 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-09T09:31:15.390Z] #51 71.92 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-09T09:31:15.390Z] #51 71.97 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-09T09:31:15.390Z] #51 72.08 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-09T09:31:15.390Z] #51 72.74 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-09T09:31:15.390Z] #51 72.79 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-09T09:31:15.390Z] #51 73.18 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-09T09:31:15.390Z] #51 73.45 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-09T09:31:15.390Z] #51 73.51 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-09T09:31:15.390Z] #51 73.64 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-09T09:31:15.390Z] #51 73.71 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-09T09:31:15.390Z] #51 73.74 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-09T09:31:15.390Z] #51 73.76 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-09T09:31:15.390Z] #51 74.05 go: downloading github.com/prometheus/common v0.10.0 [2022-03-09T09:31:15.390Z] #51 74.24 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-09T09:31:15.390Z] #51 74.46 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-09T09:31:15.390Z] #51 74.70 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-09T09:31:15.392Z] #40 2.195 + cd /tmp/tmp.pRhyUd8nzB/tini [2022-03-09T09:31:15.392Z] #40 ... [2022-03-09T09:31:15.393Z] [2022-03-09T09:31:15.393Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:31:15.393Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:31:15.393Z] #49 76.84 gotestsum version dev [2022-03-09T09:31:15.393Z] #49 DONE 77.2s [2022-03-09T09:31:15.393Z] [2022-03-09T09:31:15.393Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-09T09:31:15.393Z] #40 sha256:5e6612da43655607a58479e8409a0dc6055a5c50918bbd8140a5ebddaee966ec [2022-03-09T09:31:15.393Z] #40 2.195 + git checkout -q v0.19.0 [2022-03-09T09:31:15.393Z] #40 2.208 + cmake . [2022-03-09T09:31:15.646Z] #51 76.16 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T09:31:15.904Z] #51 ... [2022-03-09T09:31:15.904Z] [2022-03-09T09:31:15.904Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:31:15.904Z] #38 sha256:e5cbd602869136911dd6a99bdd9a40d0507fbcc4294df9c42cbc6740a37cb7ab [2022-03-09T09:31:15.904Z] #38 DONE 76.4s [2022-03-09T09:31:15.904Z] [2022-03-09T09:31:15.904Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T09:31:15.904Z] #39 sha256:7e570f490eae511e641748e75b2f2f5fa7489b93bdb64a411eaaf2b9d19efd4e [2022-03-09T09:31:15.960Z] #40 2.996 -- The C compiler identification is GNU 10.2.1 [2022-03-09T09:31:16.084Z] .....INFO: Daemon under test started and replied! [2022-03-09T09:31:16.084Z] INFO: Docker version of the daemon under test [2022-03-09T09:31:16.084Z] [2022-03-09T09:31:16.084Z] Client: [2022-03-09T09:31:16.084Z] Version: 17.06.2-ce [2022-03-09T09:31:16.084Z] API version: 1.30 [2022-03-09T09:31:16.084Z] Go version: go1.8.3 [2022-03-09T09:31:16.084Z] Git commit: cec0b72 [2022-03-09T09:31:16.084Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-09T09:31:16.084Z] OS/Arch: windows/amd64 [2022-03-09T09:31:16.084Z] [2022-03-09T09:31:16.084Z] Server: [2022-03-09T09:31:16.084Z] Version: 0.0.0-dev [2022-03-09T09:31:16.084Z] API version: 1.42 (minimum version 1.24) [2022-03-09T09:31:16.084Z] Go version: go1.17.8 [2022-03-09T09:31:16.084Z] Git commit: 8c948c86d8 [2022-03-09T09:31:16.084Z] Built: 03/09/2022 09:28:48 [2022-03-09T09:31:16.084Z] OS/Arch: windows/amd64 [2022-03-09T09:31:16.084Z] Experimental: false [2022-03-09T09:31:16.084Z] [2022-03-09T09:31:16.084Z] INFO: Docker info of the daemon under test [2022-03-09T09:31:16.084Z] [2022-03-09T09:31:16.084Z] Containers: 0 [2022-03-09T09:31:16.084Z] Running: 0 [2022-03-09T09:31:16.084Z] Paused: 0 [2022-03-09T09:31:16.084Z] Stopped: 0 [2022-03-09T09:31:16.084Z] Images: 0 [2022-03-09T09:31:16.084Z] Server Version: 0.0.0-dev [2022-03-09T09:31:16.084Z] Storage Driver: windowsfilter [2022-03-09T09:31:16.084Z] Windows: [2022-03-09T09:31:16.084Z] Logging Driver: json-file [2022-03-09T09:31:16.084Z] Plugins: [2022-03-09T09:31:16.084Z] Volume: local [2022-03-09T09:31:16.084Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T09:31:16.084Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T09:31:16.084Z] Swarm: inactive [2022-03-09T09:31:16.084Z] Default Isolation: process [2022-03-09T09:31:16.084Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-09T09:31:16.084Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-09T09:31:16.084Z] OSType: windows [2022-03-09T09:31:16.084Z] Architecture: x86_64 [2022-03-09T09:31:16.084Z] CPUs: 4 [2022-03-09T09:31:16.084Z] Total Memory: 32GiB [2022-03-09T09:31:16.084Z] Name: azwin-2-556c50 [2022-03-09T09:31:16.084Z] ID: MHBF:7MDP:JWRM:EDHR:4PEB:5PUQ:YGJA:ADUA:J5VZ:3ZMG:5V4R:QL2V [2022-03-09T09:31:16.084Z] Docker Root Dir: D:\CI\PR-43344\7\daemon [2022-03-09T09:31:16.084Z] Debug Mode (client): false [2022-03-09T09:31:16.084Z] Debug Mode (server): true [2022-03-09T09:31:16.084Z] File Descriptors: -1 [2022-03-09T09:31:16.084Z] Goroutines: 16 [2022-03-09T09:31:16.084Z] System Time: 2022-03-09T09:31:16.012603Z [2022-03-09T09:31:16.084Z] EventsListeners: 0 [2022-03-09T09:31:16.084Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:31:16.084Z] Labels: [2022-03-09T09:31:16.084Z] Experimental: false [2022-03-09T09:31:16.084Z] Insecure Registries: [2022-03-09T09:31:16.084Z] 127.0.0.0/8 [2022-03-09T09:31:16.084Z] Live Restore Enabled: false [2022-03-09T09:31:16.084Z] [2022-03-09T09:31:16.084Z] [2022-03-09T09:31:16.219Z] #40 3.163 -- Detecting C compiler ABI info [2022-03-09T09:31:16.468Z] #39 ... [2022-03-09T09:31:16.468Z] [2022-03-09T09:31:16.468Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-09T09:31:16.468Z] #49 sha256:d6e75598c47eb2854ce9867f0ec88a37b6431f473d93d817a33a33011fbf05a2 [2022-03-09T09:31:16.468Z] #49 76.38 gotestsum version dev [2022-03-09T09:31:16.468Z] #49 DONE 76.8s [2022-03-09T09:31:16.468Z] [2022-03-09T09:31:16.468Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:31:16.468Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:31:16.468Z] #14 75.19 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-09T09:31:16.468Z] #14 75.19 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-09T09:31:16.468Z] #14 75.19 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T09:31:16.603Z] INFO: Docker images of the daemon under test [2022-03-09T09:31:16.603Z] [2022-03-09T09:31:16.603Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T09:31:16.603Z] [2022-03-09T09:31:16.603Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-09T09:31:16.603Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-09T09:31:16.603Z] ltsc2019: Pulling from windows/servercore [2022-03-09T09:31:16.724Z] #14 ... [2022-03-09T09:31:16.724Z] [2022-03-09T09:31:16.724Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T09:31:16.724Z] #39 sha256:7e570f490eae511e641748e75b2f2f5fa7489b93bdb64a411eaaf2b9d19efd4e [2022-03-09T09:31:16.724Z] #39 DONE 0.7s [2022-03-09T09:31:16.724Z] [2022-03-09T09:31:16.724Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-09T09:31:16.724Z] #40 sha256:08223bb163954468439c5678ed8f1af8418ccf3907bd61be4ac5724d71efa095 [2022-03-09T09:31:17.116Z] 4612f6d0b889: Pulling fs layer [2022-03-09T09:31:17.116Z] 0a6173b79e25: Pulling fs layer [2022-03-09T09:31:17.155Z] #40 4.016 -- Detecting C compiler ABI info - done [2022-03-09T09:31:17.155Z] #40 4.198 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-09T09:31:17.155Z] #40 4.198 -- Detecting C compile features [2022-03-09T09:31:17.155Z] #40 4.198 -- Detecting C compile features - done [2022-03-09T09:31:17.155Z] #40 4.248 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-09T09:31:17.414Z] #40 4.484 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-09T09:31:17.414Z] #40 4.600 -- Configuring done [2022-03-09T09:31:17.673Z] #40 4.629 -- Generating done [2022-03-09T09:31:17.673Z] #40 4.634 -- Build files have been written to: /tmp/tmp.pRhyUd8nzB/tini [2022-03-09T09:31:17.673Z] #40 4.658 + make tini-static [2022-03-09T09:31:18.245Z] #40 5.196 Scanning dependencies of target tini-static [2022-03-09T09:31:18.245Z] #40 5.341 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-09T09:31:19.999Z] #40 3.018 + RM_GOPATH=0 [2022-03-09T09:31:19.999Z] #40 3.018 + TMP_GOPATH= [2022-03-09T09:31:19.999Z] #40 3.018 + : /build [2022-03-09T09:31:19.999Z] #40 3.018 + '[' -z '' ']' [2022-03-09T09:31:19.999Z] #40 3.018 ++ mktemp -d [2022-03-09T09:31:19.999Z] #40 3.018 + export GOPATH=/tmp/tmp.BwGWw2Hrpb [2022-03-09T09:31:19.999Z] #40 3.018 + GOPATH=/tmp/tmp.BwGWw2Hrpb [2022-03-09T09:31:19.999Z] #40 3.018 + RM_GOPATH=1 [2022-03-09T09:31:19.999Z] #40 3.018 + case "$(go env GOARCH)" in [2022-03-09T09:31:19.999Z] #40 3.018 ++ go env GOARCH [2022-03-09T09:31:19.999Z] #40 3.018 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:31:19.999Z] #40 3.018 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:31:19.999Z] #40 3.018 ++ dirname /install.sh [2022-03-09T09:31:19.999Z] #40 3.018 + dir=/ [2022-03-09T09:31:19.999Z] #40 3.018 + bin=tini [2022-03-09T09:31:19.999Z] #40 3.018 + shift [2022-03-09T09:31:19.999Z] #40 3.018 + '[' '!' -f //tini.installer ']' [2022-03-09T09:31:19.999Z] #40 3.018 + . //tini.installer [2022-03-09T09:31:19.999Z] #40 3.018 ++ : v0.19.0 [2022-03-09T09:31:19.999Z] #40 3.018 + install_tini [2022-03-09T09:31:19.999Z] #40 3.018 + echo 'Install tini version v0.19.0' [2022-03-09T09:31:19.999Z] #40 3.018 + git clone https://github.com/krallin/tini.git /tmp/tmp.BwGWw2Hrpb/tini [2022-03-09T09:31:19.999Z] #40 3.046 Install tini version v0.19.0 [2022-03-09T09:31:19.999Z] #40 3.046 Cloning into '/tmp/tmp.BwGWw2Hrpb/tini'... [2022-03-09T09:31:20.156Z] #40 6.905 [100%] Linking C executable tini-static [2022-03-09T09:31:20.416Z] #40 7.548 [100%] Built target tini-static [2022-03-09T09:31:20.676Z] #40 7.620 + mkdir -p /build [2022-03-09T09:31:20.676Z] #40 7.657 + cp tini-static /build/docker-init [2022-03-09T09:31:20.932Z] #40 4.146 + cd /tmp/tmp.BwGWw2Hrpb/tini [2022-03-09T09:31:20.932Z] #40 4.146 + git checkout -q v0.19.0 [2022-03-09T09:31:20.932Z] #40 4.146 + cmake . [2022-03-09T09:31:20.935Z] #40 DONE 8.1s [2022-03-09T09:31:20.935Z] [2022-03-09T09:31:20.935Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:31:20.935Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:31:20.935Z] #14 76.08 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-09T09:31:20.935Z] #14 76.08 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-09T09:31:20.935Z] #14 76.09 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T09:31:21.498Z] #40 4.925 -- The C compiler identification is GNU 10.2.1 [2022-03-09T09:31:21.510Z] #14 83.39 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-09T09:31:21.510Z] #14 83.39 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:21.510Z] #14 83.43 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T09:31:21.510Z] #14 83.63 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-09T09:31:21.621Z] #19 167.0 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-03-09T09:31:21.621Z] #19 167.0 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:21.621Z] #19 167.0 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:31:21.621Z] #19 167.1 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-03-09T09:31:21.621Z] #19 167.1 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-03-09T09:31:21.621Z] #19 167.1 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-09T09:31:21.621Z] #19 167.4 Selecting previously unselected package libc6-dev-arm64-cross. [2022-03-09T09:31:21.621Z] #19 167.4 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-03-09T09:31:21.621Z] #19 167.4 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-09T09:31:21.621Z] #19 167.8 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-03-09T09:31:21.621Z] #19 167.8 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:21.621Z] #19 167.8 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:31:21.758Z] #40 5.045 -- Detecting C compiler ABI info [2022-03-09T09:31:21.770Z] #14 83.63 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:21.770Z] #14 83.65 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T09:31:21.883Z] #19 168.2 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-03-09T09:31:21.883Z] #19 168.2 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:31:21.883Z] #19 168.2 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:31:22.014Z] #40 ... [2022-03-09T09:31:22.014Z] [2022-03-09T09:31:22.014Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:31:22.014Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:31:22.014Z] #14 82.72 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-09T09:31:22.274Z] #14 82.72 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:22.274Z] #14 82.75 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T09:31:22.457Z] #19 ... [2022-03-09T09:31:22.457Z] [2022-03-09T09:31:22.457Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:22.457Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:22.457Z] #58 180.4 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-09T09:31:22.534Z] #14 82.95 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-09T09:31:22.534Z] #14 82.95 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:22.534Z] #14 82.97 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T09:31:24.318Z] #14 ... [2022-03-09T09:31:24.318Z] [2022-03-09T09:31:24.318Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:24.318Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:24.318Z] #51 76.13 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-09T09:31:25.829Z] #14 ... [2022-03-09T09:31:25.829Z] [2022-03-09T09:31:25.829Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-09T09:31:25.829Z] #40 sha256:08223bb163954468439c5678ed8f1af8418ccf3907bd61be4ac5724d71efa095 [2022-03-09T09:31:25.829Z] #40 5.798 -- Detecting C compiler ABI info - done [2022-03-09T09:31:25.829Z] #40 5.920 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-09T09:31:25.829Z] #40 5.927 -- Detecting C compile features [2022-03-09T09:31:25.829Z] #40 5.931 -- Detecting C compile features - done [2022-03-09T09:31:25.829Z] #40 5.966 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-09T09:31:25.829Z] #40 6.276 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-09T09:31:25.829Z] #40 6.368 -- Configuring done [2022-03-09T09:31:25.829Z] #40 6.380 -- Generating done [2022-03-09T09:31:25.829Z] #40 6.387 -- Build files have been written to: /tmp/tmp.BwGWw2Hrpb/tini [2022-03-09T09:31:25.829Z] #40 6.404 + make tini-static [2022-03-09T09:31:25.829Z] #40 6.775 Scanning dependencies of target tini-static [2022-03-09T09:31:25.829Z] #40 6.899 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-09T09:31:25.829Z] #40 8.000 [100%] Linking C executable tini-static [2022-03-09T09:31:25.829Z] #40 8.684 [100%] Built target tini-static [2022-03-09T09:31:25.829Z] #40 8.767 + mkdir -p /build [2022-03-09T09:31:25.829Z] #40 8.773 + cp tini-static /build/docker-init [2022-03-09T09:31:25.829Z] #40 DONE 9.0s [2022-03-09T09:31:25.829Z] [2022-03-09T09:31:25.829Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:25.829Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:29.068Z] #58 ... [2022-03-09T09:31:29.068Z] [2022-03-09T09:31:29.068Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-09T09:31:29.068Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T09:31:29.068Z] #19 174.3 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-03-09T09:31:29.068Z] #19 174.3 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:29.068Z] #19 174.6 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:31:29.122Z] Fetching without tags [2022-03-09T09:31:29.333Z] #19 175.4 Selecting previously unselected package patch. [2022-03-09T09:31:29.333Z] #19 175.4 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-03-09T09:31:29.333Z] #19 175.4 Unpacking patch (2.7.6-7) ... [2022-03-09T09:31:29.333Z] #19 175.6 Selecting previously unselected package dpkg-dev. [2022-03-09T09:31:29.333Z] #19 175.6 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-03-09T09:31:29.600Z] #19 175.9 Unpacking dpkg-dev (1.20.9) ... [2022-03-09T09:31:29.855Z] Merging remotes/origin/master commit f8d0102e3361b74061ec684e6c8c397c4756cfb0 into PR head commit bad75bbaf7e25061c6f4e4ae34132f10ddd9444b [2022-03-09T09:31:28.762Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:31:28.855Z] > git config --add remote.origin.fetch +refs/pull/43344/head:refs/remotes/origin/PR-43344 # timeout=10 [2022-03-09T09:31:28.907Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:31:29.033Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-09T09:31:29.154Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-09T09:31:29.154Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:31:29.156Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43344/head:refs/remotes/origin/PR-43344 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-09T09:31:30.172Z] 0a6173b79e25: Verifying Checksum [2022-03-09T09:31:30.172Z] 0a6173b79e25: Download complete [2022-03-09T09:31:30.897Z] #51 ... [2022-03-09T09:31:30.897Z] [2022-03-09T09:31:30.897Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:31:30.897Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:31:30.897Z] #14 92.20 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-09T09:31:30.897Z] #14 92.20 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:30.897Z] #14 92.21 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:31:31.033Z] #19 177.3 Selecting previously unselected package libconfig-inifiles-perl. [2022-03-09T09:31:31.033Z] #19 177.3 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-03-09T09:31:31.087Z] #51 ... [2022-03-09T09:31:31.087Z] [2022-03-09T09:31:31.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-03-09T09:31:31.087Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:31:31.087Z] #14 91.69 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-09T09:31:31.087Z] #14 91.69 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:31.087Z] #14 91.71 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:31:31.294Z] #19 177.6 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-03-09T09:31:32.682Z] #19 178.9 Selecting previously unselected package libio-string-perl. [2022-03-09T09:31:32.682Z] #19 178.9 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-03-09T09:31:32.682Z] #19 178.9 Unpacking libio-string-perl (1.08-3.1) ... [2022-03-09T09:31:32.682Z] #19 ... [2022-03-09T09:31:32.682Z] [2022-03-09T09:31:32.682Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:32.682Z] #58 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:32.682Z] #58 DONE 190.8s [2022-03-09T09:31:32.682Z] [2022-03-09T09:31:32.682Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-09T09:31:32.682Z] #19 sha256:306936fe72a1e45426452ae066606808492a2e9eb55b90c51c6a2e50cd890142 [2022-03-09T09:31:32.682Z] #19 179.0 Selecting previously unselected package libicu67:amd64. [2022-03-09T09:31:32.682Z] #19 179.0 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-03-09T09:31:32.682Z] #19 179.0 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T09:31:29.963Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:31:30.009Z] > git checkout -f bad75bbaf7e25061c6f4e4ae34132f10ddd9444b # timeout=10 [2022-03-09T09:31:32.682Z] > git remote # timeout=10 [2022-03-09T09:31:32.759Z] > git config --get remote.origin.url # timeout=10 [2022-03-09T09:31:32.808Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-09T09:31:32.810Z] > git merge f8d0102e3361b74061ec684e6c8c397c4756cfb0 # timeout=10 [2022-03-09T09:31:33.525Z] Merge succeeded, producing 39615f8c7cd526e1f7d234c73067c0a34ae0344c [2022-03-09T09:31:33.526Z] Checking out Revision 39615f8c7cd526e1f7d234c73067c0a34ae0344c (PR-43344) [2022-03-09T09:31:33.672Z] #60 201.0 # github.com/containerd/containerd/cmd/containerd [2022-03-09T09:31:33.673Z] #60 201.0 /usr/bin/ld: /tmp/go-link-2141254086/000019.o: in function `New': [2022-03-09T09:31:33.673Z] #60 201.0 /tmp/tmp.eAcS8KgWp4/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-09T09:31:33.673Z] #60 201.1 + bin/containerd-stress [2022-03-09T09:31:33.673Z] #60 202.1 + bin/containerd-shim [2022-03-09T09:31:34.072Z] #19 180.4 Selecting previously unselected package libxml2:amd64. [2022-03-09T09:31:34.072Z] #19 180.4 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-09T09:31:34.072Z] #19 180.4 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T09:31:34.072Z] #19 180.5 Selecting previously unselected package libxml-namespacesupport-perl. [2022-03-09T09:31:34.072Z] #19 180.5 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-03-09T09:31:34.072Z] #19 180.5 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-09T09:31:34.333Z] #19 180.6 Selecting previously unselected package libxml-sax-base-perl. [2022-03-09T09:31:34.333Z] #19 180.6 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-03-09T09:31:34.333Z] #19 180.6 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-03-09T09:31:34.333Z] #19 180.6 Selecting previously unselected package libxml-sax-perl. [2022-03-09T09:31:34.333Z] #19 180.6 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-03-09T09:31:34.333Z] #19 180.6 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-03-09T09:31:34.333Z] #19 180.7 Selecting previously unselected package libxml-libxml-perl. [2022-03-09T09:31:34.333Z] #19 180.7 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-03-09T09:31:34.333Z] #19 180.7 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-09T09:31:34.333Z] #19 180.7 Selecting previously unselected package libxml-simple-perl. [2022-03-09T09:31:34.595Z] #19 180.7 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-03-09T09:31:34.595Z] #19 180.7 Unpacking libxml-simple-perl (2.25-1) ... [2022-03-09T09:31:34.595Z] #19 180.8 Selecting previously unselected package libyaml-perl. [2022-03-09T09:31:34.595Z] #19 180.8 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-03-09T09:31:34.595Z] #19 180.8 Unpacking libyaml-perl (1.30-1) ... [2022-03-09T09:31:34.595Z] #19 180.8 Selecting previously unselected package libconfig-auto-perl. [2022-03-09T09:31:34.595Z] #19 180.8 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-03-09T09:31:34.595Z] #19 180.8 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-03-09T09:31:34.595Z] #19 180.9 Selecting previously unselected package libfile-which-perl. [2022-03-09T09:31:34.595Z] #19 180.9 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-03-09T09:31:34.595Z] #19 180.9 Unpacking libfile-which-perl (1.23-1) ... [2022-03-09T09:31:34.595Z] #19 180.9 Selecting previously unselected package libfile-homedir-perl. [2022-03-09T09:31:34.595Z] #19 180.9 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-03-09T09:31:34.595Z] #19 180.9 Unpacking libfile-homedir-perl (1.006-1) ... [2022-03-09T09:31:34.595Z] #19 180.9 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-03-09T09:31:34.595Z] #19 180.9 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-03-09T09:31:34.595Z] #19 180.9 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-09T09:31:34.595Z] #19 181.0 Selecting previously unselected package dpkg-cross. [2022-03-09T09:31:34.856Z] #19 181.0 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-03-09T09:31:34.856Z] #19 181.0 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-03-09T09:31:34.856Z] #19 181.0 Selecting previously unselected package crossbuild-essential-arm64. [2022-03-09T09:31:34.856Z] #19 181.0 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-03-09T09:31:34.856Z] #19 181.0 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-03-09T09:31:34.856Z] #19 181.1 Selecting previously unselected package libc6-armel-cross. [2022-03-09T09:31:34.856Z] #19 181.1 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-03-09T09:31:34.856Z] #19 181.1 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-03-09T09:31:34.856Z] #19 181.2 Selecting previously unselected package libgcc-s1-armel-cross. [2022-03-09T09:31:34.856Z] #19 181.2 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:34.856Z] #19 181.2 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:31:34.856Z] #19 181.3 Selecting previously unselected package libgomp1-armel-cross. [2022-03-09T09:31:35.118Z] #19 181.3 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:35.118Z] #19 181.3 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:31:35.118Z] #19 181.3 Selecting previously unselected package libatomic1-armel-cross. [2022-03-09T09:31:35.118Z] #19 181.3 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:35.118Z] #19 181.3 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:31:35.118Z] #19 181.3 Selecting previously unselected package libasan6-armel-cross. [2022-03-09T09:31:35.118Z] #19 181.3 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:35.118Z] #19 181.3 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:31:35.380Z] #19 181.6 Selecting previously unselected package libstdc++6-armel-cross. [2022-03-09T09:31:35.380Z] #19 181.6 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:35.380Z] #19 181.6 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:31:35.380Z] #19 181.6 Selecting previously unselected package libubsan1-armel-cross. [2022-03-09T09:31:35.380Z] #19 181.6 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:35.380Z] #19 181.6 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:31:35.380Z] #19 181.7 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-03-09T09:31:35.380Z] #19 181.8 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:35.380Z] #19 181.8 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:31:35.643Z] #19 181.9 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-03-09T09:31:35.643Z] #19 181.9 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:31:35.643Z] #19 181.9 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T09:31:33.429Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-09T09:31:33.557Z] > git config core.sparsecheckout # timeout=10 [2022-03-09T09:31:33.607Z] > git checkout -f 39615f8c7cd526e1f7d234c73067c0a34ae0344c # timeout=10 [2022-03-09T09:31:36.948Z] #60 207.9 + bin/containerd-shim-runc-v1 [2022-03-09T09:31:37.727Z] 4612f6d0b889: Verifying Checksum [2022-03-09T09:31:37.727Z] 4612f6d0b889: Download complete [2022-03-09T09:31:38.684Z] #51 ... [2022-03-09T09:31:38.684Z] [2022-03-09T09:31:38.684Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:31:38.684Z] #60 sha256:9283bcf23f7c9bfe3f63a84c607355621bfb3091fa171ce0737011a232675ef7 [2022-03-09T09:31:38.684Z] #60 189.2 + bin/containerd [2022-03-09T09:31:40.883Z] #14 ... [2022-03-09T09:31:40.883Z] [2022-03-09T09:31:40.883Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:31:40.883Z] #60 sha256:f6b76da136f04c6ede32fe4ba83bce2ca5a890b81c89e7e116d2be0af57d5a3b [2022-03-09T09:31:40.937Z] #19 186.6 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-03-09T09:31:40.937Z] #19 186.6 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:40.937Z] #19 186.6 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T09:31:40.937Z] #19 186.6 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-03-09T09:31:40.937Z] #19 186.6 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-03-09T09:31:40.937Z] #19 186.6 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-09T09:31:40.937Z] #19 186.8 Selecting previously unselected package libc6-dev-armel-cross. [2022-03-09T09:31:40.937Z] #19 186.8 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-03-09T09:31:40.937Z] #19 186.8 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-09T09:31:40.937Z] #19 187.0 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-03-09T09:31:40.937Z] #19 187.0 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:40.937Z] #19 187.0 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:31:40.937Z] #19 187.3 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-03-09T09:31:41.117Z] #60 212.1 + bin/containerd-shim-runc-v2 [2022-03-09T09:31:41.198Z] #19 187.3 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:31:41.198Z] #19 187.3 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T09:31:41.663Z] #60 51.45 Updating files: 49% (2350/4731) Updating files: 50% (2366/4731) Updating files: 51% (2413/4731) Updating files: 52% (2461/4731) Updating files: 53% (2508/4731) Updating files: 54% (2555/4731) Updating files: 55% (2603/4731) Updating files: 56% (2650/4731) Updating files: 57% (2697/4731) Updating files: 58% (2744/4731) Updating files: 59% (2792/4731) Updating files: 60% (2839/4731) Updating files: 61% (2886/4731) Updating files: 62% (2934/4731) Updating files: 63% (2981/4731) Updating files: 64% (3028/4731) Updating files: 65% (3076/4731) Updating files: 66% (3123/4731) Updating files: 67% (3170/4731) Updating files: 68% (3218/4731) Updating files: 69% (3265/4731) Updating files: 70% (3312/4731) Updating files: 71% (3360/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 82% (3910/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-09T09:31:41.663Z] #60 53.15 + cd /tmp/tmp.t9wyQ4Lxdy/src/github.com/containerd/containerd [2022-03-09T09:31:41.681Z] #60 212.7 + binaries [2022-03-09T09:31:41.681Z] #60 212.7 + install -D bin/containerd /build/containerd [2022-03-09T09:31:41.681Z] #60 212.7 + install -D bin/containerd-shim /build/containerd-shim [2022-03-09T09:31:41.681Z] #60 212.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-09T09:31:41.681Z] #60 212.7 + install -D bin/ctr /build/ctr [2022-03-09T09:31:41.924Z] #60 53.16 + git checkout -q v1.5.10 [2022-03-09T09:31:41.987Z] #60 ... [2022-03-09T09:31:41.987Z] [2022-03-09T09:31:41.987Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:31:41.987Z] #56 sha256:54278b1a1c0498fcd951d57f12ac62d106c6e877d81048a7b9d589485c2014ed [2022-03-09T09:31:41.987Z] #56 127.2 + mkdir -p /build [2022-03-09T09:31:41.987Z] #56 127.2 + cp runc /build/runc [2022-03-09T09:31:41.987Z] #56 DONE 127.5s [2022-03-09T09:31:41.987Z] [2022-03-09T09:31:41.987Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:31:41.987Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:31:42.654Z] #60 DONE 213.4s [2022-03-09T09:31:42.924Z] [2022-03-09T09:31:42.924Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-09T09:31:42.924Z] #61 sha256:4e8323e2483cd68b33fcda79434d851956da7e7e69574b7aabf1f569e2c70591 [2022-03-09T09:31:43.182Z] #61 DONE 0.2s [2022-03-09T09:31:43.182Z] [2022-03-09T09:31:43.182Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-09T09:31:43.182Z] #66 sha256:9ff6ba0c08e77f38e87653afcef9c833abd05c103c5178a7a840c4edd8fa7421 [2022-03-09T09:31:43.289Z] #14 ... [2022-03-09T09:31:43.289Z] [2022-03-09T09:31:43.289Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:31:43.289Z] #60 sha256:dccae5d37704723cbee7ae38861917112e817116b388b7a401045503a55be766 [2022-03-09T09:31:43.289Z] #60 55.89 Updating files: 32% (1557/4731) Updating files: 33% (1562/4731) Updating files: 34% (1609/4731) Updating files: 35% (1656/4731) Updating files: 36% (1704/4731) Updating files: 37% (1751/4731) Updating files: 38% (1798/4731) Updating files: 39% (1846/4731) Updating files: 40% (1893/4731) Updating files: 41% (1940/4731) Updating files: 42% (1988/4731) Updating files: 43% (2035/4731) Updating files: 44% (2082/4731) Updating files: 45% (2129/4731) Updating files: 46% (2177/4731) Updating files: 47% (2224/4731) Updating files: 48% (2271/4731) Updating files: 49% (2319/4731) Updating files: 50% (2366/4731) Updating files: 51% (2413/4731) Updating files: 52% (2461/4731) Updating files: 53% (2508/4731) Updating files: 54% (2555/4731) Updating files: 55% (2603/4731) Updating files: 56% (2650/4731) Updating files: 57% (2697/4731) Updating files: 58% (2744/4731) Updating files: 59% (2792/4731) Updating files: 60% (2839/4731) Updating files: 61% (2886/4731) Updating files: 62% (2934/4731) Updating files: 63% (2981/4731) Updating files: 64% (3028/4731) Updating files: 65% (3076/4731) Updating files: 66% (3123/4731) Updating files: 67% (3170/4731) Updating files: 68% (3218/4731) Updating files: 69% (3265/4731) Updating files: 70% (3312/4731) Updating files: 71% (3360/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 87% (4154/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-09T09:31:43.289Z] #60 57.24 + cd /tmp/tmp.QMBDaaK9bL/src/github.com/containerd/containerd [2022-03-09T09:31:43.289Z] #60 57.24 + git checkout -q v1.5.10 [2022-03-09T09:31:43.438Z] #66 DONE 0.1s [2022-03-09T09:31:43.438Z] [2022-03-09T09:31:43.439Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-09T09:31:43.439Z] #71 sha256:d865013629f2de305bedbcc7ab5a340d70ad5b7e010320db120fd0204e38db05 [2022-03-09T09:31:43.439Z] #71 DONE 0.3s [2022-03-09T09:31:43.695Z] [2022-03-09T09:31:43.695Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-09T09:31:43.695Z] #72 sha256:ee8838bc2c9ac629141a6bec1f75bbb1cff7b9c415976403dddcfde3542db3cb [2022-03-09T09:31:43.695Z] #72 DONE 0.0s [2022-03-09T09:31:43.695Z] [2022-03-09T09:31:43.695Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-09T09:31:43.695Z] #73 sha256:3670a2cb5cec2902136f246f6d6ddefc592c6271d0085d7e327181073bbd2ad5 [2022-03-09T09:31:44.557Z] #60 55.61 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-09T09:31:44.557Z] #60 55.61 + BUILDTAGS='netgo osusergo static_build' [2022-03-09T09:31:44.557Z] #60 55.61 + export EXTRA_FLAGS=-buildmode=pie [2022-03-09T09:31:44.557Z] #60 55.61 + EXTRA_FLAGS=-buildmode=pie [2022-03-09T09:31:44.557Z] #60 55.61 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-09T09:31:44.557Z] #60 55.61 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-09T09:31:44.557Z] #60 55.61 + '[' '' = dynamic ']' [2022-03-09T09:31:44.557Z] #60 55.61 + make [2022-03-09T09:31:45.063Z] #73 DONE 1.4s [2022-03-09T09:31:45.063Z] [2022-03-09T09:31:45.063Z] #74 exporting to image [2022-03-09T09:31:45.063Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-09T09:31:45.063Z] #74 exporting layers [2022-03-09T09:31:45.125Z] Commit message: "Merge commit 'f8d0102e3361b74061ec684e6c8c397c4756cfb0' into HEAD" [2022-03-09T09:31:45.128Z] #60 56.44 + bin/ctr [2022-03-09T09:31:45.190Z] #60 59.10 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-09T09:31:45.190Z] #60 59.10 + BUILDTAGS='netgo osusergo static_build' [2022-03-09T09:31:45.190Z] #60 59.10 + export EXTRA_FLAGS=-buildmode=pie [2022-03-09T09:31:45.190Z] #60 59.10 + EXTRA_FLAGS=-buildmode=pie [2022-03-09T09:31:45.190Z] #60 59.10 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-09T09:31:45.190Z] #60 59.10 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-09T09:31:45.190Z] #60 59.10 + '[' '' = dynamic ']' [2022-03-09T09:31:45.190Z] #60 59.10 + make [2022-03-09T09:31:45.250Z] First time build. Skipping changelog. [2022-03-09T09:31:45.415Z] #19 191.8 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-03-09T09:31:45.415Z] #19 191.8 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:45.415Z] #19 191.8 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T09:31:45.415Z] #19 191.8 Selecting previously unselected package crossbuild-essential-armel. [2022-03-09T09:31:45.415Z] #19 191.8 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-03-09T09:31:45.415Z] #19 191.8 Unpacking crossbuild-essential-armel (12.9) ... [2022-03-09T09:31:45.415Z] #19 191.8 Selecting previously unselected package libc6-armhf-cross. [2022-03-09T09:31:45.415Z] #19 191.9 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-03-09T09:31:45.415Z] #19 191.9 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-03-09T09:31:45.675Z] #19 192.0 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-03-09T09:31:45.675Z] #19 192.0 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:45.675Z] #19 192.0 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:31:45.675Z] #19 192.0 Selecting previously unselected package libgomp1-armhf-cross. [2022-03-09T09:31:45.675Z] #19 192.0 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:45.675Z] #19 192.0 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:31:45.675Z] #19 192.1 Selecting previously unselected package libatomic1-armhf-cross. [2022-03-09T09:31:45.675Z] #19 192.1 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:45.675Z] #19 192.1 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-09T09:31:45.937Z] #19 192.1 Selecting previously unselected package libasan6-armhf-cross. [2022-03-09T09:31:45.937Z] #19 192.2 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:45.937Z] #19 192.2 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:31:45.937Z] #19 192.4 Selecting previously unselected package libstdc++6-armhf-cross. [2022-03-09T09:31:46.064Z] #60 ... [2022-03-09T09:31:46.064Z] [2022-03-09T09:31:46.064Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:31:46.064Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:31:46.064Z] #14 107.9 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-09T09:31:46.064Z] #14 107.9 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:46.064Z] #14 107.9 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:31:46.124Z] #60 60.54 + bin/ctr [2022-03-09T09:31:46.199Z] #19 192.4 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:46.199Z] #19 192.4 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:31:46.199Z] #19 192.5 Selecting previously unselected package libubsan1-armhf-cross. [2022-03-09T09:31:46.199Z] #19 192.5 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:46.199Z] #19 192.5 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:31:46.199Z] #19 192.6 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-03-09T09:31:46.199Z] #19 192.6 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:46.199Z] #19 192.6 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:31:46.199Z] #19 192.7 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-03-09T09:31:46.202Z] #51 229.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-09T09:31:46.202Z] #51 DONE 229.4s [2022-03-09T09:31:46.202Z] [2022-03-09T09:31:46.202Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:31:46.202Z] #60 sha256:9283bcf23f7c9bfe3f63a84c607355621bfb3091fa171ce0737011a232675ef7 [2022-03-09T09:31:46.460Z] #19 192.7 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:31:46.460Z] #19 192.7 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T09:31:47.588Z] #60 ... [2022-03-09T09:31:47.588Z] [2022-03-09T09:31:47.588Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-09T09:31:47.588Z] #52 sha256:057f1146c34b5fb13cbb208d6f2b6ebdeffb703e001f71284d5386cdfc3473e8 [2022-03-09T09:31:45.157Z] > git rev-list --no-walk d0c800e71c545b8b3c65af905bdbbe6697cc359b # timeout=10 [2022-03-09T09:31:47.850Z] #52 DONE 0.4s [2022-03-09T09:31:47.850Z] [2022-03-09T09:31:47.850Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-09T09:31:47.850Z] #54 sha256:aae403cca37e7c19a60de5d9f3d240a1aafd4e087e32a446afc73a08127b9495 [2022-03-09T09:31:47.850Z] #54 DONE 0.1s [2022-03-09T09:31:47.850Z] [2022-03-09T09:31:47.850Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:31:47.850Z] #60 sha256:9283bcf23f7c9bfe3f63a84c607355621bfb3091fa171ce0737011a232675ef7 [2022-03-09T09:31:47.850Z] #60 ... [2022-03-09T09:31:47.850Z] [2022-03-09T09:31:47.850Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-09T09:31:47.850Z] #57 sha256:4ccd9fe12016af9ec68ed284d780aa681b3984860dc4e87b99f734c978f147f5 [2022-03-09T09:31:48.112Z] #57 DONE 0.2s [2022-03-09T09:31:48.112Z] [2022-03-09T09:31:48.112Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:31:48.112Z] #60 sha256:9283bcf23f7c9bfe3f63a84c607355621bfb3091fa171ce0737011a232675ef7 [2022-03-09T09:31:48.559Z] + docker version [2022-03-09T09:31:50.316Z] #74 exporting layers 4.4s done [2022-03-09T09:31:50.316Z] #74 writing image sha256:b55b5e058e27b52342b75941c33ef2bfb68b200a5fa1a45770e67e7d709968d7 [2022-03-09T09:31:50.316Z] #74 writing image sha256:b55b5e058e27b52342b75941c33ef2bfb68b200a5fa1a45770e67e7d709968d7 done [2022-03-09T09:31:50.316Z] #74 naming to docker.io/library/docker:d0bb680af62fdc1429362cbb62634fb8d36b3ec8 done [2022-03-09T09:31:50.316Z] #74 DONE 4.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-09T09:31:50.638Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-09T09:31:51.209Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d0bb680af62fdc1429362cbb62634fb8d36b3ec8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d0bb680af62fdc1429362cbb62634fb8d36b3ec8 hack/test/unit [2022-03-09T09:31:51.342Z] #14 112.9 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-09T09:31:51.342Z] #14 112.9 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:51.342Z] #14 112.9 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T09:31:51.754Z] #19 198.1 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-03-09T09:31:51.754Z] #19 198.1 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:51.754Z] #19 198.1 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T09:31:51.754Z] #19 198.2 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-03-09T09:31:51.754Z] #19 198.2 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-03-09T09:31:51.754Z] #19 198.2 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-09T09:31:51.772Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-09T09:31:51.772Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-09T09:31:51.772Z] + TESTDIRS=./... [2022-03-09T09:31:51.772Z] + exclude_paths='/vendor/|/integration' [2022-03-09T09:31:51.772Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-09T09:31:51.772Z] ++ go list ./... [2022-03-09T09:31:52.015Z] #19 198.3 Selecting previously unselected package libc6-dev-armhf-cross. [2022-03-09T09:31:52.015Z] #19 198.3 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-03-09T09:31:52.015Z] #19 198.4 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-09T09:31:52.277Z] #19 198.6 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-03-09T09:31:52.277Z] #19 198.6 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:52.277Z] #19 198.6 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:31:52.337Z] + pkg_list='github.com/docker/docker/api [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/backend/build [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/httputils [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/middleware [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/build [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/container [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/debug [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/image [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/network [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/session [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/system [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/volume [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/backend [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/container [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/events [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/filters [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/image [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/mount [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/network [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/registry [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/strslice [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/swarm [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/time [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/versions [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/volume [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/dockerfile [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/remotecontext [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T09:31:52.337Z] github.com/docker/docker/cli [2022-03-09T09:31:52.337Z] github.com/docker/docker/cli/config [2022-03-09T09:31:52.337Z] github.com/docker/docker/cli/debug [2022-03-09T09:31:52.337Z] github.com/docker/docker/client [2022-03-09T09:31:52.337Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T09:31:52.337Z] github.com/docker/docker/cmd/dockerd [2022-03-09T09:31:52.337Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T09:31:52.337Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T09:31:52.337Z] github.com/docker/docker/container [2022-03-09T09:31:52.337Z] github.com/docker/docker/container/stream [2022-03-09T09:31:52.337Z] github.com/docker/docker/contrib/apparmor [2022-03-09T09:31:52.337Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T09:31:52.337Z] github.com/docker/docker/contrib/httpserver [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/cluster [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/config [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/events [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/exec [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/images [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/initlayer [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/links [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/listeners [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/local [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/names [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/network [2022-03-09T09:31:52.337Z] github.com/docker/docker/daemon/stats [2022-03-09T09:31:52.337Z] github.com/docker/docker/distribution [2022-03-09T09:31:52.337Z] github.com/docker/docker/distribution/metadata [2022-03-09T09:31:52.337Z] github.com/docker/docker/distribution/utils [2022-03-09T09:31:52.337Z] github.com/docker/docker/distribution/xfer [2022-03-09T09:31:52.337Z] github.com/docker/docker/dockerversion [2022-03-09T09:31:52.337Z] github.com/docker/docker/errdefs [2022-03-09T09:31:52.337Z] github.com/docker/docker/image [2022-03-09T09:31:52.337Z] github.com/docker/docker/image/cache [2022-03-09T09:31:52.337Z] github.com/docker/docker/image/tarexport [2022-03-09T09:31:52.337Z] github.com/docker/docker/image/v1 [2022-03-09T09:31:52.337Z] github.com/docker/docker/internal/test/suite [2022-03-09T09:31:52.337Z] github.com/docker/docker/layer [2022-03-09T09:31:52.337Z] github.com/docker/docker/libcontainerd [2022-03-09T09:31:52.337Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T09:31:52.337Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T09:31:52.337Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T09:31:52.337Z] github.com/docker/docker/libcontainerd/types [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:31:52.337Z] github.com/docker/docker/libnetwork/types [2022-03-09T09:31:52.337Z] github.com/docker/docker/oci [2022-03-09T09:31:52.337Z] github.com/docker/docker/oci/caps [2022-03-09T09:31:52.337Z] github.com/docker/docker/opts [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/aaparser [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/archive [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/authorization [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/capabilities [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/containerfs [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/directory [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/dmesg [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/filenotify [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/fileutils [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/fsutils [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/homedir [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/idtools [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/ioutils [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/longpath [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/loopback [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/parsers [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/pidfile [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/platform [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/plugins [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/pools [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/progress [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/pubsub [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/reexec [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/signal [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/stack [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/stringid [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/system [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/tailfile [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/tarsum [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/truncindex [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/urlutil [2022-03-09T09:31:52.337Z] github.com/docker/docker/pkg/useragent [2022-03-09T09:31:52.337Z] github.com/docker/docker/plugin [2022-03-09T09:31:52.337Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T09:31:52.337Z] github.com/docker/docker/plugin/v2 [2022-03-09T09:31:52.337Z] github.com/docker/docker/profiles/apparmor [2022-03-09T09:31:52.337Z] github.com/docker/docker/profiles/seccomp [2022-03-09T09:31:52.337Z] github.com/docker/docker/quota [2022-03-09T09:31:52.337Z] github.com/docker/docker/reference [2022-03-09T09:31:52.337Z] github.com/docker/docker/registry [2022-03-09T09:31:52.337Z] github.com/docker/docker/registry/resumable [2022-03-09T09:31:52.337Z] github.com/docker/docker/restartmanager [2022-03-09T09:31:52.337Z] github.com/docker/docker/rootless [2022-03-09T09:31:52.337Z] github.com/docker/docker/rootless/specconv [2022-03-09T09:31:52.337Z] github.com/docker/docker/runconfig [2022-03-09T09:31:52.337Z] github.com/docker/docker/runconfig/opts [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil/daemon [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil/environment [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil/fakegit [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil/registry [2022-03-09T09:31:52.337Z] github.com/docker/docker/testutil/request [2022-03-09T09:31:52.337Z] github.com/docker/docker/volume [2022-03-09T09:31:52.337Z] github.com/docker/docker/volume/drivers [2022-03-09T09:31:52.337Z] github.com/docker/docker/volume/local [2022-03-09T09:31:52.337Z] github.com/docker/docker/volume/mounts [2022-03-09T09:31:52.337Z] github.com/docker/docker/volume/service [2022-03-09T09:31:52.337Z] github.com/docker/docker/volume/service/opts [2022-03-09T09:31:52.337Z] github.com/docker/docker/volume/testutils' [2022-03-09T09:31:52.337Z] ++ grep --fixed-strings -v /libnetwork [2022-03-09T09:31:52.337Z] ++ echo 'github.com/docker/docker/api [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/backend/build [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/httputils [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/middleware [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/build [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/container [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/debug [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/image [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/network [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/session [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/system [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/server/router/volume [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/backend [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/container [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/events [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/filters [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/image [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/mount [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/network [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/registry [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/strslice [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/swarm [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/time [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/versions [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T09:31:52.337Z] github.com/docker/docker/api/types/volume [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T09:31:52.337Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/dockerfile [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/remotecontext [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T09:31:52.338Z] github.com/docker/docker/cli [2022-03-09T09:31:52.338Z] github.com/docker/docker/cli/config [2022-03-09T09:31:52.338Z] github.com/docker/docker/cli/debug [2022-03-09T09:31:52.338Z] github.com/docker/docker/client [2022-03-09T09:31:52.338Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T09:31:52.338Z] github.com/docker/docker/cmd/dockerd [2022-03-09T09:31:52.338Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T09:31:52.338Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T09:31:52.338Z] github.com/docker/docker/container [2022-03-09T09:31:52.338Z] github.com/docker/docker/container/stream [2022-03-09T09:31:52.338Z] github.com/docker/docker/contrib/apparmor [2022-03-09T09:31:52.338Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T09:31:52.338Z] github.com/docker/docker/contrib/httpserver [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/config [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/events [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/exec [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/images [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/initlayer [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/links [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/listeners [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/local [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/names [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/network [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/stats [2022-03-09T09:31:52.338Z] github.com/docker/docker/distribution [2022-03-09T09:31:52.338Z] github.com/docker/docker/distribution/metadata [2022-03-09T09:31:52.338Z] github.com/docker/docker/distribution/utils [2022-03-09T09:31:52.338Z] github.com/docker/docker/distribution/xfer [2022-03-09T09:31:52.338Z] github.com/docker/docker/dockerversion [2022-03-09T09:31:52.338Z] github.com/docker/docker/errdefs [2022-03-09T09:31:52.338Z] github.com/docker/docker/image [2022-03-09T09:31:52.338Z] github.com/docker/docker/image/cache [2022-03-09T09:31:52.338Z] github.com/docker/docker/image/tarexport [2022-03-09T09:31:52.338Z] github.com/docker/docker/image/v1 [2022-03-09T09:31:52.338Z] github.com/docker/docker/internal/test/suite [2022-03-09T09:31:52.338Z] github.com/docker/docker/layer [2022-03-09T09:31:52.338Z] github.com/docker/docker/libcontainerd [2022-03-09T09:31:52.338Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T09:31:52.338Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T09:31:52.338Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T09:31:52.338Z] github.com/docker/docker/libcontainerd/types [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/libnetwork/types [2022-03-09T09:31:52.338Z] github.com/docker/docker/oci [2022-03-09T09:31:52.338Z] github.com/docker/docker/oci/caps [2022-03-09T09:31:52.338Z] github.com/docker/docker/opts [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/aaparser [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/archive [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/authorization [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/capabilities [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/containerfs [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/directory [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/dmesg [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/filenotify [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/fileutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/fsutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/homedir [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/idtools [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/ioutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/longpath [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/loopback [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/parsers [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/pidfile [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/platform [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/plugins [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/pools [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/progress [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/pubsub [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/reexec [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/signal [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/stack [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/stringid [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/system [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/tailfile [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/tarsum [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/truncindex [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/urlutil [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/useragent [2022-03-09T09:31:52.338Z] github.com/docker/docker/plugin [2022-03-09T09:31:52.338Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T09:31:52.338Z] github.com/docker/docker/plugin/v2 [2022-03-09T09:31:52.338Z] github.com/docker/docker/profiles/apparmor [2022-03-09T09:31:52.338Z] github.com/docker/docker/profiles/seccomp [2022-03-09T09:31:52.338Z] github.com/docker/docker/quota [2022-03-09T09:31:52.338Z] github.com/docker/docker/reference [2022-03-09T09:31:52.338Z] github.com/docker/docker/registry [2022-03-09T09:31:52.338Z] github.com/docker/docker/registry/resumable [2022-03-09T09:31:52.338Z] github.com/docker/docker/restartmanager [2022-03-09T09:31:52.338Z] github.com/docker/docker/rootless [2022-03-09T09:31:52.338Z] github.com/docker/docker/rootless/specconv [2022-03-09T09:31:52.338Z] github.com/docker/docker/runconfig [2022-03-09T09:31:52.338Z] github.com/docker/docker/runconfig/opts [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil/daemon [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil/environment [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil/fakegit [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil/registry [2022-03-09T09:31:52.338Z] github.com/docker/docker/testutil/request [2022-03-09T09:31:52.338Z] github.com/docker/docker/volume [2022-03-09T09:31:52.338Z] github.com/docker/docker/volume/drivers [2022-03-09T09:31:52.338Z] github.com/docker/docker/volume/local [2022-03-09T09:31:52.338Z] github.com/docker/docker/volume/mounts [2022-03-09T09:31:52.338Z] github.com/docker/docker/volume/service [2022-03-09T09:31:52.338Z] github.com/docker/docker/volume/service/opts [2022-03-09T09:31:52.338Z] github.com/docker/docker/volume/testutils' [2022-03-09T09:31:52.338Z] + base_pkg_list='github.com/docker/docker/api [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/backend/build [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/httputils [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/middleware [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/build [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/container [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/debug [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/image [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/network [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/session [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/system [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/server/router/volume [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/backend [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/container [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/events [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/filters [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/image [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/mount [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/network [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/registry [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/strslice [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/swarm [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/time [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/versions [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T09:31:52.338Z] github.com/docker/docker/api/types/volume [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/builder-next [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/dockerfile [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/remotecontext [2022-03-09T09:31:52.338Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T09:31:52.338Z] github.com/docker/docker/cli [2022-03-09T09:31:52.338Z] github.com/docker/docker/cli/config [2022-03-09T09:31:52.338Z] github.com/docker/docker/cli/debug [2022-03-09T09:31:52.338Z] github.com/docker/docker/client [2022-03-09T09:31:52.338Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T09:31:52.338Z] github.com/docker/docker/cmd/dockerd [2022-03-09T09:31:52.338Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T09:31:52.338Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T09:31:52.338Z] github.com/docker/docker/container [2022-03-09T09:31:52.338Z] github.com/docker/docker/container/stream [2022-03-09T09:31:52.338Z] github.com/docker/docker/contrib/apparmor [2022-03-09T09:31:52.338Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T09:31:52.338Z] github.com/docker/docker/contrib/httpserver [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/config [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/events [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/exec [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/images [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/initlayer [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/links [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/listeners [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/local [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/names [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/network [2022-03-09T09:31:52.338Z] github.com/docker/docker/daemon/stats [2022-03-09T09:31:52.338Z] github.com/docker/docker/distribution [2022-03-09T09:31:52.338Z] github.com/docker/docker/distribution/metadata [2022-03-09T09:31:52.338Z] github.com/docker/docker/distribution/utils [2022-03-09T09:31:52.338Z] github.com/docker/docker/distribution/xfer [2022-03-09T09:31:52.338Z] github.com/docker/docker/dockerversion [2022-03-09T09:31:52.338Z] github.com/docker/docker/errdefs [2022-03-09T09:31:52.338Z] github.com/docker/docker/image [2022-03-09T09:31:52.338Z] github.com/docker/docker/image/cache [2022-03-09T09:31:52.338Z] github.com/docker/docker/image/tarexport [2022-03-09T09:31:52.338Z] github.com/docker/docker/image/v1 [2022-03-09T09:31:52.338Z] github.com/docker/docker/internal/test/suite [2022-03-09T09:31:52.338Z] github.com/docker/docker/layer [2022-03-09T09:31:52.338Z] github.com/docker/docker/libcontainerd [2022-03-09T09:31:52.338Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T09:31:52.338Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T09:31:52.338Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T09:31:52.338Z] github.com/docker/docker/libcontainerd/types [2022-03-09T09:31:52.338Z] github.com/docker/docker/oci [2022-03-09T09:31:52.338Z] github.com/docker/docker/oci/caps [2022-03-09T09:31:52.338Z] github.com/docker/docker/opts [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/aaparser [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/archive [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/authorization [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/capabilities [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/containerfs [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/directory [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/dmesg [2022-03-09T09:31:52.338Z] github.com/docker/docker/pkg/filenotify [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/fileutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/fsutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/homedir [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/idtools [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/ioutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/longpath [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/loopback [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/parsers [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/pidfile [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/platform [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugins [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/pools [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/progress [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/pubsub [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/reexec [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/signal [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/stack [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/stringid [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/system [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/tailfile [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/tarsum [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/truncindex [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/urlutil [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/useragent [2022-03-09T09:31:52.339Z] github.com/docker/docker/plugin [2022-03-09T09:31:52.339Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T09:31:52.339Z] github.com/docker/docker/plugin/v2 [2022-03-09T09:31:52.339Z] github.com/docker/docker/profiles/apparmor [2022-03-09T09:31:52.339Z] github.com/docker/docker/profiles/seccomp [2022-03-09T09:31:52.339Z] github.com/docker/docker/quota [2022-03-09T09:31:52.339Z] github.com/docker/docker/reference [2022-03-09T09:31:52.339Z] github.com/docker/docker/registry [2022-03-09T09:31:52.339Z] github.com/docker/docker/registry/resumable [2022-03-09T09:31:52.339Z] github.com/docker/docker/restartmanager [2022-03-09T09:31:52.339Z] github.com/docker/docker/rootless [2022-03-09T09:31:52.339Z] github.com/docker/docker/rootless/specconv [2022-03-09T09:31:52.339Z] github.com/docker/docker/runconfig [2022-03-09T09:31:52.339Z] github.com/docker/docker/runconfig/opts [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/daemon [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/environment [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fakegit [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/registry [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/request [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/drivers [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/local [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/mounts [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/service [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/service/opts [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/testutils' [2022-03-09T09:31:52.339Z] ++ grep --fixed-strings /libnetwork [2022-03-09T09:31:52.339Z] ++ echo 'github.com/docker/docker/api [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/backend/build [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/httputils [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/middleware [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/build [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/container [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/debug [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/image [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/network [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/session [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/system [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/server/router/volume [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/backend [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/container [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/events [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/filters [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/image [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/mount [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/network [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/registry [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/strslice [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/swarm [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/time [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/versions [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T09:31:52.339Z] github.com/docker/docker/api/types/volume [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder/builder-next [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder/dockerfile [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder/remotecontext [2022-03-09T09:31:52.339Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T09:31:52.339Z] github.com/docker/docker/cli [2022-03-09T09:31:52.339Z] github.com/docker/docker/cli/config [2022-03-09T09:31:52.339Z] github.com/docker/docker/cli/debug [2022-03-09T09:31:52.339Z] github.com/docker/docker/client [2022-03-09T09:31:52.339Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T09:31:52.339Z] github.com/docker/docker/cmd/dockerd [2022-03-09T09:31:52.339Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T09:31:52.339Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T09:31:52.339Z] github.com/docker/docker/container [2022-03-09T09:31:52.339Z] github.com/docker/docker/container/stream [2022-03-09T09:31:52.339Z] github.com/docker/docker/contrib/apparmor [2022-03-09T09:31:52.339Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T09:31:52.339Z] github.com/docker/docker/contrib/httpserver [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/cluster [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/config [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/events [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/exec [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/images [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/initlayer [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/links [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/listeners [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/local [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/names [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/network [2022-03-09T09:31:52.339Z] github.com/docker/docker/daemon/stats [2022-03-09T09:31:52.339Z] github.com/docker/docker/distribution [2022-03-09T09:31:52.339Z] github.com/docker/docker/distribution/metadata [2022-03-09T09:31:52.339Z] github.com/docker/docker/distribution/utils [2022-03-09T09:31:52.339Z] github.com/docker/docker/distribution/xfer [2022-03-09T09:31:52.339Z] github.com/docker/docker/dockerversion [2022-03-09T09:31:52.339Z] github.com/docker/docker/errdefs [2022-03-09T09:31:52.339Z] github.com/docker/docker/image [2022-03-09T09:31:52.339Z] github.com/docker/docker/image/cache [2022-03-09T09:31:52.339Z] github.com/docker/docker/image/tarexport [2022-03-09T09:31:52.339Z] github.com/docker/docker/image/v1 [2022-03-09T09:31:52.339Z] github.com/docker/docker/internal/test/suite [2022-03-09T09:31:52.339Z] github.com/docker/docker/layer [2022-03-09T09:31:52.339Z] github.com/docker/docker/libcontainerd [2022-03-09T09:31:52.339Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T09:31:52.339Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T09:31:52.339Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T09:31:52.339Z] github.com/docker/docker/libcontainerd/types [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/types [2022-03-09T09:31:52.339Z] github.com/docker/docker/oci [2022-03-09T09:31:52.339Z] github.com/docker/docker/oci/caps [2022-03-09T09:31:52.339Z] github.com/docker/docker/opts [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/aaparser [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/archive [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/authorization [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/capabilities [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/containerfs [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/directory [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/dmesg [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/filenotify [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/fileutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/fsutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/homedir [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/idtools [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/ioutils [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/longpath [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/loopback [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/parsers [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/pidfile [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/platform [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugins [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/pools [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/progress [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/pubsub [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/reexec [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/signal [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/stack [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/stringid [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/system [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/tailfile [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/tarsum [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/truncindex [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/urlutil [2022-03-09T09:31:52.339Z] github.com/docker/docker/pkg/useragent [2022-03-09T09:31:52.339Z] github.com/docker/docker/plugin [2022-03-09T09:31:52.339Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T09:31:52.339Z] github.com/docker/docker/plugin/v2 [2022-03-09T09:31:52.339Z] github.com/docker/docker/profiles/apparmor [2022-03-09T09:31:52.339Z] github.com/docker/docker/profiles/seccomp [2022-03-09T09:31:52.339Z] github.com/docker/docker/quota [2022-03-09T09:31:52.339Z] github.com/docker/docker/reference [2022-03-09T09:31:52.339Z] github.com/docker/docker/registry [2022-03-09T09:31:52.339Z] github.com/docker/docker/registry/resumable [2022-03-09T09:31:52.339Z] github.com/docker/docker/restartmanager [2022-03-09T09:31:52.339Z] github.com/docker/docker/rootless [2022-03-09T09:31:52.339Z] github.com/docker/docker/rootless/specconv [2022-03-09T09:31:52.339Z] github.com/docker/docker/runconfig [2022-03-09T09:31:52.339Z] github.com/docker/docker/runconfig/opts [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/daemon [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/environment [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fakegit [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/registry [2022-03-09T09:31:52.339Z] github.com/docker/docker/testutil/request [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/drivers [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/local [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/mounts [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/service [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/service/opts [2022-03-09T09:31:52.339Z] github.com/docker/docker/volume/testutils' [2022-03-09T09:31:52.339Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:31:52.339Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/types' [2022-03-09T09:31:52.340Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-09T09:31:52.340Z] + echo 'github.com/docker/docker/libnetwork [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/types' [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:31:52.340Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:31:52.340Z] + type docker-proxy [2022-03-09T09:31:52.340Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-09T09:31:52.340Z] + hack/make.sh binary-proxy install-proxy [2022-03-09T09:31:52.340Z] [2022-03-09T09:31:52.340Z] Removing bundles/ [2022-03-09T09:31:52.340Z] [2022-03-09T09:31:52.340Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-09T09:31:52.340Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-09T09:31:52.340Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:31:52.540Z] #19 198.8 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-03-09T09:31:52.540Z] #19 198.8 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:31:52.540Z] #19 198.8 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T09:31:56.596Z] 8f616e6e9eec: Pull complete [2022-03-09T09:31:56.612Z] #14 118.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-09T09:31:56.612Z] #14 118.1 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:56.612Z] #14 118.1 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:31:57.842Z] #19 203.4 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-03-09T09:31:57.842Z] #19 203.4 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:31:57.842Z] #19 203.4 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T09:31:57.842Z] #19 203.4 Selecting previously unselected package crossbuild-essential-armhf. [2022-03-09T09:31:57.842Z] #19 203.4 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-03-09T09:31:57.842Z] #19 203.4 Unpacking crossbuild-essential-armhf (12.9) ... [2022-03-09T09:31:57.842Z] #19 203.4 Selecting previously unselected package libc6-ppc64el-cross. [2022-03-09T09:31:57.842Z] #19 203.4 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-09T09:31:57.842Z] #19 203.4 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-09T09:31:57.842Z] #19 203.6 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-03-09T09:31:57.842Z] #19 203.6 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:57.842Z] #19 203.6 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:57.842Z] #19 203.6 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-03-09T09:31:57.842Z] #19 203.6 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:57.842Z] #19 203.6 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:57.842Z] #19 203.7 Selecting previously unselected package libitm1-ppc64el-cross. [2022-03-09T09:31:57.842Z] #19 203.7 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:57.842Z] #19 203.7 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:57.842Z] #19 203.7 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-03-09T09:31:57.842Z] #19 203.7 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:57.842Z] #19 203.7 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:57.842Z] #19 203.8 Selecting previously unselected package libasan6-ppc64el-cross. [2022-03-09T09:31:57.842Z] #19 203.8 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:57.842Z] #19 203.8 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:57.842Z] #19 204.0 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-03-09T09:31:57.842Z] #19 204.0 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:57.842Z] #19 204.0 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:57.842Z] #19 204.1 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-03-09T09:31:57.842Z] #19 204.1 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:57.842Z] #19 204.1 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:58.105Z] #19 204.4 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-03-09T09:31:58.105Z] #19 204.4 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:58.105Z] #19 204.4 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:58.105Z] #19 204.4 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-03-09T09:31:58.105Z] #19 204.4 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:58.105Z] #19 204.4 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:58.105Z] #19 204.6 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-03-09T09:31:58.316Z] #60 ... [2022-03-09T09:31:58.316Z] [2022-03-09T09:31:58.316Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:31:58.316Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:31:58.316Z] #14 107.0 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-09T09:31:58.316Z] #14 107.0 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:58.316Z] #14 107.0 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:31:58.316Z] #14 111.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-09T09:31:58.316Z] #14 111.8 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:58.317Z] #14 111.8 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T09:31:58.317Z] #14 117.3 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-09T09:31:58.317Z] #14 117.3 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:31:58.317Z] #14 117.3 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:31:58.366Z] #19 204.6 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:58.366Z] #19 204.6 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:58.366Z] #19 204.6 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-03-09T09:31:58.366Z] #19 204.6 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:31:58.366Z] #19 204.6 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:31:58.366Z] #19 204.8 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-03-09T09:31:58.366Z] #19 204.8 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:31:58.366Z] #19 204.8 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:31:58.891Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-09T09:31:58.891Z] [2022-03-09T09:31:58.891Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-09T09:31:58.891Z] Installing docker-proxy to /usr/local/bin/ [2022-03-09T09:31:58.891Z] [2022-03-09T09:31:58.891Z] + mkdir -p bundles [2022-03-09T09:31:58.891Z] + '[' -n 'github.com/docker/docker/api [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/backend/build [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/httputils [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/middleware [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/build [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/container [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/debug [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/image [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/network [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/session [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/system [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/server/router/volume [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/backend [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/container [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/events [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/filters [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/image [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/mount [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/network [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/registry [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/strslice [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/swarm [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/time [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/versions [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T09:31:58.891Z] github.com/docker/docker/api/types/volume [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder/builder-next [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder/dockerfile [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder/remotecontext [2022-03-09T09:31:58.891Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T09:31:58.891Z] github.com/docker/docker/cli [2022-03-09T09:31:58.891Z] github.com/docker/docker/cli/config [2022-03-09T09:31:58.891Z] github.com/docker/docker/cli/debug [2022-03-09T09:31:58.891Z] github.com/docker/docker/client [2022-03-09T09:31:58.891Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T09:31:58.891Z] github.com/docker/docker/cmd/dockerd [2022-03-09T09:31:58.891Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T09:31:58.891Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T09:31:58.891Z] github.com/docker/docker/container [2022-03-09T09:31:58.891Z] github.com/docker/docker/container/stream [2022-03-09T09:31:58.891Z] github.com/docker/docker/contrib/apparmor [2022-03-09T09:31:58.891Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T09:31:58.891Z] github.com/docker/docker/contrib/httpserver [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/cluster [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/config [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/events [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/exec [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T09:31:58.891Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/images [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/initlayer [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/links [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/listeners [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/local [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/names [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/network [2022-03-09T09:31:58.892Z] github.com/docker/docker/daemon/stats [2022-03-09T09:31:58.892Z] github.com/docker/docker/distribution [2022-03-09T09:31:58.892Z] github.com/docker/docker/distribution/metadata [2022-03-09T09:31:58.892Z] github.com/docker/docker/distribution/utils [2022-03-09T09:31:58.892Z] github.com/docker/docker/distribution/xfer [2022-03-09T09:31:58.892Z] github.com/docker/docker/dockerversion [2022-03-09T09:31:58.892Z] github.com/docker/docker/errdefs [2022-03-09T09:31:58.892Z] github.com/docker/docker/image [2022-03-09T09:31:58.892Z] github.com/docker/docker/image/cache [2022-03-09T09:31:58.892Z] github.com/docker/docker/image/tarexport [2022-03-09T09:31:58.892Z] github.com/docker/docker/image/v1 [2022-03-09T09:31:58.892Z] github.com/docker/docker/internal/test/suite [2022-03-09T09:31:58.892Z] github.com/docker/docker/layer [2022-03-09T09:31:58.892Z] github.com/docker/docker/libcontainerd [2022-03-09T09:31:58.892Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T09:31:58.892Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T09:31:58.892Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T09:31:58.892Z] github.com/docker/docker/libcontainerd/types [2022-03-09T09:31:58.892Z] github.com/docker/docker/oci [2022-03-09T09:31:58.892Z] github.com/docker/docker/oci/caps [2022-03-09T09:31:58.892Z] github.com/docker/docker/opts [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/aaparser [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/archive [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/authorization [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/capabilities [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/containerfs [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/directory [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/dmesg [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/filenotify [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/fileutils [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/fsutils [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/homedir [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/idtools [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/ioutils [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/longpath [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/loopback [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/parsers [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/pidfile [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/platform [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/plugins [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/pools [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/progress [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/pubsub [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/reexec [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/signal [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/stack [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/stringid [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/system [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/tailfile [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/tarsum [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/truncindex [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/urlutil [2022-03-09T09:31:58.892Z] github.com/docker/docker/pkg/useragent [2022-03-09T09:31:58.892Z] github.com/docker/docker/plugin [2022-03-09T09:31:58.892Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T09:31:58.892Z] github.com/docker/docker/plugin/v2 [2022-03-09T09:31:58.892Z] github.com/docker/docker/profiles/apparmor [2022-03-09T09:31:58.892Z] github.com/docker/docker/profiles/seccomp [2022-03-09T09:31:58.892Z] github.com/docker/docker/quota [2022-03-09T09:31:58.892Z] github.com/docker/docker/reference [2022-03-09T09:31:58.892Z] github.com/docker/docker/registry [2022-03-09T09:31:58.892Z] github.com/docker/docker/registry/resumable [2022-03-09T09:31:58.892Z] github.com/docker/docker/restartmanager [2022-03-09T09:31:58.892Z] github.com/docker/docker/rootless [2022-03-09T09:31:58.892Z] github.com/docker/docker/rootless/specconv [2022-03-09T09:31:58.892Z] github.com/docker/docker/runconfig [2022-03-09T09:31:58.892Z] github.com/docker/docker/runconfig/opts [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil/daemon [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil/environment [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil/fakegit [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil/registry [2022-03-09T09:31:58.892Z] github.com/docker/docker/testutil/request [2022-03-09T09:31:58.892Z] github.com/docker/docker/volume [2022-03-09T09:31:58.892Z] github.com/docker/docker/volume/drivers [2022-03-09T09:31:58.892Z] github.com/docker/docker/volume/local [2022-03-09T09:31:58.892Z] github.com/docker/docker/volume/mounts [2022-03-09T09:31:58.892Z] github.com/docker/docker/volume/service [2022-03-09T09:31:58.892Z] github.com/docker/docker/volume/service/opts [2022-03-09T09:31:58.892Z] github.com/docker/docker/volume/testutils' ']' [2022-03-09T09:31:58.892Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-09T09:31:58.978Z] Client: [2022-03-09T09:31:58.979Z] Version: 20.10.9 [2022-03-09T09:31:58.979Z] API version: 1.41 [2022-03-09T09:31:58.979Z] Go version: go1.16.8 [2022-03-09T09:31:58.979Z] Git commit: c2ea9bc [2022-03-09T09:31:58.979Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T09:31:58.979Z] OS/Arch: windows/amd64 [2022-03-09T09:31:58.979Z] Context: default [2022-03-09T09:31:58.979Z] Experimental: true [2022-03-09T09:31:58.979Z] [2022-03-09T09:31:58.979Z] Server: Docker Engine - Community [2022-03-09T09:31:58.979Z] Engine: [2022-03-09T09:31:58.979Z] Version: 20.10.9 [2022-03-09T09:31:58.979Z] API version: 1.41 (minimum version 1.24) [2022-03-09T09:31:58.979Z] Go version: go1.16.8 [2022-03-09T09:31:58.979Z] Git commit: 79ea9d3 [2022-03-09T09:31:58.979Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T09:31:58.979Z] OS/Arch: windows/amd64 [2022-03-09T09:31:58.979Z] Experimental: true [2022-03-09T09:31:59.150Z] ? github.com/docker/docker/api [no test files] [Pipeline] sh [2022-03-09T09:32:00.715Z] + docker info [2022-03-09T09:32:00.715Z] Client: [2022-03-09T09:32:00.715Z] Context: default [2022-03-09T09:32:00.715Z] Debug Mode: false [2022-03-09T09:32:00.715Z] [2022-03-09T09:32:00.715Z] Server: [2022-03-09T09:32:00.715Z] Containers: 0 [2022-03-09T09:32:00.715Z] Running: 0 [2022-03-09T09:32:00.715Z] Paused: 0 [2022-03-09T09:32:00.715Z] Stopped: 0 [2022-03-09T09:32:00.715Z] Images: 0 [2022-03-09T09:32:00.715Z] Server Version: 20.10.9 [2022-03-09T09:32:00.715Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-09T09:32:00.715Z] Windows: [2022-03-09T09:32:00.715Z] LCOW: [2022-03-09T09:32:00.715Z] Logging Driver: json-file [2022-03-09T09:32:00.715Z] Plugins: [2022-03-09T09:32:00.715Z] Volume: local [2022-03-09T09:32:00.715Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T09:32:00.715Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T09:32:00.715Z] Swarm: inactive [2022-03-09T09:32:00.715Z] Default Isolation: process [2022-03-09T09:32:00.715Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T09:32:00.715Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T09:32:00.715Z] OSType: windows [2022-03-09T09:32:00.715Z] Architecture: x86_64 [2022-03-09T09:32:00.715Z] CPUs: 4 [2022-03-09T09:32:00.715Z] Total Memory: 32GiB [2022-03-09T09:32:00.715Z] Name: azwin-2-c8b750 [2022-03-09T09:32:00.715Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-09T09:32:00.715Z] Docker Root Dir: D:\docker [2022-03-09T09:32:00.715Z] Debug Mode: false [2022-03-09T09:32:00.715Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:32:00.715Z] Labels: [2022-03-09T09:32:00.715Z] Experimental: true [2022-03-09T09:32:00.715Z] Insecure Registries: [2022-03-09T09:32:00.715Z] 10.0.0.4:5000 [2022-03-09T09:32:00.715Z] 127.0.0.0/8 [2022-03-09T09:32:00.715Z] Registry Mirrors: [2022-03-09T09:32:00.715Z] http://10.0.0.4:5000/ [2022-03-09T09:32:00.715Z] Live Restore Enabled: false [2022-03-09T09:32:00.715Z] Product License: Community Engine [2022-03-09T09:32:00.715Z] [2022-03-09T09:32:00.804Z] #14 ... [2022-03-09T09:32:00.804Z] [2022-03-09T09:32:00.804Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:32:00.804Z] #63 sha256:ef1eea8f38b5f09714f55a0486d7ff32623cac732e7d8e0589ccafc5227e6f6d [2022-03-09T09:32:00.804Z] #63 122.5 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T09:32:00.804Z] #63 122.5 + GOBIN=/build [2022-03-09T09:32:00.804Z] #63 122.5 + GO111MODULE=on [2022-03-09T09:32:00.804Z] #63 122.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-09T09:32:03.574Z] #14 ... [2022-03-09T09:32:03.574Z] [2022-03-09T09:32:03.574Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:32:03.574Z] #63 sha256:2d17bfa7ac83e8a559319e21447b020f7696ca16a2d0a1aec2881f18137f843b [2022-03-09T09:32:03.574Z] #63 123.1 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T09:32:03.574Z] #63 123.1 + GOBIN=/build [2022-03-09T09:32:03.574Z] #63 123.1 + GO111MODULE=on [2022-03-09T09:32:03.575Z] #63 123.1 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-09T09:32:03.856Z] #19 209.4 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-03-09T09:32:03.856Z] #19 209.4 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:32:03.856Z] #19 209.4 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:03.856Z] #19 209.4 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-03-09T09:32:03.856Z] #19 209.4 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-03-09T09:32:03.856Z] #19 209.4 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-09T09:32:03.856Z] #19 209.6 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-03-09T09:32:03.856Z] #19 209.6 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-09T09:32:03.856Z] #19 209.6 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-09T09:32:03.856Z] #19 209.9 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-03-09T09:32:03.856Z] #19 209.9 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:32:03.856Z] #19 209.9 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:03.856Z] #19 210.1 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-03-09T09:32:03.856Z] #19 210.1 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:32:03.856Z] #19 210.1 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:06.072Z] #63 127.1 rootlesskit version 0.14.6 [2022-03-09T09:32:06.072Z] #63 127.1 Usage of /build/rootlesskit-docker-proxy: [2022-03-09T09:32:06.072Z] #63 127.1 -container-ip string [2022-03-09T09:32:06.072Z] #63 127.1 container ip [2022-03-09T09:32:06.072Z] #63 127.1 -container-port int [2022-03-09T09:32:06.072Z] #63 127.1 container port (default -1) [2022-03-09T09:32:06.072Z] #63 127.1 -host-ip string [2022-03-09T09:32:06.072Z] #63 127.1 host ip [2022-03-09T09:32:06.072Z] #63 127.1 -host-port int [2022-03-09T09:32:06.072Z] #63 127.1 host port (default -1) [2022-03-09T09:32:06.072Z] #63 127.1 -proto string [2022-03-09T09:32:06.072Z] #63 127.1 proxy protocol (default "tcp") [2022-03-09T09:32:07.451Z] #63 ... [2022-03-09T09:32:07.451Z] [2022-03-09T09:32:07.451Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:32:07.451Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:32:07.451Z] #14 129.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-09T09:32:07.451Z] #14 129.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:32:07.451Z] #14 129.4 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:32:07.759Z] #63 128.0 rootlesskit version 0.14.6 [2022-03-09T09:32:07.759Z] #63 128.0 Usage of /build/rootlesskit-docker-proxy: [2022-03-09T09:32:07.759Z] #63 128.0 -container-ip string [2022-03-09T09:32:07.759Z] #63 128.0 container ip [2022-03-09T09:32:07.759Z] #63 128.0 -container-port int [2022-03-09T09:32:07.759Z] #63 128.0 container port (default -1) [2022-03-09T09:32:07.759Z] #63 128.0 -host-ip string [2022-03-09T09:32:07.759Z] #63 128.0 host ip [2022-03-09T09:32:07.759Z] #63 128.0 -host-port int [2022-03-09T09:32:07.759Z] #63 128.0 host port (default -1) [2022-03-09T09:32:07.759Z] #63 128.0 -proto string [2022-03-09T09:32:07.759Z] #63 128.0 proxy protocol (default "tcp") [2022-03-09T09:32:09.155Z] #19 214.5 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-03-09T09:32:09.155Z] #19 214.5 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:32:09.155Z] #19 214.5 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:09.155Z] #19 214.6 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-03-09T09:32:09.155Z] #19 214.6 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-03-09T09:32:09.155Z] #19 214.6 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-03-09T09:32:09.155Z] #19 214.6 Selecting previously unselected package libc6-s390x-cross. [2022-03-09T09:32:09.155Z] #19 214.6 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-03-09T09:32:09.155Z] #19 214.6 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-03-09T09:32:09.155Z] #19 214.7 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-03-09T09:32:09.155Z] #19 214.7 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:32:09.155Z] #19 214.7 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:09.155Z] #19 214.8 Selecting previously unselected package libgomp1-s390x-cross. [2022-03-09T09:32:09.155Z] #19 214.8 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:32:09.155Z] #19 214.8 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:09.155Z] #19 214.8 Selecting previously unselected package libitm1-s390x-cross. [2022-03-09T09:32:09.155Z] #19 214.8 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:32:09.155Z] #19 214.8 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:09.155Z] #19 214.9 Selecting previously unselected package libatomic1-s390x-cross. [2022-03-09T09:32:09.155Z] #19 214.9 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:32:09.155Z] #19 214.9 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:09.155Z] #19 214.9 Selecting previously unselected package libasan6-s390x-cross. [2022-03-09T09:32:09.155Z] #19 214.9 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:32:09.155Z] #19 214.9 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:09.155Z] #19 215.1 Selecting previously unselected package libstdc++6-s390x-cross. [2022-03-09T09:32:09.155Z] #19 215.1 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:32:09.155Z] #19 215.1 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:09.155Z] #19 215.2 Selecting previously unselected package libubsan1-s390x-cross. [2022-03-09T09:32:09.155Z] #19 215.2 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:32:09.155Z] #19 215.2 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:09.155Z] #19 215.3 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-03-09T09:32:09.155Z] #19 215.3 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:32:09.155Z] #19 215.3 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:09.155Z] #19 215.5 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-03-09T09:32:09.155Z] #19 215.5 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:32:09.155Z] #19 215.5 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:09.993Z] #14 ... [2022-03-09T09:32:09.993Z] [2022-03-09T09:32:09.993Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:32:09.993Z] #63 sha256:ef1eea8f38b5f09714f55a0486d7ff32623cac732e7d8e0589ccafc5227e6f6d [2022-03-09T09:32:09.993Z] #63 DONE 131.2s [2022-03-09T09:32:09.993Z] [2022-03-09T09:32:09.993Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-09T09:32:09.993Z] #64 sha256:0268d2aa639f7e0f12096b5d1646b8bc9827aa18c79b1e0cc3af2db038088ef9 [2022-03-09T09:32:09.993Z] #64 DONE 0.1s [2022-03-09T09:32:09.993Z] [2022-03-09T09:32:09.993Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-09T09:32:09.993Z] #65 sha256:4418e18921c7b008d0419b1767d1be9472863b493ac00ad7ec871a033dea9cf8 [2022-03-09T09:32:09.993Z] #65 DONE 0.1s [2022-03-09T09:32:09.993Z] [2022-03-09T09:32:09.993Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:32:09.993Z] #60 sha256:f6b76da136f04c6ede32fe4ba83bce2ca5a890b81c89e7e116d2be0af57d5a3b [2022-03-09T09:32:10.288Z] #63 ... [2022-03-09T09:32:10.288Z] [2022-03-09T09:32:10.288Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:32:10.288Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:32:10.288Z] #14 127.8 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-09T09:32:10.288Z] #14 127.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:32:10.288Z] #14 127.8 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:32:11.329Z] ok github.com/docker/docker/api/server 0.007s coverage: 9.0% of statements [2022-03-09T09:32:12.529Z] #60 ... [2022-03-09T09:32:12.529Z] [2022-03-09T09:32:12.529Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:32:12.529Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:32:12.529Z] #14 134.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-09T09:32:12.529Z] #14 134.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-09T09:32:12.529Z] #14 134.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T09:32:12.529Z] #14 134.3 Selecting previously unselected package libapparmor1:amd64. [2022-03-09T09:32:12.529Z] #14 134.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-09T09:32:12.529Z] #14 134.3 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T09:32:12.529Z] #14 134.4 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-09T09:32:12.529Z] #14 134.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-09T09:32:12.529Z] #14 134.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T09:32:12.529Z] #14 134.5 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T09:32:12.529Z] #14 134.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T09:32:12.529Z] #14 134.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:32:12.788Z] #14 134.7 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T09:32:12.788Z] #14 134.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T09:32:12.788Z] #14 134.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:32:12.817Z] #14 132.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-09T09:32:12.817Z] #14 132.8 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-09T09:32:12.817Z] #14 132.9 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...#14 ... [2022-03-09T09:32:12.817Z] [2022-03-09T09:32:12.817Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:32:12.817Z] #63 sha256:2d17bfa7ac83e8a559319e21447b020f7696ca16a2d0a1aec2881f18137f843b [2022-03-09T09:32:12.817Z] #63 DONE 132.7s [2022-03-09T09:32:12.817Z] [2022-03-09T09:32:12.817Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-09T09:32:12.817Z] #64 sha256:fa5372017733605db90e1ceff177cc2fc61af8bedce4862a7492dfc949d0fc44 [2022-03-09T09:32:12.817Z] #64 DONE 0.1s [2022-03-09T09:32:12.817Z] [2022-03-09T09:32:12.817Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:32:12.817Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:32:12.817Z] #14 132.9 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T09:32:12.817Z] #14 ... [2022-03-09T09:32:12.817Z] [2022-03-09T09:32:12.817Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-09T09:32:12.817Z] #65 sha256:0319cf29a3503f18f67bd102d3d6d18901f87fb5579df6108ee3210ea137e586 [2022-03-09T09:32:12.817Z] #65 DONE 0.1s [2022-03-09T09:32:12.817Z] [2022-03-09T09:32:12.817Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:32:12.817Z] #14 sha256:c831a8347534ab50595222794e9ff22a8ab7bcbe08016d719caaaaa987102676 [2022-03-09T09:32:12.817Z] #14 133.1 Selecting previously unselected package libapparmor1:amd64. [2022-03-09T09:32:12.817Z] #14 133.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-09T09:32:12.817Z] #14 133.1 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T09:32:12.817Z] #14 133.2 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-09T09:32:12.817Z] #14 133.2 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-09T09:32:12.817Z] #14 133.2 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T09:32:12.817Z] #14 133.4 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T09:32:12.817Z] #14 133.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T09:32:12.817Z] #14 133.4 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:32:13.048Z] #14 135.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-09T09:32:13.075Z] #14 133.5 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T09:32:13.075Z] #14 133.5 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T09:32:13.075Z] #14 133.5 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:32:13.307Z] #14 135.2 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:32:13.307Z] #14 135.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:32:13.307Z] #14 135.3 Selecting previously unselected package libudev-dev:amd64. [2022-03-09T09:32:13.307Z] #14 135.3 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-09T09:32:13.307Z] #14 135.3 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-09T09:32:13.332Z] #14 133.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-09T09:32:13.332Z] #14 133.8 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:32:13.332Z] #14 133.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:32:13.566Z] #14 135.4 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-09T09:32:13.566Z] #14 135.5 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-09T09:32:13.566Z] #14 135.5 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T09:32:13.593Z] #14 133.9 Selecting previously unselected package libudev-dev:amd64. [2022-03-09T09:32:13.593Z] #14 133.9 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-09T09:32:13.593Z] #14 133.9 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-09T09:32:13.593Z] #14 134.1 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-09T09:32:13.593Z] #14 134.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-09T09:32:13.593Z] #14 134.1 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T09:32:13.826Z] #14 135.7 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-09T09:32:13.826Z] #14 135.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-09T09:32:13.826Z] #14 135.7 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T09:32:13.826Z] #14 135.8 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-09T09:32:13.826Z] #14 135.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-09T09:32:13.826Z] #14 135.8 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T09:32:13.850Z] #14 134.4 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-09T09:32:13.850Z] #14 134.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-09T09:32:13.850Z] #14 134.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T09:32:14.085Z] #14 136.0 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-09T09:32:14.085Z] #14 136.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-09T09:32:14.085Z] #14 136.0 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T09:32:14.085Z] #14 136.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-09T09:32:14.085Z] #14 136.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-09T09:32:14.085Z] #14 136.1 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T09:32:14.108Z] #14 134.6 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-09T09:32:14.108Z] #14 134.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-09T09:32:14.108Z] #14 134.6 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T09:32:14.108Z] #14 134.7 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-09T09:32:14.346Z] #14 136.4 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-09T09:32:14.346Z] #14 136.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-09T09:32:14.346Z] #14 136.4 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T09:32:14.368Z] #14 134.8 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-09T09:32:14.368Z] #14 134.8 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T09:32:14.368Z] #14 134.8 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-09T09:32:14.368Z] #14 134.8 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-09T09:32:14.368Z] #14 134.8 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T09:32:14.462Z] #19 220.0 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-03-09T09:32:14.462Z] #19 220.0 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:32:14.462Z] #19 220.1 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:14.462Z] #19 220.1 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-03-09T09:32:14.462Z] #19 220.1 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-03-09T09:32:14.462Z] #19 220.1 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-09T09:32:14.462Z] #19 220.3 Selecting previously unselected package libc6-dev-s390x-cross. [2022-03-09T09:32:14.462Z] #19 220.3 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-03-09T09:32:14.462Z] #19 220.3 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-09T09:32:14.462Z] #19 220.5 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-03-09T09:32:14.462Z] #19 220.5 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-09T09:32:14.462Z] #19 220.5 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:14.462Z] #19 220.8 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-03-09T09:32:14.462Z] #19 220.8 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-09T09:32:14.462Z] #19 220.8 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:14.606Z] #14 136.6 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-09T09:32:14.606Z] #14 136.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:32:14.606Z] #14 136.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:32:14.606Z] #14 136.7 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-09T09:32:14.606Z] #14 136.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-09T09:32:14.606Z] #14 136.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T09:32:14.866Z] #14 136.8 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-09T09:32:14.866Z] #14 136.8 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-09T09:32:14.866Z] #14 136.8 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T09:32:14.943Z] #14 135.3 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-09T09:32:14.943Z] #14 135.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-09T09:32:14.943Z] #14 135.3 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T09:32:14.943Z] #14 135.5 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-09T09:32:14.943Z] #14 135.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:32:14.943Z] #14 135.5 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:32:15.235Z] #14 135.6 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-09T09:32:15.235Z] #14 135.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-09T09:32:15.235Z] #14 135.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T09:32:15.235Z] #14 135.8 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-09T09:32:15.235Z] #14 135.9 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-09T09:32:15.235Z] #14 135.9 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T09:32:15.437Z] #14 137.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T09:32:15.437Z] #14 137.3 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T09:32:15.437Z] #14 137.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T09:32:15.437Z] #14 137.3 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T09:32:15.437Z] #14 137.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T09:32:15.437Z] #14 137.3 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T09:32:15.437Z] #14 137.3 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:32:15.437Z] #14 137.4 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T09:32:15.437Z] #14 137.4 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-09T09:32:15.437Z] #14 137.4 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T09:32:15.437Z] #14 137.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T09:32:15.437Z] #14 137.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:32:15.437Z] #14 137.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T09:32:15.437Z] #14 137.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T09:32:15.437Z] #14 137.5 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-09T09:32:15.437Z] #14 137.5 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T09:32:15.437Z] #14 137.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T09:32:15.437Z] #14 137.5 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T09:32:15.437Z] #14 137.5 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T09:32:15.437Z] #14 137.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T09:32:15.437Z] #14 137.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:32:15.437Z] #14 137.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-03-09T09:32:15.437Z] #14 137.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:32:15.437Z] #14 137.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-03-09T09:32:15.698Z] #14 137.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T09:32:15.698Z] #14 137.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:32:15.698Z] #14 137.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-03-09T09:32:15.698Z] #14 137.6 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:32:15.698Z] #14 137.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T09:32:15.698Z] #14 137.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:32:15.698Z] #14 137.7 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-09T09:32:15.698Z] #14 137.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:32:15.698Z] #14 137.7 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:32:15.698Z] #14 137.7 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:32:15.829Z] #14 136.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T09:32:15.829Z] #14 136.3 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T09:32:15.829Z] #14 136.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T09:32:15.829Z] #14 136.3 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T09:32:15.829Z] #14 136.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T09:32:15.829Z] #14 136.4 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T09:32:15.829Z] #14 136.4 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:32:15.829Z] #14 136.4 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T09:32:15.829Z] #14 136.4 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-09T09:32:15.829Z] #14 136.4 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T09:32:15.829Z] #14 136.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T09:32:15.829Z] #14 136.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:32:15.829Z] #14 136.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T09:32:15.829Z] #14 136.5 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T09:32:15.959Z] #14 DONE 138.0s [2022-03-09T09:32:15.959Z] [2022-03-09T09:32:15.959Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-09T09:32:15.959Z] #55 sha256:fa7c7a6e10d47099b2f7d58d417cb19e0359dde535e9f493d4b119fc8e6e9cc5 [2022-03-09T09:32:16.090Z] #14 136.5 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-09T09:32:16.090Z] #14 136.5 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T09:32:16.090Z] #14 136.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T09:32:16.090Z] #14 136.5 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T09:32:16.090Z] #14 136.5 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T09:32:16.090Z] #14 136.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T09:32:16.090Z] #14 136.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:32:16.090Z] #14 136.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-03-09T09:32:16.090Z] #14 136.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:32:16.090Z] #14 136.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-03-09T09:32:16.090Z] #14 136.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T09:32:16.090Z] #14 136.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:32:16.090Z] #14 136.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-03-09T09:32:16.090Z] #14 136.6 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:32:16.091Z] #14 136.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T09:32:16.091Z] #14 136.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:32:16.091Z] #14 136.7 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-09T09:32:16.091Z] #14 136.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:32:16.091Z] #14 136.7 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:32:16.091Z] #14 136.7 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:32:16.220Z] #55 DONE 0.2s [2022-03-09T09:32:16.220Z] [2022-03-09T09:32:16.220Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:32:16.220Z] #56 sha256:d38e704b91aa28a710ae1c528a095d3e53926649c4f178447eecc265da7358d7 [2022-03-09T09:32:16.733Z] #14 DONE 137.0s [2022-03-09T09:32:16.733Z] [2022-03-09T09:32:16.733Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-09T09:32:16.733Z] #55 sha256:5f261e9ddfb8dd50cb7b4370ac7cf3cc768902ba4dac781efdd864469eae7360 [2022-03-09T09:32:16.733Z] #55 DONE 0.2s [2022-03-09T09:32:16.733Z] [2022-03-09T09:32:16.733Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:32:16.733Z] #56 sha256:7288c0c13d1184a93b6bf33a9418175126fcbf0efa882b8ff5079038d4fa9701 [2022-03-09T09:32:17.165Z] #56 1.123 + RM_GOPATH=0 [2022-03-09T09:32:17.165Z] #56 1.126 + TMP_GOPATH= [2022-03-09T09:32:17.165Z] #56 1.126 + : /build [2022-03-09T09:32:17.165Z] #56 1.126 + '[' -z '' ']' [2022-03-09T09:32:17.165Z] #56 1.127 ++ mktemp -d [2022-03-09T09:32:17.425Z] #56 ... [2022-03-09T09:32:17.425Z] [2022-03-09T09:32:17.425Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T09:32:17.425Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-09T09:32:17.425Z] #15 DONE 1.3s [2022-03-09T09:32:17.425Z] [2022-03-09T09:32:17.425Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:32:17.425Z] #56 sha256:d38e704b91aa28a710ae1c528a095d3e53926649c4f178447eecc265da7358d7 [2022-03-09T09:32:17.425Z] #56 1.130 + export GOPATH=/tmp/tmp.nBVwk5Sogv [2022-03-09T09:32:17.425Z] #56 1.131 + GOPATH=/tmp/tmp.nBVwk5Sogv [2022-03-09T09:32:17.425Z] #56 1.131 + RM_GOPATH=1 [2022-03-09T09:32:17.425Z] #56 1.131 + case "$(go env GOARCH)" in [2022-03-09T09:32:17.425Z] #56 1.132 ++ go env GOARCH [2022-03-09T09:32:17.425Z] #56 1.169 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:32:17.425Z] #56 1.169 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:32:17.425Z] #56 1.169 ++ dirname /install.sh [2022-03-09T09:32:17.425Z] #56 1.169 + dir=/ [2022-03-09T09:32:17.425Z] #56 1.169 + bin=runc [2022-03-09T09:32:17.425Z] #56 1.169 + shift [2022-03-09T09:32:17.425Z] #56 1.169 + '[' '!' -f //runc.installer ']' [2022-03-09T09:32:17.425Z] #56 1.169 + . //runc.installer [2022-03-09T09:32:17.425Z] #56 1.169 ++ set -e [2022-03-09T09:32:17.425Z] #56 1.169 ++ : v1.1.0 [2022-03-09T09:32:17.425Z] #56 1.169 + install_runc [2022-03-09T09:32:17.425Z] #56 1.169 + RUNC_BUILDTAGS=seccomp [2022-03-09T09:32:17.425Z] #56 1.169 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-09T09:32:17.425Z] #56 1.169 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.nBVwk5Sogv/src/github.com/opencontainers/runc [2022-03-09T09:32:17.425Z] #56 1.169 Cloning into '/tmp/tmp.nBVwk5Sogv/src/github.com/opencontainers/runc'... [2022-03-09T09:32:17.425Z] #56 1.169 Install runc version v1.1.0 (build tags: seccomp) [2022-03-09T09:32:18.106Z] #56 ... [2022-03-09T09:32:18.106Z] [2022-03-09T09:32:18.106Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T09:32:18.106Z] #15 sha256:7215d6be7a93e4610bda35d47d0b14aeb02dc72786d40843031043d680bc6681 [2022-03-09T09:32:18.106Z] #15 DONE 1.5s [2022-03-09T09:32:18.106Z] [2022-03-09T09:32:18.106Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:32:18.106Z] #56 sha256:7288c0c13d1184a93b6bf33a9418175126fcbf0efa882b8ff5079038d4fa9701 [2022-03-09T09:32:18.106Z] #56 1.225 + RM_GOPATH=0 [2022-03-09T09:32:18.106Z] #56 1.225 + TMP_GOPATH= [2022-03-09T09:32:18.106Z] #56 1.225 + : /build [2022-03-09T09:32:18.106Z] #56 1.225 + '[' -z '' ']' [2022-03-09T09:32:18.106Z] #56 1.225 ++ mktemp -d [2022-03-09T09:32:18.106Z] #56 1.227 + export GOPATH=/tmp/tmp.ZO5lzMi35j [2022-03-09T09:32:18.106Z] #56 1.227 + GOPATH=/tmp/tmp.ZO5lzMi35j [2022-03-09T09:32:18.106Z] #56 1.227 + RM_GOPATH=1 [2022-03-09T09:32:18.106Z] #56 1.227 + case "$(go env GOARCH)" in [2022-03-09T09:32:18.106Z] #56 1.228 ++ go env GOARCH [2022-03-09T09:32:18.106Z] #56 1.243 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:32:18.106Z] #56 1.243 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:32:18.106Z] #56 1.243 ++ dirname /install.sh [2022-03-09T09:32:18.106Z] #56 1.244 + dir=/ [2022-03-09T09:32:18.106Z] #56 1.244 + bin=runc [2022-03-09T09:32:18.106Z] #56 1.244 + shift [2022-03-09T09:32:18.106Z] #56 1.244 + '[' '!' -f //runc.installer ']' [2022-03-09T09:32:18.106Z] #56 1.244 + . //runc.installer [2022-03-09T09:32:18.106Z] #56 1.245 ++ set -e [2022-03-09T09:32:18.106Z] #56 1.245 ++ : v1.1.0 [2022-03-09T09:32:18.106Z] #56 1.245 + install_runc [2022-03-09T09:32:18.106Z] #56 1.245 + RUNC_BUILDTAGS=seccomp [2022-03-09T09:32:18.106Z] #56 1.246 Install runc version v1.1.0 (build tags: seccomp) [2022-03-09T09:32:18.106Z] #56 1.246 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-09T09:32:18.106Z] #56 1.246 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZO5lzMi35j/src/github.com/opencontainers/runc [2022-03-09T09:32:18.106Z] #56 1.251 Cloning into '/tmp/tmp.ZO5lzMi35j/src/github.com/opencontainers/runc'... [2022-03-09T09:32:18.366Z] #56 ... [2022-03-09T09:32:18.366Z] [2022-03-09T09:32:18.366Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-09T09:32:18.366Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-09T09:32:18.366Z] #16 DONE 1.1s [2022-03-09T09:32:18.626Z] [2022-03-09T09:32:18.626Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-09T09:32:18.626Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-09T09:32:18.767Z] #19 225.1 Selecting previously unselected package g++-s390x-linux-gnu. [2022-03-09T09:32:18.767Z] #19 225.1 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-09T09:32:18.767Z] #19 225.1 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:18.767Z] #19 225.1 Selecting previously unselected package crossbuild-essential-s390x. [2022-03-09T09:32:18.767Z] #19 225.1 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-03-09T09:32:18.767Z] #19 225.1 Unpacking crossbuild-essential-s390x (12.9) ... [2022-03-09T09:32:18.767Z] #19 225.2 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-03-09T09:32:18.767Z] #19 225.2 Setting up libfile-which-perl (1.23-1) ... [2022-03-09T09:32:19.028Z] #19 225.2 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-09T09:32:19.028Z] #19 225.2 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-03-09T09:32:19.028Z] #19 225.2 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-09T09:32:19.028Z] #19 225.2 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T09:32:19.028Z] #19 225.2 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T09:32:19.029Z] #19 225.2 Setting up libmagic-mgc (1:5.39-3) ... [2022-03-09T09:32:19.029Z] #19 225.3 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-09T09:32:19.029Z] #19 225.3 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-03-09T09:32:19.029Z] #19 225.3 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-03-09T09:32:19.029Z] #19 225.3 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-09T09:32:19.029Z] #19 225.3 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-09T09:32:19.029Z] #19 225.3 Setting up file (1:5.39-3) ... [2022-03-09T09:32:19.029Z] #19 225.4 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-09T09:32:19.029Z] #19 225.4 Setting up bzip2 (1.0.8-4) ... [2022-03-09T09:32:19.029Z] #19 225.4 Setting up libyaml-perl (1.30-1) ... [2022-03-09T09:32:19.029Z] #19 225.4 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-09T09:32:19.029Z] #19 225.4 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-03-09T09:32:19.029Z] #19 225.4 Setting up libio-string-perl (1.08-3.1) ... [2022-03-09T09:32:19.029Z] #19 225.4 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-09T09:32:19.029Z] #19 225.5 Setting up cross-config (2.6.18+nmu1) ... [2022-03-09T09:32:19.039Z] #56 ... [2022-03-09T09:32:19.039Z] [2022-03-09T09:32:19.039Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-09T09:32:19.039Z] #16 sha256:edabc5cbfdab8fdca23ab9f5bda84e4c1087fcf55c5b53960349f2fb3d0778e7 [2022-03-09T09:32:19.039Z] #16 DONE 1.2s [2022-03-09T09:32:19.196Z] #17 0.852 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-09T09:32:19.258Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-09T09:32:19.259Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-fa7a60af\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-09T09:32:19.259Z] ---------------------------------------------------------------------------- [2022-03-09T09:32:19.259Z] [2022-03-09T09:32:19.259Z] INFO: executeCI.ps1 starting at Wed Mar 9 09:32:17 CUT 2022 [2022-03-09T09:32:19.259Z] [2022-03-09T09:32:19.259Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-09T09:32:19.259Z] INFO: Running git version 2.24.1.windows.2 [2022-03-09T09:32:19.259Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-09T09:32:19.259Z] INFO: Environment variables: [2022-03-09T09:32:19.259Z] [2022-03-09T09:32:19.259Z] Name Value [2022-03-09T09:32:19.259Z] ---- ----- [2022-03-09T09:32:19.259Z] ALLUSERSPROFILE C:\ProgramData [2022-03-09T09:32:19.259Z] amd64 true [2022-03-09T09:32:19.259Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-09T09:32:19.259Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-09T09:32:19.259Z] arm64 true [2022-03-09T09:32:19.259Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-09T09:32:19.259Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-09T09:32:19.259Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-09T09:32:19.259Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-09T09:32:19.259Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-09T09:32:19.259Z] BRANCH_NAME PR-43344 [2022-03-09T09:32:19.259Z] BUILD_DISPLAY_NAME #7 [2022-03-09T09:32:19.259Z] BUILD_ID 7 [2022-03-09T09:32:19.259Z] BUILD_NUMBER 7 [2022-03-09T09:32:19.259Z] BUILD_TAG jenkins-moby-PR-43344-7 [2022-03-09T09:32:19.259Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/ [2022-03-09T09:32:19.259Z] cgroup2 true [2022-03-09T09:32:19.259Z] CHANGE_AUTHOR ndeloof [2022-03-09T09:32:19.259Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-03-09T09:32:19.259Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-03-09T09:32:19.259Z] CHANGE_BRANCH issue_43341 [2022-03-09T09:32:19.259Z] CHANGE_FORK ndeloof/docker [2022-03-09T09:32:19.259Z] CHANGE_ID 43344 [2022-03-09T09:32:19.259Z] CHANGE_TARGET master [2022-03-09T09:32:19.259Z] CHANGE_TITLE cleanup swagger multi-examples [2022-03-09T09:32:19.259Z] CHANGE_URL https://github.com/moby/moby/pull/43344 [2022-03-09T09:32:19.259Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-09T09:32:19.259Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-09T09:32:19.259Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-09T09:32:19.259Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-09T09:32:19.259Z] COMPUTERNAME azwin-2-c8b750 [2022-03-09T09:32:19.259Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-09T09:32:19.259Z] ConfigSequenceNumber 0 [2022-03-09T09:32:19.259Z] dco true [2022-03-09T09:32:19.259Z] DOCKER_BUILDKIT 0 [2022-03-09T09:32:19.259Z] DOCKER_DUT_DEBUG 1 [2022-03-09T09:32:19.259Z] DOCKER_EXPERIMENTAL 1 [2022-03-09T09:32:19.259Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-09T09:32:19.259Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-09T09:32:19.259Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-09T09:32:19.259Z] EXECUTOR_NUMBER 0 [2022-03-09T09:32:19.259Z] FQDN azwin-2-c8b750.westus.cloudapp.azure.com [2022-03-09T09:32:19.259Z] GIT_BRANCH PR-43344 [2022-03-09T09:32:19.259Z] GIT_COMMIT 39615f8c7cd526e1f7d234c73067c0a34ae0344c [2022-03-09T09:32:19.259Z] GIT_PREVIOUS_COMMIT d0c800e71c545b8b3c65af905bdbbe6697cc359b [2022-03-09T09:32:19.259Z] GIT_URL https://github.com/moby/moby.git [2022-03-09T09:32:19.259Z] HUDSON_COOKIE 06acd74a-e341-4f3c-895c-74e812df43a0 [2022-03-09T09:32:19.259Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-09T09:32:19.259Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-09T09:32:19.259Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-09T09:32:19.259Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-09T09:32:19.259Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-09T09:32:19.259Z] JENKINS_NODE_COOKIE 1f600efa-5428-428f-8d5b-41a706bc80a0 [2022-03-09T09:32:19.259Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-09T09:32:19.259Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-09T09:32:19.259Z] JOB_BASE_NAME PR-43344 [2022-03-09T09:32:19.259Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/display/redirect [2022-03-09T09:32:19.259Z] JOB_NAME moby/PR-43344 [2022-03-09T09:32:19.259Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/ [2022-03-09T09:32:19.259Z] library.jps.version master [2022-03-09T09:32:19.259Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-09T09:32:19.259Z] NODE_LABELS amd64 azure azwin-2-c8b750 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-09T09:32:19.259Z] NODE_NAME azwin-2-c8b750 [2022-03-09T09:32:19.259Z] NUMBER_OF_PROCESSORS 4 [2022-03-09T09:32:19.259Z] OS Windows_NT [2022-03-09T09:32:19.259Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-09T09:32:19.259Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-09T09:32:19.259Z] ppc64le false [2022-03-09T09:32:19.259Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-09T09:32:19.259Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-03-09T09:32:19.259Z] PROCESSOR_LEVEL 6 [2022-03-09T09:32:19.259Z] PROCESSOR_REVISION 5504 [2022-03-09T09:32:19.259Z] ProgramData C:\ProgramData [2022-03-09T09:32:19.259Z] ProgramFiles C:\Program Files [2022-03-09T09:32:19.259Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-09T09:32:19.259Z] ProgramW6432 C:\Program Files [2022-03-09T09:32:19.259Z] PROMPT $P$G [2022-03-09T09:32:19.259Z] PSExecutionPolicyPreference Bypass [2022-03-09T09:32:19.259Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-09T09:32:19.259Z] PUBLIC C:\Users\Public [2022-03-09T09:32:19.259Z] rootless true [2022-03-09T09:32:19.259Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect?page=artif... [2022-03-09T09:32:19.259Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect?page=changes [2022-03-09T09:32:19.259Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect [2022-03-09T09:32:19.259Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43344/7/display/redirect?page=tests [2022-03-09T09:32:19.259Z] s390x false [2022-03-09T09:32:19.259Z] SKIP_VALIDATION_TESTS 1 [2022-03-09T09:32:19.259Z] SOURCES_DRIVE d [2022-03-09T09:32:19.259Z] SOURCES_SUBDIR gopath [2022-03-09T09:32:19.259Z] STAGE_NAME Run tests [2022-03-09T09:32:19.259Z] SystemDrive C: [2022-03-09T09:32:19.259Z] SystemRoot C:\Windows [2022-03-09T09:32:19.259Z] TEMP C:\Windows\TEMP [2022-03-09T09:32:19.259Z] TESTDEBUG 0 [2022-03-09T09:32:19.259Z] TESTRUN_DRIVE d [2022-03-09T09:32:19.259Z] TESTRUN_SUBDIR CI [2022-03-09T09:32:19.259Z] TIMEOUT 120m [2022-03-09T09:32:19.259Z] TMP C:\Windows\TEMP [2022-03-09T09:32:19.259Z] unit_validate true [2022-03-09T09:32:19.259Z] USERDOMAIN WORKGROUP [2022-03-09T09:32:19.259Z] USERNAME azwin-2-c8b750$ [2022-03-09T09:32:19.259Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-09T09:32:19.259Z] validate_force false [2022-03-09T09:32:19.259Z] windir C:\Windows [2022-03-09T09:32:19.259Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-09T09:32:19.259Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-09T09:32:19.259Z] windows2022 true [2022-03-09T09:32:19.259Z] windows2022containerd true [2022-03-09T09:32:19.259Z] windowsRS5 true [2022-03-09T09:32:19.259Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-09T09:32:19.259Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-09T09:32:19.259Z] [2022-03-09T09:32:19.259Z] [2022-03-09T09:32:19.259Z] [2022-03-09T09:32:19.289Z] #19 225.6 Setting up xz-utils (5.2.5-2) ... [2022-03-09T09:32:19.289Z] #19 225.6 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-09T09:32:19.289Z] #19 225.6 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-03-09T09:32:19.289Z] #19 225.6 Setting up patch (2.7.6-7) ... [2022-03-09T09:32:19.289Z] #19 225.6 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-09T09:32:19.289Z] #19 225.6 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-09T09:32:19.289Z] #19 225.6 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.289Z] #19 225.7 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-09T09:32:19.289Z] #19 225.7 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-03-09T09:32:19.289Z] #19 225.7 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.289Z] #19 225.7 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.289Z] #19 225.7 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-09T09:32:19.289Z] #19 225.7 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-09T09:32:19.289Z] #19 225.7 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.289Z] #19 225.7 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:19.295Z] [2022-03-09T09:32:19.295Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-09T09:32:19.295Z] #17 sha256:19fe70f7d2ddc33a675da0631f21dad3b54a514cce78c0d03056d7982fa6bc66 [2022-03-09T09:32:19.456Z] #17 DONE 1.0s [2022-03-09T09:32:19.456Z] [2022-03-09T09:32:19.456Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-09T09:32:19.456Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-09T09:32:19.549Z] #19 225.8 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-09T09:32:19.549Z] #19 225.8 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-09T09:32:19.549Z] #19 225.8 Setting up libfile-homedir-perl (1.006-1) ... [2022-03-09T09:32:19.549Z] #19 225.8 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-09T09:32:19.549Z] #19 225.8 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.549Z] #19 225.8 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-09T09:32:19.549Z] #19 225.8 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T09:32:19.549Z] #19 225.9 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-03-09T09:32:19.549Z] #19 225.9 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:19.549Z] #19 225.9 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-09T09:32:19.549Z] #19 225.9 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T09:32:19.549Z] #19 225.9 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.549Z] #19 225.9 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-09T09:32:19.549Z] #19 225.9 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.549Z] #19 225.9 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.549Z] #19 226.0 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.0 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.0 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.0 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.0 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-09T09:32:19.811Z] #19 226.0 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.0 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.0 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.1 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.1 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-09T09:32:19.811Z] #19 226.1 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.1 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.1 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.1 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-09T09:32:19.811Z] #19 226.1 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.1 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.2 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:19.811Z] #19 226.2 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-03-09T09:32:19.860Z] #17 0.850 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-09T09:32:20.072Z] #19 226.2 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-03-09T09:32:20.072Z] #19 226.3 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-09T09:32:20.072Z] #19 226.4 [2022-03-09T09:32:20.072Z] #19 226.4 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-09T09:32:20.072Z] #19 226.5 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.072Z] #19 226.5 Setting up dpkg-dev (1.20.9) ... [2022-03-09T09:32:20.117Z] #17 DONE 1.0s [2022-03-09T09:32:20.117Z] [2022-03-09T09:32:20.117Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-09T09:32:20.117Z] #18 sha256:95a349419b30e1ac1260e743a8ca606f4380d56efbee492431971e6dca0fc2e8 [2022-03-09T09:32:20.245Z] INFO: Sources under d:\gopath\... [2022-03-09T09:32:20.245Z] INFO: Test run under d:\CI\... [2022-03-09T09:32:20.245Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-09T09:32:20.245Z] INFO: docker/docker repository was found [2022-03-09T09:32:20.245Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-09T09:32:20.333Z] #19 226.5 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.333Z] #19 226.5 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T09:32:20.333Z] #19 226.5 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.333Z] #19 226.6 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.333Z] #19 226.6 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.333Z] #19 226.6 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.333Z] #19 226.6 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T09:32:20.333Z] #19 226.6 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.333Z] #19 226.6 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.333Z] #19 226.6 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.333Z] #19 226.7 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.333Z] #19 226.7 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-09T09:32:20.333Z] #19 226.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-03-09T09:32:20.372Z] #60 227.7 # github.com/containerd/containerd/cmd/containerd [2022-03-09T09:32:20.372Z] #60 227.7 /usr/bin/ld: /tmp/go-link-732768610/000019.o: in function `New': [2022-03-09T09:32:20.372Z] #60 227.7 /tmp/tmp.u3geP8Km0f/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-09T09:32:20.372Z] #60 227.8 + bin/containerd-stress [2022-03-09T09:32:20.372Z] #60 228.8 + bin/containerd-shim [2022-03-09T09:32:20.399Z] #18 DONE 1.0s [2022-03-09T09:32:20.399Z] [2022-03-09T09:32:20.399Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-09T09:32:20.399Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-09T09:32:20.594Z] #19 226.8 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-03-09T09:32:20.594Z] #19 226.8 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-09T09:32:20.594Z] #19 226.9 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-09T09:32:20.594Z] #19 227.0 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:20.594Z] #19 227.0 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:20.594Z] #19 227.0 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.594Z] #19 227.0 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T09:32:20.594Z] #19 227.0 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.594Z] #19 227.0 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.594Z] #19 227.0 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:20.594Z] #19 227.1 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.1 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.1 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.1 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.1 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.1 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.1 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.2 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.2 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:20.855Z] #19 227.2 Setting up libxml-simple-perl (2.25-1) ... [2022-03-09T09:32:20.855Z] #19 227.2 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T09:32:20.855Z] #19 227.2 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.2 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-09T09:32:20.855Z] #19 227.2 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.2 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.3 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.3 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-09T09:32:20.855Z] #19 227.3 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:21.049Z] #18 DONE 1.1s [2022-03-09T09:32:21.049Z] [2022-03-09T09:32:21.049Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-09T09:32:21.049Z] #19 sha256:cf0bc03bfcb45158ac18e38aaf04eff78c16a7bef2b22ae7bd41361dd4c27c8d [2022-03-09T09:32:21.116Z] #19 227.3 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-03-09T09:32:21.116Z] #19 227.3 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-09T09:32:21.116Z] #19 227.3 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:21.116Z] #19 227.3 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:21.116Z] #19 227.3 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:21.117Z] #19 227.3 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T09:32:21.117Z] #19 227.4 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-09T09:32:21.117Z] #19 227.4 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-09T09:32:21.117Z] #19 227.4 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:21.117Z] #19 227.4 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-09T09:32:21.117Z] #19 227.4 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:21.117Z] #19 227.4 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:21.117Z] #19 227.4 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-09T09:32:21.117Z] #19 227.5 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:21.117Z] #19 227.5 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:21.117Z] #19 227.5 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-09T09:32:21.117Z] #19 227.5 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:21.117Z] #19 227.5 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-03-09T09:32:21.117Z] #19 227.6 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:21.117Z] #19 227.6 Setting up crossbuild-essential-armel (12.9) ... [2022-03-09T09:32:21.117Z] #19 227.6 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-09T09:32:21.117Z] #19 227.6 Setting up crossbuild-essential-armhf (12.9) ... [2022-03-09T09:32:21.231Z] ltsc2022: Pulling from windows/servercore [2022-03-09T09:32:21.231Z] 8f616e6e9eec: Pulling fs layer [2022-03-09T09:32:21.231Z] 037d5740b404: Pulling fs layer [2022-03-09T09:32:21.378Z] #19 227.6 Setting up crossbuild-essential-arm64 (12.9) ... [2022-03-09T09:32:21.378Z] #19 227.6 Setting up crossbuild-essential-s390x (12.9) ... [2022-03-09T09:32:21.378Z] #19 227.6 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-03-09T09:32:21.378Z] #19 227.6 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:32:21.786Z] #19 DONE 1.1s [2022-03-09T09:32:21.786Z] [2022-03-09T09:32:21.786Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-09T09:32:21.786Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-09T09:32:22.424Z] #19 DONE 1.0s [2022-03-09T09:32:22.424Z] [2022-03-09T09:32:22.424Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-09T09:32:22.424Z] #20 sha256:2f6ca84cacee127523fe8debbfae4e03eaa2ce87799841506cb1c8b70c40fe19 [2022-03-09T09:32:22.724Z] #20 DONE 1.0s [2022-03-09T09:32:22.724Z] [2022-03-09T09:32:22.724Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:32:22.724Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T09:32:23.290Z] #19 DONE 229.3s [2022-03-09T09:32:23.290Z] [2022-03-09T09:32:23.290Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:32:23.290Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T09:32:23.290Z] #45 ... [2022-03-09T09:32:23.290Z] [2022-03-09T09:32:23.290Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-09T09:32:23.290Z] #32 sha256:c0e672858898b847b50df133fe079fa227a0a1729d0eb4a371f5bce3227888b5 [2022-03-09T09:32:23.290Z] #32 DONE 0.1s [2022-03-09T09:32:23.290Z] [2022-03-09T09:32:23.290Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-09T09:32:23.290Z] #69 sha256:c2d489e8c895bb297ccba06e9a626940a065439d5d17ee957523539b30fd3d0a [2022-03-09T09:32:23.290Z] #69 DONE 0.2s [2022-03-09T09:32:23.290Z] [2022-03-09T09:32:23.290Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:32:23.290Z] #70 sha256:a56ab11aa0cbdca591b749e7ad6be2a8bcd0ea5e98833485d6022288621e17f0 [2022-03-09T09:32:23.359Z] #20 DONE 1.0s [2022-03-09T09:32:23.359Z] [2022-03-09T09:32:23.359Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:32:23.359Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T09:32:23.677Z] #60 236.0 + bin/containerd-shim-runc-v1 [2022-03-09T09:32:24.113Z] #21 1.433 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:32:24.113Z] #21 1.629 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:32:24.234Z] #70 1.268 + RM_GOPATH=0 [2022-03-09T09:32:24.234Z] #70 1.268 + TMP_GOPATH= [2022-03-09T09:32:24.234Z] #70 1.268 + : /build [2022-03-09T09:32:24.234Z] #70 1.268 + '[' -z '' ']' [2022-03-09T09:32:24.234Z] #70 1.268 ++ mktemp -d [2022-03-09T09:32:24.234Z] #70 1.268 + export GOPATH=/tmp/tmp.k9pqEYLzlV [2022-03-09T09:32:24.234Z] #70 1.268 + GOPATH=/tmp/tmp.k9pqEYLzlV [2022-03-09T09:32:24.234Z] #70 1.268 + RM_GOPATH=1 [2022-03-09T09:32:24.234Z] #70 1.268 + case "$(go env GOARCH)" in [2022-03-09T09:32:24.234Z] #70 1.268 ++ go env GOARCH [2022-03-09T09:32:24.300Z] #21 1.173 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:32:24.300Z] #21 1.205 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:32:24.300Z] #21 1.206 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:32:24.372Z] #21 1.824 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:32:24.372Z] #21 1.878 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:32:24.495Z] #70 1.274 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:32:24.495Z] #70 1.274 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:32:24.495Z] #70 1.275 ++ dirname /install.sh [2022-03-09T09:32:24.495Z] #70 1.275 + dir=/ [2022-03-09T09:32:24.495Z] #70 1.275 + bin=rootlesskit [2022-03-09T09:32:24.495Z] #70 1.275 + shift [2022-03-09T09:32:24.495Z] #70 1.275 + '[' '!' -f //rootlesskit.installer ']' [2022-03-09T09:32:24.495Z] #70 1.276 + . //rootlesskit.installer [2022-03-09T09:32:24.495Z] #70 1.276 ++ : v0.14.6 [2022-03-09T09:32:24.495Z] #70 1.276 + install_rootlesskit [2022-03-09T09:32:24.495Z] #70 1.276 + case "$1" in [2022-03-09T09:32:24.495Z] #70 1.276 + export CGO_ENABLED=0 [2022-03-09T09:32:24.495Z] #70 1.276 + CGO_ENABLED=0 [2022-03-09T09:32:24.495Z] #70 1.276 + _install_rootlesskit [2022-03-09T09:32:24.495Z] #70 1.278 Install rootlesskit version v0.14.6 [2022-03-09T09:32:24.495Z] #70 1.278 + echo 'Install rootlesskit version v0.14.6' [2022-03-09T09:32:24.495Z] #70 1.278 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T09:32:24.495Z] #70 1.278 + GOBIN=/build [2022-03-09T09:32:24.495Z] #70 1.278 + GO111MODULE=on [2022-03-09T09:32:24.495Z] #70 1.278 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-09T09:32:24.495Z] #70 1.342 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-09T09:32:24.864Z] #21 1.628 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:32:25.308Z] #21 2.956 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:32:25.437Z] #70 2.330 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-09T09:32:25.437Z] #70 2.347 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-09T09:32:25.699Z] #70 2.616 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-09T09:32:25.793Z] #21 2.425 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:32:26.690Z] #21 4.061 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:32:26.727Z] #21 3.398 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:32:27.094Z] #70 ... [2022-03-09T09:32:27.094Z] [2022-03-09T09:32:27.094Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-09T09:32:27.094Z] #33 sha256:9326100898b46c943bbdf089fbe656413e62140973580f80d2caf80f4d73b3db [2022-03-09T09:32:27.094Z] #33 1.139 + RM_GOPATH=0 [2022-03-09T09:32:27.094Z] #33 1.139 + TMP_GOPATH= [2022-03-09T09:32:27.094Z] #33 1.139 + : /build [2022-03-09T09:32:27.094Z] #33 1.139 + '[' -z '' ']' [2022-03-09T09:32:27.094Z] #33 1.139 ++ mktemp -d [2022-03-09T09:32:27.094Z] #33 1.139 + export GOPATH=/tmp/tmp.MSNLWOSBpR [2022-03-09T09:32:27.094Z] #33 1.139 + GOPATH=/tmp/tmp.MSNLWOSBpR [2022-03-09T09:32:27.094Z] #33 1.139 + RM_GOPATH=1 [2022-03-09T09:32:27.094Z] #33 1.139 + case "$(go env GOARCH)" in [2022-03-09T09:32:27.094Z] #33 1.145 ++ go env GOARCH [2022-03-09T09:32:27.094Z] #33 1.149 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:32:27.094Z] #33 1.149 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:32:27.094Z] #33 1.150 ++ dirname /install.sh [2022-03-09T09:32:27.094Z] #33 1.151 + dir=/ [2022-03-09T09:32:27.094Z] #33 1.151 + bin=dockercli [2022-03-09T09:32:27.094Z] #33 1.151 + shift [2022-03-09T09:32:27.094Z] #33 1.151 + '[' '!' -f //dockercli.installer ']' [2022-03-09T09:32:27.094Z] #33 1.151 + . //dockercli.installer [2022-03-09T09:32:27.094Z] #33 1.151 ++ : stable [2022-03-09T09:32:27.094Z] #33 1.151 ++ : 17.06.2-ce [2022-03-09T09:32:27.094Z] #33 1.151 + install_dockercli [2022-03-09T09:32:27.094Z] #33 1.151 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-09T09:32:27.094Z] #33 1.152 ++ uname -m [2022-03-09T09:32:27.094Z] #33 1.152 Install docker/cli version 17.06.2-ce from stable [2022-03-09T09:32:27.094Z] #33 1.156 + arch=x86_64 [2022-03-09T09:32:27.094Z] #33 1.156 + '[' x86_64 '!=' x86_64 ']' [2022-03-09T09:32:27.094Z] #33 1.156 + url=https://download.docker.com/linux/static [2022-03-09T09:32:27.094Z] #33 1.156 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-09T09:32:27.094Z] #33 1.156 + tar -xz docker/docker [2022-03-09T09:32:27.094Z] #33 3.764 + mkdir -p /build [2022-03-09T09:32:27.094Z] #33 3.767 + mv docker/docker /build/ [2022-03-09T09:32:27.094Z] #33 3.770 + rmdir docker [2022-03-09T09:32:27.094Z] #33 DONE 4.0s [2022-03-09T09:32:27.094Z] [2022-03-09T09:32:27.094Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:32:27.094Z] #70 sha256:a56ab11aa0cbdca591b749e7ad6be2a8bcd0ea5e98833485d6022288621e17f0 [2022-03-09T09:32:27.094Z] #70 3.918 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-09T09:32:27.269Z] #21 ... [2022-03-09T09:32:27.269Z] [2022-03-09T09:32:27.269Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:32:27.269Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:32:27.269Z] #34 DONE 148.9s [2022-03-09T09:32:27.269Z] [2022-03-09T09:32:27.269Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:32:27.269Z] #56 sha256:d38e704b91aa28a710ae1c528a095d3e53926649c4f178447eecc265da7358d7 [2022-03-09T09:32:27.269Z] #56 9.858 + cd /tmp/tmp.nBVwk5Sogv/src/github.com/opencontainers/runc [2022-03-09T09:32:27.269Z] #56 9.873 + git checkout -q v1.1.0 [2022-03-09T09:32:27.269Z] #56 10.23 + '[' -z '' ']' [2022-03-09T09:32:27.269Z] #56 10.23 + target=static [2022-03-09T09:32:27.269Z] #56 10.23 + make BUILDTAGS=seccomp static [2022-03-09T09:32:27.269Z] #56 10.39 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-09T09:32:27.670Z] #70 4.578 go: downloading github.com/google/uuid v1.3.0 [2022-03-09T09:32:27.670Z] #70 4.578 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-09T09:32:27.931Z] #70 4.625 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-09T09:32:27.931Z] #70 4.754 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-09T09:32:27.931Z] #70 4.846 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-09T09:32:28.193Z] #70 5.095 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-09T09:32:28.455Z] #70 5.403 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-09T09:32:28.718Z] #70 5.468 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-09T09:32:28.970Z] #60 241.2 + bin/containerd-shim-runc-v2 [2022-03-09T09:32:28.986Z] #70 6.003 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-09T09:32:29.233Z] #60 241.8 + binaries [2022-03-09T09:32:29.233Z] #60 241.8 + install -D bin/containerd /build/containerd [2022-03-09T09:32:29.233Z] #60 241.8 + install -D bin/containerd-shim /build/containerd-shim [2022-03-09T09:32:29.233Z] #60 241.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-09T09:32:29.233Z] #60 241.8 + install -D bin/ctr /build/ctr [2022-03-09T09:32:29.248Z] #70 6.115 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-09T09:32:30.008Z] #21 ... [2022-03-09T09:32:30.008Z] [2022-03-09T09:32:30.008Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-09T09:32:30.009Z] #34 sha256:e1e84836270b676cbc39863b69a1644104ba3030344ce6b70a016ea3d8688228 [2022-03-09T09:32:30.009Z] #34 DONE 149.7s [2022-03-09T09:32:30.009Z] [2022-03-09T09:32:30.009Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:32:30.009Z] #56 sha256:7288c0c13d1184a93b6bf33a9418175126fcbf0efa882b8ff5079038d4fa9701 [2022-03-09T09:32:30.009Z] #56 10.01 + cd /tmp/tmp.ZO5lzMi35j/src/github.com/opencontainers/runc [2022-03-09T09:32:30.009Z] #56 10.01 + git checkout -q v1.1.0 [2022-03-09T09:32:30.009Z] #56 10.42 + '[' -z '' ']' [2022-03-09T09:32:30.009Z] #56 10.42 + target=static [2022-03-09T09:32:30.009Z] #56 10.42 + make BUILDTAGS=seccomp static [2022-03-09T09:32:30.009Z] #56 10.80 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-09T09:32:30.175Z] #60 DONE 242.7s [2022-03-09T09:32:31.121Z] [2022-03-09T09:32:31.122Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-09T09:32:31.122Z] #61 sha256:6f7f9e5359a65a84bfc026500e67e7a01fdcad9cc345a1629976c86e7a86bf72 [2022-03-09T09:32:31.382Z] #61 DONE 0.4s [2022-03-09T09:32:31.382Z] [2022-03-09T09:32:31.382Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-09T09:32:31.382Z] #66 sha256:562de57ae55cb760cecbba8866c767a601921eaa440232a9366596aa703ac700 [2022-03-09T09:32:31.643Z] #66 DONE 0.2s [2022-03-09T09:32:31.643Z] [2022-03-09T09:32:31.643Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-09T09:32:31.643Z] #71 sha256:813c45134c298444cb699a7191671116a13984a248e4248da48dfc8fea48b2b8 [2022-03-09T09:32:31.657Z] 037d5740b404: Verifying Checksum [2022-03-09T09:32:31.657Z] 037d5740b404: Download complete [2022-03-09T09:32:31.657Z] 8f616e6e9eec: Verifying Checksum [2022-03-09T09:32:31.657Z] 8f616e6e9eec: Download complete [2022-03-09T09:32:32.214Z] #71 DONE 0.6s [2022-03-09T09:32:32.214Z] [2022-03-09T09:32:32.214Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-09T09:32:32.214Z] #72 sha256:44f1b91f1790bd63140f8c492b0d840b296ef05f136a3ac5fe64ed347e222395 [2022-03-09T09:32:32.214Z] #72 DONE 0.0s [2022-03-09T09:32:32.214Z] [2022-03-09T09:32:32.214Z] #73 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-03-09T09:32:32.214Z] #73 sha256:98a10e62055157f1d37708c45a1c0c20bc00c324e5794340d13a07d0d725840f [2022-03-09T09:32:32.785Z] #73 0.649 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-09T09:32:32.785Z] #73 0.649 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-09T09:32:32.785Z] #73 0.649 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-09T09:32:33.462Z] #70 ... [2022-03-09T09:32:33.462Z] [2022-03-09T09:32:33.462Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:32:33.462Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-09T09:32:33.462Z] #65 1.988 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:32:33.462Z] #65 2.021 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:32:33.462Z] #65 2.025 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:32:33.462Z] #65 2.371 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-09T09:32:33.462Z] #65 2.680 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-09T09:32:33.462Z] #65 3.170 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-09T09:32:33.462Z] #65 3.767 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-09T09:32:33.462Z] #65 4.490 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:32:33.462Z] #65 5.097 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:32:33.462Z] #65 5.589 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-09T09:32:33.462Z] #65 5.590 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:32:33.462Z] #65 5.590 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-09T09:32:33.462Z] #65 5.590 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-09T09:32:33.462Z] #65 5.641 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-09T09:32:33.462Z] #65 5.643 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:32:33.462Z] #65 5.647 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-09T09:32:33.462Z] #65 5.670 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:32:33.462Z] #65 5.673 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-09T09:32:33.462Z] #65 5.677 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-09T09:32:33.462Z] #65 5.685 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-09T09:32:33.462Z] #65 5.686 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:32:33.462Z] #65 ... [2022-03-09T09:32:33.462Z] [2022-03-09T09:32:33.462Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:32:33.462Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T09:32:33.462Z] #20 1.988 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:32:33.462Z] #20 2.012 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:32:33.462Z] #20 2.012 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:32:33.462Z] #20 2.384 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-09T09:32:33.462Z] #20 2.820 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:32:33.462Z] #20 3.362 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-09T09:32:33.462Z] #20 3.882 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-09T09:32:33.462Z] #20 4.643 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-09T09:32:33.462Z] #20 5.201 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:32:33.462Z] #20 5.850 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-09T09:32:33.462Z] #20 5.850 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:32:33.462Z] #20 5.850 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:32:33.462Z] #20 5.859 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-09T09:32:33.462Z] #20 5.868 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-09T09:32:33.462Z] #20 5.891 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-09T09:32:33.462Z] #20 5.963 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:32:33.462Z] #20 5.978 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-09T09:32:33.462Z] #20 5.982 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-09T09:32:33.462Z] #20 5.985 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-09T09:32:33.462Z] #20 5.987 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:32:33.462Z] #20 5.989 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-09T09:32:33.462Z] #20 ... [2022-03-09T09:32:33.462Z] [2022-03-09T09:32:33.462Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:32:33.462Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T09:32:33.462Z] #45 1.986 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:32:33.462Z] #45 2.017 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:32:33.462Z] #45 2.017 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:32:33.462Z] #45 2.355 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-09T09:32:33.462Z] #45 2.745 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-09T09:32:33.462Z] #45 3.193 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:32:33.462Z] #45 3.718 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:32:33.462Z] #45 4.132 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-09T09:32:33.462Z] #45 5.099 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-09T09:32:33.462Z] #45 5.762 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:32:33.462Z] #45 5.763 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:32:33.462Z] #45 5.768 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-09T09:32:33.462Z] #45 5.768 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-09T09:32:33.462Z] #45 5.769 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-09T09:32:33.462Z] #45 5.770 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-09T09:32:33.462Z] #45 5.963 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-09T09:32:33.462Z] #45 5.976 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:32:33.462Z] #45 5.980 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-09T09:32:33.462Z] #45 5.983 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-09T09:32:33.462Z] #45 5.986 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-09T09:32:33.462Z] #45 5.988 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:32:33.636Z] #73 0.891 Reading package lists... [2022-03-09T09:32:34.188Z] #56 ... [2022-03-09T09:32:34.188Z] [2022-03-09T09:32:34.188Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:32:34.188Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T09:32:34.188Z] #21 7.015 Fetched 8505 kB in 6s (1396 kB/s) [2022-03-09T09:32:34.188Z] #21 7.015 Reading package lists... [2022-03-09T09:32:34.188Z] #21 9.094 Reading package lists... [2022-03-09T09:32:34.209Z] #73 1.447 Reading package lists... [2022-03-09T09:32:34.209Z] #73 2.020 Building dependency tree... [2022-03-09T09:32:34.472Z] #73 2.138 Reading state information... [2022-03-09T09:32:34.472Z] #73 2.279 The following additional packages will be installed: [2022-03-09T09:32:34.738Z] #73 2.279 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-03-09T09:32:34.738Z] #73 2.279 systemd-timesyncd [2022-03-09T09:32:34.738Z] #73 2.280 Suggested packages: [2022-03-09T09:32:34.738Z] #73 2.280 systemd-container policykit-1 [2022-03-09T09:32:34.738Z] #73 2.280 Recommended packages: [2022-03-09T09:32:34.738Z] #73 2.280 libnss-systemd [2022-03-09T09:32:34.738Z] #73 2.357 The following NEW packages will be installed: [2022-03-09T09:32:34.738Z] #73 2.358 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-03-09T09:32:34.739Z] #73 2.359 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2022-03-09T09:32:34.739Z] #73 2.627 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:32:34.739Z] #73 2.627 Need to get 5941 kB of archives. [2022-03-09T09:32:34.739Z] #73 2.627 After this operation, 19.5 MB of additional disk space will be used. [2022-03-09T09:32:34.739Z] #73 2.627 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-03-09T09:32:34.739Z] #73 2.632 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-03-09T09:32:34.739Z] #73 2.633 Get:3 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-03-09T09:32:34.739Z] #73 2.637 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-03-09T09:32:34.739Z] #73 2.638 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2022-03-09T09:32:34.739Z] #73 2.640 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2022-03-09T09:32:34.739Z] #73 2.680 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2022-03-09T09:32:34.739Z] #73 2.682 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-03-09T09:32:34.751Z] #21 11.02 Building dependency tree... [2022-03-09T09:32:34.998Z] #73 2.684 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-03-09T09:32:34.998Z] #73 2.685 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2022-03-09T09:32:34.998Z] #73 2.687 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-03-09T09:32:34.998Z] #73 2.830 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:32:35.007Z] #21 12.02 The following additional packages will be installed: [2022-03-09T09:32:35.007Z] #21 12.02 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T09:32:35.258Z] #73 2.862 Fetched 5941 kB in 0s (18.3 MB/s) [2022-03-09T09:32:35.258Z] #73 2.888 Selecting previously unselected package libargon2-1:amd64. [2022-03-09T09:32:35.258Z] #73 2.888 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28622 files and directories currently installed.) [2022-03-09T09:32:35.258Z] #73 2.909 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-03-09T09:32:35.258Z] #73 2.917 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-09T09:32:35.258Z] #73 2.952 Selecting previously unselected package libjson-c5:amd64. [2022-03-09T09:32:35.258Z] #73 2.955 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2022-03-09T09:32:35.258Z] #73 2.959 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-03-09T09:32:35.258Z] #73 2.998 Selecting previously unselected package libcryptsetup12:amd64. [2022-03-09T09:32:35.258Z] #73 3.001 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-03-09T09:32:35.258Z] #73 3.005 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-09T09:32:35.258Z] #73 3.075 Selecting previously unselected package libkmod2:amd64. [2022-03-09T09:32:35.258Z] #73 3.078 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2022-03-09T09:32:35.258Z] #73 3.082 Unpacking libkmod2:amd64 (28-1) ... [2022-03-09T09:32:35.258Z] #73 3.127 Selecting previously unselected package systemd-timesyncd. [2022-03-09T09:32:35.258Z] #73 3.129 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2022-03-09T09:32:35.258Z] #73 3.136 Unpacking systemd-timesyncd (247.3-6) ... [2022-03-09T09:32:35.258Z] #73 3.203 Selecting previously unselected package systemd. [2022-03-09T09:32:35.264Z] #21 12.02 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-09T09:32:35.264Z] #21 12.02 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-09T09:32:35.264Z] #21 12.02 python3-pkg-resources vim-runtime xxd [2022-03-09T09:32:35.264Z] #21 12.03 Suggested packages: [2022-03-09T09:32:35.264Z] #21 12.03 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-09T09:32:35.264Z] #21 12.03 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-09T09:32:35.264Z] #21 12.03 acl attr quota [2022-03-09T09:32:35.264Z] #21 12.03 Recommended packages: [2022-03-09T09:32:35.264Z] #21 12.03 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-09T09:32:35.392Z] #56 ... [2022-03-09T09:32:35.392Z] [2022-03-09T09:32:35.392Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:32:35.392Z] #21 sha256:52cc65c5f4dfe0f785b878861a31a68ad429e02dd99f12fea015f02812daec35 [2022-03-09T09:32:35.392Z] #21 7.162 Fetched 8505 kB in 6s (1374 kB/s) [2022-03-09T09:32:35.392Z] #21 7.162 Reading package lists... [2022-03-09T09:32:35.392Z] #21 9.195 Reading package lists... [2022-03-09T09:32:35.392Z] #21 11.27 Building dependency tree... [2022-03-09T09:32:35.392Z] #21 12.25 The following additional packages will be installed: [2022-03-09T09:32:35.392Z] #21 12.25 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T09:32:35.392Z] #21 12.25 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-09T09:32:35.392Z] #21 12.25 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-09T09:32:35.392Z] #21 12.25 python3-pkg-resources vim-runtime xxd [2022-03-09T09:32:35.392Z] #21 12.26 Suggested packages: [2022-03-09T09:32:35.392Z] #21 12.26 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-09T09:32:35.392Z] #21 12.26 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-09T09:32:35.392Z] #21 12.26 acl attr quota [2022-03-09T09:32:35.392Z] #21 12.26 Recommended packages: [2022-03-09T09:32:35.392Z] #21 12.26 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-09T09:32:35.518Z] #73 3.207 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2022-03-09T09:32:35.518Z] #73 3.241 Unpacking systemd (247.3-6) ... [2022-03-09T09:32:35.651Z] #21 13.27 The following NEW packages will be installed: [2022-03-09T09:32:35.651Z] #21 13.27 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-09T09:32:35.651Z] #21 13.28 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T09:32:35.651Z] #21 13.28 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-09T09:32:35.651Z] #21 13.28 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-09T09:32:35.651Z] #21 13.28 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-09T09:32:35.651Z] #21 13.28 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-09T09:32:35.651Z] #21 13.28 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-09T09:32:35.651Z] #21 13.28 xz-utils zip zstd [2022-03-09T09:32:35.911Z] #21 13.57 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:32:35.911Z] #21 13.57 Need to get 27.6 MB of archives. [2022-03-09T09:32:35.911Z] #21 13.57 After this operation, 106 MB of additional disk space will be used. [2022-03-09T09:32:35.911Z] #21 13.57 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-09T09:32:35.911Z] #21 13.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-09T09:32:35.911Z] #21 13.58 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-09T09:32:35.911Z] #21 13.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-09T09:32:35.911Z] #21 13.58 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-09T09:32:35.911Z] #21 13.58 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-09T09:32:35.911Z] #21 13.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-09T09:32:35.911Z] #21 13.60 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-09T09:32:35.911Z] #21 13.63 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T09:32:36.088Z] #73 3.714 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-09T09:32:36.088Z] #73 3.729 Setting up libjson-c5:amd64 (0.15-2) ... [2022-03-09T09:32:36.088Z] #73 3.743 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-09T09:32:36.088Z] #73 3.757 Setting up libkmod2:amd64 (28-1) ... [2022-03-09T09:32:36.088Z] #73 3.769 Setting up systemd (247.3-6) ... [2022-03-09T09:32:36.088Z] #73 3.815 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-03-09T09:32:36.088Z] #73 3.817 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-03-09T09:32:36.088Z] #73 3.820 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-03-09T09:32:36.170Z] #21 13.63 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T09:32:36.170Z] #21 13.64 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-09T09:32:36.170Z] #21 13.65 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-09T09:32:36.170Z] #21 13.65 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-09T09:32:36.170Z] #21 13.67 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-09T09:32:36.170Z] #21 13.68 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-09T09:32:36.170Z] #21 13.69 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-09T09:32:36.170Z] #21 13.70 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-09T09:32:36.170Z] #21 13.70 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-09T09:32:36.170Z] #21 13.70 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-09T09:32:36.170Z] #21 13.70 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-09T09:32:36.170Z] #21 13.71 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-09T09:32:36.170Z] #21 13.72 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T09:32:36.170Z] #21 13.72 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T09:32:36.170Z] #21 13.73 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T09:32:36.170Z] #21 13.73 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-09T09:32:36.170Z] #21 13.74 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-09T09:32:36.170Z] #21 13.74 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T09:32:36.192Z] #21 12.99 The following NEW packages will be installed: [2022-03-09T09:32:36.192Z] #21 13.00 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-09T09:32:36.192Z] #21 13.00 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-09T09:32:36.192Z] #21 13.00 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-09T09:32:36.192Z] #21 13.00 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-09T09:32:36.192Z] #21 13.00 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-09T09:32:36.192Z] #21 13.00 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-09T09:32:36.192Z] #21 13.00 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-09T09:32:36.192Z] #21 13.00 xz-utils zip zstd [2022-03-09T09:32:36.349Z] #73 4.172 Setting up systemd-timesyncd (247.3-6) ... [2022-03-09T09:32:36.429Z] #21 14.05 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-09T09:32:36.429Z] #21 14.05 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-09T09:32:36.429Z] #21 14.06 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-09T09:32:36.429Z] #21 14.06 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-09T09:32:36.429Z] #21 14.06 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-09T09:32:36.429Z] #21 14.06 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-09T09:32:36.429Z] #21 14.07 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-09T09:32:36.429Z] #21 14.13 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-09T09:32:36.429Z] #21 14.13 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-09T09:32:36.429Z] #21 14.14 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T09:32:36.448Z] #21 13.31 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:32:36.448Z] #21 13.31 Need to get 27.6 MB of archives. [2022-03-09T09:32:36.448Z] #21 13.31 After this operation, 106 MB of additional disk space will be used. [2022-03-09T09:32:36.448Z] #21 13.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-09T09:32:36.448Z] #21 13.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-09T09:32:36.448Z] #21 13.32 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-09T09:32:36.448Z] #21 13.32 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-09T09:32:36.448Z] #21 13.32 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-09T09:32:36.448Z] #21 13.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-09T09:32:36.448Z] #21 13.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-09T09:32:36.448Z] #21 13.33 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-09T09:32:36.448Z] #21 13.35 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T09:32:36.448Z] #21 13.35 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T09:32:36.448Z] #21 13.36 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-09T09:32:36.448Z] #21 13.37 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-09T09:32:36.448Z] #21 13.37 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-09T09:32:36.448Z] #21 13.39 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-09T09:32:36.448Z] #21 13.40 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-09T09:32:36.448Z] #21 13.41 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-09T09:32:36.448Z] #21 13.42 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-09T09:32:36.448Z] #21 13.42 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-09T09:32:36.448Z] #21 13.42 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-09T09:32:36.448Z] #21 13.42 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-09T09:32:36.448Z] #21 13.43 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-09T09:32:36.448Z] #21 13.44 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T09:32:36.609Z] #73 4.405 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-09T09:32:36.609Z] #73 4.405 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-09T09:32:36.609Z] #73 4.441 Selecting previously unselected package systemd-sysv. [2022-03-09T09:32:36.687Z] #21 14.15 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-09T09:32:36.687Z] #21 14.16 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-09T09:32:36.687Z] #21 14.16 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-09T09:32:36.687Z] #21 14.18 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-09T09:32:36.687Z] #21 14.20 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-09T09:32:36.687Z] #21 14.22 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-09T09:32:36.687Z] #21 14.22 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-09T09:32:36.704Z] #21 13.44 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T09:32:36.704Z] #21 13.45 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T09:32:36.704Z] #21 13.45 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-09T09:32:36.704Z] #21 13.46 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-09T09:32:36.704Z] #21 13.46 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-09T09:32:36.871Z] #73 4.442 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29450 files and directories currently installed.) [2022-03-09T09:32:36.872Z] #73 4.455 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2022-03-09T09:32:36.872Z] #73 4.460 Unpacking systemd-sysv (247.3-6) ... [2022-03-09T09:32:36.872Z] #73 4.503 Selecting previously unselected package libdbus-1-3:amd64. [2022-03-09T09:32:36.872Z] #73 4.506 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-03-09T09:32:36.872Z] #73 4.511 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-09T09:32:36.872Z] #73 4.579 Selecting previously unselected package dbus. [2022-03-09T09:32:36.872Z] #73 4.582 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-03-09T09:32:36.872Z] #73 4.593 Unpacking dbus (1.12.20-2) ... [2022-03-09T09:32:36.872Z] #73 4.649 Selecting previously unselected package libpam-systemd:amd64. [2022-03-09T09:32:36.872Z] #73 4.652 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2022-03-09T09:32:36.872Z] #73 4.656 Unpacking libpam-systemd:amd64 (247.3-6) ... [2022-03-09T09:32:36.872Z] #73 4.704 Selecting previously unselected package dbus-user-session. [2022-03-09T09:32:36.947Z] #21 14.48 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-09T09:32:36.947Z] #21 14.51 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-09T09:32:36.947Z] #21 14.53 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-09T09:32:36.947Z] #21 14.54 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-09T09:32:36.961Z] #21 13.79 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-09T09:32:36.961Z] #21 13.79 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-09T09:32:36.961Z] #21 13.79 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-09T09:32:36.961Z] #21 13.79 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-09T09:32:36.961Z] #21 13.79 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-09T09:32:36.961Z] #21 13.79 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-09T09:32:36.961Z] #21 13.81 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-09T09:32:36.961Z] #21 13.86 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-09T09:32:37.134Z] #73 4.707 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-03-09T09:32:37.134Z] #73 4.712 Unpacking dbus-user-session (1.12.20-2) ... [2022-03-09T09:32:37.134Z] #73 4.754 Setting up systemd-sysv (247.3-6) ... [2022-03-09T09:32:37.134Z] #73 4.766 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-09T09:32:37.134Z] #73 4.779 Setting up dbus (1.12.20-2) ... [2022-03-09T09:32:37.134Z] #73 4.901 invoke-rc.d: could not determine current runlevel [2022-03-09T09:32:37.134Z] #73 4.904 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T09:32:37.134Z] #73 4.908 Setting up libpam-systemd:amd64 (247.3-6) ... [2022-03-09T09:32:37.219Z] #21 13.87 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-09T09:32:37.219Z] #21 13.87 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T09:32:37.219Z] #21 13.88 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-09T09:32:37.219Z] #21 13.90 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-09T09:32:37.219Z] #21 13.90 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-09T09:32:37.219Z] #21 13.91 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-09T09:32:37.219Z] #21 13.94 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-09T09:32:37.219Z] #21 13.96 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-09T09:32:37.219Z] #21 13.96 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-09T09:32:37.395Z] #73 5.020 Setting up dbus-user-session (1.12.20-2) ... [2022-03-09T09:32:37.395Z] #73 5.036 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:32:37.395Z] #73 DONE 5.2s [2022-03-09T09:32:37.395Z] [2022-03-09T09:32:37.395Z] #74 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-03-09T09:32:37.395Z] #74 sha256:3a767c95c224c65098689099a4a319608f35039a097067a5ff5eb20f1408c210 [2022-03-09T09:32:37.477Z] #21 14.22 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-09T09:32:37.477Z] #21 14.24 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-09T09:32:37.477Z] #21 14.26 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-09T09:32:37.477Z] #21 14.27 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-09T09:32:37.515Z] #21 15.06 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:32:37.515Z] #21 15.16 Fetched 27.6 MB in 1s (21.9 MB/s) [2022-03-09T09:32:37.657Z] #74 0.388 % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-09T09:32:37.657Z] #74 0.389 Dload Upload Total Spent Left Speed [2022-03-09T09:32:37.774Z] #21 15.21 Selecting previously unselected package pigz. [2022-03-09T09:32:37.775Z] #21 15.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-09T09:32:37.775Z] #21 15.27 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-09T09:32:37.775Z] #21 15.28 Unpacking pigz (2.6-1) ... [2022-03-09T09:32:37.775Z] #21 15.36 Selecting previously unselected package libelf1:amd64. [2022-03-09T09:32:37.775Z] #21 15.36 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-09T09:32:37.775Z] #21 15.39 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-09T09:32:38.035Z] #21 15.54 Selecting previously unselected package libbpf0:amd64. [2022-03-09T09:32:38.035Z] #21 15.54 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-09T09:32:38.035Z] #21 15.55 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-09T09:32:38.035Z] #21 15.64 Selecting previously unselected package libcap2:amd64. [2022-03-09T09:32:38.042Z] #21 14.79 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:32:38.042Z] #21 14.90 Fetched 27.6 MB in 1s (21.9 MB/s) [2022-03-09T09:32:38.042Z] #21 14.95 Selecting previously unselected package pigz. [2022-03-09T09:32:38.229Z] #74 0.389 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5880 0 --:--:-- --:--:-- --:--:-- 5880 [2022-03-09T09:32:38.229Z] #74 DONE 0.7s [2022-03-09T09:32:38.229Z] [2022-03-09T09:32:38.229Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-09T09:32:38.229Z] #75 sha256:bdf46206b6da8da64b1c2d7a6f12d0bfe2cd69794b6b280b3b02d7c1e8bb3c68 [2022-03-09T09:32:38.295Z] #21 15.64 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-09T09:32:38.295Z] #21 15.65 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-09T09:32:38.295Z] #21 15.71 Selecting previously unselected package libmnl0:amd64. [2022-03-09T09:32:38.295Z] #21 15.71 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-09T09:32:38.295Z] #21 15.72 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-09T09:32:38.295Z] #21 15.77 Selecting previously unselected package libxtables12:amd64. [2022-03-09T09:32:38.295Z] #21 15.78 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-09T09:32:38.295Z] #21 15.80 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-09T09:32:38.295Z] #21 15.86 Selecting previously unselected package libcap2-bin. [2022-03-09T09:32:38.295Z] #21 15.87 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-09T09:32:38.295Z] #21 15.88 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-09T09:32:38.295Z] #21 15.97 Selecting previously unselected package iproute2. [2022-03-09T09:32:38.295Z] #21 15.98 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-09T09:32:38.299Z] #21 14.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-09T09:32:38.299Z] #21 15.03 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-09T09:32:38.299Z] #21 15.03 Unpacking pigz (2.6-1) ... [2022-03-09T09:32:38.299Z] #21 15.12 Selecting previously unselected package libelf1:amd64. [2022-03-09T09:32:38.299Z] #21 15.13 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-09T09:32:38.299Z] #21 15.14 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-09T09:32:38.556Z] #21 15.99 Unpacking iproute2 (5.10.0-4) ... [2022-03-09T09:32:38.557Z] #21 15.27 Selecting previously unselected package libbpf0:amd64. [2022-03-09T09:32:38.557Z] #21 15.29 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-09T09:32:38.557Z] #21 15.29 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-09T09:32:38.557Z] #21 15.40 Selecting previously unselected package libcap2:amd64. [2022-03-09T09:32:38.557Z] #21 15.41 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-09T09:32:38.557Z] #21 15.43 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-09T09:32:38.557Z] #21 15.49 Selecting previously unselected package libmnl0:amd64. [2022-03-09T09:32:38.557Z] #21 15.49 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-09T09:32:38.557Z] #21 15.50 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-09T09:32:38.815Z] #21 15.55 Selecting previously unselected package libxtables12:amd64. [2022-03-09T09:32:38.815Z] #21 15.55 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-09T09:32:38.815Z] #21 15.56 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-09T09:32:38.815Z] #21 15.63 Selecting previously unselected package libcap2-bin. [2022-03-09T09:32:38.815Z] #21 15.63 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-09T09:32:38.815Z] #21 15.64 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-09T09:32:38.816Z] #21 16.40 Selecting previously unselected package xxd. [2022-03-09T09:32:38.816Z] #21 16.40 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:32:38.816Z] #21 16.43 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:38.816Z] #21 16.53 Selecting previously unselected package vim-common. [2022-03-09T09:32:39.073Z] #21 15.73 Selecting previously unselected package iproute2. [2022-03-09T09:32:39.073Z] #21 15.73 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-09T09:32:39.073Z] #21 15.73 Unpacking iproute2 (5.10.0-4) ... [2022-03-09T09:32:39.076Z] #21 16.53 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:32:39.076Z] #21 16.54 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:39.174Z] #75 DONE 0.8s [2022-03-09T09:32:39.174Z] [2022-03-09T09:32:39.174Z] #76 exporting to image [2022-03-09T09:32:39.174Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-09T09:32:39.174Z] #76 exporting layers [2022-03-09T09:32:39.330Z] #21 16.18 Selecting previously unselected package xxd. [2022-03-09T09:32:39.330Z] #21 16.18 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:32:39.330Z] #21 16.19 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:39.336Z] #21 16.70 Selecting previously unselected package bash-completion. [2022-03-09T09:32:39.336Z] #21 16.70 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-09T09:32:39.588Z] #21 16.33 Selecting previously unselected package vim-common. [2022-03-09T09:32:39.588Z] #21 16.34 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:32:39.588Z] #21 16.35 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:39.588Z] #21 16.49 Selecting previously unselected package bash-completion. [2022-03-09T09:32:39.588Z] #21 16.50 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-09T09:32:41.244Z] #21 18.41 Unpacking bash-completion (1:2.11-2) ... [2022-03-09T09:32:41.244Z] #21 18.77 Selecting previously unselected package bzip2. [2022-03-09T09:32:41.244Z] #21 18.77 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-09T09:32:41.244Z] #21 18.78 Unpacking bzip2 (1.0.8-4) ... [2022-03-09T09:32:41.244Z] #21 18.86 Selecting previously unselected package xz-utils. [2022-03-09T09:32:41.245Z] #21 18.86 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-09T09:32:41.245Z] #21 18.87 Unpacking xz-utils (5.2.5-2) ... [2022-03-09T09:32:41.487Z] #21 18.12 Unpacking bash-completion (1:2.11-2) ... [2022-03-09T09:32:41.505Z] #21 19.02 Selecting previously unselected package apparmor. [2022-03-09T09:32:41.505Z] #21 19.02 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-09T09:32:41.505Z] #21 19.07 Unpacking apparmor (2.13.6-10) ... [2022-03-09T09:32:41.744Z] #21 18.46 Selecting previously unselected package bzip2. [2022-03-09T09:32:41.744Z] #21 18.46 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-09T09:32:41.744Z] #21 18.47 Unpacking bzip2 (1.0.8-4) ... [2022-03-09T09:32:41.744Z] #21 18.53 Selecting previously unselected package xz-utils. [2022-03-09T09:32:41.744Z] #21 18.54 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-09T09:32:41.744Z] #21 18.54 Unpacking xz-utils (5.2.5-2) ... [2022-03-09T09:32:41.744Z] #21 18.66 Selecting previously unselected package apparmor. [2022-03-09T09:32:42.001Z] #21 18.66 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-09T09:32:42.001Z] #21 18.72 Unpacking apparmor (2.13.6-10) ... [2022-03-09T09:32:42.075Z] #21 19.41 Selecting previously unselected package inetutils-ping. [2022-03-09T09:32:42.075Z] #21 19.42 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-09T09:32:42.075Z] #21 19.42 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-09T09:32:42.075Z] #21 19.51 Selecting previously unselected package libip4tc2:amd64. [2022-03-09T09:32:42.075Z] #21 19.52 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-09T09:32:42.075Z] #21 19.52 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T09:32:42.075Z] #21 19.57 Selecting previously unselected package libip6tc2:amd64. [2022-03-09T09:32:42.075Z] #21 19.57 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-09T09:32:42.075Z] #21 19.58 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T09:32:42.075Z] #21 19.62 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-09T09:32:42.075Z] #21 19.63 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-09T09:32:42.075Z] #21 19.64 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T09:32:42.075Z] #21 19.69 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-09T09:32:42.075Z] #21 19.70 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-09T09:32:42.075Z] #21 19.70 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T09:32:42.075Z] #21 19.76 Selecting previously unselected package libnftnl11:amd64. [2022-03-09T09:32:42.259Z] #21 19.09 Selecting previously unselected package inetutils-ping. [2022-03-09T09:32:42.259Z] #21 19.10 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-09T09:32:42.259Z] #21 19.11 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-09T09:32:42.334Z] #21 19.77 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-09T09:32:42.334Z] #21 19.77 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T09:32:42.334Z] #21 19.86 Selecting previously unselected package iptables. [2022-03-09T09:32:42.334Z] #21 19.86 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-09T09:32:42.334Z] #21 19.87 Unpacking iptables (1.8.7-1) ... [2022-03-09T09:32:42.517Z] #21 19.21 Selecting previously unselected package libip4tc2:amd64. [2022-03-09T09:32:42.517Z] #21 19.22 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-09T09:32:42.517Z] #21 19.22 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T09:32:42.517Z] #21 19.28 Selecting previously unselected package libip6tc2:amd64. [2022-03-09T09:32:42.517Z] #21 19.28 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-09T09:32:42.517Z] #21 19.29 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T09:32:42.517Z] #21 19.36 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-09T09:32:42.517Z] #21 19.36 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-09T09:32:42.517Z] #21 19.37 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T09:32:42.517Z] #21 19.42 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-09T09:32:42.517Z] #21 19.42 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-09T09:32:42.517Z] #21 19.43 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T09:32:42.517Z] #21 19.50 Selecting previously unselected package libnftnl11:amd64. [2022-03-09T09:32:42.595Z] #21 20.16 Selecting previously unselected package libonig5:amd64. [2022-03-09T09:32:42.595Z] #21 20.16 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T09:32:42.595Z] #21 20.17 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:32:42.775Z] #21 19.51 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-09T09:32:42.775Z] #21 19.51 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T09:32:42.775Z] #21 19.58 Selecting previously unselected package iptables. [2022-03-09T09:32:42.775Z] #21 19.58 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-09T09:32:42.775Z] #21 19.58 Unpacking iptables (1.8.7-1) ... [2022-03-09T09:32:42.855Z] #21 20.29 Selecting previously unselected package libjq1:amd64. [2022-03-09T09:32:42.855Z] #21 20.29 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T09:32:42.855Z] #21 20.29 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:32:42.855Z] #21 20.38 Selecting previously unselected package jq. [2022-03-09T09:32:42.855Z] #21 20.40 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-09T09:32:42.855Z] #21 20.40 Unpacking jq (1.6-2.1) ... [2022-03-09T09:32:42.855Z] #21 20.49 Selecting previously unselected package libaio1:amd64. [2022-03-09T09:32:43.033Z] #21 19.86 Selecting previously unselected package libonig5:amd64. [2022-03-09T09:32:43.033Z] #21 19.86 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T09:32:43.033Z] #21 19.86 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:32:43.115Z] #21 20.51 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-09T09:32:43.115Z] #21 20.51 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-09T09:32:43.115Z] #21 20.56 Selecting previously unselected package libgpm2:amd64. [2022-03-09T09:32:43.115Z] #21 20.57 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-09T09:32:43.115Z] #21 20.59 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-09T09:32:43.115Z] #21 20.65 Selecting previously unselected package libicu67:amd64. [2022-03-09T09:32:43.115Z] #21 20.66 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-09T09:32:43.115Z] #21 20.66 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T09:32:43.290Z] #21 20.00 Selecting previously unselected package libjq1:amd64. [2022-03-09T09:32:43.290Z] #21 20.01 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T09:32:43.290Z] #21 20.01 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:32:43.290Z] #21 20.10 Selecting previously unselected package jq. [2022-03-09T09:32:43.290Z] #21 20.12 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-09T09:32:43.290Z] #21 20.12 Unpacking jq (1.6-2.1) ... [2022-03-09T09:32:43.290Z] #21 20.23 Selecting previously unselected package libaio1:amd64. [2022-03-09T09:32:43.548Z] #21 20.23 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-09T09:32:43.548Z] #21 20.24 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-09T09:32:43.548Z] #21 20.29 Selecting previously unselected package libgpm2:amd64. [2022-03-09T09:32:43.548Z] #21 20.29 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-09T09:32:43.548Z] #21 20.30 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-09T09:32:43.548Z] #21 20.35 Selecting previously unselected package libicu67:amd64. [2022-03-09T09:32:43.548Z] #21 20.35 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-09T09:32:43.548Z] #21 20.36 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-09T09:32:45.701Z] #45 21.43 Fetched 48.9 MB in 20s (2481 kB/s) [2022-03-09T09:32:45.701Z] #45 21.43 Reading package lists... [2022-03-09T09:32:45.701Z] #45 ... [2022-03-09T09:32:45.701Z] [2022-03-09T09:32:45.701Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:32:45.701Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T09:32:45.701Z] #20 21.85 Fetched 48.9 MB in 20s (2432 kB/s) [2022-03-09T09:32:46.410Z] #21 23.60 Selecting previously unselected package libinih1:amd64. [2022-03-09T09:32:46.410Z] #21 23.61 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-09T09:32:46.410Z] #21 23.62 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-09T09:32:46.410Z] #21 23.67 Selecting previously unselected package libnet1:amd64. [2022-03-09T09:32:46.410Z] #21 23.68 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T09:32:46.410Z] #21 23.70 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:32:46.410Z] #21 23.78 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T09:32:46.410Z] #21 23.79 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T09:32:46.410Z] #21 23.80 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:32:46.410Z] #21 23.89 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T09:32:46.410Z] #21 23.90 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T09:32:46.410Z] #21 23.90 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:32:46.410Z] #21 23.95 Selecting previously unselected package net-tools. [2022-03-09T09:32:46.410Z] #21 23.95 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-09T09:32:46.410Z] #21 23.96 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T09:32:46.669Z] #21 24.10 Selecting previously unselected package patch. [2022-03-09T09:32:46.669Z] #21 24.10 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-09T09:32:46.669Z] #21 24.11 Unpacking patch (2.7.6-7) ... [2022-03-09T09:32:46.669Z] #21 24.22 Selecting previously unselected package python-pip-whl. [2022-03-09T09:32:46.669Z] #21 24.22 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-09T09:32:46.669Z] #21 24.23 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-09T09:32:46.820Z] #21 23.26 Selecting previously unselected package libinih1:amd64. [2022-03-09T09:32:46.820Z] #21 23.27 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-09T09:32:46.820Z] #21 23.27 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-09T09:32:46.820Z] #21 23.33 Selecting previously unselected package libnet1:amd64. [2022-03-09T09:32:46.820Z] #21 23.33 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T09:32:46.820Z] #21 23.34 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:32:46.820Z] #21 23.41 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T09:32:46.820Z] #21 23.41 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T09:32:46.820Z] #21 23.43 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:32:46.820Z] #21 23.51 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T09:32:46.820Z] #21 23.52 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T09:32:46.820Z] #21 23.53 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:32:46.820Z] #21 23.61 Selecting previously unselected package net-tools. [2022-03-09T09:32:46.820Z] #21 23.61 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-09T09:32:46.820Z] #21 23.61 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T09:32:47.076Z] #21 23.80 Selecting previously unselected package patch. [2022-03-09T09:32:47.076Z] #21 23.81 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-09T09:32:47.076Z] #21 23.82 Unpacking patch (2.7.6-7) ... [2022-03-09T09:32:47.076Z] #21 23.92 Selecting previously unselected package python-pip-whl. [2022-03-09T09:32:47.076Z] #21 23.93 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-09T09:32:47.076Z] #21 23.94 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-09T09:32:47.237Z] #21 24.73 Selecting previously unselected package python3-lib2to3. [2022-03-09T09:32:47.237Z] #21 24.73 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-09T09:32:47.237Z] #21 24.74 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-09T09:32:47.237Z] #21 24.88 Selecting previously unselected package python3-distutils. [2022-03-09T09:32:47.237Z] #21 24.88 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-09T09:32:47.237Z] #21 24.88 Unpacking python3-distutils (3.9.2-1) ... [2022-03-09T09:32:47.321Z] #76 exporting layers 7.1s done [2022-03-09T09:32:47.321Z] #76 writing image sha256:61db85518cebb3de13e327e4ad9745e23dd4c728b4eb2032242e018dd4e8bf04 [2022-03-09T09:32:47.321Z] #76 writing image sha256:61db85518cebb3de13e327e4ad9745e23dd4c728b4eb2032242e018dd4e8bf04 done [2022-03-09T09:32:47.321Z] #76 naming to docker.io/library/docker:e2fb99266ac72cb19430d177546f1805b0eba5b8 done [2022-03-09T09:32:47.321Z] #76 DONE 7.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-09T09:32:47.497Z] #21 25.01 Selecting previously unselected package python3-pkg-resources. [2022-03-09T09:32:47.497Z] #21 25.01 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T09:32:47.497Z] #21 25.01 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:32:47.639Z] #21 24.38 Selecting previously unselected package python3-lib2to3. [2022-03-09T09:32:47.639Z] #21 24.38 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-09T09:32:47.639Z] #21 24.39 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-09T09:32:47.639Z] #21 24.48 Selecting previously unselected package python3-distutils. [2022-03-09T09:32:47.639Z] #21 24.49 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-09T09:32:47.639Z] #21 24.50 Unpacking python3-distutils (3.9.2-1) ... [2022-03-09T09:32:47.666Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=e2fb99266ac72cb19430d177546f1805b0eba5b8 -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:e2fb99266ac72cb19430d177546f1805b0eba5b8 hack/make.sh dynbinary test-integration [2022-03-09T09:32:47.756Z] #21 25.14 Selecting previously unselected package python3-setuptools. [2022-03-09T09:32:47.756Z] #21 25.15 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-09T09:32:47.756Z] #21 25.15 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-09T09:32:47.756Z] #21 25.39 Selecting previously unselected package python3-wheel. [2022-03-09T09:32:47.895Z] #21 24.60 Selecting previously unselected package python3-pkg-resources. [2022-03-09T09:32:47.895Z] #21 24.62 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T09:32:47.895Z] #21 24.62 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:32:47.895Z] #21 24.76 Selecting previously unselected package python3-setuptools. [2022-03-09T09:32:47.895Z] #21 24.76 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-09T09:32:47.895Z] #21 24.77 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-09T09:32:48.015Z] #21 25.40 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-09T09:32:48.015Z] #21 25.40 Unpacking python3-wheel (0.34.2-1) ... [2022-03-09T09:32:48.015Z] #21 25.46 Selecting previously unselected package python3-pip. [2022-03-09T09:32:48.015Z] #21 25.47 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-09T09:32:48.015Z] #21 25.47 Unpacking python3-pip (20.3.4-4) ... [2022-03-09T09:32:48.015Z] #21 25.69 Selecting previously unselected package sudo. [2022-03-09T09:32:48.153Z] #21 24.99 Selecting previously unselected package python3-wheel. [2022-03-09T09:32:48.153Z] #21 25.00 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-09T09:32:48.153Z] #21 25.00 Unpacking python3-wheel (0.34.2-1) ... [2022-03-09T09:32:48.237Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-09T09:32:48.237Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-09T09:32:48.237Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-09T09:32:48.237Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-09T09:32:48.237Z] systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2022-03-09T09:32:48.237Z] Detected virtualization docker. [2022-03-09T09:32:48.237Z] Detected architecture x86-64. [2022-03-09T09:32:48.237Z] Set hostname to <4f2a2e995fb4>. [2022-03-09T09:32:48.237Z] modprobe@configfs.service: Succeeded. [2022-03-09T09:32:48.237Z] modprobe@drm.service: Succeeded. [2022-03-09T09:32:48.237Z] modprobe@fuse.service: Succeeded. [2022-03-09T09:32:48.275Z] #21 25.69 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-09T09:32:48.275Z] #21 25.71 Unpacking sudo (1.9.5p2-3) ... [2022-03-09T09:32:48.411Z] #21 25.07 Selecting previously unselected package python3-pip. [2022-03-09T09:32:48.411Z] #21 25.08 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-09T09:32:48.411Z] #21 25.09 Unpacking python3-pip (20.3.4-4) ... [2022-03-09T09:32:48.411Z] #21 25.29 Selecting previously unselected package sudo. [2022-03-09T09:32:48.411Z] #21 25.31 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-09T09:32:48.498Z] + source /etc/docker-entrypoint-cmd [2022-03-09T09:32:48.498Z] ++ hack/make.sh dynbinary test-integration [2022-03-09T09:32:48.498Z] [2022-03-09T09:32:48.498Z] Removing bundles/ [2022-03-09T09:32:48.498Z] [2022-03-09T09:32:48.498Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-09T09:32:48.498Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T09:32:48.498Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:32:48.535Z] #21 26.22 Selecting previously unselected package thin-provisioning-tools. [2022-03-09T09:32:48.535Z] #21 26.23 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-09T09:32:48.669Z] #21 25.32 Unpacking sudo (1.9.5p2-3) ... [2022-03-09T09:32:48.794Z] #21 26.24 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-09T09:32:48.926Z] #21 25.82 Selecting previously unselected package thin-provisioning-tools. [2022-03-09T09:32:48.926Z] #21 25.82 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-09T09:32:48.926Z] #21 25.83 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-09T09:32:49.054Z] #21 26.45 Selecting previously unselected package uidmap. [2022-03-09T09:32:49.054Z] #21 26.45 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-09T09:32:49.054Z] #21 26.46 Unpacking uidmap (1:4.8.1-1) ... [2022-03-09T09:32:49.054Z] #21 26.59 Selecting previously unselected package vim-runtime. [2022-03-09T09:32:49.054Z] #21 26.59 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:32:49.054Z] #21 26.62 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-09T09:32:49.054Z] #21 26.65 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-09T09:32:49.184Z] #21 26.04 Selecting previously unselected package uidmap. [2022-03-09T09:32:49.184Z] #21 26.04 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-09T09:32:49.184Z] #21 26.04 Unpacking uidmap (1:4.8.1-1) ... [2022-03-09T09:32:49.184Z] #21 26.15 Selecting previously unselected package vim-runtime. [2022-03-09T09:32:49.314Z] #21 26.65 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:49.441Z] #21 26.15 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:32:49.442Z] #21 26.19 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-09T09:32:49.442Z] #21 26.21 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-09T09:32:49.442Z] #21 26.23 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:51.867Z] #21 29.39 Selecting previously unselected package vim. [2022-03-09T09:32:51.867Z] #21 29.41 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:32:51.867Z] #21 29.42 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:52.437Z] #21 30.00 Selecting previously unselected package xfsprogs. [2022-03-09T09:32:52.437Z] #21 30.01 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-09T09:32:52.437Z] #21 30.02 Unpacking xfsprogs (5.10.0-4) ... [2022-03-09T09:32:52.732Z] #21 29.16 Selecting previously unselected package vim. [2022-03-09T09:32:52.732Z] #21 29.18 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:32:52.732Z] #21 29.19 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:52.732Z] #21 29.68 Selecting previously unselected package xfsprogs. [2022-03-09T09:32:52.732Z] #21 29.70 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-09T09:32:52.991Z] #21 29.71 Unpacking xfsprogs (5.10.0-4) ... [2022-03-09T09:32:53.028Z] #21 30.48 Selecting previously unselected package zip. [2022-03-09T09:32:53.028Z] #21 30.49 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-09T09:32:53.028Z] #21 30.50 Unpacking zip (3.0-12) ... [2022-03-09T09:32:53.028Z] #21 30.62 Selecting previously unselected package zstd. [2022-03-09T09:32:53.028Z] #21 30.63 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-09T09:32:53.028Z] #21 30.63 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-09T09:32:53.250Z] #21 30.09 Selecting previously unselected package zip. [2022-03-09T09:32:53.250Z] #21 30.10 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-09T09:32:53.250Z] #21 30.10 Unpacking zip (3.0-12) ... [2022-03-09T09:32:53.250Z] #21 30.23 Selecting previously unselected package zstd. [2022-03-09T09:32:53.508Z] #21 30.26 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-09T09:32:53.508Z] #21 30.27 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-09T09:32:53.604Z] #21 31.03 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:32:53.765Z] #21 30.54 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:32:53.867Z] #20 21.85 Reading package lists... [2022-03-09T09:32:53.867Z] #20 ... [2022-03-09T09:32:53.867Z] [2022-03-09T09:32:53.867Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:32:53.867Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T09:32:53.867Z] #45 21.43 Reading package lists... [2022-03-09T09:32:54.198Z] #21 31.86 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T09:32:54.461Z] #21 31.87 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T09:32:54.462Z] #21 31.89 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-09T09:32:54.462Z] #21 31.90 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T09:32:54.462Z] #21 31.94 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T09:32:54.462Z] #21 31.95 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-09T09:32:54.462Z] #21 31.96 Setting up uidmap (1:4.8.1-1) ... [2022-03-09T09:32:54.462Z] #21 31.98 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:32:54.462Z] #21 31.99 Setting up bzip2 (1.0.8-4) ... [2022-03-09T09:32:54.462Z] #21 32.01 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:32:54.462Z] #21 32.02 Setting up python3-wheel (0.34.2-1) ... [2022-03-09T09:32:54.697Z] #21 31.35 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T09:32:54.697Z] #21 31.36 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T09:32:54.697Z] #21 31.37 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-09T09:32:54.697Z] #21 31.39 Setting up libicu67:amd64 (67.1-7) ... [2022-03-09T09:32:54.697Z] #21 31.40 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T09:32:54.697Z] #21 31.41 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-09T09:32:54.697Z] #21 31.42 Setting up uidmap (1:4.8.1-1) ... [2022-03-09T09:32:54.697Z] #21 31.43 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:32:54.697Z] #21 31.45 Setting up bzip2 (1.0.8-4) ... [2022-03-09T09:32:54.697Z] #21 31.46 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:32:54.697Z] #21 31.47 Setting up python3-wheel (0.34.2-1) ... [2022-03-09T09:32:54.813Z] #45 30.68 Reading package lists... [2022-03-09T09:32:54.813Z] #45 ... [2022-03-09T09:32:54.813Z] [2022-03-09T09:32:54.813Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:32:54.813Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-09T09:32:54.813Z] #65 21.86 Fetched 48.9 MB in 20s (2430 kB/s) [2022-03-09T09:32:54.813Z] #65 21.86 Reading package lists... [2022-03-09T09:32:55.031Z] #21 32.57 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:55.031Z] #21 32.60 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-09T09:32:55.031Z] #21 32.62 Setting up libcap2-bin (1:2.44-1) ... [2022-03-09T09:32:55.031Z] #21 32.63 Setting up apparmor (2.13.6-10) ... [2022-03-09T09:32:55.076Z] #65 31.41 Reading package lists... [2022-03-09T09:32:55.076Z] #65 ... [2022-03-09T09:32:55.076Z] [2022-03-09T09:32:55.076Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:32:55.076Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T09:32:55.076Z] #20 21.85 Reading package lists... [2022-03-09T09:32:55.262Z] #21 32.10 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:55.262Z] #21 32.11 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-09T09:32:55.262Z] #21 32.13 Setting up libcap2-bin (1:2.44-1) ... [2022-03-09T09:32:55.262Z] #21 32.14 Setting up apparmor (2.13.6-10) ... [2022-03-09T09:32:56.937Z] #21 34.21 Setting up zip (3.0-12) ... [2022-03-09T09:32:56.937Z] #21 34.24 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:56.937Z] #21 34.28 Setting up bash-completion (1:2.11-2) ... [2022-03-09T09:32:57.156Z] #21 33.63 Setting up zip (3.0-12) ... [2022-03-09T09:32:57.157Z] #21 33.65 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:57.157Z] #21 33.68 Setting up bash-completion (1:2.11-2) ... [2022-03-09T09:32:58.840Z] #21 36.19 Setting up xz-utils (5.2.5-2) ... [2022-03-09T09:32:58.840Z] #21 36.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-09T09:32:58.840Z] #21 36.22 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-09T09:32:58.840Z] #21 36.25 Setting up patch (2.7.6-7) ... [2022-03-09T09:32:58.840Z] #21 36.27 Setting up sudo (1.9.5p2-3) ... [2022-03-09T09:32:58.840Z] #21 36.33 invoke-rc.d: could not determine current runlevel [2022-03-09T09:32:58.840Z] #21 36.34 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T09:32:58.840Z] #21 36.35 Setting up xfsprogs (5.10.0-4) ... [2022-03-09T09:32:58.840Z] #21 36.37 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-09T09:32:58.840Z] #21 36.38 Setting up inetutils-ping (2:2.0-1) ... [2022-03-09T09:32:58.840Z] #21 36.40 Setting up pigz (2.6-1) ... [2022-03-09T09:32:58.840Z] #21 36.41 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T09:32:58.840Z] #21 36.43 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:32:58.840Z] #21 36.45 Setting up python-pip-whl (20.3.4-4) ... [2022-03-09T09:32:58.840Z] #21 36.46 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:59.047Z] #21 35.58 Setting up xz-utils (5.2.5-2) ... [2022-03-09T09:32:59.047Z] #21 35.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-09T09:32:59.047Z] #21 35.63 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-09T09:32:59.047Z] #21 35.65 Setting up patch (2.7.6-7) ... [2022-03-09T09:32:59.047Z] #21 35.66 Setting up sudo (1.9.5p2-3) ... [2022-03-09T09:32:59.047Z] #21 35.72 invoke-rc.d: could not determine current runlevel [2022-03-09T09:32:59.047Z] #21 35.74 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T09:32:59.047Z] #21 35.74 Setting up xfsprogs (5.10.0-4) ... [2022-03-09T09:32:59.047Z] #21 35.76 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-09T09:32:59.047Z] #21 35.77 Setting up inetutils-ping (2:2.0-1) ... [2022-03-09T09:32:59.047Z] #21 35.78 Setting up pigz (2.6-1) ... [2022-03-09T09:32:59.047Z] #21 35.80 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T09:32:59.047Z] #21 35.85 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:32:59.047Z] #21 35.88 Setting up python-pip-whl (20.3.4-4) ... [2022-03-09T09:32:59.047Z] #21 35.89 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:32:59.407Z] #21 37.08 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-09T09:32:59.407Z] #21 37.09 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-09T09:32:59.976Z] #21 37.48 Setting up libelf1:amd64 (0.183-1) ... [2022-03-09T09:32:59.976Z] #21 37.51 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-09T09:32:59.976Z] #21 37.52 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:32:59.976Z] #21 37.54 Setting up python3-distutils (3.9.2-1) ... [2022-03-09T09:32:59.977Z] #21 36.68 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-09T09:32:59.977Z] #21 36.69 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-09T09:33:00.235Z] #21 37.05 Setting up libelf1:amd64 (0.183-1) ... [2022-03-09T09:33:00.493Z] #21 37.15 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-09T09:33:00.493Z] #21 37.16 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:33:00.493Z] #21 37.20 Setting up python3-distutils (3.9.2-1) ... [2022-03-09T09:33:00.546Z] #21 38.02 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:33:00.546Z] #21 38.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-09T09:33:00.546Z] #21 38.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-09T09:33:00.546Z] #21 38.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-09T09:33:00.546Z] #21 38.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-09T09:33:00.546Z] #21 38.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-09T09:33:00.546Z] #21 38.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-09T09:33:00.546Z] #21 38.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-09T09:33:00.546Z] #21 38.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-09T09:33:00.546Z] #21 38.13 Setting up python3-setuptools (52.0.0-4) ... [2022-03-09T09:33:00.751Z] #21 37.69 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:33:01.009Z] #21 37.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-09T09:33:01.009Z] #21 37.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-09T09:33:01.009Z] #21 37.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-09T09:33:01.009Z] #21 37.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-09T09:33:01.009Z] #21 37.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-09T09:33:01.009Z] #21 37.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-09T09:33:01.009Z] #21 37.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-09T09:33:01.009Z] #21 37.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-09T09:33:01.009Z] #21 37.78 Setting up python3-setuptools (52.0.0-4) ... [2022-03-09T09:33:01.926Z] #21 39.49 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:33:01.926Z] #21 39.51 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T09:33:02.185Z] #21 39.52 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-09T09:33:02.185Z] #21 39.54 Setting up python3-pip (20.3.4-4) ... [2022-03-09T09:33:02.384Z] #21 39.06 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:33:02.384Z] #21 39.07 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T09:33:02.384Z] #21 39.08 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-09T09:33:02.384Z] #21 39.09 Setting up python3-pip (20.3.4-4) ... [2022-03-09T09:33:03.124Z] #21 40.76 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T09:33:03.124Z] #21 40.78 Setting up jq (1.6-2.1) ... [2022-03-09T09:33:03.124Z] #21 40.79 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-09T09:33:03.124Z] #21 40.81 Setting up iptables (1.8.7-1) ... [2022-03-09T09:33:03.124Z] #21 40.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T09:33:03.124Z] #21 40.82 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T09:33:03.124Z] #21 40.83 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T09:33:03.225Z] #20 31.09 Reading package lists... [2022-03-09T09:33:03.225Z] #20 ... [2022-03-09T09:33:03.225Z] [2022-03-09T09:33:03.225Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:33:03.225Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T09:33:03.225Z] #45 30.68 Reading package lists... [2022-03-09T09:33:03.317Z] #21 40.14 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T09:33:03.317Z] #21 40.15 Setting up jq (1.6-2.1) ... [2022-03-09T09:33:03.317Z] #21 40.16 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-09T09:33:03.317Z] #21 40.17 Setting up iptables (1.8.7-1) ... [2022-03-09T09:33:03.317Z] #21 40.18 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T09:33:03.317Z] #21 40.19 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T09:33:03.317Z] #21 40.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T09:33:03.317Z] #21 40.21 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T09:33:03.384Z] #21 40.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T09:33:03.384Z] #21 40.85 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-09T09:33:03.384Z] #21 40.86 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-09T09:33:03.384Z] #21 40.87 Setting up iproute2 (5.10.0-4) ... [2022-03-09T09:33:03.575Z] #21 40.24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-09T09:33:03.575Z] #21 40.24 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-09T09:33:03.575Z] #21 40.25 Setting up iproute2 (5.10.0-4) ... [2022-03-09T09:33:03.653Z] #21 41.23 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:33:03.833Z] #21 40.59 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:33:04.399Z] #21 DONE 41.3s [2022-03-09T09:33:04.399Z] [2022-03-09T09:33:04.399Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:33:04.399Z] #60 sha256:dccae5d37704723cbee7ae38861917112e817116b388b7a401045503a55be766 [2022-03-09T09:33:04.399Z] #60 ... [2022-03-09T09:33:04.399Z] [2022-03-09T09:33:04.399Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-09T09:33:04.399Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-09T09:33:05.035Z] #21 DONE 42.5s [2022-03-09T09:33:05.035Z] [2022-03-09T09:33:05.035Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:33:05.035Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:33:05.035Z] #51 ... [2022-03-09T09:33:05.035Z] [2022-03-09T09:33:05.035Z] #22 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-09T09:33:05.035Z] #22 sha256:486520d9c93896d4916962da02e8d344a3eb9be31ef6e257ec8238f412617c4e [2022-03-09T09:33:05.146Z] #45 39.80 Building dependency tree... [2022-03-09T09:33:05.332Z] #22 0.847 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-09T09:33:05.333Z] #22 0.852 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-09T09:33:05.333Z] #22 0.855 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-09T09:33:05.333Z] #22 DONE 0.9s [2022-03-09T09:33:05.333Z] [2022-03-09T09:33:05.333Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-09T09:33:05.333Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-09T09:33:05.975Z] #22 0.897 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-09T09:33:05.975Z] #22 0.901 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-09T09:33:05.975Z] #22 0.905 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-09T09:33:05.975Z] #22 DONE 1.0s [2022-03-09T09:33:05.975Z] [2022-03-09T09:33:05.975Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-09T09:33:05.975Z] #23 sha256:03fb6a6c6531e45313a972d2b07fa1b1b3908a150e02259f68d1f7efd7b5091a [2022-03-09T09:33:06.537Z] #45 43.67 The following additional packages will be installed: [2022-03-09T09:33:06.799Z] #45 43.70 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-03-09T09:33:06.799Z] #45 43.74 Suggested packages: [2022-03-09T09:33:06.799Z] #45 43.74 cmake-doc ninja-build lrzip [2022-03-09T09:33:06.799Z] #45 43.74 Recommended packages: [2022-03-09T09:33:06.799Z] #45 43.74 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-09T09:33:07.372Z] #45 44.42 The following NEW packages will be installed: [2022-03-09T09:33:07.372Z] #45 44.43 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-03-09T09:33:07.956Z] #45 44.81 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:33:07.956Z] #45 44.81 Need to get 8418 kB of archives. [2022-03-09T09:33:07.956Z] #45 44.81 After this operation, 34.9 MB of additional disk space will be used. [2022-03-09T09:33:07.956Z] #45 44.81 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T09:33:07.956Z] #45 44.82 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T09:33:07.956Z] #45 44.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-09T09:33:07.956Z] #45 44.84 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-09T09:33:07.956Z] #45 44.85 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-09T09:33:07.956Z] #45 44.85 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-09T09:33:07.956Z] #45 44.85 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-09T09:33:07.956Z] #45 44.86 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-09T09:33:08.901Z] #45 45.82 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:33:08.901Z] #45 ... [2022-03-09T09:33:08.901Z] [2022-03-09T09:33:08.901Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:33:08.901Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-09T09:33:08.901Z] #65 31.41 Reading package lists... [2022-03-09T09:33:08.901Z] #65 40.26 Building dependency tree... [2022-03-09T09:33:08.901Z] #65 43.91 The following additional packages will be installed: [2022-03-09T09:33:08.901Z] #65 43.93 libbtrfs0 [2022-03-09T09:33:08.901Z] #65 44.19 The following NEW packages will be installed: [2022-03-09T09:33:08.901Z] #65 44.20 libbtrfs-dev libbtrfs0 [2022-03-09T09:33:08.901Z] #65 44.66 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:33:08.901Z] #65 44.66 Need to get 460 kB of archives. [2022-03-09T09:33:08.901Z] #65 44.66 After this operation, 1237 kB of additional disk space will be used. [2022-03-09T09:33:08.901Z] #65 44.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T09:33:08.901Z] #65 44.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T09:33:08.901Z] #65 45.25 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:33:08.901Z] #65 45.58 Fetched 460 kB in 0s (1441 kB/s) [2022-03-09T09:33:08.901Z] #65 45.87 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T09:33:08.901Z] #65 45.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 ... 30207 files and directories currently installed.) [2022-03-09T09:33:08.901Z] #65 45.99 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T09:33:09.475Z] #65 ... [2022-03-09T09:33:09.475Z] [2022-03-09T09:33:09.475Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-09T09:33:09.475Z] #70 sha256:a56ab11aa0cbdca591b749e7ad6be2a8bcd0ea5e98833485d6022288621e17f0 [2022-03-09T09:33:09.475Z] #70 43.17 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-09T09:33:09.475Z] #70 43.17 + GOBIN=/build [2022-03-09T09:33:09.475Z] #70 43.17 + GO111MODULE=on [2022-03-09T09:33:09.475Z] #70 43.17 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-09T09:33:09.475Z] #70 45.73 rootlesskit version 0.14.6 [2022-03-09T09:33:09.475Z] #70 45.73 Usage of /build/rootlesskit-docker-proxy: [2022-03-09T09:33:09.475Z] #70 45.73 -container-ip string [2022-03-09T09:33:09.475Z] #70 45.73 container ip [2022-03-09T09:33:09.475Z] #70 45.73 -container-port int [2022-03-09T09:33:09.475Z] #70 45.73 container port (default -1) [2022-03-09T09:33:09.475Z] #70 45.73 -host-ip string [2022-03-09T09:33:09.475Z] #70 45.73 host ip [2022-03-09T09:33:09.475Z] #70 45.73 -host-port int [2022-03-09T09:33:09.475Z] #70 45.73 host port (default -1) [2022-03-09T09:33:09.475Z] #70 45.73 -proto string [2022-03-09T09:33:09.475Z] #70 45.73 proxy protocol (default "tcp") [2022-03-09T09:33:09.475Z] #70 DONE 46.2s [2022-03-09T09:33:09.475Z] [2022-03-09T09:33:09.475Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:33:09.475Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-09T09:33:09.475Z] #65 46.32 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:33:09.475Z] #65 ... [2022-03-09T09:33:09.475Z] [2022-03-09T09:33:09.475Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-09T09:33:09.475Z] #71 sha256:8d603995af2f9514b522a9b698e79cb4b0330a08f374f63aeb3d26b2ab12d624 [2022-03-09T09:33:09.475Z] #71 DONE 0.3s [2022-03-09T09:33:09.475Z] [2022-03-09T09:33:09.475Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:33:09.475Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T09:33:09.475Z] #45 46.49 Fetched 8418 kB in 0s (20.6 MB/s) [2022-03-09T09:33:09.475Z] #45 46.61 Selecting previously unselected package xxd. [2022-03-09T09:33:09.475Z] #45 46.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-09T09:33:09.735Z] #45 46.65 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:33:09.735Z] #45 ... [2022-03-09T09:33:09.735Z] [2022-03-09T09:33:09.735Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-09T09:33:09.735Z] #72 sha256:cf7a40f95ac0ac7cec1f2e2f5b36e91698ed70f6184c4a3732802d7c425d1f3c [2022-03-09T09:33:09.735Z] #72 DONE 0.2s [2022-03-09T09:33:09.735Z] [2022-03-09T09:33:09.735Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:33:09.735Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T09:33:09.735Z] #45 46.85 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:33:09.996Z] #45 46.99 Selecting previously unselected package vim-common. [2022-03-09T09:33:09.996Z] #45 47.00 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:33:09.996Z] #45 47.03 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:33:10.257Z] #45 47.25 Selecting previously unselected package cmake-data. [2022-03-09T09:33:10.257Z] #45 47.25 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-09T09:33:10.518Z] #45 47.40 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T09:33:10.518Z] #45 ... [2022-03-09T09:33:10.518Z] [2022-03-09T09:33:10.518Z] #65 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-09T09:33:10.518Z] #65 sha256:8a25e8b52796fc47e5b4d35510552e497fe08988fed204b3fb72ef0d7d94149a [2022-03-09T09:33:10.518Z] #65 46.85 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T09:33:10.518Z] #65 46.86 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T09:33:10.518Z] #65 46.88 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:33:10.518Z] #65 47.09 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:33:10.518Z] #65 47.13 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:33:10.518Z] #65 47.14 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:33:10.518Z] #65 DONE 47.5s [2022-03-09T09:33:10.781Z] [2022-03-09T09:33:10.781Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:33:10.781Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T09:33:10.781Z] #20 31.09 Reading package lists... [2022-03-09T09:33:10.781Z] #20 40.12 Building dependency tree... [2022-03-09T09:33:10.781Z] #20 43.91 The following additional packages will be installed: [2022-03-09T09:33:10.781Z] #20 43.91 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T09:33:10.781Z] #20 43.91 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-09T09:33:10.781Z] #20 43.91 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-09T09:33:10.781Z] #20 43.91 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-09T09:33:10.781Z] #20 43.91 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-09T09:33:10.781Z] #20 43.92 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-09T09:33:10.781Z] #20 43.93 mingw-w64-common mingw-w64-x86-64-dev [2022-03-09T09:33:10.781Z] #20 43.96 Suggested packages: [2022-03-09T09:33:10.781Z] #20 43.96 gcc-10-locales seccomp wine64 [2022-03-09T09:33:10.781Z] #20 44.64 The following NEW packages will be installed: [2022-03-09T09:33:10.781Z] #20 44.64 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-09T09:33:10.781Z] #20 44.65 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-09T09:33:10.781Z] #20 44.65 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-09T09:33:10.781Z] #20 44.65 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-09T09:33:10.781Z] #20 44.65 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-09T09:33:10.781Z] #20 44.65 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-09T09:33:10.781Z] #20 44.65 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-09T09:33:10.781Z] #20 44.65 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-09T09:33:10.781Z] #20 44.66 mingw-w64-x86-64-dev [2022-03-09T09:33:10.781Z] #20 45.09 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:33:10.781Z] #20 45.09 Need to get 115 MB of archives. [2022-03-09T09:33:10.781Z] #20 45.09 After this operation, 645 MB of additional disk space will be used. [2022-03-09T09:33:10.781Z] #20 45.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-09T09:33:10.781Z] #20 45.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-09T09:33:10.781Z] #20 45.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-03-09T09:33:10.781Z] #20 45.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-03-09T09:33:10.781Z] #20 45.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-03-09T09:33:10.781Z] #20 45.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-09T09:33:10.781Z] #20 45.37 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-09T09:33:10.781Z] #20 45.44 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-09T09:33:10.781Z] #20 45.44 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-09T09:33:10.781Z] #20 45.80 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-09T09:33:10.781Z] #20 46.27 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-09T09:33:10.781Z] #20 46.56 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-09T09:33:10.781Z] #20 46.79 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-09T09:33:10.781Z] #20 47.38 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-09T09:33:10.781Z] #20 47.63 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-09T09:33:10.781Z] #20 47.64 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-09T09:33:10.781Z] #20 47.64 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-09T09:33:10.781Z] #20 47.64 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-09T09:33:10.781Z] #20 ... [2022-03-09T09:33:10.781Z] [2022-03-09T09:33:10.781Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-09T09:33:10.781Z] #66 sha256:564e528b8fc12253a22fe9c0fdb6d890c61db54a99292c2749f6115da48ac70f [2022-03-09T09:33:10.781Z] #66 DONE 0.3s [2022-03-09T09:33:10.781Z] [2022-03-09T09:33:10.781Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:33:10.781Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:33:11.730Z] #67 0.985 + RM_GOPATH=0 [2022-03-09T09:33:11.730Z] #67 0.985 + TMP_GOPATH= [2022-03-09T09:33:11.730Z] #67 0.985 + : /build [2022-03-09T09:33:11.730Z] #67 0.985 + '[' -z '' ']' [2022-03-09T09:33:11.730Z] #67 0.985 ++ mktemp -d [2022-03-09T09:33:11.730Z] #67 0.985 + export GOPATH=/tmp/tmp.ZTyhsn3WSZ [2022-03-09T09:33:11.730Z] #67 0.985 + GOPATH=/tmp/tmp.ZTyhsn3WSZ [2022-03-09T09:33:11.730Z] #67 0.985 + RM_GOPATH=1 [2022-03-09T09:33:11.730Z] #67 0.985 + case "$(go env GOARCH)" in [2022-03-09T09:33:11.730Z] #67 0.985 ++ go env GOARCH [2022-03-09T09:33:11.730Z] #67 1.007 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:33:11.730Z] #67 1.007 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:33:11.730Z] #67 1.008 ++ dirname /install.sh [2022-03-09T09:33:11.730Z] #67 1.009 + dir=/ [2022-03-09T09:33:11.730Z] #67 1.009 + bin=containerd [2022-03-09T09:33:11.730Z] #67 1.009 + shift [2022-03-09T09:33:11.730Z] #67 1.009 + '[' '!' -f //containerd.installer ']' [2022-03-09T09:33:11.730Z] #67 1.009 + . //containerd.installer [2022-03-09T09:33:11.730Z] #67 1.010 Install containerd version v1.5.10 [2022-03-09T09:33:11.730Z] #67 1.010 ++ set -e [2022-03-09T09:33:11.730Z] #67 1.010 ++ : v1.5.10 [2022-03-09T09:33:11.730Z] #67 1.010 + install_containerd [2022-03-09T09:33:11.730Z] #67 1.010 + echo 'Install containerd version v1.5.10' [2022-03-09T09:33:11.730Z] #67 1.010 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ZTyhsn3WSZ/src/github.com/containerd/containerd [2022-03-09T09:33:11.730Z] #67 1.018 Cloning into '/tmp/tmp.ZTyhsn3WSZ/src/github.com/containerd/containerd'... [2022-03-09T09:33:13.652Z] #67 ... [2022-03-09T09:33:13.652Z] [2022-03-09T09:33:13.652Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-09T09:33:13.652Z] #45 sha256:8dbaebd03dad80e18a95f20d34b7aaf4e2ad318a1cfbe465c15fff308f029b34 [2022-03-09T09:33:13.652Z] #45 48.42 Selecting previously unselected package libarchive13:amd64. [2022-03-09T09:33:13.652Z] #45 48.43 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-09T09:33:13.652Z] #45 48.44 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T09:33:13.652Z] #45 48.56 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-09T09:33:13.652Z] #45 48.56 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-09T09:33:13.652Z] #45 48.58 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T09:33:13.652Z] #45 48.67 Selecting previously unselected package librhash0:amd64. [2022-03-09T09:33:13.652Z] #45 48.68 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-03-09T09:33:13.652Z] #45 48.68 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-09T09:33:13.652Z] #45 48.81 Selecting previously unselected package libuv1:amd64. [2022-03-09T09:33:13.652Z] #45 48.81 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-03-09T09:33:13.652Z] #45 48.82 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-09T09:33:13.652Z] #45 48.91 Selecting previously unselected package cmake. [2022-03-09T09:33:13.652Z] #45 48.91 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-09T09:33:13.652Z] #45 48.92 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-09T09:33:13.652Z] #45 50.01 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-09T09:33:13.652Z] #45 50.03 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:33:13.652Z] #45 50.05 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-09T09:33:13.652Z] #45 50.07 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:33:13.652Z] #45 50.09 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-09T09:33:13.652Z] #45 50.11 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-09T09:33:13.652Z] #45 50.12 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-09T09:33:13.652Z] #45 50.14 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-09T09:33:13.652Z] #45 50.15 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:33:13.652Z] #45 DONE 50.5s [2022-03-09T09:33:13.652Z] [2022-03-09T09:33:13.652Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-09T09:33:13.652Z] #46 sha256:20abe0a6275a1718da60d63357ddd1a6aa544887364c94b99f0e7772d8962fc6 [2022-03-09T09:33:13.652Z] #46 DONE 0.1s [2022-03-09T09:33:13.652Z] [2022-03-09T09:33:13.652Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:33:13.652Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T09:33:13.652Z] #20 48.48 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:33:13.652Z] #20 48.73 Fetched 115 MB in 3s (40.2 MB/s) [2022-03-09T09:33:13.652Z] #20 48.77 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-09T09:33:13.652Z] #20 48.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-09T09:33:13.652Z] #20 48.84 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T09:33:13.652Z] #20 48.85 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T09:33:13.652Z] #20 49.49 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-09T09:33:13.652Z] #20 49.49 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-09T09:33:13.652Z] #20 49.50 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T09:33:13.652Z] #20 50.24 Selecting previously unselected package binutils-mingw-w64. [2022-03-09T09:33:13.652Z] #20 50.25 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-09T09:33:13.652Z] #20 50.26 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T09:33:13.652Z] #20 50.49 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-09T09:33:13.652Z] #20 50.50 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:33:13.652Z] #20 50.52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:33:13.652Z] #20 50.61 Selecting previously unselected package dmsetup. [2022-03-09T09:33:13.652Z] #20 50.61 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:33:13.652Z] #20 50.62 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-09T09:33:13.652Z] #20 50.72 Selecting previously unselected package mingw-w64-common. [2022-03-09T09:33:13.913Z] #20 50.72 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-09T09:33:13.913Z] #20 50.73 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-09T09:33:15.302Z] #20 52.37 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-09T09:33:15.303Z] #20 52.38 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-09T09:33:15.303Z] #20 52.38 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T09:33:15.393Z] #23 9.435 Collecting yamllint==1.26.1 [2022-03-09T09:33:15.957Z] #23 10.50 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-09T09:33:15.959Z] #23 9.145 Collecting yamllint==1.26.1 [2022-03-09T09:33:16.219Z] #23 10.20 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-09T09:33:16.249Z] #20 ... [2022-03-09T09:33:16.249Z] [2022-03-09T09:33:16.249Z] #47 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-09T09:33:16.249Z] #47 sha256:153cfef7d54c56abcf6721d393c238748d2f1dae49bbbead59738dc863c5abd9 [2022-03-09T09:33:16.249Z] #47 0.757 + RM_GOPATH=0 [2022-03-09T09:33:16.249Z] #47 0.758 + TMP_GOPATH= [2022-03-09T09:33:16.249Z] #47 0.758 + : /build [2022-03-09T09:33:16.249Z] #47 0.758 + '[' -z '' ']' [2022-03-09T09:33:16.249Z] #47 0.759 ++ mktemp -d [2022-03-09T09:33:16.249Z] #47 0.760 + export GOPATH=/tmp/tmp.BKhHbOiBSY [2022-03-09T09:33:16.249Z] #47 0.760 + GOPATH=/tmp/tmp.BKhHbOiBSY [2022-03-09T09:33:16.249Z] #47 0.761 + RM_GOPATH=1 [2022-03-09T09:33:16.249Z] #47 0.761 + case "$(go env GOARCH)" in [2022-03-09T09:33:16.249Z] #47 0.761 ++ go env GOARCH [2022-03-09T09:33:16.249Z] #47 0.766 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:33:16.249Z] #47 0.766 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:33:16.249Z] #47 0.766 ++ dirname /install.sh [2022-03-09T09:33:16.249Z] #47 0.767 + dir=/ [2022-03-09T09:33:16.249Z] #47 0.768 + bin=tini [2022-03-09T09:33:16.249Z] #47 0.768 + shift [2022-03-09T09:33:16.249Z] #47 0.768 + '[' '!' -f //tini.installer ']' [2022-03-09T09:33:16.249Z] #47 0.768 + . //tini.installer [2022-03-09T09:33:16.249Z] #47 0.768 ++ : v0.19.0 [2022-03-09T09:33:16.249Z] #47 0.769 + install_tini [2022-03-09T09:33:16.249Z] #47 0.769 + echo 'Install tini version v0.19.0' [2022-03-09T09:33:16.249Z] #47 0.769 Install tini version v0.19.0 [2022-03-09T09:33:16.249Z] #47 0.769 + git clone https://github.com/krallin/tini.git /tmp/tmp.BKhHbOiBSY/tini [2022-03-09T09:33:16.249Z] #47 0.771 Cloning into '/tmp/tmp.BKhHbOiBSY/tini'... [2022-03-09T09:33:16.249Z] #47 1.116 + cd /tmp/tmp.BKhHbOiBSY/tini [2022-03-09T09:33:16.249Z] #47 1.117 + git checkout -q v0.19.0 [2022-03-09T09:33:16.249Z] #47 1.122 + cmake . [2022-03-09T09:33:16.249Z] #47 1.314 -- The C compiler identification is GNU 10.2.1 [2022-03-09T09:33:16.249Z] #47 1.338 -- Detecting C compiler ABI info [2022-03-09T09:33:16.249Z] #47 1.501 -- Detecting C compiler ABI info - done [2022-03-09T09:33:16.249Z] #47 1.531 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-09T09:33:16.249Z] #47 1.532 -- Detecting C compile features [2022-03-09T09:33:16.249Z] #47 1.534 -- Detecting C compile features - done [2022-03-09T09:33:16.249Z] #47 1.551 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-09T09:33:16.249Z] #47 1.608 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-09T09:33:16.249Z] #47 1.639 -- Configuring done [2022-03-09T09:33:16.249Z] #47 1.647 -- Generating done [2022-03-09T09:33:16.249Z] #47 1.649 -- Build files have been written to: /tmp/tmp.BKhHbOiBSY/tini [2022-03-09T09:33:16.249Z] #47 1.653 + make tini-static [2022-03-09T09:33:16.249Z] #47 1.766 Scanning dependencies of target tini-static [2022-03-09T09:33:16.249Z] #47 1.793 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-09T09:33:16.249Z] #47 2.213 [100%] Linking C executable tini-static [2022-03-09T09:33:16.249Z] #47 2.384 [100%] Built target tini-static [2022-03-09T09:33:16.249Z] #47 2.398 + mkdir -p /build [2022-03-09T09:33:16.249Z] #47 2.400 + cp tini-static /build/docker-init [2022-03-09T09:33:16.249Z] #47 DONE 2.8s [2022-03-09T09:33:16.510Z] [2022-03-09T09:33:16.510Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:33:16.510Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T09:33:16.887Z] #23 11.57 Collecting pathspec>=0.5.3 [2022-03-09T09:33:16.887Z] #23 11.58 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-09T09:33:17.146Z] #23 11.98 Collecting pyyaml [2022-03-09T09:33:17.155Z] #23 11.26 Collecting pathspec>=0.5.3 [2022-03-09T09:33:17.155Z] #23 11.28 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-09T09:33:17.405Z] #23 11.99 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-09T09:33:17.405Z] #23 12.06 Building wheels for collected packages: yamllint [2022-03-09T09:33:17.405Z] #23 12.06 Building wheel for yamllint (setup.py): started [2022-03-09T09:33:17.502Z] #20 54.49 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-09T09:33:17.502Z] #20 54.50 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:33:17.502Z] #20 54.51 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T09:33:17.724Z] #23 11.65 Collecting pyyaml [2022-03-09T09:33:17.724Z] #23 11.66 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-09T09:33:17.724Z] #23 11.72 Building wheels for collected packages: yamllint [2022-03-09T09:33:17.724Z] #23 11.72 Building wheel for yamllint (setup.py): started [2022-03-09T09:33:17.763Z] #20 54.63 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-09T09:33:17.764Z] #20 54.63 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:33:17.764Z] #20 54.63 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T09:33:18.294Z] #23 12.53 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-09T09:33:18.335Z] #23 13.05 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-09T09:33:18.336Z] #23 13.05 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=ab8e3db8c9cfd14c7f454a01d4efabc71449a8c06bb04e7c962ddd28b7109f5e [2022-03-09T09:33:18.336Z] #23 13.05 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-09T09:33:18.336Z] #23 13.06 Successfully built yamllint [2022-03-09T09:33:18.336Z] #23 13.09 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-09T09:33:18.554Z] #23 12.53 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=794a9a70a99941ddff8795fe0782696a12089febc55988b9a3be6730b57757ce [2022-03-09T09:33:18.554Z] #23 12.53 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-09T09:33:18.554Z] #23 12.53 Successfully built yamllint [2022-03-09T09:33:18.554Z] #23 12.56 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-09T09:33:18.592Z] #23 13.45 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-09T09:33:18.813Z] #23 12.94 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-09T09:33:18.970Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2022-03-09T09:33:18.970Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-09T09:33:18.970Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-09T09:33:18.970Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-09T09:33:18.970Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-09T09:33:18.970Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-09T09:33:18.970Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-09T09:33:18.970Z] ? github.com/docker/docker/builder [no test files] [2022-03-09T09:33:18.971Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-09T09:33:18.971Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-09T09:33:18.971Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-09T09:33:18.971Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-09T09:33:18.971Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-09T09:33:18.971Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-09T09:33:18.971Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-09T09:33:18.971Z] ok github.com/docker/docker/builder/remotecontext 0.100s coverage: 13.7% of statements [2022-03-09T09:33:18.971Z] ok github.com/docker/docker/builder/dockerfile 0.157s coverage: 49.3% of statements [2022-03-09T09:33:18.971Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-09T09:33:18.971Z] ok github.com/docker/docker/builder/remotecontext/git 0.976s coverage: 86.3% of statements [2022-03-09T09:33:18.971Z] ? github.com/docker/docker/cli [no test files] [2022-03-09T09:33:18.971Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-09T09:33:18.971Z] ok github.com/docker/docker/cmd/docker-proxy 0.302s coverage: 67.6% of statements [2022-03-09T09:33:18.971Z] ok github.com/docker/docker/client 0.070s coverage: 75.7% of statements [2022-03-09T09:33:19.155Z] #23 DONE 13.8s [2022-03-09T09:33:19.155Z] [2022-03-09T09:33:19.155Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-09T09:33:19.155Z] #27 sha256:efffbdd3cc4c5a27a6ab5fdfd9b298bb4a07a33c09015954e8c63eb9f656f099 [2022-03-09T09:33:19.155Z] #27 DONE 0.2s [2022-03-09T09:33:19.155Z] [2022-03-09T09:33:19.155Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:33:19.155Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:33:19.382Z] #23 DONE 13.4s [2022-03-09T09:33:19.382Z] [2022-03-09T09:33:19.382Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-09T09:33:19.382Z] #27 sha256:492d7abdfe0e56eeed0b450b1be3b2442697f9c3686b7b18a0554121724d2bcf [2022-03-09T09:33:19.411Z] #51 ... [2022-03-09T09:33:19.411Z] [2022-03-09T09:33:19.411Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-09T09:33:19.411Z] #32 sha256:d0b4e03fe21b10e50c99ddbdbde8bda20457c525a458d03921a05aa0b78346e9 [2022-03-09T09:33:19.641Z] #27 DONE 0.3s [2022-03-09T09:33:19.641Z] [2022-03-09T09:33:19.641Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-09T09:33:19.641Z] #32 sha256:f8eff1b63a34c7f8665f776b4a7f28b08826ce5e2897d97073c54c229c1cefa0 [2022-03-09T09:33:19.667Z] #32 DONE 0.4s [2022-03-09T09:33:19.667Z] [2022-03-09T09:33:19.667Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-09T09:33:19.667Z] #35 sha256:64cffcb634b77b9a94fe93c56952425997dbbe6555e3197538d3bf9aa5850837 [2022-03-09T09:33:19.679Z] #20 56.63 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-09T09:33:19.679Z] #20 56.64 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:33:19.679Z] #20 56.64 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:33:19.930Z] #35 DONE 0.1s [2022-03-09T09:33:19.931Z] [2022-03-09T09:33:19.931Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-09T09:33:19.931Z] #37 sha256:8c258c9ce4814691b0b1c29960c59bb7e6a4b58aed9c7577a2a2e9baefeba0cc [2022-03-09T09:33:19.931Z] #37 DONE 0.1s [2022-03-09T09:33:19.931Z] [2022-03-09T09:33:19.931Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-09T09:33:19.931Z] #41 sha256:9fdc9829b9d57932f64d4d4b723716756236f58c19bb0cf58e8d5b0b84a6fd08 [2022-03-09T09:33:19.931Z] #41 DONE 0.0s [2022-03-09T09:33:19.931Z] [2022-03-09T09:33:19.931Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:33:19.931Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:33:20.208Z] #32 DONE 0.7s [2022-03-09T09:33:20.208Z] [2022-03-09T09:33:20.208Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-09T09:33:20.208Z] #35 sha256:07a9431c110f51d9f44cc06c1352586c2e91c58ec3f8c73f82d48e1fe71c31cb [2022-03-09T09:33:20.469Z] #35 DONE 0.4s [2022-03-09T09:33:20.469Z] [2022-03-09T09:33:20.469Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:33:20.469Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:33:20.729Z] #43 ... [2022-03-09T09:33:20.729Z] [2022-03-09T09:33:20.729Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-09T09:33:20.729Z] #37 sha256:9f10c1f1d5a7a9d7d8d0a7590816427e23029962a5ebe0006e1afa7a69894d72 [2022-03-09T09:33:20.729Z] #37 DONE 0.1s [2022-03-09T09:33:20.729Z] [2022-03-09T09:33:20.729Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-09T09:33:20.729Z] #41 sha256:cfbec1481ad4aca470e73426bf519f641ba62882470a1761b774ce455d7fb1c1 [2022-03-09T09:33:20.729Z] #41 DONE 0.1s [2022-03-09T09:33:20.988Z] [2022-03-09T09:33:20.988Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:33:20.988Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:33:21.927Z] #43 203.8 + dpkg --print-architecture [2022-03-09T09:33:21.927Z] #43 203.8 + git checkout -q v2.1.0 [2022-03-09T09:33:22.187Z] #43 203.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-09T09:33:22.187Z] #43 203.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-09T09:33:23.881Z] #20 60.49 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-09T09:33:23.881Z] #20 60.49 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:33:23.881Z] #20 ... [2022-03-09T09:33:23.881Z] [2022-03-09T09:33:23.881Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:33:23.881Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:33:23.881Z] #67 12.55 + cd /tmp/tmp.ZTyhsn3WSZ/src/github.com/containerd/containerd [2022-03-09T09:33:23.881Z] #67 12.55 + git checkout -q v1.5.10 [2022-03-09T09:33:23.881Z] #67 13.01 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-09T09:33:23.881Z] #67 13.01 + BUILDTAGS='netgo osusergo static_build' [2022-03-09T09:33:23.881Z] #67 13.01 + export EXTRA_FLAGS=-buildmode=pie [2022-03-09T09:33:23.881Z] #67 13.01 + EXTRA_FLAGS=-buildmode=pie [2022-03-09T09:33:23.881Z] #67 13.01 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-09T09:33:23.881Z] #67 13.01 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-09T09:33:23.881Z] #67 13.01 + '[' '' = dynamic ']' [2022-03-09T09:33:23.881Z] #67 13.01 + make [2022-03-09T09:33:24.826Z] #67 13.86 + bin/ctr [2022-03-09T09:33:26.480Z] #51 ... [2022-03-09T09:33:26.480Z] [2022-03-09T09:33:26.480Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-03-09T09:33:26.480Z] #43 sha256:8cd2c7b9899112f5f652fc771a50789fe1c1fae32cb81969d03efa57167cba02 [2022-03-09T09:33:26.480Z] #43 206.3 + dpkg --print-architecture [2022-03-09T09:33:26.480Z] #43 206.3 + git checkout -q v2.1.0 [2022-03-09T09:33:26.480Z] #43 206.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-09T09:33:26.480Z] #43 206.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-09T09:33:31.422Z] #67 ... [2022-03-09T09:33:31.423Z] [2022-03-09T09:33:31.423Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-09T09:33:31.423Z] #20 sha256:2bda158e2977e036e23b070d72fcd39453b7f98561c266f6c0f5cfd59a696591 [2022-03-09T09:33:31.423Z] #20 60.49 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:33:31.423Z] #20 60.50 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:33:31.423Z] #20 62.05 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-09T09:33:31.423Z] #20 62.05 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:33:31.423Z] #20 62.06 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T09:33:31.423Z] #20 63.67 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-09T09:33:31.423Z] #20 63.67 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:33:31.423Z] #20 63.68 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:33:31.423Z] #20 67.45 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-09T09:33:31.423Z] #20 67.45 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-09T09:33:31.423Z] #20 67.46 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:33:32.364Z] #20 69.14 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-09T09:33:32.364Z] #20 69.14 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-09T09:33:32.364Z] #20 69.16 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T09:33:32.364Z] #20 69.23 Selecting previously unselected package libapparmor1:amd64. [2022-03-09T09:33:32.364Z] #20 69.23 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-09T09:33:32.364Z] #20 69.24 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T09:33:32.364Z] #20 69.29 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-09T09:33:32.364Z] #20 69.30 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-09T09:33:32.364Z] #20 69.31 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T09:33:32.364Z] #20 69.40 Selecting previously unselected package libbtrfs0:amd64. [2022-03-09T09:33:32.364Z] #20 69.40 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-09T09:33:32.364Z] #20 69.42 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:33:32.364Z] #20 69.48 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-09T09:33:32.624Z] #20 69.48 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-09T09:33:32.624Z] #20 69.49 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:33:32.624Z] #20 69.60 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-09T09:33:32.624Z] #20 69.61 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:33:32.624Z] #20 69.62 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:33:32.624Z] #20 69.66 Selecting previously unselected package libudev-dev:amd64. [2022-03-09T09:33:32.624Z] #20 69.67 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-09T09:33:32.624Z] #20 69.67 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-09T09:33:32.885Z] #20 69.74 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-09T09:33:32.885Z] #20 69.75 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-09T09:33:32.885Z] #20 69.76 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T09:33:32.885Z] #20 69.88 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-09T09:33:32.885Z] #20 69.89 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-09T09:33:32.885Z] #20 69.89 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T09:33:32.885Z] #20 69.98 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-09T09:33:32.885Z] #20 69.99 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-09T09:33:32.885Z] #20 69.99 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T09:33:32.885Z] #20 70.08 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-09T09:33:33.149Z] #20 70.08 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-09T09:33:33.149Z] #20 70.09 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T09:33:33.149Z] #20 70.14 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-09T09:33:33.149Z] #20 70.15 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-09T09:33:33.149Z] #20 70.15 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T09:33:33.411Z] #20 70.38 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-09T09:33:33.411Z] #20 70.40 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-09T09:33:33.411Z] #20 70.43 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T09:33:33.673Z] #20 70.55 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-09T09:33:33.673Z] #20 70.56 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-09T09:33:33.673Z] #20 70.57 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:33:33.673Z] #20 70.62 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-09T09:33:33.673Z] #20 70.62 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-09T09:33:33.673Z] #20 70.63 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T09:33:33.673Z] #20 70.71 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-09T09:33:33.673Z] #20 70.71 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-09T09:33:33.673Z] #20 70.71 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T09:33:33.934Z] #20 70.97 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-09T09:33:33.934Z] #20 70.99 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-09T09:33:33.934Z] #20 71.00 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-09T09:33:33.934Z] #20 71.01 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-09T09:33:33.934Z] #20 71.03 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-09T09:33:33.934Z] #20 71.04 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-09T09:33:33.934Z] #20 71.05 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-09T09:33:33.934Z] #20 71.07 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-09T09:33:33.934Z] #20 71.08 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-09T09:33:34.196Z] #20 71.09 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-09T09:33:34.196Z] #20 71.11 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-09T09:33:34.196Z] #20 71.12 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-09T09:33:34.196Z] #20 71.14 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-09T09:33:34.196Z] #20 71.16 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-09T09:33:34.196Z] #20 71.17 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-09T09:33:34.196Z] #20 71.18 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-09T09:33:34.196Z] #20 71.20 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-09T09:33:34.196Z] #20 71.21 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-09T09:33:34.196Z] #20 71.22 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-09T09:33:34.196Z] #20 71.23 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-09T09:33:34.196Z] #20 71.25 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:33:34.196Z] #20 71.26 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-09T09:33:34.196Z] #20 71.27 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:33:34.196Z] #20 71.28 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-09T09:33:34.196Z] #20 71.29 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-09T09:33:34.196Z] #20 71.30 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-09T09:33:34.196Z] #20 71.31 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-09T09:33:34.196Z] #20 71.32 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-09T09:33:34.196Z] #20 71.34 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-09T09:33:34.196Z] #20 71.36 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:33:34.196Z] #20 71.38 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-09T09:33:34.196Z] #20 71.39 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:33:34.458Z] #20 71.41 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-09T09:33:34.458Z] #20 71.42 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:33:35.849Z] #20 DONE 72.9s [2022-03-09T09:33:35.849Z] [2022-03-09T09:33:35.849Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-03-09T09:33:35.849Z] #21 sha256:db75bd3b135fe2d1bd4cb661fe8f3bb76feaaa7f57437ececffd905ad46fd13d [2022-03-09T09:33:37.240Z] #21 1.151 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-09T09:33:37.240Z] #21 1.311 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-09T09:33:37.240Z] #21 1.317 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-09T09:33:38.216Z] 037d5740b404: Pull complete [2022-03-09T09:33:38.216Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-09T09:33:38.216Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:33:38.216Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-09T09:33:38.216Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-09T09:33:38.216Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-09T09:33:38.216Z] WARN: Skipping validation tests [2022-03-09T09:33:38.216Z] INFO: Running unit tests at 03/09/2022 09:33:34... [2022-03-09T09:33:39.200Z] INFO: make.ps1 starting at 03/09/2022 09:33:38 [2022-03-09T09:33:39.200Z] INFO: Git commit (b548a95f9f) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T09:33:39.200Z] INFO: Invoking autogen... [2022-03-09T09:33:39.668Z] INFO: Running unit tests... [2022-03-09T09:33:42.805Z] #21 1.655 Reading package lists... [2022-03-09T09:33:44.166Z] #43 DONE 224.0s [2022-03-09T09:33:44.166Z] [2022-03-09T09:33:44.166Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:33:44.166Z] #56 sha256:d38e704b91aa28a710ae1c528a095d3e53926649c4f178447eecc265da7358d7 [2022-03-09T09:33:44.166Z] #56 ... [2022-03-09T09:33:44.166Z] [2022-03-09T09:33:44.166Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-09T09:33:44.166Z] #44 sha256:87427a700392f0ff0e847f47459a0d9df9b6f37e17237efd3551f325da135a81 [2022-03-09T09:33:44.166Z] #44 DONE 0.6s [2022-03-09T09:33:44.166Z] [2022-03-09T09:33:44.166Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-09T09:33:44.166Z] #48 sha256:2ec362bce08905946f625dab1e2681d273916e9e430197c9d6b5aec093dc2828 [2022-03-09T09:33:44.166Z] #48 DONE 0.1s [2022-03-09T09:33:44.166Z] [2022-03-09T09:33:44.166Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-09T09:33:44.166Z] #50 sha256:d098ef2f434dc8c9b30597f3082bf584c911f13e1d9f978654f06a2c25bb80e1 [2022-03-09T09:33:44.166Z] #50 DONE 0.1s [2022-03-09T09:33:44.166Z] [2022-03-09T09:33:44.166Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:33:44.166Z] #56 sha256:d38e704b91aa28a710ae1c528a095d3e53926649c4f178447eecc265da7358d7 [2022-03-09T09:33:47.012Z] #21 6.587 Reading package lists... [2022-03-09T09:33:48.398Z] #43 DONE 227.7s [2022-03-09T09:33:48.398Z] [2022-03-09T09:33:48.398Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:33:48.398Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:33:48.402Z] #21 11.21 Building dependency tree... [2022-03-09T09:33:48.402Z] #21 12.30 Reading state information... [2022-03-09T09:33:48.439Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-09T09:33:48.962Z] #51 ... [2022-03-09T09:33:48.963Z] [2022-03-09T09:33:48.963Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-09T09:33:48.963Z] #44 sha256:350b3162d0e45422193912d8423d9e6764a5167a69d2f7dedfad1ec2263fd528 [2022-03-09T09:33:49.347Z] #21 13.44 The following additional packages will be installed: [2022-03-09T09:33:49.347Z] #21 13.44 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-09T09:33:49.347Z] #21 13.44 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-09T09:33:49.347Z] #21 13.45 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-09T09:33:49.347Z] #21 13.45 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-09T09:33:49.347Z] #21 13.45 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-09T09:33:49.347Z] #21 13.45 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-03-09T09:33:49.347Z] #21 13.46 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-03-09T09:33:49.347Z] #21 13.47 Suggested packages: [2022-03-09T09:33:49.347Z] #21 13.47 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-03-09T09:33:49.347Z] #21 13.47 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-03-09T09:33:49.347Z] #21 13.47 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-03-09T09:33:49.347Z] #21 13.47 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-03-09T09:33:49.347Z] #21 13.47 seccomp:ppc64el seccomp:s390x [2022-03-09T09:33:49.348Z] #21 13.47 Recommended packages: [2022-03-09T09:33:49.348Z] #21 13.47 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-03-09T09:33:49.348Z] #21 13.47 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-03-09T09:33:49.348Z] #21 13.47 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-03-09T09:33:49.348Z] #21 13.47 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-03-09T09:33:49.528Z] #44 DONE 0.5s [2022-03-09T09:33:49.528Z] [2022-03-09T09:33:49.528Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-09T09:33:49.528Z] #48 sha256:f8928418f011d7531e18fa275f76fcfd432eb44793b73068eb4594e5411a4b9b [2022-03-09T09:33:49.528Z] #48 DONE 0.0s [2022-03-09T09:33:49.528Z] [2022-03-09T09:33:49.528Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:33:49.528Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:33:49.528Z] #51 ... [2022-03-09T09:33:49.528Z] [2022-03-09T09:33:49.528Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-09T09:33:49.528Z] #50 sha256:9ccd3470b41704b6769d6b1140b56936a2a783168b910525c1b6195be87bea59 [2022-03-09T09:33:49.528Z] #50 DONE 0.1s [2022-03-09T09:33:49.785Z] [2022-03-09T09:33:49.785Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:33:49.785Z] #56 sha256:7288c0c13d1184a93b6bf33a9418175126fcbf0efa882b8ff5079038d4fa9701 [2022-03-09T09:33:49.921Z] #21 13.90 The following NEW packages will be installed: [2022-03-09T09:33:49.921Z] #21 13.90 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-09T09:33:49.921Z] #21 13.91 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-03-09T09:33:49.921Z] #21 13.91 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-03-09T09:33:49.921Z] #21 13.91 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-09T09:33:49.921Z] #21 13.91 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-09T09:33:49.921Z] #21 13.91 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-09T09:33:49.921Z] #21 13.91 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-09T09:33:49.921Z] #21 13.91 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-03-09T09:33:49.921Z] #21 13.91 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-03-09T09:33:49.921Z] #21 13.91 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-03-09T09:33:49.921Z] #21 13.92 libseccomp2:ppc64el libseccomp2:s390x [2022-03-09T09:33:50.190Z] #21 14.26 0 upgraded, 40 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:33:50.190Z] #21 14.26 Need to get 15.9 MB of archives. [2022-03-09T09:33:50.190Z] #21 14.26 After this operation, 73.0 MB of additional disk space will be used. [2022-03-09T09:33:50.190Z] #21 14.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-03-09T09:33:50.190Z] #21 14.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-03-09T09:33:50.191Z] #21 14.45 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-03-09T09:33:50.455Z] #21 14.56 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-03-09T09:33:50.455Z] #21 14.57 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-03-09T09:33:50.455Z] #21 14.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-03-09T09:33:50.455Z] #21 14.58 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-03-09T09:33:50.455Z] #21 14.58 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-03-09T09:33:50.455Z] #21 14.61 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-03-09T09:33:50.455Z] #21 14.61 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-03-09T09:33:50.455Z] #21 14.62 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-03-09T09:33:50.455Z] #21 14.62 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-03-09T09:33:50.455Z] #21 14.62 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-03-09T09:33:50.455Z] #21 14.66 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-03-09T09:33:50.455Z] #21 14.66 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-03-09T09:33:50.455Z] #21 14.66 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-03-09T09:33:50.455Z] #21 14.67 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-03-09T09:33:50.717Z] #21 14.67 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-03-09T09:33:50.717Z] #21 14.70 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-03-09T09:33:50.717Z] #21 14.70 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-03-09T09:33:50.717Z] #21 14.71 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-03-09T09:33:50.717Z] #21 14.71 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-03-09T09:33:50.717Z] #21 14.71 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-03-09T09:33:50.717Z] #21 14.75 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-09T09:33:50.717Z] #21 14.75 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-09T09:33:50.717Z] #21 14.76 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-03-09T09:33:50.717Z] #21 14.76 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-03-09T09:33:50.717Z] #21 14.76 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-03-09T09:33:50.717Z] #21 14.79 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-03-09T09:33:50.717Z] #21 14.80 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-03-09T09:33:50.717Z] #21 14.80 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-03-09T09:33:50.717Z] #21 14.80 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-03-09T09:33:50.717Z] #21 14.80 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-03-09T09:33:50.717Z] #21 14.80 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-03-09T09:33:50.717Z] #21 14.81 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-03-09T09:33:50.979Z] #21 14.97 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-03-09T09:33:50.979Z] #21 15.06 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-03-09T09:33:50.979Z] #21 15.06 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-03-09T09:33:50.979Z] #21 15.07 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-03-09T09:33:50.979Z] #21 15.07 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-09T09:33:51.026Z] ok github.com/docker/docker/cmd/dockerd 0.041s coverage: 29.3% of statements [2022-03-09T09:33:51.026Z] ok github.com/docker/docker/container 0.115s coverage: 34.6% of statements [2022-03-09T09:33:51.027Z] ok github.com/docker/docker/cmd/dockerd/trap 2.413s coverage: 0.0% of statements [2022-03-09T09:33:51.027Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-09T09:33:51.027Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-09T09:33:51.027Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-09T09:33:51.027Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-09T09:33:51.027Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-09T09:33:51.553Z] #21 15.58 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:33:51.553Z] #21 15.77 Fetched 15.9 MB in 1s (14.6 MB/s) [2022-03-09T09:33:51.814Z] #21 15.81 Selecting previously unselected package gcc-10-base:armel. [2022-03-09T09:33:51.814Z] #21 15.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-03-09T09:33:51.814Z] #21 15.87 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-03-09T09:33:51.814Z] #21 15.87 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-03-09T09:33:51.814Z] #21 15.95 Selecting previously unselected package gcc-10-base:armhf. [2022-03-09T09:33:51.814Z] #21 15.95 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-03-09T09:33:51.814Z] #21 15.96 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-03-09T09:33:51.814Z] #21 16.02 Selecting previously unselected package gcc-10-base:ppc64el. [2022-03-09T09:33:52.076Z] #21 16.03 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-03-09T09:33:52.076Z] #21 16.03 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-09T09:33:52.076Z] #21 16.08 Selecting previously unselected package gcc-10-base:s390x. [2022-03-09T09:33:52.076Z] #21 16.09 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-03-09T09:33:52.076Z] #21 16.09 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-03-09T09:33:52.076Z] #21 16.14 Selecting previously unselected package gcc-10-base:arm64. [2022-03-09T09:33:52.076Z] #21 16.15 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-03-09T09:33:52.076Z] #21 16.15 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-03-09T09:33:52.076Z] #21 16.20 Selecting previously unselected package libgcc-s1:armel. [2022-03-09T09:33:52.076Z] #21 16.21 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-03-09T09:33:52.076Z] #21 16.22 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-03-09T09:33:52.363Z] #21 16.28 Selecting previously unselected package libcrypt1:armel. [2022-03-09T09:33:52.363Z] #21 16.28 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-03-09T09:33:52.363Z] #21 16.29 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-03-09T09:33:52.363Z] #21 16.38 Selecting previously unselected package libc6:armel. [2022-03-09T09:33:52.363Z] #21 16.38 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-03-09T09:33:52.629Z] #21 16.55 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-03-09T09:33:52.891Z] #21 17.11 Selecting previously unselected package libapparmor1:armel. [2022-03-09T09:33:53.157Z] #21 17.12 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-03-09T09:33:53.157Z] #21 17.13 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-03-09T09:33:53.157Z] #21 17.19 Selecting previously unselected package libapparmor-dev:armel. [2022-03-09T09:33:53.157Z] #21 17.19 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-03-09T09:33:53.157Z] #21 17.20 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-03-09T09:33:53.157Z] #21 17.27 Selecting previously unselected package libgcc-s1:arm64. [2022-03-09T09:33:53.157Z] #21 17.28 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-03-09T09:33:53.157Z] #21 17.28 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-03-09T09:33:53.157Z] #21 17.33 Selecting previously unselected package libcrypt1:arm64. [2022-03-09T09:33:53.157Z] #21 17.34 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-03-09T09:33:53.157Z] #21 17.34 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-09T09:33:53.425Z] #21 17.44 Selecting previously unselected package libc6:arm64. [2022-03-09T09:33:53.425Z] #21 17.44 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-03-09T09:33:53.686Z] #21 17.65 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-03-09T09:33:53.948Z] #21 18.11 Selecting previously unselected package libapparmor1:arm64. [2022-03-09T09:33:53.948Z] #21 18.11 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-09T09:33:53.948Z] #21 18.12 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-09T09:33:54.209Z] #21 18.17 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-09T09:33:54.209Z] #21 18.18 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-09T09:33:54.209Z] #21 18.18 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-09T09:33:54.210Z] #21 18.26 Selecting previously unselected package libgcc-s1:s390x. [2022-03-09T09:33:54.210Z] #21 18.27 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-03-09T09:33:54.210Z] #21 18.27 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-03-09T09:33:54.210Z] #21 18.32 Selecting previously unselected package libcrypt1:s390x. [2022-03-09T09:33:54.210Z] #21 18.33 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-03-09T09:33:54.210Z] #21 18.34 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-03-09T09:33:54.300Z] ok github.com/docker/docker/daemon/cluster 0.072s coverage: 0.5% of statements [2022-03-09T09:33:54.473Z] #21 18.43 Selecting previously unselected package libc6:s390x. [2022-03-09T09:33:54.473Z] #21 18.44 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-03-09T09:33:54.473Z] #21 18.62 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-03-09T09:33:55.047Z] #21 19.08 Selecting previously unselected package libapparmor1:s390x. [2022-03-09T09:33:55.047Z] #21 19.09 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-03-09T09:33:55.047Z] #21 19.09 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-03-09T09:33:55.047Z] #21 19.14 Selecting previously unselected package libapparmor-dev:s390x. [2022-03-09T09:33:55.047Z] #21 19.14 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-03-09T09:33:55.047Z] #21 19.15 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-03-09T09:33:55.047Z] #21 19.21 Selecting previously unselected package libgcc-s1:armhf. [2022-03-09T09:33:55.047Z] #21 19.21 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-03-09T09:33:55.047Z] #21 19.22 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-03-09T09:33:55.047Z] #21 19.27 Selecting previously unselected package libcrypt1:armhf. [2022-03-09T09:33:55.309Z] #21 19.28 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-03-09T09:33:55.309Z] #21 19.29 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-03-09T09:33:55.309Z] #21 19.37 Selecting previously unselected package libc6:armhf. [2022-03-09T09:33:55.309Z] #21 19.37 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-03-09T09:33:55.572Z] #21 19.52 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-03-09T09:33:55.834Z] #21 19.93 Selecting previously unselected package libapparmor1:armhf. [2022-03-09T09:33:55.834Z] #21 19.93 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-03-09T09:33:55.834Z] #21 19.94 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-03-09T09:33:55.834Z] #21 19.98 Selecting previously unselected package libapparmor-dev:armhf. [2022-03-09T09:33:56.095Z] #21 19.99 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-03-09T09:33:56.095Z] #21 19.99 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-03-09T09:33:56.095Z] #21 20.06 Selecting previously unselected package libgcc-s1:ppc64el. [2022-03-09T09:33:56.095Z] #21 20.07 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-03-09T09:33:56.095Z] #21 20.08 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-09T09:33:56.095Z] #21 20.13 Selecting previously unselected package libcrypt1:ppc64el. [2022-03-09T09:33:56.095Z] #21 20.14 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-03-09T09:33:56.095Z] #21 20.15 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-09T09:33:56.095Z] #21 20.23 Selecting previously unselected package libc6:ppc64el. [2022-03-09T09:33:56.095Z] #21 20.23 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-03-09T09:33:56.193Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.010s coverage: 65.3% of statements [2022-03-09T09:33:56.357Z] #21 20.40 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-09T09:33:56.930Z] #21 21.02 Selecting previously unselected package libapparmor1:ppc64el. [2022-03-09T09:33:56.930Z] #21 21.03 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-03-09T09:33:56.930Z] #21 21.03 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-03-09T09:33:56.930Z] #21 21.10 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-03-09T09:33:57.099Z] ? github.com/docker/docker/api [no test files] [2022-03-09T09:33:57.192Z] #21 21.11 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-03-09T09:33:57.192Z] #21 21.12 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-09T09:33:57.192Z] #21 21.19 Selecting previously unselected package libseccomp2:s390x. [2022-03-09T09:33:57.192Z] #21 21.20 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-03-09T09:33:57.192Z] #21 21.20 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-09T09:33:57.192Z] #21 21.25 Selecting previously unselected package libseccomp-dev:s390x. [2022-03-09T09:33:57.192Z] #21 21.25 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-03-09T09:33:57.192Z] #21 21.26 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-09T09:33:57.192Z] #21 21.32 Selecting previously unselected package libseccomp2:ppc64el. [2022-03-09T09:33:57.192Z] #21 21.32 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-09T09:33:57.192Z] #21 21.34 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-09T09:33:57.454Z] #21 21.38 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-03-09T09:33:57.454Z] #21 21.39 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-09T09:33:57.454Z] #21 21.40 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-09T09:33:57.454Z] #21 21.46 Selecting previously unselected package libseccomp2:armhf. [2022-03-09T09:33:57.454Z] #21 21.47 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-03-09T09:33:57.454Z] #21 21.48 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-09T09:33:57.454Z] #21 21.52 Selecting previously unselected package libseccomp-dev:armhf. [2022-03-09T09:33:57.454Z] #21 21.53 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-03-09T09:33:57.454Z] #21 21.53 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-09T09:33:57.454Z] #21 21.60 Selecting previously unselected package libseccomp2:armel. [2022-03-09T09:33:57.454Z] #21 21.60 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-03-09T09:33:57.454Z] #21 21.61 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-09T09:33:57.454Z] #21 21.65 Selecting previously unselected package libseccomp-dev:armel. [2022-03-09T09:33:57.580Z] ok github.com/docker/docker/daemon/cluster/convert 0.013s coverage: 35.9% of statements [2022-03-09T09:33:57.716Z] #21 21.66 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-03-09T09:33:57.716Z] #21 21.66 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-09T09:33:57.716Z] #21 21.73 Selecting previously unselected package libseccomp2:arm64. [2022-03-09T09:33:57.716Z] #21 21.73 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-03-09T09:33:57.716Z] #21 21.74 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T09:33:57.716Z] #21 21.79 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-09T09:33:57.716Z] #21 21.79 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-09T09:33:57.716Z] #21 21.80 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T09:33:57.716Z] #21 21.90 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-03-09T09:33:57.932Z] 8f616e6e9eec: Pull complete [2022-03-09T09:33:57.978Z] #21 21.91 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-03-09T09:33:57.978Z] #21 21.92 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-03-09T09:33:57.978Z] #21 21.94 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-09T09:33:57.978Z] #21 21.95 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-03-09T09:33:57.978Z] #21 21.96 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-09T09:33:57.978Z] #21 21.97 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-03-09T09:33:57.978Z] #21 21.99 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-03-09T09:33:57.978Z] #21 22.00 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-09T09:33:57.978Z] #21 22.01 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-03-09T09:33:57.978Z] #21 22.03 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-03-09T09:33:57.978Z] #21 22.04 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-03-09T09:33:57.978Z] #21 22.05 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-03-09T09:33:57.978Z] #21 22.06 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-09T09:33:57.978Z] #21 22.08 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-03-09T09:33:57.978Z] #21 22.09 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-03-09T09:33:59.366Z] #21 23.30 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-03-09T09:34:00.312Z] #21 24.52 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-03-09T09:34:01.701Z] #21 25.76 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-09T09:34:03.092Z] #21 26.97 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-03-09T09:34:04.033Z] #21 28.21 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-09T09:34:04.033Z] #21 28.23 Setting up libapparmor1:armel (2.13.6-10) ... [2022-03-09T09:34:04.033Z] #21 28.25 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-03-09T09:34:04.124Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.8% of statements [2022-03-09T09:34:04.293Z] #21 28.26 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-03-09T09:34:04.293Z] #21 28.27 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-03-09T09:34:04.293Z] #21 28.29 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T09:34:04.293Z] #21 28.30 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-09T09:34:04.293Z] #21 28.32 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-09T09:34:04.293Z] #21 28.33 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-09T09:34:04.293Z] #21 28.35 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-09T09:34:04.293Z] #21 28.36 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-09T09:34:04.293Z] #21 28.38 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-03-09T09:34:04.293Z] #21 28.39 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-03-09T09:34:04.293Z] #21 28.41 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-09T09:34:04.293Z] #21 28.42 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-03-09T09:34:04.293Z] #21 28.43 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-09T09:34:04.293Z] #21 28.46 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-09T09:34:04.554Z] #21 28.48 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-09T09:34:04.554Z] #21 28.49 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-09T09:34:04.554Z] #21 28.50 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-09T09:34:04.554Z] #21 28.51 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:34:05.127Z] #21 DONE 29.2s [2022-03-09T09:34:05.127Z] [2022-03-09T09:34:05.127Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:34:05.127Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:34:05.127Z] #67 ... [2022-03-09T09:34:05.127Z] [2022-03-09T09:34:05.127Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-09T09:34:05.127Z] #62 sha256:de98890d64a79904b9a5735d51ea5742eb7247693703252cc04695a77a5960f5 [2022-03-09T09:34:05.127Z] #62 DONE 0.1s [2022-03-09T09:34:05.127Z] [2022-03-09T09:34:05.127Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-09T09:34:05.127Z] #22 sha256:049910e928085381c0242f32aad2fd6a9c72d163e636c7a2fccc1360c0dc0548 [2022-03-09T09:34:05.493Z] ok github.com/docker/docker/daemon/config 0.027s coverage: 81.0% of statements [2022-03-09T09:34:05.494Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-03-09T09:34:06.062Z] 4612f6d0b889: Pull complete [2022-03-09T09:34:06.421Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-03-09T09:34:06.512Z] #22 DONE 1.4s [2022-03-09T09:34:06.512Z] [2022-03-09T09:34:06.512Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:34:06.512Z] #63 sha256:6c234bfd76dbf21bd214c70a05acd2c882095752a113cf9e8e390d7132d90136 [2022-03-09T09:34:06.512Z] #63 1.097 + RM_GOPATH=0 [2022-03-09T09:34:06.512Z] #63 1.097 + TMP_GOPATH= [2022-03-09T09:34:06.512Z] #63 1.097 + : /build [2022-03-09T09:34:06.512Z] #63 1.097 + '[' -z '' ']' [2022-03-09T09:34:06.512Z] #63 1.097 ++ mktemp -d [2022-03-09T09:34:06.512Z] #63 1.098 + export GOPATH=/tmp/tmp.J6tlgGxtHQ [2022-03-09T09:34:06.512Z] #63 1.099 + GOPATH=/tmp/tmp.J6tlgGxtHQ [2022-03-09T09:34:06.512Z] #63 1.099 + RM_GOPATH=1 [2022-03-09T09:34:06.512Z] #63 1.099 + case "$(go env GOARCH)" in [2022-03-09T09:34:06.512Z] #63 1.099 ++ go env GOARCH [2022-03-09T09:34:06.512Z] #63 1.105 + export GO_BUILDMODE=-buildmode=pie [2022-03-09T09:34:06.512Z] #63 1.106 + GO_BUILDMODE=-buildmode=pie [2022-03-09T09:34:06.512Z] #63 1.106 ++ dirname /install.sh [2022-03-09T09:34:06.512Z] #63 1.108 + dir=/ [2022-03-09T09:34:06.512Z] #63 1.108 + bin=runc [2022-03-09T09:34:06.512Z] #63 1.108 + shift [2022-03-09T09:34:06.512Z] #63 1.108 + '[' '!' -f //runc.installer ']' [2022-03-09T09:34:06.512Z] #63 1.109 + . //runc.installer [2022-03-09T09:34:06.512Z] #63 1.109 ++ set -e [2022-03-09T09:34:06.512Z] #63 1.109 ++ : v1.1.0 [2022-03-09T09:34:06.512Z] #63 1.109 + install_runc [2022-03-09T09:34:06.512Z] #63 1.109 + RUNC_BUILDTAGS=seccomp [2022-03-09T09:34:06.512Z] #63 1.110 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-09T09:34:06.512Z] #63 1.110 Install runc version v1.1.0 (build tags: seccomp) [2022-03-09T09:34:06.512Z] #63 1.110 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.J6tlgGxtHQ/src/github.com/opencontainers/runc [2022-03-09T09:34:06.512Z] #63 1.119 Cloning into '/tmp/tmp.J6tlgGxtHQ/src/github.com/opencontainers/runc'... [2022-03-09T09:34:06.984Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.007s coverage: 4.2% of statements [2022-03-09T09:34:07.459Z] #63 ... [2022-03-09T09:34:07.459Z] [2022-03-09T09:34:07.459Z] #23 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-09T09:34:07.459Z] #23 sha256:08ef7aab0ae1c051ee5514bf7661a991d1f1c86a87327c5fa71e369ed4370d6a [2022-03-09T09:34:07.459Z] #23 DONE 1.0s [2022-03-09T09:34:07.722Z] [2022-03-09T09:34:07.722Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-09T09:34:07.722Z] #24 sha256:57c943574319571dc37b4c12cf80791bbd2382fc4b8f8d5e6a767a99787cda50 [2022-03-09T09:34:07.916Z] ok github.com/docker/docker/daemon 10.118s coverage: 17.2% of statements [2022-03-09T09:34:07.916Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-09T09:34:07.916Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-09T09:34:07.916Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-09T09:34:07.916Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-09T09:34:08.298Z] #24 0.744 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-09T09:34:08.298Z] #24 DONE 0.8s [2022-03-09T09:34:08.298Z] [2022-03-09T09:34:08.298Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-09T09:34:08.298Z] #25 sha256:c79e1e4a6eeaa399b796a413950280c15dcd45913219f685865b0df00db85412 [2022-03-09T09:34:08.481Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 3.0% of statements [2022-03-09T09:34:08.738Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.377s coverage: 56.2% of statements [2022-03-09T09:34:09.246Z] #25 DONE 0.9s [2022-03-09T09:34:09.246Z] [2022-03-09T09:34:09.246Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-09T09:34:09.246Z] #26 sha256:d326afb01be0f9fa2354eaf00d23e7439b881216a41668b7ebc2270a7f9867b1 [2022-03-09T09:34:10.108Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.8% of statements [2022-03-09T09:34:10.193Z] #26 DONE 0.8s [2022-03-09T09:34:10.193Z] [2022-03-09T09:34:10.193Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:34:10.193Z] #63 sha256:6c234bfd76dbf21bd214c70a05acd2c882095752a113cf9e8e390d7132d90136 [2022-03-09T09:34:10.193Z] #63 ... [2022-03-09T09:34:10.193Z] [2022-03-09T09:34:10.193Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-09T09:34:10.193Z] #27 sha256:31b8876c5768dd12c94844f6e4b385a2f5b2c66122305733c479327e231acf32 [2022-03-09T09:34:11.143Z] #27 DONE 1.0s [2022-03-09T09:34:11.143Z] [2022-03-09T09:34:11.143Z] #28 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:34:11.143Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-09T09:34:11.490Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.225s coverage: 50.5% of statements [2022-03-09T09:34:12.425Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.417s coverage: 45.9% of statements [2022-03-09T09:34:12.425Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-09T09:34:12.533Z] #28 1.268 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-09T09:34:12.533Z] #28 1.280 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-09T09:34:12.533Z] #28 1.452 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-09T09:34:12.533Z] #28 1.520 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-09T09:34:12.795Z] #28 1.753 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-09T09:34:13.369Z] #28 2.214 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-09T09:34:13.631Z] #28 2.640 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-09T09:34:13.794Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 58.8% of statements [2022-03-09T09:34:13.794Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.847s coverage: 58.0% of statements [2022-03-09T09:34:13.794Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-09T09:34:13.794Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-09T09:34:13.893Z] #28 3.008 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-09T09:34:14.156Z] #28 3.273 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-09T09:34:14.514Z] #28 3.482 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [122 kB] [2022-03-09T09:34:14.514Z] #28 3.483 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-09T09:34:14.514Z] #28 3.484 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [120 kB] [2022-03-09T09:34:14.514Z] #28 3.502 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-09T09:34:14.514Z] #28 3.502 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-09T09:34:14.514Z] #28 3.502 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-09T09:34:14.514Z] #28 3.503 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-09T09:34:14.514Z] #28 3.503 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-09T09:34:14.514Z] #28 3.503 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-09T09:34:14.514Z] #28 3.504 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-09T09:34:14.514Z] #28 3.504 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-09T09:34:14.514Z] #28 3.504 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-09T09:34:14.723Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 2.9% of statements [2022-03-09T09:34:14.912Z] === RUN TestMiddlewares [2022-03-09T09:34:14.912Z] --- PASS: TestMiddlewares (0.00s) [2022-03-09T09:34:14.912Z] PASS [2022-03-09T09:34:14.912Z] coverage: 9.0% of statements [2022-03-09T09:34:14.912Z] ok github.com/docker/docker/api/server 0.069s coverage: 9.0% of statements [2022-03-09T09:34:14.979Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-03-09T09:34:15.541Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 6.8% of statements [2022-03-09T09:34:15.541Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-09T09:34:15.541Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-09T09:34:16.421Z] #56 ... [2022-03-09T09:34:16.421Z] [2022-03-09T09:34:16.421Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:34:16.421Z] #60 sha256:f6b76da136f04c6ede32fe4ba83bce2ca5a890b81c89e7e116d2be0af57d5a3b [2022-03-09T09:34:16.421Z] #60 205.6 + bin/containerd [2022-03-09T09:34:16.469Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 43.0% of statements [2022-03-09T09:34:16.725Z] ok github.com/docker/docker/daemon/logger/awslogs 0.144s coverage: 79.9% of statements [2022-03-09T09:34:16.981Z] ok github.com/docker/docker/daemon/logger/fluentd 0.004s coverage: 33.6% of statements [2022-03-09T09:34:16.981Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-09T09:34:17.238Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 67.0% of statements [2022-03-09T09:34:17.800Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 23.9% of statements [2022-03-09T09:34:17.829Z] #28 ... [2022-03-09T09:34:17.829Z] [2022-03-09T09:34:17.829Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:34:17.829Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:34:17.829Z] #67 66.79 + bin/containerd [2022-03-09T09:34:18.056Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 69.9% of statements [2022-03-09T09:34:18.056Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2022-03-09T09:34:18.620Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 78.7% of statements [2022-03-09T09:34:18.620Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-09T09:34:18.877Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 59.1% of statements [2022-03-09T09:34:19.440Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.051s coverage: 31.5% of statements [2022-03-09T09:34:20.004Z] ok github.com/docker/docker/daemon/logger/syslog 0.012s coverage: 46.8% of statements [2022-03-09T09:34:20.261Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-09T09:34:20.826Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-09T09:34:21.135Z] #67 ... [2022-03-09T09:34:21.135Z] [2022-03-09T09:34:21.135Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:34:21.135Z] #63 sha256:6c234bfd76dbf21bd214c70a05acd2c882095752a113cf9e8e390d7132d90136 [2022-03-09T09:34:21.135Z] #63 5.286 + cd /tmp/tmp.J6tlgGxtHQ/src/github.com/opencontainers/runc [2022-03-09T09:34:21.135Z] #63 5.286 + git checkout -q v1.1.0 [2022-03-09T09:34:21.135Z] #63 5.492 + '[' -z '' ']' [2022-03-09T09:34:21.135Z] #63 5.492 + target=static [2022-03-09T09:34:21.135Z] #63 5.492 + make BUILDTAGS=seccomp static [2022-03-09T09:34:21.135Z] #63 5.904 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-09T09:34:21.390Z] ok github.com/docker/docker/daemon/logger/splunk 1.516s coverage: 82.5% of statements [2022-03-09T09:34:21.390Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-09T09:34:21.390Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-09T09:34:21.690Z] #60 ... [2022-03-09T09:34:21.690Z] [2022-03-09T09:34:21.690Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:34:21.690Z] #56 sha256:d38e704b91aa28a710ae1c528a095d3e53926649c4f178447eecc265da7358d7 [2022-03-09T09:34:21.690Z] #56 124.7 + mkdir -p /build [2022-03-09T09:34:21.690Z] #56 124.7 + cp runc /build/runc [2022-03-09T09:34:21.877Z] #56 ... [2022-03-09T09:34:21.877Z] [2022-03-09T09:34:21.877Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:34:21.877Z] #60 sha256:dccae5d37704723cbee7ae38861917112e817116b388b7a401045503a55be766 [2022-03-09T09:34:21.877Z] #60 211.3 + bin/containerd [2022-03-09T09:34:22.322Z] ok github.com/docker/docker/distribution/metadata 0.026s coverage: 48.2% of statements [2022-03-09T09:34:22.621Z] ok github.com/docker/docker/distribution 0.590s coverage: 28.4% of statements [2022-03-09T09:34:22.621Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-09T09:34:23.186Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-09T09:34:23.598Z] #56 DONE 127.2s [2022-03-09T09:34:23.598Z] [2022-03-09T09:34:23.598Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:34:23.598Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:34:23.751Z] ok github.com/docker/docker/image 0.028s coverage: 86.9% of statements [2022-03-09T09:34:23.778Z] #60 ... [2022-03-09T09:34:23.778Z] [2022-03-09T09:34:23.778Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:34:23.778Z] #56 sha256:7288c0c13d1184a93b6bf33a9418175126fcbf0efa882b8ff5079038d4fa9701 [2022-03-09T09:34:23.778Z] #56 126.8 + mkdir -p /build [2022-03-09T09:34:23.778Z] #56 126.8 + cp runc /build/runc [2022-03-09T09:34:24.315Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-09T09:34:24.537Z] #51 266.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-09T09:34:24.796Z] #51 DONE 266.8s [2022-03-09T09:34:24.796Z] [2022-03-09T09:34:24.796Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:34:24.796Z] #60 sha256:f6b76da136f04c6ede32fe4ba83bce2ca5a890b81c89e7e116d2be0af57d5a3b [2022-03-09T09:34:24.879Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-09T09:34:24.879Z] ok github.com/docker/docker/distribution/xfer 1.891s coverage: 84.9% of statements [2022-03-09T09:34:24.879Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-09T09:34:25.012Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T09:34:25.012Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T09:34:25.012Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:34:25.012Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T09:34:25.012Z] [2022-03-09T09:34:25.012Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T09:34:25.012Z] DOCKER_SYSTEMD=1 [2022-03-09T09:34:25.012Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T09:34:25.012Z] HOSTNAME=4f2a2e995fb4 [2022-03-09T09:34:25.012Z] DEST=bundles/test-integration [2022-03-09T09:34:25.012Z] PWD=/go/src/github.com/docker/docker [2022-03-09T09:34:25.012Z] DOCKER_GITCOMMIT=e2fb99266ac72cb19430d177546f1805b0eba5b8 [2022-03-09T09:34:25.012Z] container=docker [2022-03-09T09:34:25.012Z] HOME=/root [2022-03-09T09:34:25.012Z] LANG=C.UTF-8 [2022-03-09T09:34:25.012Z] INVOCATION_ID=8fd336c4c6624e22a327057358f57a01 [2022-03-09T09:34:25.012Z] GOLANG_VERSION=1.17.8 [2022-03-09T09:34:25.012Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T09:34:25.012Z] VALIDATE_BRANCH=master [2022-03-09T09:34:25.012Z] TERM=xterm [2022-03-09T09:34:25.012Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T09:34:25.012Z] SHLVL=3 [2022-03-09T09:34:25.012Z] TIMEOUT=120m [2022-03-09T09:34:25.012Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T09:34:25.012Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T09:34:25.012Z] GO111MODULE=off [2022-03-09T09:34:25.012Z] DOCKER_EXPERIMENTAL=1 [2022-03-09T09:34:25.012Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-09T09:34:25.012Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T09:34:25.012Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T09:34:25.012Z] GOPATH=/go [2022-03-09T09:34:25.012Z] PKG_CONFIG=pkg-config [2022-03-09T09:34:25.012Z] _=/usr/bin/env [2022-03-09T09:34:25.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-09T09:34:25.136Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2022-03-09T09:34:25.136Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-09T09:34:25.345Z] #63 ... [2022-03-09T09:34:25.345Z] [2022-03-09T09:34:25.345Z] #28 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-09T09:34:25.345Z] #28 sha256:2b001536469da2b48c0083ea1700be5ed8b8dce92b2b590b37c0e06ae85a0ae5 [2022-03-09T09:34:25.345Z] #28 13.83 Fetched 48.9 MB in 13s (3757 kB/s) [2022-03-09T09:34:25.393Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2022-03-09T09:34:25.678Z] #56 DONE 129.0s [2022-03-09T09:34:25.678Z] [2022-03-09T09:34:25.678Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-09T09:34:25.678Z] #51 sha256:a8d1fc69f546faa66db6c94d32e7d06f6126ed23d1e9e8d092ec156536df14fd [2022-03-09T09:34:26.175Z] #60 ... [2022-03-09T09:34:26.176Z] [2022-03-09T09:34:26.176Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-09T09:34:26.176Z] #52 sha256:3194b4fe185c9d3fd2aeffcd2e1cb6f32a047ad7fa8019bd15454e26aecff577 [2022-03-09T09:34:26.176Z] #52 DONE 0.2s [2022-03-09T09:34:26.176Z] [2022-03-09T09:34:26.176Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:34:26.176Z] #60 sha256:f6b76da136f04c6ede32fe4ba83bce2ca5a890b81c89e7e116d2be0af57d5a3b [2022-03-09T09:34:26.322Z] ok github.com/docker/docker/oci 0.008s coverage: 43.3% of statements [2022-03-09T09:34:26.433Z] #60 ... [2022-03-09T09:34:26.433Z] [2022-03-09T09:34:26.433Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-09T09:34:26.433Z] #54 sha256:18e3140be19c5b57b516479673c325e7dedd05652b95e77394f0af907144d6ce [2022-03-09T09:34:26.433Z] #54 DONE 0.1s [2022-03-09T09:34:26.433Z] [2022-03-09T09:34:26.433Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-09T09:34:26.433Z] #57 sha256:3759f45660539de0a9e02139a15673458a80327b1367c43097ebefc7095095ca [2022-03-09T09:34:26.691Z] #57 DONE 0.2s [2022-03-09T09:34:26.691Z] [2022-03-09T09:34:26.691Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:34:26.691Z] #60 sha256:f6b76da136f04c6ede32fe4ba83bce2ca5a890b81c89e7e116d2be0af57d5a3b [2022-03-09T09:34:26.885Z] ok github.com/docker/docker/opts 0.015s coverage: 67.4% of statements [2022-03-09T09:34:26.885Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-09T09:34:28.199Z] #51 268.8 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-09T09:34:28.251Z] ok github.com/docker/docker/pkg/archive 0.281s coverage: 82.4% of statements [2022-03-09T09:34:28.459Z] #51 DONE 268.9s [2022-03-09T09:34:28.459Z] [2022-03-09T09:34:28.459Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:34:28.459Z] #60 sha256:dccae5d37704723cbee7ae38861917112e817116b388b7a401045503a55be766 [2022-03-09T09:34:29.179Z] ok github.com/docker/docker/pkg/authorization 0.162s coverage: 68.3% of statements [2022-03-09T09:34:29.179Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-09T09:34:29.437Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-09T09:34:29.831Z] #60 ... [2022-03-09T09:34:29.831Z] [2022-03-09T09:34:29.831Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-09T09:34:29.831Z] #52 sha256:94955aa182200b5c8b569157d714eb2f86e3d3cbf32bc422b7cabe6b70d0e8f5 [2022-03-09T09:34:30.400Z] #52 DONE 0.6s [2022-03-09T09:34:30.400Z] [2022-03-09T09:34:30.400Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-09T09:34:30.400Z] #54 sha256:294bf5f996b8ba4c1ed1cd76f2da1ce3cd20c56ceb06d8d67bb89fa9f682395c [2022-03-09T09:34:30.400Z] #54 DONE 0.1s [2022-03-09T09:34:30.400Z] [2022-03-09T09:34:30.400Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:34:30.400Z] #60 sha256:dccae5d37704723cbee7ae38861917112e817116b388b7a401045503a55be766 [2022-03-09T09:34:30.659Z] #60 ... [2022-03-09T09:34:30.659Z] [2022-03-09T09:34:30.659Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-09T09:34:30.659Z] #57 sha256:671c6294a7b538d03e15ea1cdaf7af17c37d9f9dfb426218c7f8076e0e13d2b4 [2022-03-09T09:34:30.659Z] #57 DONE 0.3s [2022-03-09T09:34:30.659Z] [2022-03-09T09:34:30.659Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:34:30.659Z] #60 sha256:dccae5d37704723cbee7ae38861917112e817116b388b7a401045503a55be766 [2022-03-09T09:34:31.933Z] #28 13.83 Reading package lists... [2022-03-09T09:34:32.710Z] ok github.com/docker/docker/pkg/chrootarchive 2.518s coverage: 43.5% of statements [2022-03-09T09:34:32.710Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 6.7% of statements [2022-03-09T09:34:32.710Z] ok github.com/docker/docker/pkg/directory 0.017s coverage: 80.0% of statements [2022-03-09T09:34:32.968Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2022-03-09T09:34:33.897Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-09T09:34:34.155Z] ok github.com/docker/docker/layer 7.617s coverage: 69.0% of statements [2022-03-09T09:34:34.155Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-09T09:34:34.155Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-09T09:34:34.155Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-09T09:34:34.155Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-09T09:34:34.155Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-09T09:34:34.155Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-09T09:34:34.155Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-03-09T09:34:34.412Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-09T09:34:34.412Z] ok github.com/docker/docker/pkg/fsutils 0.174s coverage: 85.1% of statements [2022-03-09T09:34:35.342Z] ok github.com/docker/docker/pkg/idtools 0.388s coverage: 69.5% of statements [2022-03-09T09:34:35.342Z] ok github.com/docker/docker/pkg/ioutils 0.370s coverage: 71.5% of statements [2022-03-09T09:34:35.598Z] ok github.com/docker/docker/pkg/longpath 0.011s coverage: 100.0% of statements [2022-03-09T09:34:35.598Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-03-09T09:34:35.598Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-09T09:34:35.855Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2022-03-09T09:34:35.855Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-03-09T09:34:36.112Z] ok github.com/docker/docker/pkg/parsers/kernel 0.011s coverage: 60.0% of statements [2022-03-09T09:34:36.370Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2022-03-09T09:34:36.370Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2022-03-09T09:34:36.370Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-09T09:34:36.370Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-09T09:34:36.933Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-03-09T09:34:37.190Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-09T09:34:37.446Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-03-09T09:34:37.702Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2022-03-09T09:34:38.533Z] #28 20.18 Reading package lists... [2022-03-09T09:34:38.690Z] ok github.com/docker/docker/pkg/pubsub 1.042s coverage: 75.0% of statements [2022-03-09T09:34:38.946Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-03-09T09:34:39.106Z] #28 26.67 Building dependency tree... [2022-03-09T09:34:39.204Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-09T09:34:39.462Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-03-09T09:34:39.718Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-09T09:34:39.974Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-09T09:34:40.230Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 50.7% of statements [2022-03-09T09:34:40.490Z] #28 29.36 bzip2 is already the newest version (1.0.8-4). [2022-03-09T09:34:40.490Z] #28 29.36 patch is already the newest version (2.7.6-7). [2022-03-09T09:34:40.490Z] #28 29.36 xz-utils is already the newest version (5.2.5-2). [2022-03-09T09:34:40.490Z] #28 29.36 The following additional packages will be installed: [2022-03-09T09:34:40.490Z] #28 29.36 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-09T09:34:40.490Z] #28 29.37 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-03-09T09:34:40.490Z] #28 29.37 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-09T09:34:40.490Z] #28 29.38 python3-pkg-resources vim-runtime xxd [2022-03-09T09:34:40.490Z] #28 29.42 Suggested packages: [2022-03-09T09:34:40.490Z] #28 29.42 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-03-09T09:34:40.490Z] #28 29.42 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-03-09T09:34:40.490Z] #28 29.42 Recommended packages: [2022-03-09T09:34:40.490Z] #28 29.42 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-09T09:34:40.794Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-09T09:34:41.051Z] ok github.com/docker/docker/pkg/tailfile 0.040s coverage: 88.6% of statements [2022-03-09T09:34:41.616Z] ok github.com/docker/docker/pkg/tarsum 0.050s coverage: 89.3% of statements [2022-03-09T09:34:41.874Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-09T09:34:41.874Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-03-09T09:34:41.881Z] #28 30.94 The following NEW packages will be installed: [2022-03-09T09:34:41.881Z] #28 30.94 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-03-09T09:34:41.881Z] #28 30.94 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-09T09:34:41.881Z] #28 30.94 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-03-09T09:34:41.881Z] #28 30.95 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-03-09T09:34:41.881Z] #28 30.95 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-03-09T09:34:41.881Z] #28 30.96 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-03-09T09:34:41.881Z] #28 30.96 vim-common vim-runtime xfsprogs xxd zip zstd [2022-03-09T09:34:42.131Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-09T09:34:42.456Z] #28 31.38 0 upgraded, 44 newly installed, 0 to remove and 1 not upgraded. [2022-03-09T09:34:42.456Z] #28 31.38 Need to get 18.6 MB of archives. [2022-03-09T09:34:42.456Z] #28 31.38 After this operation, 71.4 MB of additional disk space will be used. [2022-03-09T09:34:42.456Z] #28 31.38 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-09T09:34:42.456Z] #28 31.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-09T09:34:42.456Z] #28 31.39 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-09T09:34:42.456Z] #28 31.39 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-09T09:34:42.456Z] #28 31.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-09T09:34:42.456Z] #28 31.39 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-09T09:34:42.456Z] #28 31.39 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-09T09:34:42.456Z] #28 31.40 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-09T09:34:42.456Z] #28 31.41 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-09T09:34:42.456Z] #28 31.42 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-09T09:34:42.456Z] #28 31.42 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-09T09:34:42.456Z] #28 31.43 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-09T09:34:42.456Z] #28 31.44 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-09T09:34:42.456Z] #28 31.45 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-09T09:34:42.456Z] #28 31.45 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-09T09:34:42.456Z] #28 31.45 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-09T09:34:42.456Z] #28 31.51 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-09T09:34:42.456Z] #28 31.53 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-09T09:34:42.719Z] #28 31.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-09T09:34:42.719Z] #28 31.54 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-09T09:34:42.719Z] #28 31.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-09T09:34:42.719Z] #28 31.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-09T09:34:42.719Z] #28 31.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-09T09:34:42.719Z] #28 31.55 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-09T09:34:42.719Z] #28 31.55 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-09T09:34:42.719Z] #28 31.55 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-09T09:34:42.719Z] #28 31.55 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-09T09:34:42.719Z] #28 31.55 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-09T09:34:42.719Z] #28 31.55 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-09T09:34:42.719Z] #28 31.56 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-09T09:34:42.719Z] #28 31.59 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-09T09:34:42.719Z] #28 31.60 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-09T09:34:42.719Z] #28 31.60 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-09T09:34:42.719Z] #28 31.60 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-09T09:34:42.719Z] #28 31.61 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-09T09:34:42.719Z] #28 31.61 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-09T09:34:42.719Z] #28 31.61 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-09T09:34:42.719Z] #28 31.64 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-09T09:34:42.719Z] #28 31.64 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-09T09:34:42.719Z] #28 31.65 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-09T09:34:42.719Z] #28 31.74 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-09T09:34:42.981Z] #28 31.76 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-09T09:34:42.981Z] #28 31.78 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-09T09:34:42.981Z] #28 31.78 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-09T09:34:43.501Z] ok github.com/docker/docker/plugin 0.514s coverage: 23.2% of statements [2022-03-09T09:34:43.556Z] #28 32.46 debconf: delaying package configuration, since apt-utils is not installed [2022-03-09T09:34:43.819Z] #28 32.75 Fetched 18.6 MB in 1s (26.0 MB/s) [2022-03-09T09:34:43.819Z] #28 32.80 Selecting previously unselected package pigz. [2022-03-09T09:34:44.065Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-03-09T09:34:44.082Z] #28 32.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-03-09T09:34:44.082Z] #28 32.85 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-09T09:34:44.082Z] #28 32.86 Unpacking pigz (2.6-1) ... [2022-03-09T09:34:44.082Z] #28 32.92 Selecting previously unselected package libelf1:amd64. [2022-03-09T09:34:44.082Z] #28 32.93 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-09T09:34:44.082Z] #28 32.94 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-09T09:34:44.082Z] #28 33.07 Selecting previously unselected package libbpf0:amd64. [2022-03-09T09:34:44.082Z] #28 33.07 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-09T09:34:44.082Z] #28 33.08 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-09T09:34:44.082Z] #28 33.15 Selecting previously unselected package libcap2:amd64. [2022-03-09T09:34:44.323Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-03-09T09:34:44.344Z] #28 33.16 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-09T09:34:44.344Z] #28 33.17 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-09T09:34:44.344Z] #28 33.22 Selecting previously unselected package libmnl0:amd64. [2022-03-09T09:34:44.344Z] #28 33.23 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-09T09:34:44.344Z] #28 33.24 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-09T09:34:44.344Z] #28 33.29 Selecting previously unselected package libxtables12:amd64. [2022-03-09T09:34:44.344Z] #28 33.31 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-09T09:34:44.344Z] #28 33.31 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-09T09:34:44.344Z] #28 33.36 Selecting previously unselected package libcap2-bin. [2022-03-09T09:34:44.344Z] #28 33.37 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-09T09:34:44.344Z] #28 33.37 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-09T09:34:44.344Z] #28 33.44 Selecting previously unselected package iproute2. [2022-03-09T09:34:44.605Z] #28 33.45 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-09T09:34:44.605Z] #28 33.46 Unpacking iproute2 (5.10.0-4) ... [2022-03-09T09:34:44.605Z] #28 33.74 Selecting previously unselected package xxd. [2022-03-09T09:34:44.867Z] #28 33.74 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:34:44.867Z] #28 33.75 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:34:44.867Z] #28 33.84 Selecting previously unselected package vim-common. [2022-03-09T09:34:44.867Z] #28 33.85 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:34:44.867Z] #28 33.86 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:34:44.867Z] #28 33.98 Selecting previously unselected package bash-completion. [2022-03-09T09:34:45.129Z] #28 33.99 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-09T09:34:45.698Z] ok github.com/docker/docker/quota 0.238s coverage: 71.4% of statements [2022-03-09T09:34:45.698Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-09T09:34:46.519Z] #28 35.20 Unpacking bash-completion (1:2.11-2) ... [2022-03-09T09:34:46.520Z] #28 35.46 Selecting previously unselected package apparmor. [2022-03-09T09:34:46.520Z] #28 35.47 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-03-09T09:34:46.520Z] #28 35.52 Unpacking apparmor (2.13.6-10) ... [2022-03-09T09:34:46.630Z] ok github.com/docker/docker/registry 0.082s coverage: 58.3% of statements [2022-03-09T09:34:46.782Z] #28 35.77 Selecting previously unselected package inetutils-ping. [2022-03-09T09:34:46.783Z] #28 35.78 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-09T09:34:46.783Z] #28 35.79 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-09T09:34:47.045Z] #28 35.89 Selecting previously unselected package libip4tc2:amd64. [2022-03-09T09:34:47.045Z] #28 35.90 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-09T09:34:47.045Z] #28 35.91 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T09:34:47.045Z] #28 35.98 Selecting previously unselected package libip6tc2:amd64. [2022-03-09T09:34:47.045Z] #28 35.98 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-09T09:34:47.045Z] #28 35.99 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T09:34:47.045Z] #28 36.05 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-09T09:34:47.045Z] #28 36.06 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-09T09:34:47.045Z] #28 36.08 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T09:34:47.197Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-09T09:34:47.197Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-09T09:34:47.325Z] #28 36.13 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-09T09:34:47.325Z] #28 36.13 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-09T09:34:47.325Z] #28 36.14 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T09:34:47.325Z] #28 36.20 Selecting previously unselected package libnftnl11:amd64. [2022-03-09T09:34:47.325Z] #28 36.21 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-09T09:34:47.325Z] #28 36.22 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T09:34:47.325Z] #28 36.27 Selecting previously unselected package iptables. [2022-03-09T09:34:47.325Z] #28 36.28 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-03-09T09:34:47.325Z] #28 36.29 Unpacking iptables (1.8.7-1) ... [2022-03-09T09:34:47.604Z] #28 36.52 Selecting previously unselected package libonig5:amd64. [2022-03-09T09:34:47.604Z] #28 36.53 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-09T09:34:47.604Z] #28 36.54 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:34:47.604Z] #28 36.64 Selecting previously unselected package libjq1:amd64. [2022-03-09T09:34:47.604Z] #28 36.65 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-03-09T09:34:47.604Z] #28 36.66 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:34:47.765Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-09T09:34:47.765Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-09T09:34:47.869Z] #28 36.74 Selecting previously unselected package jq. [2022-03-09T09:34:47.869Z] #28 36.76 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-03-09T09:34:47.869Z] #28 36.77 Unpacking jq (1.6-2.1) ... [2022-03-09T09:34:47.869Z] #28 36.86 Selecting previously unselected package libaio1:amd64. [2022-03-09T09:34:47.869Z] #28 36.86 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-03-09T09:34:47.869Z] #28 36.87 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-09T09:34:47.869Z] #28 36.92 Selecting previously unselected package libgpm2:amd64. [2022-03-09T09:34:47.869Z] #28 36.93 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-03-09T09:34:47.869Z] #28 36.93 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-09T09:34:48.136Z] #28 36.99 Selecting previously unselected package libinih1:amd64. [2022-03-09T09:34:48.136Z] #28 37.00 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-03-09T09:34:48.136Z] #28 37.00 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-09T09:34:48.136Z] #28 37.10 Selecting previously unselected package libnet1:amd64. [2022-03-09T09:34:48.136Z] #28 37.10 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-09T09:34:48.136Z] #28 37.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:34:48.136Z] #28 37.17 Selecting previously unselected package libnl-3-200:amd64. [2022-03-09T09:34:48.136Z] #28 37.18 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-09T09:34:48.136Z] #28 37.19 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:34:48.397Z] #28 37.26 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-09T09:34:48.397Z] #28 37.27 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-09T09:34:48.397Z] #28 37.27 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:34:48.397Z] #28 37.35 Selecting previously unselected package net-tools. [2022-03-09T09:34:48.397Z] #28 37.36 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-09T09:34:48.397Z] #28 37.37 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T09:34:48.658Z] #28 37.47 Selecting previously unselected package python-pip-whl. [2022-03-09T09:34:48.658Z] #28 37.48 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-03-09T09:34:48.658Z] #28 37.48 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-09T09:34:48.918Z] #28 37.83 Selecting previously unselected package python3-lib2to3. [2022-03-09T09:34:48.918Z] #28 37.84 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-09T09:34:48.918Z] #28 37.84 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-09T09:34:48.918Z] #28 38.02 Selecting previously unselected package python3-distutils. [2022-03-09T09:34:49.178Z] #28 38.03 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-03-09T09:34:49.178Z] #28 38.06 Unpacking python3-distutils (3.9.2-1) ... [2022-03-09T09:34:49.178Z] #28 38.17 Selecting previously unselected package python3-pkg-resources. [2022-03-09T09:34:49.178Z] #28 38.17 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-09T09:34:49.178Z] #28 38.18 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:34:49.178Z] #28 38.30 Selecting previously unselected package python3-setuptools. [2022-03-09T09:34:49.439Z] #28 38.30 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-03-09T09:34:49.439Z] #28 38.31 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-09T09:34:49.439Z] #28 38.48 Selecting previously unselected package python3-wheel. [2022-03-09T09:34:49.439Z] #28 38.49 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-03-09T09:34:49.439Z] #28 38.49 Unpacking python3-wheel (0.34.2-1) ... [2022-03-09T09:34:49.439Z] #28 38.54 Selecting previously unselected package python3-pip. [2022-03-09T09:34:49.700Z] #28 38.55 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-03-09T09:34:49.700Z] #28 38.56 Unpacking python3-pip (20.3.4-4) ... [2022-03-09T09:34:49.700Z] #28 38.72 Selecting previously unselected package sudo. [2022-03-09T09:34:49.700Z] #28 38.73 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-03-09T09:34:49.700Z] #28 38.73 Unpacking sudo (1.9.5p2-3) ... [2022-03-09T09:34:50.273Z] #28 39.03 Selecting previously unselected package thin-provisioning-tools. [2022-03-09T09:34:50.273Z] #28 39.03 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-09T09:34:50.273Z] #28 39.04 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-09T09:34:50.273Z] #28 39.21 Selecting previously unselected package uidmap. [2022-03-09T09:34:50.273Z] #28 39.22 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-09T09:34:50.273Z] #28 39.22 Unpacking uidmap (1:4.8.1-1) ... [2022-03-09T09:34:50.284Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-09T09:34:50.535Z] #28 39.32 Selecting previously unselected package vim-runtime. [2022-03-09T09:34:50.535Z] #28 39.33 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-09T09:34:50.535Z] #28 39.36 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-09T09:34:50.535Z] #28 39.39 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-09T09:34:50.535Z] #28 39.40 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:34:50.846Z] ok github.com/docker/docker/volume/local 0.074s coverage: 76.4% of statements [2022-03-09T09:34:51.409Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.7% of statements [2022-03-09T09:34:52.450Z] #28 41.03 Selecting previously unselected package vim. [2022-03-09T09:34:52.450Z] #28 41.04 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-09T09:34:52.450Z] #28 41.05 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:34:52.450Z] #28 41.39 Selecting previously unselected package xfsprogs. [2022-03-09T09:34:52.451Z] #28 41.39 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-09T09:34:52.451Z] #28 41.41 Unpacking xfsprogs (5.10.0-4) ... [2022-03-09T09:34:52.712Z] #28 41.64 Selecting previously unselected package zip. [2022-03-09T09:34:52.712Z] #28 41.65 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-03-09T09:34:52.712Z] #28 41.65 Unpacking zip (3.0-12) ... [2022-03-09T09:34:52.712Z] #28 41.74 Selecting previously unselected package zstd. [2022-03-09T09:34:52.712Z] #28 41.75 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-09T09:34:52.777Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-03-09T09:34:52.974Z] #28 41.75 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-09T09:34:52.974Z] #28 41.96 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-09T09:34:53.237Z] #60 244.4 # github.com/containerd/containerd/cmd/containerd [2022-03-09T09:34:53.237Z] #60 244.4 /usr/bin/ld: /tmp/go-link-1306708476/000019.o: in function `New': [2022-03-09T09:34:53.237Z] #60 244.4 /tmp/tmp.t9wyQ4Lxdy/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-09T09:34:53.237Z] #60 244.4 + bin/containerd-stress [2022-03-09T09:34:53.548Z] #28 42.42 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-09T09:34:53.548Z] #28 42.43 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-09T09:34:53.548Z] #28 42.44 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-09T09:34:53.548Z] #28 42.45 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-09T09:34:53.548Z] #28 42.47 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-09T09:34:53.548Z] #28 42.48 Setting up uidmap (1:4.8.1-1) ... [2022-03-09T09:34:53.548Z] #28 42.50 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-09T09:34:53.548Z] #28 42.51 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-09T09:34:53.548Z] #28 42.53 Setting up python3-wheel (0.34.2-1) ... [2022-03-09T09:34:54.071Z] #28 42.90 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:34:54.071Z] #28 42.91 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-09T09:34:54.071Z] #28 42.92 Setting up libcap2-bin (1:2.44-1) ... [2022-03-09T09:34:54.071Z] #28 42.94 Setting up apparmor (2.13.6-10) ... [2022-03-09T09:34:54.174Z] #60 245.5 + bin/containerd-shim [2022-03-09T09:34:55.461Z] #28 44.19 Setting up zip (3.0-12) ... [2022-03-09T09:34:55.461Z] #28 44.21 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:34:55.461Z] #28 44.24 Setting up bash-completion (1:2.11-2) ... [2022-03-09T09:34:56.407Z] #28 45.49 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-09T09:34:56.669Z] #28 45.51 Setting up sudo (1.9.5p2-3) ... [2022-03-09T09:34:56.669Z] #28 45.57 invoke-rc.d: could not determine current runlevel [2022-03-09T09:34:56.669Z] #28 45.58 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-09T09:34:56.669Z] #28 45.59 Setting up xfsprogs (5.10.0-4) ... [2022-03-09T09:34:56.669Z] #28 45.60 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-09T09:34:56.669Z] #28 45.62 Setting up inetutils-ping (2:2.0-1) ... [2022-03-09T09:34:56.669Z] #28 45.63 Setting up pigz (2.6-1) ... [2022-03-09T09:34:56.669Z] #28 45.64 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-09T09:34:56.669Z] #28 45.66 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-09T09:34:56.669Z] #28 45.68 Setting up python-pip-whl (20.3.4-4) ... [2022-03-09T09:34:56.669Z] #28 45.69 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:34:57.241Z] #28 46.16 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-09T09:34:57.241Z] #28 46.19 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-09T09:34:57.278Z] #60 250.9 # github.com/containerd/containerd/cmd/containerd [2022-03-09T09:34:57.278Z] #60 250.9 /usr/bin/ld: /tmp/go-link-4234926677/000019.o: in function `New': [2022-03-09T09:34:57.278Z] #60 250.9 /tmp/tmp.QMBDaaK9bL/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-09T09:34:57.278Z] #60 251.0 + bin/containerd-stress [2022-03-09T09:34:57.502Z] #28 46.44 Setting up libelf1:amd64 (0.183-1) ... [2022-03-09T09:34:57.502Z] #28 46.46 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-09T09:34:57.502Z] #28 46.47 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-09T09:34:57.502Z] #28 46.48 Setting up python3-distutils (3.9.2-1) ... [2022-03-09T09:34:57.763Z] #28 46.78 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-09T09:34:57.763Z] #28 46.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-09T09:34:57.763Z] #28 46.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-09T09:34:57.763Z] #28 46.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-09T09:34:57.763Z] #28 46.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-09T09:34:57.763Z] #28 46.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-09T09:34:57.763Z] #28 46.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-09T09:34:57.763Z] #28 46.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-09T09:34:57.763Z] #28 46.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-09T09:34:57.840Z] #60 252.1 + bin/containerd-shim [2022-03-09T09:34:58.026Z] #28 46.87 Setting up python3-setuptools (52.0.0-4) ... [2022-03-09T09:34:58.610Z] #28 47.69 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-09T09:34:58.610Z] #28 47.71 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-09T09:34:58.873Z] #28 47.72 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-09T09:34:58.873Z] #28 47.74 Setting up python3-pip (20.3.4-4) ... [2022-03-09T09:34:59.451Z] #28 48.43 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-09T09:34:59.451Z] #28 48.45 Setting up jq (1.6-2.1) ... [2022-03-09T09:34:59.451Z] #28 48.46 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-09T09:34:59.451Z] #28 48.47 Setting up iptables (1.8.7-1) ... [2022-03-09T09:34:59.451Z] #28 48.48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T09:34:59.451Z] #28 48.49 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T09:34:59.451Z] #28 48.50 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-09T09:34:59.451Z] #28 48.50 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-09T09:34:59.451Z] #28 48.51 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-09T09:34:59.451Z] #28 48.51 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-09T09:34:59.451Z] #28 48.52 Setting up iproute2 (5.10.0-4) ... [2022-03-09T09:35:00.024Z] #28 48.78 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-09T09:35:00.596Z] #28 DONE 49.5s [2022-03-09T09:35:00.596Z] [2022-03-09T09:35:00.596Z] #29 [dev-systemd-false 8/24] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-03-09T09:35:00.596Z] #29 sha256:794e2ac80c419903b645c774457fa107aa2162387b6113b98c83e52653cf009e [2022-03-09T09:35:01.538Z] #29 0.870 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-09T09:35:01.538Z] #29 0.874 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-09T09:35:01.538Z] #29 0.878 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-09T09:35:01.538Z] #29 DONE 1.0s [2022-03-09T09:35:01.538Z] [2022-03-09T09:35:01.538Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-09T09:35:01.538Z] #30 sha256:43f2de394cf5ff2009356a6f1eb2c6da94e2e71bace4303f63c2f369b35b4b1c [2022-03-09T09:35:02.292Z] #60 252.8 + bin/containerd-shim-runc-v1 [2022-03-09T09:35:03.799Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-09T09:35:03.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-09T09:35:05.791Z] === RUN TestBoolValue [2022-03-09T09:35:05.791Z] --- PASS: TestBoolValue (0.00s) [2022-03-09T09:35:05.791Z] === RUN TestBoolValueOrDefault [2022-03-09T09:35:05.791Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-09T09:35:05.791Z] === RUN TestInt64ValueOrZero [2022-03-09T09:35:05.791Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-09T09:35:05.791Z] === RUN TestInt64ValueOrDefault [2022-03-09T09:35:05.791Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-09T09:35:05.791Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-09T09:35:05.791Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-09T09:35:05.791Z] === RUN TestJsonContentType [2022-03-09T09:35:05.791Z] --- PASS: TestJsonContentType (0.00s) [2022-03-09T09:35:05.791Z] PASS [2022-03-09T09:35:05.791Z] coverage: 14.7% of statements [2022-03-09T09:35:05.791Z] ok github.com/docker/docker/api/server/httputils 0.057s coverage: 14.7% of statements [2022-03-09T09:35:05.791Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-09T09:35:05.978Z] #60 259.4 + bin/containerd-shim-runc-v1 [2022-03-09T09:35:06.491Z] #60 257.8 + bin/containerd-shim-runc-v2 [2022-03-09T09:35:06.779Z] === RUN TestMaskSecretKeys [2022-03-09T09:35:06.779Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-09T09:35:06.779Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-09T09:35:06.779Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-09T09:35:06.779Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-09T09:35:06.779Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-09T09:35:06.779Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-09T09:35:06.779Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-09T09:35:06.779Z] === RUN TestVersionMiddlewareVersion [2022-03-09T09:35:06.779Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-09T09:35:06.779Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-09T09:35:06.779Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-09T09:35:06.779Z] PASS [2022-03-09T09:35:06.779Z] coverage: 37.7% of statements [2022-03-09T09:35:07.061Z] #60 258.4 + binaries [2022-03-09T09:35:07.061Z] #60 258.4 + install -D bin/containerd /build/containerd [2022-03-09T09:35:07.061Z] #60 258.5 + install -D bin/containerd-shim /build/containerd-shim [2022-03-09T09:35:07.061Z] #60 258.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-09T09:35:07.061Z] #60 258.5 + install -D bin/ctr /build/ctr [2022-03-09T09:35:07.247Z] ok github.com/docker/docker/api/server/middleware 0.062s coverage: 37.7% of statements [2022-03-09T09:35:07.247Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-09T09:35:07.247Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-09T09:35:07.247Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-09T09:35:07.247Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-09T09:35:07.247Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-09T09:35:07.247Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-09T09:35:07.248Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-09T09:35:07.248Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-09T09:35:07.248Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-09T09:35:07.248Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-09T09:35:07.248Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-09T09:35:07.716Z] === RUN TestAdjustForAPIVersion [2022-03-09T09:35:07.716Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-09T09:35:07.716Z] PASS [2022-03-09T09:35:07.716Z] coverage: 5.7% of statements [2022-03-09T09:35:07.716Z] ok github.com/docker/docker/api/server/router/swarm 0.047s coverage: 5.7% of statements [2022-03-09T09:35:07.716Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-09T09:35:07.716Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-09T09:35:07.716Z] ? github.com/docker/docker/api/types [no test files] [2022-03-09T09:35:07.716Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-09T09:35:07.716Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-09T09:35:07.716Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-09T09:35:07.716Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-09T09:35:07.716Z] === RUN TestStrSliceMarshalJSON [2022-03-09T09:35:07.716Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-09T09:35:07.716Z] === RUN TestStrSliceUnmarshalJSON [2022-03-09T09:35:07.716Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-09T09:35:07.716Z] === RUN TestStrSliceUnmarshalString [2022-03-09T09:35:07.716Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-09T09:35:07.716Z] === RUN TestStrSliceUnmarshalSlice [2022-03-09T09:35:07.716Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-09T09:35:07.716Z] PASS [2022-03-09T09:35:07.716Z] coverage: 90.0% of statements [2022-03-09T09:35:07.716Z] ok github.com/docker/docker/api/types/strslice 0.046s coverage: 90.0% of statements [2022-03-09T09:35:08.188Z] === RUN TestToJSON [2022-03-09T09:35:08.188Z] --- PASS: TestToJSON (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestToParamWithVersion [2022-03-09T09:35:08.188Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestFromJSON [2022-03-09T09:35:08.188Z] --- PASS: TestFromJSON (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestEmpty [2022-03-09T09:35:08.188Z] --- PASS: TestEmpty (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestArgsMatchKVListEmptySources [2022-03-09T09:35:08.188Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestArgsMatchKVList [2022-03-09T09:35:08.188Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestArgsMatch [2022-03-09T09:35:08.188Z] --- PASS: TestArgsMatch (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestAdd [2022-03-09T09:35:08.188Z] --- PASS: TestAdd (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestDel [2022-03-09T09:35:08.188Z] --- PASS: TestDel (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestLen [2022-03-09T09:35:08.188Z] --- PASS: TestLen (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestExactMatch [2022-03-09T09:35:08.188Z] --- PASS: TestExactMatch (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestOnlyOneExactMatch [2022-03-09T09:35:08.188Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestContains [2022-03-09T09:35:08.188Z] --- PASS: TestContains (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestValidate [2022-03-09T09:35:08.188Z] --- PASS: TestValidate (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestWalkValues [2022-03-09T09:35:08.188Z] --- PASS: TestWalkValues (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestFuzzyMatch [2022-03-09T09:35:08.188Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-09T09:35:08.188Z] === RUN TestClone [2022-03-09T09:35:08.189Z] --- PASS: TestClone (0.00s) [2022-03-09T09:35:08.189Z] PASS [2022-03-09T09:35:08.189Z] coverage: 92.2% of statements [2022-03-09T09:35:08.189Z] ok github.com/docker/docker/api/types/filters 0.051s coverage: 92.2% of statements [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-09T09:35:08.189Z] === RUN TestDurationToSecondsString [2022-03-09T09:35:08.189Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-09T09:35:08.189Z] === RUN TestGetTimestamp [2022-03-09T09:35:08.189Z] --- PASS: TestGetTimestamp (0.19s) [2022-03-09T09:35:08.189Z] === RUN TestParseTimestamps [2022-03-09T09:35:08.189Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-09T09:35:08.189Z] PASS [2022-03-09T09:35:08.189Z] coverage: 100.0% of statements [2022-03-09T09:35:08.189Z] ok github.com/docker/docker/api/types/time 0.243s coverage: 100.0% of statements [2022-03-09T09:35:08.189Z] === RUN TestCompareVersion [2022-03-09T09:35:08.189Z] --- PASS: TestCompareVersion (0.00s) [2022-03-09T09:35:08.189Z] PASS [2022-03-09T09:35:08.189Z] coverage: 77.3% of statements [2022-03-09T09:35:08.189Z] ok github.com/docker/docker/api/types/versions 0.058s coverage: 77.3% of statements [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/builder [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-09T09:35:08.189Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-09T09:35:09.594Z] #60 DONE 260.8s [2022-03-09T09:35:09.678Z] #30 7.375 Collecting yamllint==1.26.1 [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-09T09:35:09.754Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-09T09:35:09.754Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-09T09:35:09.754Z] === RUN TestCloneArgsSmartHttp [2022-03-09T09:35:09.754Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-09T09:35:09.754Z] === RUN TestCloneArgsDumbHttp [2022-03-09T09:35:09.754Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-09T09:35:09.754Z] === RUN TestCloneArgsGit [2022-03-09T09:35:09.754Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-09T09:35:09.754Z] === RUN TestCheckoutGit [2022-03-09T09:35:09.942Z] #30 8.416 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-09T09:35:10.154Z] #60 264.5 + bin/containerd-shim-runc-v2 [2022-03-09T09:35:12.853Z] ok github.com/docker/docker/pkg/plugins 33.644s coverage: 76.3% of statements [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/rootless [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/volume [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-09T09:35:12.853Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === Skipped [2022-03-09T09:35:12.853Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-09T09:35:12.853Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-09T09:35:12.853Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-09T09:35:12.853Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-09T09:35:12.853Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-09T09:35:12.853Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.853Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-09T09:35:12.853Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.853Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-09T09:35:12.853Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.853Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-09T09:35:12.853Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.853Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-09T09:35:12.853Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.853Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-09T09:35:12.853Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.853Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-09T09:35:12.853Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.853Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-09T09:35:12.853Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.853Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.853Z] [2022-03-09T09:35:12.853Z] #60 265.1 + binaries [2022-03-09T09:35:12.853Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-09T09:35:12.853Z] #60 265.1 + install -D bin/containerd /build/containerd [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] #60 265.1 + install -D bin/containerd-shim /build/containerd-shim [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] #60 265.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] #60 265.2 + install -D bin/ctr /build/ctr [2022-03-09T09:35:12.854Z] #60 DONE 267.2s [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-09T09:35:12.854Z] #61 sha256:0d75d695315b3ebb55a89324bc53b57248d9e660f89608b6cc2c474fa7cac669 [2022-03-09T09:35:12.854Z] #61 DONE 0.8s [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-09T09:35:12.854Z] #66 sha256:d3f85278758f83ebffec71c92b78427d221dae43e8a65189a8498beba052a07d [2022-03-09T09:35:12.854Z] #66 DONE 0.2s [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-09T09:35:12.854Z] #71 sha256:0876deacb3c029f0f50de96be11b2d48a73f11785b668a7c614c7a4c9e494af3 [2022-03-09T09:35:12.854Z] #71 DONE 1.0s [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-09T09:35:12.854Z] #72 sha256:5126db4ab034b903660e28a3bee84bde66983f89b810d61525a55d9f630221a8 [2022-03-09T09:35:12.854Z] #72 DONE 0.0s [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-09T09:35:12.854Z] #73 sha256:ea0ec5732323ed76771e453dfc01807f6f04fa1e92a5cdd2c65d6a812d6b1698 [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-09T09:35:12.854Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.854Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.854Z] [2022-03-09T09:35:12.854Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-09T09:35:12.855Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-09T09:35:12.855Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.855Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-09T09:35:12.855Z] time="2022-03-09T09:34:06Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-09T09:35:12.855Z] aufs_test.go:37: driver not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:71: No driver to put! [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-09T09:35:12.855Z] time="2022-03-09T09:34:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-09T09:35:12.855Z] time="2022-03-09T09:34:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-09T09:35:12.855Z] time="2022-03-09T09:34:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-09T09:35:12.855Z] time="2022-03-09T09:34:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-09T09:35:12.855Z] time="2022-03-09T09:34:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:71: No driver to put! [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-09T09:35:12.855Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-09T09:35:12.855Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-09T09:35:12.855Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:35:12.855Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-09T09:35:12.855Z] graphtest_unix.go:71: No driver to put! [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-09T09:35:12.855Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-09T09:35:12.855Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-09T09:35:12.855Z] [2022-03-09T09:35:12.855Z] DONE 2323 tests, 53 skipped in 192.545s [2022-03-09T09:35:12.855Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:35:12.855Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-09T09:35:12.855Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-03-09T09:35:12.855Z] #30 9.077 Collecting pathspec>=0.5.3 [2022-03-09T09:35:12.855Z] #30 9.082 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-09T09:35:12.855Z] #30 9.299 Collecting pyyaml [2022-03-09T09:35:12.855Z] #30 9.326 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-09T09:35:12.855Z] #30 9.363 Building wheels for collected packages: yamllint [2022-03-09T09:35:12.855Z] #30 9.364 Building wheel for yamllint (setup.py): started [2022-03-09T09:35:12.855Z] #30 9.840 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-09T09:35:12.856Z] #30 9.841 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=eef0343acdf8117c5a2c8337ee4310698d93ed35110da99a8a45da51fb94a3f0 [2022-03-09T09:35:12.856Z] #30 9.844 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-09T09:35:12.856Z] #30 9.847 Successfully built yamllint [2022-03-09T09:35:12.856Z] #30 9.865 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-09T09:35:12.856Z] #30 10.07 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-09T09:35:12.856Z] #30 DONE 10.3s [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:35:12.856Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:35:12.856Z] #67 ... [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-09T09:35:12.856Z] #34 sha256:17a7a4187dc9cde3d3cfdcbd13d6431cee2ad081294cbfcc7eaac9835c2becfb [2022-03-09T09:35:12.856Z] #34 DONE 0.3s [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:35:12.856Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:35:12.856Z] #67 ... [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-09T09:35:12.856Z] #39 sha256:b9db52b1394b428cfea68009ddae3ee7680bc03c1626528b678b9c51be618051 [2022-03-09T09:35:12.856Z] #39 DONE 0.3s [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-09T09:35:12.856Z] #42 sha256:9439f3cb26ae56518aff7905e80daf91f0f7fd80da3feb5333f3fe51c8f83f85 [2022-03-09T09:35:12.856Z] #42 DONE 0.1s [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:35:12.856Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:35:12.856Z] #67 ... [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-09T09:35:12.856Z] #44 sha256:fdd01827266bb779735921b545f94389b9c08e246bda7e0ee80835dda0ee7af2 [2022-03-09T09:35:12.856Z] #44 DONE 0.1s [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-09T09:35:12.856Z] #48 sha256:596b0e9dfcc03198535030985452617f20a86bba4754bfb9df3178cd8c356d5b [2022-03-09T09:35:12.856Z] #48 DONE 0.1s [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-09T09:35:12.856Z] #51 sha256:f8d173a4ccb169c7cb432614e4ce2b2f2f879c90bc0ff09a711df1bd792445c3 [2022-03-09T09:35:12.856Z] #51 DONE 0.2s [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-09T09:35:12.856Z] #55 sha256:99fa89e19c1b8eb45175a232b8ca9d2f7e9368fc60799d8e4abf622acca5a401 [2022-03-09T09:35:12.856Z] #55 DONE 0.1s [2022-03-09T09:35:12.856Z] [2022-03-09T09:35:12.856Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:35:12.856Z] #63 sha256:6c234bfd76dbf21bd214c70a05acd2c882095752a113cf9e8e390d7132d90136 [2022-03-09T09:35:12.994Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-09T09:35:12.994Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-09T09:35:12.994Z] === RUN TestProcessNoDockerignore [2022-03-09T09:35:12.994Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-09T09:35:12.994Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-09T09:35:12.994Z] === RUN TestDetectContentType [2022-03-09T09:35:12.994Z] --- PASS: TestDetectContentType (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestSelectAcceptableMIME [2022-03-09T09:35:12.994Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestInspectEmptyResponse [2022-03-09T09:35:12.994Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestInspectResponseBinary [2022-03-09T09:35:12.994Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestResponseUnsupportedContentType [2022-03-09T09:35:12.994Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestInspectResponseTextSimple [2022-03-09T09:35:12.994Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestInspectResponseEmptyContentType [2022-03-09T09:35:12.994Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestUnknownContentLength [2022-03-09T09:35:12.994Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestDownloadRemote [2022-03-09T09:35:12.994Z] === RUN TestEnable [2022-03-09T09:35:12.994Z] --- PASS: TestEnable (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestDisable [2022-03-09T09:35:12.994Z] --- PASS: TestDisable (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestEnabled [2022-03-09T09:35:12.994Z] --- PASS: TestEnabled (0.00s) [2022-03-09T09:35:12.994Z] PASS [2022-03-09T09:35:12.994Z] coverage: 100.0% of statements [2022-03-09T09:35:12.994Z] ok github.com/docker/docker/cli/debug 0.039s coverage: 100.0% of statements [2022-03-09T09:35:12.994Z] --- PASS: TestDownloadRemote (0.12s) [2022-03-09T09:35:12.994Z] === RUN TestGetWithStatusError [2022-03-09T09:35:12.994Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestCloseRootDirectory [2022-03-09T09:35:12.994Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:35:12.994Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestHashFile [2022-03-09T09:35:12.994Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:35:12.994Z] --- SKIP: TestHashFile (0.01s) [2022-03-09T09:35:12.994Z] === RUN TestHashSubdir [2022-03-09T09:35:12.994Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:35:12.994Z] --- SKIP: TestHashSubdir (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestRemoveDirectory [2022-03-09T09:35:12.994Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:35:12.994Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-09T09:35:12.994Z] PASS [2022-03-09T09:35:12.994Z] coverage: 9.3% of statements [2022-03-09T09:35:12.994Z] ok github.com/docker/docker/builder/remotecontext 0.246s coverage: 9.3% of statements [2022-03-09T09:35:12.994Z] === RUN TestGetAllAllowed [2022-03-09T09:35:12.994Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestGetAllMeta [2022-03-09T09:35:12.994Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-09T09:35:12.994Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestIsUnreferencedBuiltin [2022-03-09T09:35:12.994Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestIsExistingDirectory [2022-03-09T09:35:12.994Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestGetFilenameForDownload [2022-03-09T09:35:12.994Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestEnv2Variables [2022-03-09T09:35:12.994Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-09T09:35:12.994Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestMaintainer [2022-03-09T09:35:12.994Z] --- PASS: TestMaintainer (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestLabel [2022-03-09T09:35:12.994Z] --- PASS: TestLabel (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestFromScratch [2022-03-09T09:35:12.994Z] --- PASS: TestFromScratch (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestFromWithArg [2022-03-09T09:35:12.994Z] --- PASS: TestFromWithArg (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-09T09:35:12.994Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestFromWithUndefinedArg [2022-03-09T09:35:12.994Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestFromMultiStageWithNamedStage [2022-03-09T09:35:12.994Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestOnbuild [2022-03-09T09:35:12.994Z] --- PASS: TestOnbuild (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestWorkdir [2022-03-09T09:35:12.994Z] --- PASS: TestWorkdir (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestCmd [2022-03-09T09:35:12.994Z] --- PASS: TestCmd (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestHealthcheckNone [2022-03-09T09:35:12.994Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestHealthcheckCmd [2022-03-09T09:35:12.994Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestEntrypoint [2022-03-09T09:35:12.994Z] --- PASS: TestEntrypoint (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestExpose [2022-03-09T09:35:12.994Z] --- PASS: TestExpose (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestUser [2022-03-09T09:35:12.994Z] --- PASS: TestUser (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestVolume [2022-03-09T09:35:12.994Z] --- PASS: TestVolume (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestStopSignal [2022-03-09T09:35:12.994Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T09:35:12.994Z] --- SKIP: TestStopSignal (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestArg [2022-03-09T09:35:12.994Z] --- PASS: TestArg (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestShell [2022-03-09T09:35:12.994Z] --- PASS: TestShell (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestPrependEnvOnCmd [2022-03-09T09:35:12.994Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestRunWithBuildArgs [2022-03-09T09:35:12.994Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestRunIgnoresHealthcheck [2022-03-09T09:35:12.994Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestDispatchUnsupportedOptions [2022-03-09T09:35:12.994Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-09T09:35:12.994Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-09T09:35:12.994Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-09T09:35:12.994Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-09T09:35:12.994Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-09T09:35:12.994Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-09T09:35:12.994Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestNormalizeWorkdir [2022-03-09T09:35:12.994Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestDispatch [2022-03-09T09:35:12.994Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-09T09:35:12.994Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-09T09:35:12.994Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-09T09:35:12.994Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-09T09:35:12.994Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-09T09:35:12.994Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-09T09:35:12.994Z] === RUN TestDispatch/COPY_url [2022-03-09T09:35:12.994Z] --- PASS: TestDispatch (0.07s) [2022-03-09T09:35:12.994Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-09T09:35:12.994Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-09T09:35:12.994Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-09T09:35:12.994Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T09:35:12.994Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T09:35:12.994Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-09T09:35:12.994Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestAddScratchImageAddsToMounts [2022-03-09T09:35:12.994Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-09T09:35:12.994Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-09T09:35:12.994Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-09T09:35:12.994Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestImageSourceGetAddsToMounts [2022-03-09T09:35:12.994Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestEmptyDockerfile [2022-03-09T09:35:12.994Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-09T09:35:12.994Z] === RUN TestSymlinkDockerfile [2022-03-09T09:35:12.994Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-09T09:35:12.994Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-09T09:35:12.994Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestNonExistingDockerfile [2022-03-09T09:35:12.994Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestCopyRunConfig [2022-03-09T09:35:12.994Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestDeepCopyRunConfig [2022-03-09T09:35:12.994Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-09T09:35:12.994Z] === RUN TestExportImage [2022-03-09T09:35:12.995Z] --- PASS: TestExportImage (0.00s) [2022-03-09T09:35:12.995Z] === RUN TestNormalizeDest [2022-03-09T09:35:12.995Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-09T09:35:12.995Z] PASS [2022-03-09T09:35:12.995Z] coverage: 46.7% of statements [2022-03-09T09:35:12.995Z] ok github.com/docker/docker/builder/dockerfile 0.208s coverage: 46.7% of statements [2022-03-09T09:35:12.995Z] === RUN TestTCP4Proxy [2022-03-09T09:35:12.995Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-09T09:35:12.995Z] === RUN TestTCP4ProxyHalfClose [2022-03-09T09:35:12.995Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-09T09:35:12.995Z] === RUN TestTCP6Proxy [2022-03-09T09:35:12.995Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T09:35:12.995Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-09T09:35:12.995Z] === RUN TestTCPDualStackProxy [2022-03-09T09:35:12.995Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T09:35:12.995Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-09T09:35:12.995Z] === RUN TestUDP4Proxy [2022-03-09T09:35:12.995Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-09T09:35:12.995Z] === RUN TestUDP6Proxy [2022-03-09T09:35:12.995Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T09:35:12.995Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-09T09:35:12.995Z] === RUN TestUDPWriteError [2022-03-09T09:35:12.995Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-09T09:35:12.995Z] === RUN TestSCTP4Proxy [2022-03-09T09:35:12.995Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T09:35:12.995Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-09T09:35:12.995Z] === RUN TestSCTP6Proxy [2022-03-09T09:35:12.995Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T09:35:12.995Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-09T09:35:12.995Z] PASS [2022-03-09T09:35:12.995Z] coverage: 49.4% of statements [2022-03-09T09:35:12.995Z] ok github.com/docker/docker/cmd/docker-proxy 0.082s coverage: 49.4% of statements [2022-03-09T09:35:13.117Z] #63 ... [2022-03-09T09:35:13.117Z] [2022-03-09T09:35:13.117Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-09T09:35:13.117Z] #57 sha256:894784161f2882feb8fc9bd8b89b894a7b045ba04d3da7d5df8a0bd2092f7dcb [2022-03-09T09:35:13.117Z] #57 DONE 0.1s [2022-03-09T09:35:13.117Z] [2022-03-09T09:35:13.117Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-09T09:35:13.117Z] #59 sha256:b05ab762821ebd0d0f45e1be853eec039123dcb3ac932cbf92dde961e1f92bc3 [2022-03-09T09:35:13.117Z] #59 DONE 0.2s [2022-03-09T09:35:13.117Z] [2022-03-09T09:35:13.117Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:35:13.117Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:35:13.379Z] #67 ... [2022-03-09T09:35:13.379Z] [2022-03-09T09:35:13.379Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-09T09:35:13.379Z] #61 sha256:581308a3065ed3b8b4c9486690d57c4b467f2efe2ca2c8396306bc26f2b86e28 [2022-03-09T09:35:13.379Z] #61 DONE 0.1s [2022-03-09T09:35:13.379Z] [2022-03-09T09:35:13.379Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:35:13.379Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:35:13.784Z] [2022-03-09T09:35:13.784Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-09T09:35:13.784Z] #61 sha256:f9882e2a662388d29d593ff8110ddd5d1bd04aab30f6f802bebf516710cf4695 [2022-03-09T09:35:14.229Z] #73 DONE 1.6s [2022-03-09T09:35:14.229Z] [2022-03-09T09:35:14.229Z] #74 exporting to image [2022-03-09T09:35:14.229Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-09T09:35:14.229Z] #74 exporting layers [2022-03-09T09:35:14.345Z] #61 DONE 0.8s [2022-03-09T09:35:14.345Z] [2022-03-09T09:35:14.345Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-09T09:35:14.345Z] #66 sha256:a2eeea84a0c67279f4b964cd99ccda73bea649458802939a7eb48aebde1023bf [2022-03-09T09:35:14.601Z] #66 DONE 0.2s [2022-03-09T09:35:14.601Z] [2022-03-09T09:35:14.601Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-09T09:35:14.601Z] #71 sha256:be230e8c04cd80bd8938ce4cc838e3cfaabd1f22d0b769041c1b64feb781a080 [2022-03-09T09:35:15.531Z] #71 DONE 1.0s [2022-03-09T09:35:15.788Z] [2022-03-09T09:35:15.788Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-09T09:35:15.789Z] #72 sha256:15d466fc596935c1ff5c4ad3c30a16d67c3a3d10ca819fd5954baeb14499665f [2022-03-09T09:35:15.789Z] #72 DONE 0.0s [2022-03-09T09:35:15.789Z] [2022-03-09T09:35:15.789Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-09T09:35:15.789Z] #73 sha256:f8e0ca9b2ec8f1515c58ff6c17e58a9c52ab886d5876fc2b86d42a19bea2a3ac [2022-03-09T09:35:17.158Z] #73 DONE 1.2s [2022-03-09T09:35:17.158Z] [2022-03-09T09:35:17.158Z] #74 exporting to image [2022-03-09T09:35:17.158Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-09T09:35:17.158Z] #74 exporting layers [2022-03-09T09:35:20.792Z] #74 exporting layers 6.0s done [2022-03-09T09:35:20.792Z] #74 writing image sha256:01b873872875385db893b47aabb94dab75dbf4e084ae13e7e7f54b5ccfea1a5e done [2022-03-09T09:35:20.792Z] #74 naming to docker.io/library/docker:16126512821a3b81cd06bd4a4024475d6c4820c7 done [2022-03-09T09:35:20.792Z] #74 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-09T09:35:21.149Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=16126512821a3b81cd06bd4a4024475d6c4820c7 -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:16126512821a3b81cd06bd4a4024475d6c4820c7 hack/make.sh dynbinary test-integration [2022-03-09T09:35:22.523Z] [2022-03-09T09:35:22.523Z] Removing bundles/ [2022-03-09T09:35:22.523Z] [2022-03-09T09:35:22.523Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-09T09:35:22.782Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T09:35:22.782Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:35:23.416Z] === RUN TestCheckpointCreateError [2022-03-09T09:35:23.416Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCheckpointCreate [2022-03-09T09:35:23.416Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCheckpointDeleteError [2022-03-09T09:35:23.416Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCheckpointDelete [2022-03-09T09:35:23.416Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCheckpointListError [2022-03-09T09:35:23.416Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCheckpointList [2022-03-09T09:35:23.416Z] --- PASS: TestCheckpointList (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCheckpointListContainerNotFound [2022-03-09T09:35:23.416Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestNewClientWithOpsFromEnv [2022-03-09T09:35:23.416Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T09:35:23.416Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestGetAPIPath [2022-03-09T09:35:23.416Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestParseHostURL [2022-03-09T09:35:23.416Z] --- PASS: TestParseHostURL (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-09T09:35:23.416Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-09T09:35:23.416Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestNegotiateAPIVersion [2022-03-09T09:35:23.416Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestNegotiateAPVersionOverride [2022-03-09T09:35:23.416Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-09T09:35:23.416Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-09T09:35:23.416Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-09T09:35:23.416Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestClientRedirect [2022-03-09T09:35:23.416Z] --- PASS: TestClientRedirect (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigCreateUnsupported [2022-03-09T09:35:23.416Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigCreateError [2022-03-09T09:35:23.416Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigCreate [2022-03-09T09:35:23.416Z] --- PASS: TestConfigCreate (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigInspectNotFound [2022-03-09T09:35:23.416Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigInspectWithEmptyID [2022-03-09T09:35:23.416Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigInspectUnsupported [2022-03-09T09:35:23.416Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigInspectError [2022-03-09T09:35:23.416Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigInspectConfigNotFound [2022-03-09T09:35:23.416Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigInspect [2022-03-09T09:35:23.416Z] --- PASS: TestConfigInspect (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigListUnsupported [2022-03-09T09:35:23.416Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigListError [2022-03-09T09:35:23.416Z] --- PASS: TestConfigListError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigList [2022-03-09T09:35:23.416Z] --- PASS: TestConfigList (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigRemoveUnsupported [2022-03-09T09:35:23.416Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigRemoveError [2022-03-09T09:35:23.416Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigRemove [2022-03-09T09:35:23.416Z] --- PASS: TestConfigRemove (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigUpdateUnsupported [2022-03-09T09:35:23.416Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigUpdateError [2022-03-09T09:35:23.416Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestConfigUpdate [2022-03-09T09:35:23.416Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerCommitError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerCommit [2022-03-09T09:35:23.416Z] --- PASS: TestContainerCommit (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerStatPathError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerStatPathNotFoundError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerStatPathNoHeaderError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerStatPath [2022-03-09T09:35:23.416Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCopyToContainerError [2022-03-09T09:35:23.416Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCopyToContainerNotFoundError [2022-03-09T09:35:23.416Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-09T09:35:23.416Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCopyToContainer [2022-03-09T09:35:23.416Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCopyFromContainerError [2022-03-09T09:35:23.416Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCopyFromContainerNotFoundError [2022-03-09T09:35:23.416Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-09T09:35:23.416Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-09T09:35:23.416Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestCopyFromContainer [2022-03-09T09:35:23.416Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerCreateError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerCreateImageNotFound [2022-03-09T09:35:23.416Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerCreateWithName [2022-03-09T09:35:23.416Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerCreateAutoRemove [2022-03-09T09:35:23.416Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerDiffError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerDiff [2022-03-09T09:35:23.416Z] --- PASS: TestContainerDiff (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerExecCreateError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerExecCreate [2022-03-09T09:35:23.416Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerExecStartError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerExecStart [2022-03-09T09:35:23.416Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerExecInspectError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerExecInspect [2022-03-09T09:35:23.416Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerExportError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerExportError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerExport [2022-03-09T09:35:23.416Z] --- PASS: TestContainerExport (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerInspectError [2022-03-09T09:35:23.416Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerInspectContainerNotFound [2022-03-09T09:35:23.416Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerInspectWithEmptyID [2022-03-09T09:35:23.416Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-09T09:35:23.416Z] === RUN TestContainerInspect [2022-03-09T09:35:23.416Z] --- PASS: TestContainerInspect (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerInspectNode [2022-03-09T09:35:23.417Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerKillError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerKillError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerKill [2022-03-09T09:35:23.417Z] --- PASS: TestContainerKill (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerListError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerListError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerList [2022-03-09T09:35:23.417Z] --- PASS: TestContainerList (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerLogsNotFoundError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerLogsError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerLogs [2022-03-09T09:35:23.417Z] --- PASS: TestContainerLogs (0.20s) [2022-03-09T09:35:23.417Z] === RUN TestContainerPauseError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerPause [2022-03-09T09:35:23.417Z] --- PASS: TestContainerPause (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainersPruneError [2022-03-09T09:35:23.417Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainersPrune [2022-03-09T09:35:23.417Z] --- PASS: TestContainersPrune (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerRemoveError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerRemoveNotFoundError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerRemove [2022-03-09T09:35:23.417Z] --- PASS: TestContainerRemove (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerRenameError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerRename [2022-03-09T09:35:23.417Z] --- PASS: TestContainerRename (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerResizeError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerExecResizeError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerResize [2022-03-09T09:35:23.417Z] --- PASS: TestContainerResize (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerExecResize [2022-03-09T09:35:23.417Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerRestartError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerRestart [2022-03-09T09:35:23.417Z] --- PASS: TestContainerRestart (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerStartError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerStartError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerStart [2022-03-09T09:35:23.417Z] --- PASS: TestContainerStart (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerStatsError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerStats [2022-03-09T09:35:23.417Z] --- PASS: TestContainerStats (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerStopError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerStopError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerStop [2022-03-09T09:35:23.417Z] --- PASS: TestContainerStop (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerTopError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerTopError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerTop [2022-03-09T09:35:23.417Z] --- PASS: TestContainerTop (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerUnpauseError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerUnpause [2022-03-09T09:35:23.417Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerUpdateError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerUpdate [2022-03-09T09:35:23.417Z] --- PASS: TestContainerUpdate (0.02s) [2022-03-09T09:35:23.417Z] === RUN TestContainerWaitError [2022-03-09T09:35:23.417Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestContainerWait [2022-03-09T09:35:23.417Z] --- PASS: TestContainerWait (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestDiskUsageError [2022-03-09T09:35:23.417Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestDiskUsage [2022-03-09T09:35:23.417Z] --- PASS: TestDiskUsage (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestDistributionInspectUnsupported [2022-03-09T09:35:23.417Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestDistributionInspectWithEmptyID [2022-03-09T09:35:23.417Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestEventsErrorInOptions [2022-03-09T09:35:23.417Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestEventsErrorFromServer [2022-03-09T09:35:23.417Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestEvents [2022-03-09T09:35:23.417Z] --- PASS: TestEvents (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestTLSCloseWriter [2022-03-09T09:35:23.417Z] === PAUSE TestTLSCloseWriter [2022-03-09T09:35:23.417Z] === RUN TestImageBuildError [2022-03-09T09:35:23.417Z] --- PASS: TestImageBuildError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageBuild [2022-03-09T09:35:23.417Z] --- PASS: TestImageBuild (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestGetDockerOS [2022-03-09T09:35:23.417Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageCreateError [2022-03-09T09:35:23.417Z] --- PASS: TestImageCreateError (0.01s) [2022-03-09T09:35:23.417Z] === RUN TestImageCreate [2022-03-09T09:35:23.417Z] --- PASS: TestImageCreate (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageHistoryError [2022-03-09T09:35:23.417Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageHistory [2022-03-09T09:35:23.417Z] --- PASS: TestImageHistory (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageImportError [2022-03-09T09:35:23.417Z] --- PASS: TestImageImportError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageImport [2022-03-09T09:35:23.417Z] --- PASS: TestImageImport (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageInspectError [2022-03-09T09:35:23.417Z] --- PASS: TestImageInspectError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageInspectImageNotFound [2022-03-09T09:35:23.417Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageInspectWithEmptyID [2022-03-09T09:35:23.417Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageInspect [2022-03-09T09:35:23.417Z] --- PASS: TestImageInspect (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageListError [2022-03-09T09:35:23.417Z] --- PASS: TestImageListError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageList [2022-03-09T09:35:23.417Z] --- PASS: TestImageList (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageListApiBefore125 [2022-03-09T09:35:23.417Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageLoadError [2022-03-09T09:35:23.417Z] --- PASS: TestImageLoadError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageLoad [2022-03-09T09:35:23.417Z] --- PASS: TestImageLoad (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagesPruneError [2022-03-09T09:35:23.417Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagesPrune [2022-03-09T09:35:23.417Z] --- PASS: TestImagesPrune (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePullReferenceParseError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePullAnyError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePullWithoutErrors [2022-03-09T09:35:23.417Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePushReferenceError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePushAnyError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImagePushWithoutErrors [2022-03-09T09:35:23.417Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-09T09:35:23.417Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-09T09:35:23.417Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-09T09:35:23.417Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageRemoveError [2022-03-09T09:35:23.417Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageRemoveImageNotFound [2022-03-09T09:35:23.417Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageRemove [2022-03-09T09:35:23.417Z] --- PASS: TestImageRemove (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageSaveError [2022-03-09T09:35:23.417Z] --- PASS: TestImageSaveError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageSave [2022-03-09T09:35:23.417Z] --- PASS: TestImageSave (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageSearchAnyError [2022-03-09T09:35:23.417Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-09T09:35:23.417Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T09:35:23.417Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T09:35:23.417Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-09T09:35:23.417Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageSearchWithoutErrors [2022-03-09T09:35:23.417Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageTagError [2022-03-09T09:35:23.417Z] --- PASS: TestImageTagError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageTagInvalidReference [2022-03-09T09:35:23.417Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageTagInvalidSourceImageName [2022-03-09T09:35:23.417Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageTagHexSource [2022-03-09T09:35:23.417Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestImageTag [2022-03-09T09:35:23.417Z] --- PASS: TestImageTag (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestInfoServerError [2022-03-09T09:35:23.417Z] --- PASS: TestInfoServerError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestInfoInvalidResponseJSONError [2022-03-09T09:35:23.417Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestInfo [2022-03-09T09:35:23.417Z] --- PASS: TestInfo (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkConnectError [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkConnect [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkCreateError [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkCreate [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkDisconnectError [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkDisconnect [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkInspect [2022-03-09T09:35:23.417Z] === RUN TestNetworkInspect/empty_ID [2022-03-09T09:35:23.417Z] === RUN TestNetworkInspect/no_options [2022-03-09T09:35:23.417Z] === RUN TestNetworkInspect/verbose [2022-03-09T09:35:23.417Z] === RUN TestNetworkInspect/global_scope [2022-03-09T09:35:23.417Z] === RUN TestNetworkInspect/unknown_network [2022-03-09T09:35:23.417Z] === RUN TestNetworkInspect/server_error [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkListError [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkListError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkList [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkList (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworksPruneError [2022-03-09T09:35:23.417Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworksPrune [2022-03-09T09:35:23.417Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkRemoveError [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNetworkRemove [2022-03-09T09:35:23.417Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNodeInspectError [2022-03-09T09:35:23.417Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNodeInspectNodeNotFound [2022-03-09T09:35:23.417Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNodeInspectWithEmptyID [2022-03-09T09:35:23.417Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNodeInspect [2022-03-09T09:35:23.417Z] --- PASS: TestNodeInspect (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNodeListError [2022-03-09T09:35:23.417Z] --- PASS: TestNodeListError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNodeList [2022-03-09T09:35:23.417Z] --- PASS: TestNodeList (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNodeRemoveError [2022-03-09T09:35:23.417Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNodeRemove [2022-03-09T09:35:23.417Z] --- PASS: TestNodeRemove (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestNodeUpdateError [2022-03-09T09:35:23.417Z] --- PASS: TestNodeUpdateError (0.01s) [2022-03-09T09:35:23.417Z] === RUN TestNodeUpdate [2022-03-09T09:35:23.417Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestOptionWithHostFromEnv [2022-03-09T09:35:23.417Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestOptionWithTimeout [2022-03-09T09:35:23.417Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestOptionWithVersionFromEnv [2022-03-09T09:35:23.417Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPingFail [2022-03-09T09:35:23.417Z] --- PASS: TestPingFail (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPingWithError [2022-03-09T09:35:23.417Z] 2022/03/09 09:35:22 RoundTripper returned a response & error; ignoring response [2022-03-09T09:35:23.417Z] 2022/03/09 09:35:22 RoundTripper returned a response & error; ignoring response [2022-03-09T09:35:23.417Z] --- PASS: TestPingWithError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPingSuccess [2022-03-09T09:35:23.417Z] --- PASS: TestPingSuccess (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPingHeadFallback [2022-03-09T09:35:23.417Z] === RUN TestPingHeadFallback/OK [2022-03-09T09:35:23.417Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-09T09:35:23.417Z] === RUN TestPingHeadFallback/Not_Found [2022-03-09T09:35:23.417Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-09T09:35:23.417Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-09T09:35:23.417Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginDisableError [2022-03-09T09:35:23.417Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginDisable [2022-03-09T09:35:23.417Z] --- PASS: TestPluginDisable (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginEnableError [2022-03-09T09:35:23.417Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginEnable [2022-03-09T09:35:23.417Z] --- PASS: TestPluginEnable (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginInspectError [2022-03-09T09:35:23.417Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginInspectWithEmptyID [2022-03-09T09:35:23.417Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginInspect [2022-03-09T09:35:23.417Z] --- PASS: TestPluginInspect (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginListError [2022-03-09T09:35:23.417Z] --- PASS: TestPluginListError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginList [2022-03-09T09:35:23.417Z] --- PASS: TestPluginList (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginPushError [2022-03-09T09:35:23.417Z] --- PASS: TestPluginPushError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginPush [2022-03-09T09:35:23.417Z] --- PASS: TestPluginPush (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginRemoveError [2022-03-09T09:35:23.417Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginRemove [2022-03-09T09:35:23.417Z] --- PASS: TestPluginRemove (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginSetError [2022-03-09T09:35:23.417Z] --- PASS: TestPluginSetError (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestPluginSet [2022-03-09T09:35:23.417Z] --- PASS: TestPluginSet (0.00s) [2022-03-09T09:35:23.417Z] === RUN TestSetHostHeader [2022-03-09T09:35:23.418Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestPlainTextError [2022-03-09T09:35:23.418Z] --- PASS: TestPlainTextError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestInfiniteError [2022-03-09T09:35:23.418Z] --- PASS: TestInfiniteError (0.02s) [2022-03-09T09:35:23.418Z] === RUN TestCanceledContext [2022-03-09T09:35:23.418Z] 2022/03/09 09:35:22 RoundTripper returned a response & error; ignoring response [2022-03-09T09:35:23.418Z] --- PASS: TestCanceledContext (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestDeadlineExceededContext [2022-03-09T09:35:23.418Z] 2022/03/09 09:35:22 RoundTripper returned a response & error; ignoring response [2022-03-09T09:35:23.418Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretCreateUnsupported [2022-03-09T09:35:23.418Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretCreateError [2022-03-09T09:35:23.418Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretCreate [2022-03-09T09:35:23.418Z] --- PASS: TestSecretCreate (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretInspectUnsupported [2022-03-09T09:35:23.418Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretInspectError [2022-03-09T09:35:23.418Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretInspectSecretNotFound [2022-03-09T09:35:23.418Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretInspectWithEmptyID [2022-03-09T09:35:23.418Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretInspect [2022-03-09T09:35:23.418Z] --- PASS: TestSecretInspect (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretListUnsupported [2022-03-09T09:35:23.418Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretListError [2022-03-09T09:35:23.418Z] --- PASS: TestSecretListError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretList [2022-03-09T09:35:23.418Z] --- PASS: TestSecretList (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretRemoveUnsupported [2022-03-09T09:35:23.418Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretRemoveError [2022-03-09T09:35:23.418Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretRemove [2022-03-09T09:35:23.418Z] --- PASS: TestSecretRemove (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretUpdateUnsupported [2022-03-09T09:35:23.418Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretUpdateError [2022-03-09T09:35:23.418Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSecretUpdate [2022-03-09T09:35:23.418Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceCreateError [2022-03-09T09:35:23.418Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceCreate [2022-03-09T09:35:23.418Z] --- PASS: TestServiceCreate (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-09T09:35:23.418Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceCreateDigestPinning [2022-03-09T09:35:23.418Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceInspectError [2022-03-09T09:35:23.418Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceInspectServiceNotFound [2022-03-09T09:35:23.418Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceInspectWithEmptyID [2022-03-09T09:35:23.418Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceInspect [2022-03-09T09:35:23.418Z] --- PASS: TestServiceInspect (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceListError [2022-03-09T09:35:23.418Z] --- PASS: TestServiceListError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceList [2022-03-09T09:35:23.418Z] --- PASS: TestServiceList (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceLogsError [2022-03-09T09:35:23.418Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceLogs [2022-03-09T09:35:23.418Z] --- PASS: TestServiceLogs (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceRemoveError [2022-03-09T09:35:23.418Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceRemoveNotFoundError [2022-03-09T09:35:23.418Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceRemove [2022-03-09T09:35:23.418Z] --- PASS: TestServiceRemove (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceUpdateError [2022-03-09T09:35:23.418Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestServiceUpdate [2022-03-09T09:35:23.418Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmGetUnlockKeyError [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmGetUnlockKey [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmInitError [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmInit [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmInit (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmInspectError [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmInspect [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmJoinError [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmJoin [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmLeaveError [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmLeave [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmUnlockError [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmUnlock [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmUpdateError [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestSwarmUpdate [2022-03-09T09:35:23.418Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestTaskInspectError [2022-03-09T09:35:23.418Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestTaskInspectWithEmptyID [2022-03-09T09:35:23.418Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestTaskInspect [2022-03-09T09:35:23.418Z] --- PASS: TestTaskInspect (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestTaskListError [2022-03-09T09:35:23.418Z] --- PASS: TestTaskListError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestTaskList [2022-03-09T09:35:23.418Z] --- PASS: TestTaskList (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestVolumeCreateError [2022-03-09T09:35:23.418Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestVolumeCreate [2022-03-09T09:35:23.418Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestVolumeInspectError [2022-03-09T09:35:23.418Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestVolumeInspectNotFound [2022-03-09T09:35:23.418Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestVolumeInspectWithEmptyID [2022-03-09T09:35:23.418Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestVolumeInspect [2022-03-09T09:35:23.418Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestVolumeListError [2022-03-09T09:35:23.418Z] --- PASS: TestVolumeListError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestVolumeList [2022-03-09T09:35:23.418Z] --- PASS: TestVolumeList (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestVolumeRemoveError [2022-03-09T09:35:23.418Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-09T09:35:23.418Z] === RUN TestVolumeRemove [2022-03-09T09:35:23.418Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-09T09:35:23.418Z] === CONT TestTLSCloseWriter [2022-03-09T09:35:23.418Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-09T09:35:23.418Z] PASS [2022-03-09T09:35:23.418Z] coverage: 75.2% of statements [2022-03-09T09:35:23.418Z] ok github.com/docker/docker/client 0.395s coverage: 75.2% of statements [2022-03-09T09:35:23.704Z] #74 exporting layers 6.1s done [2022-03-09T09:35:23.704Z] #74 writing image sha256:5c6734c84f023249788b8a503a07f7ebb7da1f8e0247178b39becdd8084bacf8 done [2022-03-09T09:35:23.704Z] #74 naming to docker.io/library/docker:16126512821a3b81cd06bd4a4024475d6c4820c7 done [2022-03-09T09:35:23.704Z] #74 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-09T09:35:24.044Z] + trap exit INT TERM [2022-03-09T09:35:24.044Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-09T09:35:24.044Z] + CONTAINER_NAME=docker-pr7 [2022-03-09T09:35:24.044Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43344/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=16126512821a3b81cd06bd4a4024475d6c4820c7 -e DOCKER_GRAPHDRIVER docker:16126512821a3b81cd06bd4a4024475d6c4820c7 hack/make.sh dynbinary [2022-03-09T09:35:24.169Z] 037d5740b404: Pull complete [2022-03-09T09:35:24.169Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-09T09:35:24.169Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:35:24.169Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:35:24.169Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-09T09:35:24.169Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-09T09:35:24.169Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.587' [2022-03-09T09:35:24.169Z] INFO: Docker version of control daemon [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] Client: [2022-03-09T09:35:24.169Z] Version: 20.10.9 [2022-03-09T09:35:24.169Z] API version: 1.41 [2022-03-09T09:35:24.169Z] Go version: go1.16.8 [2022-03-09T09:35:24.169Z] Git commit: c2ea9bc [2022-03-09T09:35:24.169Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-09T09:35:24.169Z] OS/Arch: windows/amd64 [2022-03-09T09:35:24.169Z] Context: default [2022-03-09T09:35:24.169Z] Experimental: true [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] Server: Docker Engine - Community [2022-03-09T09:35:24.169Z] Engine: [2022-03-09T09:35:24.169Z] Version: 20.10.9 [2022-03-09T09:35:24.169Z] API version: 1.41 (minimum version 1.24) [2022-03-09T09:35:24.169Z] Go version: go1.16.8 [2022-03-09T09:35:24.169Z] Git commit: 79ea9d3 [2022-03-09T09:35:24.169Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-09T09:35:24.169Z] OS/Arch: windows/amd64 [2022-03-09T09:35:24.169Z] Experimental: true [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] INFO: Docker info of control daemon [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] Client: [2022-03-09T09:35:24.169Z] Context: default [2022-03-09T09:35:24.169Z] Debug Mode: false [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] Server: [2022-03-09T09:35:24.169Z] Containers: 0 [2022-03-09T09:35:24.169Z] Running: 0 [2022-03-09T09:35:24.169Z] Paused: 0 [2022-03-09T09:35:24.169Z] Stopped: 0 [2022-03-09T09:35:24.169Z] Images: 1 [2022-03-09T09:35:24.169Z] Server Version: 20.10.9 [2022-03-09T09:35:24.169Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-09T09:35:24.169Z] Windows: [2022-03-09T09:35:24.169Z] LCOW: [2022-03-09T09:35:24.169Z] Logging Driver: json-file [2022-03-09T09:35:24.169Z] Plugins: [2022-03-09T09:35:24.169Z] Volume: local [2022-03-09T09:35:24.169Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T09:35:24.169Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T09:35:24.169Z] Swarm: inactive [2022-03-09T09:35:24.169Z] Default Isolation: process [2022-03-09T09:35:24.169Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T09:35:24.169Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T09:35:24.169Z] OSType: windows [2022-03-09T09:35:24.169Z] Architecture: x86_64 [2022-03-09T09:35:24.169Z] CPUs: 4 [2022-03-09T09:35:24.169Z] Total Memory: 32GiB [2022-03-09T09:35:24.169Z] Name: azwin-2-c8b750 [2022-03-09T09:35:24.169Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-09T09:35:24.169Z] Docker Root Dir: D:\docker [2022-03-09T09:35:24.169Z] Debug Mode: false [2022-03-09T09:35:24.169Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:35:24.169Z] Labels: [2022-03-09T09:35:24.169Z] Experimental: true [2022-03-09T09:35:24.169Z] Insecure Registries: [2022-03-09T09:35:24.169Z] 10.0.0.4:5000 [2022-03-09T09:35:24.169Z] 127.0.0.0/8 [2022-03-09T09:35:24.169Z] Registry Mirrors: [2022-03-09T09:35:24.169Z] http://10.0.0.4:5000/ [2022-03-09T09:35:24.169Z] Live Restore Enabled: false [2022-03-09T09:35:24.169Z] Product License: Community Engine [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] INFO: Commit hash is 39615f8c7c [2022-03-09T09:35:24.169Z] INFO: Nuke-Everything... [2022-03-09T09:35:24.169Z] INFO: Container count on control daemon to delete is 0 [2022-03-09T09:35:24.169Z] INFO: Nuking d:\CI [2022-03-09T09:35:24.169Z] INFO: Zapped successfully [2022-03-09T09:35:24.169Z] INFO: Location for testing is d:\CI\PR-43344\7 [2022-03-09T09:35:24.169Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] INFO: Building the image from Dockerfile.windows at 03/09/2022 09:35:18... [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] Sending build context to Docker daemon 62.11MB [2022-03-09T09:35:24.169Z] [2022-03-09T09:35:24.169Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-09T09:35:24.169Z] ---> 02f938cacc3b [2022-03-09T09:35:24.169Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-09T09:35:24.169Z] ---> Running in 0a71e02cc974 [2022-03-09T09:35:24.636Z] Removing intermediate container 0a71e02cc974 [2022-03-09T09:35:24.636Z] ---> e7aa0401826f [2022-03-09T09:35:24.636Z] Step 3/11 : ARG GO_VERSION=1.17.8 [2022-03-09T09:35:24.636Z] ---> Running in 9169edaa57be [2022-03-09T09:35:24.636Z] Removing intermediate container 9169edaa57be [2022-03-09T09:35:24.636Z] ---> 27a667356a0c [2022-03-09T09:35:24.636Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.10 [2022-03-09T09:35:24.636Z] ---> Running in c138580cc44f [2022-03-09T09:35:24.973Z] [2022-03-09T09:35:24.973Z] Removing bundles/ [2022-03-09T09:35:24.973Z] [2022-03-09T09:35:24.973Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-09T09:35:24.973Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T09:35:24.973Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:35:25.105Z] Removing intermediate container c138580cc44f [2022-03-09T09:35:25.106Z] ---> fa6d8ee6119a [2022-03-09T09:35:25.106Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-09T09:35:25.106Z] ---> Running in 51ff3cf73d1a [2022-03-09T09:35:25.575Z] Removing intermediate container 51ff3cf73d1a [2022-03-09T09:35:25.575Z] ---> 744aa5d02306 [2022-03-09T09:35:25.575Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-09T09:35:25.575Z] ---> Running in 5e549c6a6de9 [2022-03-09T09:35:25.575Z] Removing intermediate container 5e549c6a6de9 [2022-03-09T09:35:25.575Z] ---> 49132571bc4e [2022-03-09T09:35:25.575Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2022-03-09T09:35:25.575Z] ---> Running in 469866a298c3 [2022-03-09T09:35:28.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-09T09:35:28.310Z] #67 ... [2022-03-09T09:35:28.310Z] [2022-03-09T09:35:28.310Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-09T09:35:28.310Z] #63 sha256:6c234bfd76dbf21bd214c70a05acd2c882095752a113cf9e8e390d7132d90136 [2022-03-09T09:35:28.310Z] #63 82.05 + mkdir -p /build [2022-03-09T09:35:28.310Z] #63 82.05 + cp runc /build/runc [2022-03-09T09:35:28.310Z] #63 DONE 82.4s [2022-03-09T09:35:28.310Z] [2022-03-09T09:35:28.310Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:35:28.310Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:35:29.259Z] #67 ... [2022-03-09T09:35:29.259Z] [2022-03-09T09:35:29.259Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-09T09:35:29.259Z] #64 sha256:e1d38127e393d274f757fa25673fd3d567f4e04b26ba736113b9eb7fa4712167 [2022-03-09T09:35:29.259Z] #64 DONE 0.1s [2022-03-09T09:35:29.259Z] [2022-03-09T09:35:29.259Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-09T09:35:29.259Z] #67 sha256:07c529ba615dba39f9d1a32784fabb80a75c2e5dae072e31554688c5947875fa [2022-03-09T09:35:30.328Z] [2022-03-09T09:35:30.328Z] SUCCESS: Specified value was saved. [2022-03-09T09:35:31.313Z] INFO: Downloading git... [2022-03-09T09:35:32.876Z] INFO: Downloading go... [2022-03-09T09:35:33.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-09T09:35:34.442Z] INFO: Downloading compiler 1 of 3... [2022-03-09T09:35:34.555Z] #67 143.4 # github.com/containerd/containerd/cmd/containerd [2022-03-09T09:35:34.555Z] #67 143.4 /usr/bin/ld: /tmp/go-link-3190679556/000019.o: in function `New': [2022-03-09T09:35:34.555Z] #67 143.4 /tmp/tmp.ZTyhsn3WSZ/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-09T09:35:34.555Z] #67 143.5 + bin/containerd-stress [2022-03-09T09:35:35.426Z] INFO: Downloading compiler 2 of 3... [2022-03-09T09:35:35.497Z] #67 144.5 + bin/containerd-shim [2022-03-09T09:35:36.411Z] INFO: Downloading compiler 3 of 3... [2022-03-09T09:35:37.397Z] INFO: Extracting git... [2022-03-09T09:35:41.226Z] --- PASS: TestCheckoutGit (31.90s) [2022-03-09T09:35:41.226Z] === RUN TestValidGitTransport [2022-03-09T09:35:41.226Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-09T09:35:41.226Z] === RUN TestGitInvalidRef [2022-03-09T09:35:41.693Z] --- PASS: TestGitInvalidRef (0.21s) [2022-03-09T09:35:41.693Z] PASS [2022-03-09T09:35:41.693Z] coverage: 86.3% of statements [2022-03-09T09:35:41.693Z] ok github.com/docker/docker/builder/remotecontext/git 32.160s coverage: 86.3% of statements [2022-03-09T09:35:42.678Z] ? github.com/docker/docker/cli [no test files] [2022-03-09T09:35:42.678Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-09T09:35:43.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-09T09:35:43.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-09T09:35:43.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-09T09:35:43.644Z] #67 151.7 + bin/containerd-shim-runc-v1 [2022-03-09T09:35:44.127Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-09T09:35:44.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-09T09:35:45.329Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-09T09:35:47.855Z] #67 156.8 + bin/containerd-shim-runc-v2 [2022-03-09T09:35:47.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-09T09:35:48.118Z] #67 157.4 + binaries [2022-03-09T09:35:48.398Z] #67 157.4 + install -D bin/containerd /build/containerd [2022-03-09T09:35:48.398Z] #67 157.4 + install -D bin/containerd-shim /build/containerd-shim [2022-03-09T09:35:48.398Z] #67 157.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-09T09:35:48.398Z] #67 157.5 + install -D bin/ctr /build/ctr [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-09T09:35:48.542Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestConfigureDaemonLogs [2022-03-09T09:35:48.542Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestCommonOptionsInstallFlags [2022-03-09T09:35:48.542Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-09T09:35:48.542Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-09T09:35:48.542Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-09T09:35:48.542Z] PASS [2022-03-09T09:35:48.542Z] coverage: 19.0% of statements [2022-03-09T09:35:48.542Z] ok github.com/docker/docker/cmd/dockerd 0.179s coverage: 19.0% of statements [2022-03-09T09:35:48.542Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-09T09:35:48.542Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-09T09:35:48.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-09T09:35:49.007Z] #67 DONE 158.3s [2022-03-09T09:35:49.010Z] === RUN TestContainerStopSignal [2022-03-09T09:35:49.010Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestContainerStopTimeout [2022-03-09T09:35:49.010Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-09T09:35:49.010Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-09T09:35:49.010Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-09T09:35:49.010Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestReplaceAndAppendEnvVars [2022-03-09T09:35:49.010Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-09T09:35:49.010Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestNewMemoryStore [2022-03-09T09:35:49.010Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestAddContainers [2022-03-09T09:35:49.010Z] --- PASS: TestAddContainers (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestGetContainer [2022-03-09T09:35:49.010Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestDeleteContainer [2022-03-09T09:35:49.010Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestListContainers [2022-03-09T09:35:49.010Z] --- PASS: TestListContainers (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestFirstContainer [2022-03-09T09:35:49.010Z] --- PASS: TestFirstContainer (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestApplyAllContainer [2022-03-09T09:35:49.010Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestIsValidHealthString [2022-03-09T09:35:49.010Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestStateRunStop [2022-03-09T09:35:49.010Z] --- PASS: TestStateRunStop (0.00s) [2022-03-09T09:35:49.010Z] === RUN TestStateTimeoutWait [2022-03-09T09:35:49.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-09T09:35:49.477Z] state_test.go:141: Stop callback fired [2022-03-09T09:35:49.477Z] state_test.go:165: Stop callback fired [2022-03-09T09:35:49.477Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-09T09:35:49.477Z] === RUN TestIsValidStateString [2022-03-09T09:35:49.477Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-09T09:35:49.478Z] === RUN TestViewSaveDelete [2022-03-09T09:35:49.478Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-09T09:35:49.478Z] === RUN TestViewAll [2022-03-09T09:35:49.478Z] --- PASS: TestViewAll (0.01s) [2022-03-09T09:35:49.478Z] === RUN TestViewGet [2022-03-09T09:35:49.478Z] --- PASS: TestViewGet (0.01s) [2022-03-09T09:35:49.478Z] === RUN TestNames [2022-03-09T09:35:49.478Z] --- PASS: TestNames (0.00s) [2022-03-09T09:35:49.478Z] === RUN TestViewWithHealthCheck [2022-03-09T09:35:49.478Z] --- PASS: TestViewWithHealthCheck (0.00s) [2022-03-09T09:35:49.478Z] PASS [2022-03-09T09:35:49.478Z] coverage: 41.7% of statements [2022-03-09T09:35:49.478Z] ok github.com/docker/docker/container 0.244s coverage: 41.7% of statements [2022-03-09T09:35:49.478Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-09T09:35:49.478Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-09T09:35:49.478Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-09T09:35:49.478Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-09T09:35:49.882Z] INFO: Expanding go... [2022-03-09T09:35:49.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-09T09:35:50.396Z] [2022-03-09T09:35:50.396Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-09T09:35:50.396Z] #68 sha256:7c7cc0de3ea8a48440a663e0713caec0bfb2db6b2a2e804927064de597840db0 [2022-03-09T09:35:50.396Z] #68 DONE 0.2s [2022-03-09T09:35:50.396Z] [2022-03-09T09:35:50.396Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-09T09:35:50.396Z] #73 sha256:749ddbfbb52fd77c6f3572543b0463406131ae801bb7073c952a02164281723c [2022-03-09T09:35:50.463Z] === RUN TestPrepare [2022-03-09T09:35:50.463Z] --- PASS: TestPrepare (0.00s) [2022-03-09T09:35:50.463Z] === RUN TestStart [2022-03-09T09:35:50.463Z] --- PASS: TestStart (0.00s) [2022-03-09T09:35:50.463Z] === RUN TestWaitCancel [2022-03-09T09:35:50.463Z] --- PASS: TestWaitCancel (0.00s) [2022-03-09T09:35:50.463Z] === RUN TestWaitDisabled [2022-03-09T09:35:50.463Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-09T09:35:50.463Z] === RUN TestWaitEnabled [2022-03-09T09:35:50.463Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-09T09:35:50.463Z] === RUN TestRemove [2022-03-09T09:35:50.463Z] --- PASS: TestRemove (0.00s) [2022-03-09T09:35:50.463Z] PASS [2022-03-09T09:35:50.463Z] coverage: 65.3% of statements [2022-03-09T09:35:50.463Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.066s coverage: 65.3% of statements [2022-03-09T09:35:50.657Z] #73 DONE 0.1s [2022-03-09T09:35:50.657Z] [2022-03-09T09:35:50.657Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-09T09:35:50.657Z] #78 sha256:d4cd1ad5eed2f64ecd392ba6c0f7345236b80376e9f718e08b79bf7d05c69bb6 [2022-03-09T09:35:50.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-09T09:35:51.228Z] #78 DONE 0.6s [2022-03-09T09:35:51.228Z] [2022-03-09T09:35:51.228Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-09T09:35:51.228Z] #79 sha256:bddd9494d42f746c694efd22f43b93ef1e207a713dc5738230b28132e2a3f9e5 [2022-03-09T09:35:51.228Z] #79 DONE 0.0s [2022-03-09T09:35:51.228Z] [2022-03-09T09:35:51.228Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-09T09:35:51.228Z] #80 sha256:626377c276a7f312dc3123e74cba25d810bc9a17f866dce33e3b639dad5d571a [2022-03-09T09:35:51.490Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-09T09:35:52.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-09T09:35:52.680Z] === RUN TestNewListSecretsFilters [2022-03-09T09:35:52.680Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-09T09:35:52.680Z] === RUN TestNewListConfigsFilters [2022-03-09T09:35:52.680Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-09T09:35:52.680Z] PASS [2022-03-09T09:35:52.680Z] coverage: 0.5% of statements [2022-03-09T09:35:52.680Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-09T09:35:52.680Z] ok github.com/docker/docker/daemon/cluster 0.491s coverage: 0.5% of statements [2022-03-09T09:35:52.680Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-09T09:35:52.680Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-09T09:35:52.680Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-09T09:35:53.147Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-09T09:35:53.147Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-09T09:35:53.147Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-09T09:35:53.147Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-09T09:35:53.147Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-09T09:35:53.148Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-09T09:35:53.148Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-09T09:35:53.148Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-09T09:35:53.148Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-09T09:35:53.148Z] PASS [2022-03-09T09:35:53.148Z] coverage: 35.9% of statements [2022-03-09T09:35:53.148Z] ok github.com/docker/docker/daemon/cluster/convert 0.616s coverage: 35.9% of statements [2022-03-09T09:35:53.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-09T09:35:53.953Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-09T09:35:54.896Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T09:35:54.896Z] Using test binary docker [2022-03-09T09:35:54.896Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-09T09:35:54.896Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-09T09:35:54.896Z] INFO: Waiting for daemon to start... [2022-03-09T09:35:54.896Z] Starting dockerd [2022-03-09T09:35:56.095Z] === RUN TestBuilderGC [2022-03-09T09:35:56.095Z] --- PASS: TestBuilderGC (0.00s) [2022-03-09T09:35:56.095Z] === RUN TestDaemonConfigurationNotFound [2022-03-09T09:35:56.095Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-09T09:35:56.095Z] === RUN TestDaemonBrokenConfiguration [2022-03-09T09:35:56.095Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-09T09:35:56.095Z] === RUN TestFindConfigurationConflicts [2022-03-09T09:35:56.095Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-09T09:35:56.095Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-09T09:35:56.095Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-09T09:35:56.095Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-09T09:35:56.095Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-09T09:35:56.095Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-09T09:35:56.095Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-09T09:35:56.095Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-09T09:35:56.095Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-09T09:35:56.095Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-09T09:35:56.095Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-09T09:35:56.095Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-09T09:35:56.095Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-09T09:35:56.095Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-09T09:35:56.095Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-09T09:35:56.095Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-09T09:35:56.095Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-09T09:35:56.095Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-09T09:35:56.095Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-09T09:35:56.095Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-09T09:35:56.096Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-09T09:35:56.096Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-09T09:35:56.096Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestValidateConfiguration [2022-03-09T09:35:56.096Z] === RUN TestValidateConfiguration/with_label [2022-03-09T09:35:56.096Z] === RUN TestValidateConfiguration/with_dns [2022-03-09T09:35:56.096Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-09T09:35:56.096Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-09T09:35:56.096Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-09T09:35:56.096Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-09T09:35:56.096Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-09T09:35:56.096Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-09T09:35:56.096Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestReloadSetConfigFileNotExist [2022-03-09T09:35:56.096Z] time="2022-03-09T09:35:55Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-09T09:35:56.096Z] --- PASS: TestReloadSetConfigFileNotExist (0.16s) [2022-03-09T09:35:56.096Z] === RUN TestReloadDefaultConfigNotExist [2022-03-09T09:35:56.096Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:35:56.096Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestReloadBadDefaultConfig [2022-03-09T09:35:56.096Z] time="2022-03-09T09:35:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1782179608" [2022-03-09T09:35:56.096Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestReloadWithConflictingLabels [2022-03-09T09:35:56.096Z] time="2022-03-09T09:35:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2886414007" [2022-03-09T09:35:56.096Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestReloadWithDuplicateLabels [2022-03-09T09:35:56.096Z] time="2022-03-09T09:35:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3701274225" [2022-03-09T09:35:56.096Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestMaskURLCredentials [2022-03-09T09:35:56.096Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestDaemonConfigurationMerge [2022-03-09T09:35:56.096Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-09T09:35:56.096Z] PASS [2022-03-09T09:35:56.096Z] coverage: 79.2% of statements [2022-03-09T09:35:56.096Z] ok github.com/docker/docker/daemon/config 0.625s coverage: 79.2% of statements [2022-03-09T09:35:56.096Z] === RUN TestEventsLog [2022-03-09T09:35:56.096Z] --- PASS: TestEventsLog (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestEventsLogTimeout [2022-03-09T09:35:56.096Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-09T09:35:56.096Z] === RUN TestLogEvents [2022-03-09T09:35:56.096Z] --- PASS: TestLogEvents (0.05s) [2022-03-09T09:35:56.096Z] === RUN TestLoadBufferedEvents [2022-03-09T09:35:56.096Z] --- PASS: TestLoadBufferedEvents (0.17s) [2022-03-09T09:35:56.564Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-09T09:35:56.564Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-09T09:35:56.564Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-09T09:35:56.564Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-09T09:35:56.564Z] PASS [2022-03-09T09:35:56.564Z] coverage: 50.0% of statements [2022-03-09T09:35:56.564Z] ok github.com/docker/docker/daemon/events 0.281s coverage: 50.0% of statements [2022-03-09T09:35:56.564Z] === RUN TestWaitNodeAttachment [2022-03-09T09:35:56.564Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-09T09:35:56.564Z] === RUN TestIsolationConversion [2022-03-09T09:35:56.564Z] === RUN TestIsolationConversion/default [2022-03-09T09:35:56.564Z] === RUN TestIsolationConversion/process [2022-03-09T09:35:56.564Z] === RUN TestIsolationConversion/hyperv [2022-03-09T09:35:56.564Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-09T09:35:56.564Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-09T09:35:56.564Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-09T09:35:56.564Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-09T09:35:56.565Z] === RUN TestContainerLabels [2022-03-09T09:35:56.565Z] --- PASS: TestContainerLabels (0.00s) [2022-03-09T09:35:56.565Z] === RUN TestCredentialSpecConversion [2022-03-09T09:35:56.565Z] === RUN TestCredentialSpecConversion/none [2022-03-09T09:35:56.565Z] === RUN TestCredentialSpecConversion/config [2022-03-09T09:35:56.565Z] === RUN TestCredentialSpecConversion/file [2022-03-09T09:35:56.565Z] === RUN TestCredentialSpecConversion/registry [2022-03-09T09:35:56.565Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-09T09:35:56.565Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-09T09:35:56.565Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-09T09:35:56.565Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-09T09:35:56.565Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-09T09:35:56.565Z] === RUN TestControllerValidateMountBind [2022-03-09T09:35:56.565Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-09T09:35:56.565Z] === RUN TestControllerValidateMountVolume [2022-03-09T09:35:56.565Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-09T09:35:56.565Z] === RUN TestControllerValidateMountTarget [2022-03-09T09:35:56.565Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-09T09:35:56.565Z] === RUN TestControllerValidateMountTmpfs [2022-03-09T09:35:56.565Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-09T09:35:56.565Z] === RUN TestControllerValidateMountInvalidType [2022-03-09T09:35:56.565Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-09T09:35:56.565Z] === RUN TestControllerValidateMountNamedPipe [2022-03-09T09:35:56.565Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-09T09:35:56.565Z] PASS [2022-03-09T09:35:56.565Z] coverage: 11.0% of statements [2022-03-09T09:35:56.808Z] . [2022-03-09T09:35:56.808Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T09:35:56.808Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T09:35:56.808Z] Error: No such image: emptyfs [2022-03-09T09:35:57.032Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.559s coverage: 11.0% of statements [2022-03-09T09:35:57.068Z] Running integration-test (iteration 1) [2022-03-09T09:35:57.068Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-09T09:35:57.328Z] Loaded image: busybox:latest [2022-03-09T09:35:57.328Z] Loaded image: busybox:glibc [2022-03-09T09:35:57.815Z] #80 DONE 6.3s [2022-03-09T09:35:57.815Z] [2022-03-09T09:35:57.815Z] #81 exporting to image [2022-03-09T09:35:57.815Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-09T09:35:57.815Z] #81 exporting layers [2022-03-09T09:35:58.018Z] === RUN TestIsEmptyDir [2022-03-09T09:35:58.018Z] --- PASS: TestIsEmptyDir (0.02s) [2022-03-09T09:35:58.018Z] PASS [2022-03-09T09:35:58.018Z] coverage: 2.3% of statements [2022-03-09T09:35:58.018Z] ok github.com/docker/docker/daemon/graphdriver 0.086s coverage: 2.3% of statements [2022-03-09T09:35:58.018Z] === RUN TestLinkNaming [2022-03-09T09:35:58.018Z] --- PASS: TestLinkNaming (0.00s) [2022-03-09T09:35:58.018Z] === RUN TestLinkNew [2022-03-09T09:35:58.018Z] --- PASS: TestLinkNew (0.00s) [2022-03-09T09:35:58.018Z] === RUN TestLinkEnv [2022-03-09T09:35:58.018Z] --- PASS: TestLinkEnv (0.00s) [2022-03-09T09:35:58.018Z] === RUN TestLinkMultipleEnv [2022-03-09T09:35:58.018Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-09T09:35:58.018Z] === RUN TestLinkPortRangeEnv [2022-03-09T09:35:58.018Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-09T09:35:58.018Z] PASS [2022-03-09T09:35:58.018Z] coverage: 93.0% of statements [2022-03-09T09:35:58.018Z] ok github.com/docker/docker/daemon/links 0.052s coverage: 93.0% of statements [2022-03-09T09:35:58.486Z] === RUN TestVerifyNetworkingConfig [2022-03-09T09:35:58.486Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-09T09:35:58.486Z] === RUN TestGetContainer [2022-03-09T09:35:58.486Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T09:35:58.486Z] === RUN TestValidContainerNames [2022-03-09T09:35:58.486Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-09T09:35:58.486Z] === RUN TestContainerInitDNS [2022-03-09T09:35:58.486Z] daemon_test.go:145: root required [2022-03-09T09:35:58.486Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-09T09:35:58.711Z] Loaded image: debian:bullseye-slim [2022-03-09T09:35:58.711Z] Loaded image: hello-world:latest [2022-03-09T09:35:58.954Z] === RUN TestMerge [2022-03-09T09:35:58.954Z] --- PASS: TestMerge (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestValidateContainerIsolation [2022-03-09T09:35:58.954Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestFindNetworkErrorType [2022-03-09T09:35:58.954Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestEnsureServicesExist [2022-03-09T09:35:58.954Z] --- PASS: TestEnsureServicesExist (0.01s) [2022-03-09T09:35:58.954Z] === RUN TestEnsureServicesExistErrors [2022-03-09T09:35:58.954Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-09T09:35:58.954Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-09T09:35:58.954Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-09T09:35:58.954Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestContainerDelete [2022-03-09T09:35:58.954Z] --- PASS: TestContainerDelete (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestContainerDoubleDelete [2022-03-09T09:35:58.954Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestLogContainerEventCopyLabels [2022-03-09T09:35:58.954Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestLogContainerEventWithAttributes [2022-03-09T09:35:58.954Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestNoneHealthcheck [2022-03-09T09:35:58.954Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestHealthStates [2022-03-09T09:35:58.954Z] time="2022-03-09T09:35:58Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:35:58.954Z] time="2022-03-09T09:35:58Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:35:58.954Z] time="2022-03-09T09:35:58Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:35:58.954Z] time="2022-03-09T09:35:58Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:35:58.954Z] time="2022-03-09T09:35:58Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:35:58.954Z] time="2022-03-09T09:35:58Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:35:58.954Z] time="2022-03-09T09:35:58Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:35:58.954Z] time="2022-03-09T09:35:58Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:35:58.954Z] time="2022-03-09T09:35:58Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:35:58.954Z] time="2022-03-09T09:35:58Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:35:58.954Z] --- PASS: TestHealthStates (0.20s) [2022-03-09T09:35:58.954Z] === RUN TestGetInspectData [2022-03-09T09:35:58.954Z] --- PASS: TestGetInspectData (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestFillLicense [2022-03-09T09:35:58.954Z] --- PASS: TestFillLicense (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestListInvalidFilter [2022-03-09T09:35:58.954Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestNameFilter [2022-03-09T09:35:58.954Z] --- PASS: TestNameFilter (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-09T09:35:58.954Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-09T09:35:58.954Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-09T09:35:58.954Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestDaemonReloadLabels [2022-03-09T09:35:58.954Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-09T09:35:58.954Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestDaemonReloadMirrors [2022-03-09T09:35:58.954Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-09T09:35:58.954Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-09T09:35:58.954Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-09T09:35:58.954Z] reload_test.go:342: root required [2022-03-09T09:35:58.954Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T09:35:58.954Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-09T09:35:58.954Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-09T09:35:58.954Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-09T09:35:58.954Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-09T09:35:58.955Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-09T09:35:58.955Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-09T09:35:58.955Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-09T09:35:58.955Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-09T09:35:58.955Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-09T09:35:58.955Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-09T09:35:58.955Z] === RUN TestParseVolumesFrom [2022-03-09T09:35:58.955Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-09T09:35:58.955Z] PASS [2022-03-09T09:35:58.955Z] coverage: 8.6% of statements [2022-03-09T09:35:58.955Z] ok github.com/docker/docker/daemon 0.586s coverage: 8.6% of statements [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-09T09:35:58.955Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-09T09:35:58.972Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T09:35:58.972Z] INFO: Testing against a local daemon [2022-03-09T09:35:58.972Z] === RUN TestCgroupNamespacesBuild [2022-03-09T09:35:59.522Z] ok github.com/docker/docker/libnetwork 37.067s coverage: 40.7% of statements [2022-03-09T09:35:59.522Z] ok github.com/docker/docker/libnetwork/bitseq 0.125s coverage: 84.4% of statements [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-09T09:35:59.522Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 19.7% of statements [2022-03-09T09:35:59.522Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-09T09:35:59.522Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-09T09:35:59.522Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.242s coverage: 59.9% of statements [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-09T09:35:59.522Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-09T09:35:59.522Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.101s coverage: 4.0% of statements [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-09T09:35:59.522Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.013s coverage: 4.5% of statements [2022-03-09T09:35:59.522Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-09T09:35:59.522Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-09T09:36:00.357Z] --- PASS: TestCgroupNamespacesBuild (1.29s) [2022-03-09T09:36:00.357Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-09T09:36:00.519Z] === RUN TestNewStreamConfig [2022-03-09T09:36:00.519Z] === RUN TestNewStreamConfig/defaults [2022-03-09T09:36:00.519Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-09T09:36:00.519Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-09T09:36:00.519Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-09T09:36:00.519Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-09T09:36:00.519Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-09T09:36:00.519Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-09T09:36:00.519Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-09T09:36:00.519Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-09T09:36:00.519Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-09T09:36:00.519Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-09T09:36:00.519Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-09T09:36:00.519Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-09T09:36:00.519Z] time="2022-03-09T09:35:59Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-09T09:36:00.519Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s) [2022-03-09T09:36:00.519Z] === RUN TestCreateSuccess [2022-03-09T09:36:00.519Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCreateStreamSkipped [2022-03-09T09:36:00.519Z] time="2022-03-09T09:36:00Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-09T09:36:00.519Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCreateLogGroupSuccess [2022-03-09T09:36:00.519Z] time="2022-03-09T09:36:00Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-09T09:36:00.519Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCreateError [2022-03-09T09:36:00.519Z] --- PASS: TestCreateError (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCreateAlreadyExists [2022-03-09T09:36:00.519Z] time="2022-03-09T09:36:00Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-09T09:36:00.519Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestLogClosed [2022-03-09T09:36:00.519Z] --- PASS: TestLogClosed (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestLogBlocking [2022-03-09T09:36:00.519Z] --- PASS: TestLogBlocking (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-09T09:36:00.519Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestLogNonBlockingBufferFull [2022-03-09T09:36:00.519Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestPublishBatchSuccess [2022-03-09T09:36:00.519Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestPublishBatchError [2022-03-09T09:36:00.519Z] time="2022-03-09T09:36:00Z" level=error msg=error [2022-03-09T09:36:00.519Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-09T09:36:00.519Z] time="2022-03-09T09:36:00Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T09:36:00.519Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-09T09:36:00.519Z] time="2022-03-09T09:36:00Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T09:36:00.519Z] time="2022-03-09T09:36:00Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-09T09:36:00.519Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchSimple [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchTicker [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchMultilinePattern [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchClose [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestEffectiveLen [2022-03-09T09:36:00.519Z] === RUN TestEffectiveLen/0/Hello [2022-03-09T09:36:00.519Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-09T09:36:00.519Z] === RUN TestEffectiveLen/2/🙃 [2022-03-09T09:36:00.519Z] === RUN TestEffectiveLen/3/���� [2022-03-09T09:36:00.519Z] === RUN TestEffectiveLen/4/He��o [2022-03-09T09:36:00.519Z] === RUN TestEffectiveLen/5/ [2022-03-09T09:36:00.519Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestFindValidSplit [2022-03-09T09:36:00.519Z] === RUN TestFindValidSplit/0/ [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1076: [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:36:00.519Z] === RUN TestFindValidSplit/1/Hello [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1076: Hello [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:36:00.519Z] === RUN TestFindValidSplit/2/Hello [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1076: He [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1077: llo [2022-03-09T09:36:00.519Z] === RUN TestFindValidSplit/3/Hello [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1076: [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1077: Hello [2022-03-09T09:36:00.519Z] === RUN TestFindValidSplit/4/🙃 [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1076: [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-09T09:36:00.519Z] === RUN TestFindValidSplit/5/🙃 [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:36:00.519Z] === RUN TestFindValidSplit/6/a� [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1076: a [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1077: � [2022-03-09T09:36:00.519Z] === RUN TestFindValidSplit/7/a� [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1076: a� [2022-03-09T09:36:00.519Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:36:00.519Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestProcessEventEmoji [2022-03-09T09:36:00.519Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchLineSplit [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchMaxEvents [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-09T09:36:00.519Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-09T09:36:00.519Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-03-09T09:36:00.519Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-09T09:36:00.519Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-09T09:36:00.519Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-09T09:36:00.519Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-09T09:36:00.519Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-09T09:36:00.519Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-09T09:36:00.519Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-09T09:36:00.519Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-09T09:36:00.519Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-09T09:36:00.519Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-09T09:36:00.519Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-09T09:36:00.519Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-09T09:36:00.519Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-09T09:36:00.519Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsFormat [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-09T09:36:00.520Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-09T09:36:00.520Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-09T09:36:00.520Z] === RUN TestCreateTagSuccess [2022-03-09T09:36:00.520Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-09T09:36:00.520Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-09T09:36:00.520Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.00s) [2022-03-09T09:36:00.520Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-09T09:36:00.520Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-09T09:36:00.520Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-09T09:36:00.520Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2022-03-09T09:36:00.520Z] PASS [2022-03-09T09:36:00.520Z] coverage: 80.2% of statements [2022-03-09T09:36:00.520Z] ok github.com/docker/docker/daemon/logger/awslogs 0.429s coverage: 80.2% of statements [2022-03-09T09:36:00.989Z] === RUN TestAdapterReadLogs [2022-03-09T09:36:00.989Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-09T09:36:00.989Z] === RUN TestCopier [2022-03-09T09:36:00.989Z] --- PASS: TestCopier (0.00s) [2022-03-09T09:36:00.989Z] === RUN TestCopierLongLines [2022-03-09T09:36:00.989Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-09T09:36:00.989Z] === RUN TestCopierSlow [2022-03-09T09:36:00.989Z] === RUN TestSearchRegistryForImagesErrors [2022-03-09T09:36:00.989Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-09T09:36:00.989Z] === RUN TestSearchRegistryForImages [2022-03-09T09:36:00.989Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-09T09:36:00.989Z] === RUN TestOnlyPlatformWithFallback [2022-03-09T09:36:00.989Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-09T09:36:00.989Z] === RUN TestImageDelete [2022-03-09T09:36:00.989Z] --- PASS: TestCopierSlow (0.21s) [2022-03-09T09:36:00.989Z] === RUN TestCopierWithSized [2022-03-09T09:36:00.989Z] === RUN TestCopierWithSized/as_is [2022-03-09T09:36:00.989Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-09T09:36:00.989Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-09T09:36:00.989Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-03-09T09:36:00.989Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-09T09:36:00.989Z] === RUN TestCopierWithPartial [2022-03-09T09:36:00.989Z] === RUN TestImageDelete/no_lease [2022-03-09T09:36:01.458Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-09T09:36:01.458Z] === RUN TestRingLogger [2022-03-09T09:36:01.458Z] --- PASS: TestRingLogger (0.00s) [2022-03-09T09:36:01.458Z] === RUN TestRingCap [2022-03-09T09:36:01.458Z] --- PASS: TestRingCap (0.00s) [2022-03-09T09:36:01.458Z] === RUN TestRingClose [2022-03-09T09:36:01.458Z] --- PASS: TestRingClose (0.00s) [2022-03-09T09:36:01.458Z] === RUN TestRingDrain [2022-03-09T09:36:01.458Z] --- PASS: TestRingDrain (0.00s) [2022-03-09T09:36:01.458Z] PASS [2022-03-09T09:36:01.458Z] coverage: 43.2% of statements [2022-03-09T09:36:01.458Z] === RUN TestImageDelete/lease_exists [2022-03-09T09:36:01.458Z] ok github.com/docker/docker/daemon/logger 0.279s coverage: 43.2% of statements [2022-03-09T09:36:01.458Z] --- PASS: TestImageDelete (0.05s) [2022-03-09T09:36:01.458Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-09T09:36:01.458Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-09T09:36:01.458Z] === RUN TestContentStoreForPull [2022-03-09T09:36:01.458Z] === RUN TestValidateLogOptReconnectInterval [2022-03-09T09:36:01.458Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-09T09:36:01.458Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-09T09:36:01.458Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-09T09:36:01.458Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-09T09:36:01.458Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-09T09:36:01.458Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-09T09:36:01.458Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-09T09:36:01.458Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-09T09:36:01.458Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-09T09:36:01.458Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-09T09:36:01.458Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-09T09:36:01.458Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-09T09:36:01.458Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-09T09:36:01.458Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-09T09:36:01.458Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-09T09:36:01.458Z] PASS [2022-03-09T09:36:01.458Z] coverage: 33.6% of statements [2022-03-09T09:36:01.458Z] ok github.com/docker/docker/daemon/logger/fluentd 0.060s coverage: 33.6% of statements [2022-03-09T09:36:01.458Z] --- PASS: TestContentStoreForPull (0.23s) [2022-03-09T09:36:01.458Z] PASS [2022-03-09T09:36:01.458Z] coverage: 6.8% of statements [2022-03-09T09:36:01.458Z] ok github.com/docker/docker/daemon/images 0.459s coverage: 6.8% of statements [2022-03-09T09:36:01.458Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-09T09:36:01.458Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-09T09:36:01.458Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-09T09:36:01.458Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-09T09:36:01.458Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-09T09:36:01.458Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-09T09:36:01.744Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.28s) [2022-03-09T09:36:01.744Z] === RUN TestBuildWithSession [2022-03-09T09:36:01.744Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:36:01.744Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T09:36:01.744Z] === RUN TestBuildSquashParent [2022-03-09T09:36:02.444Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-09T09:36:02.444Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-09T09:36:02.444Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-09T09:36:02.444Z] === RUN TestJSONFileLogger [2022-03-09T09:36:02.444Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s) [2022-03-09T09:36:02.444Z] === RUN TestFastTimeMarshalJSON [2022-03-09T09:36:02.444Z] --- PASS: TestJSONFileLogger (0.03s) [2022-03-09T09:36:02.444Z] === RUN TestJSONFileLoggerWithTags [2022-03-09T09:36:02.444Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2022-03-09T09:36:02.444Z] PASS [2022-03-09T09:36:02.444Z] coverage: 87.2% of statements [2022-03-09T09:36:02.444Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-09T09:36:02.444Z] === RUN TestJSONFileLoggerWithOpts [2022-03-09T09:36:02.444Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.267s coverage: 87.2% of statements [2022-03-09T09:36:02.444Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-03-09T09:36:02.444Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-09T09:36:02.444Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-09T09:36:02.444Z] === RUN TestEncodeDecode [2022-03-09T09:36:02.444Z] === PAUSE TestEncodeDecode [2022-03-09T09:36:02.444Z] === RUN TestUnexpectedEOF [2022-03-09T09:36:02.444Z] time="2022-03-09T09:36:02Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T09:36:02.444Z] time="2022-03-09T09:36:02Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T09:36:02.444Z] --- PASS: TestUnexpectedEOF (0.17s) [2022-03-09T09:36:02.444Z] === CONT TestEncodeDecode [2022-03-09T09:36:02.444Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-09T09:36:02.444Z] PASS [2022-03-09T09:36:02.444Z] coverage: 69.9% of statements [2022-03-09T09:36:02.444Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.342s coverage: 69.9% of statements [2022-03-09T09:36:02.911Z] === RUN TestWriteLog [2022-03-09T09:36:02.911Z] === PAUSE TestWriteLog [2022-03-09T09:36:02.911Z] === RUN TestReadLog [2022-03-09T09:36:02.911Z] === PAUSE TestReadLog [2022-03-09T09:36:02.911Z] === RUN TestDecode [2022-03-09T09:36:02.911Z] --- PASS: TestDecode (0.02s) [2022-03-09T09:36:02.911Z] === CONT TestWriteLog [2022-03-09T09:36:02.911Z] === CONT TestReadLog [2022-03-09T09:36:02.911Z] === RUN TestReadLog/tail_exact [2022-03-09T09:36:02.911Z] --- PASS: TestWriteLog (0.01s) [2022-03-09T09:36:02.911Z] === RUN TestReadLog/tail_less_than_available [2022-03-09T09:36:02.911Z] === RUN TestReadLog/tail_more_than_available [2022-03-09T09:36:02.911Z] --- PASS: TestReadLog (0.24s) [2022-03-09T09:36:02.911Z] --- PASS: TestReadLog/tail_exact (0.18s) [2022-03-09T09:36:02.911Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-09T09:36:02.912Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-09T09:36:03.380Z] PASS [2022-03-09T09:36:03.380Z] coverage: 78.7% of statements [2022-03-09T09:36:03.380Z] ok github.com/docker/docker/daemon/logger/local 0.392s coverage: 78.7% of statements [2022-03-09T09:36:03.380Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-09T09:36:03.380Z] === RUN TestOpenFileDelete [2022-03-09T09:36:03.380Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-09T09:36:03.380Z] === RUN TestOpenFileRename [2022-03-09T09:36:03.380Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-09T09:36:03.380Z] === RUN TestHandleDecoderErr [2022-03-09T09:36:03.380Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-09T09:36:03.380Z] === RUN TestParseLogTagDefaultTag [2022-03-09T09:36:03.380Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-09T09:36:03.380Z] === RUN TestParseLogTag [2022-03-09T09:36:03.380Z] --- PASS: TestParseLogTag (0.00s) [2022-03-09T09:36:03.380Z] === RUN TestParseLogTagEmptyTag [2022-03-09T09:36:03.380Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-09T09:36:03.380Z] === RUN TestTailFiles [2022-03-09T09:36:03.380Z] --- PASS: TestTailFiles (0.00s) [2022-03-09T09:36:03.380Z] === RUN TestFollowLogsConsumerGone [2022-03-09T09:36:03.380Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-09T09:36:03.380Z] === RUN TestFollowLogsProducerGone [2022-03-09T09:36:03.380Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-09T09:36:03.380Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-09T09:36:03.380Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-03-09T09:36:03.380Z] === RUN TestCheckCapacityAndRotate [2022-03-09T09:36:03.380Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-09T09:36:03.380Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-09T09:36:03.849Z] --- PASS: TestCheckCapacityAndRotate (0.06s) [2022-03-09T09:36:03.849Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-09T09:36:03.849Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-09T09:36:03.849Z] PASS [2022-03-09T09:36:03.849Z] coverage: 53.5% of statements [2022-03-09T09:36:03.849Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.134s coverage: 53.5% of statements [2022-03-09T09:36:03.849Z] === RUN TestLog [2022-03-09T09:36:03.849Z] --- PASS: TestLog (0.03s) [2022-03-09T09:36:03.849Z] PASS [2022-03-09T09:36:03.849Z] coverage: 31.5% of statements [2022-03-09T09:36:03.849Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.089s coverage: 31.5% of statements [2022-03-09T09:36:04.835Z] === RUN TestValidateLogOpt [2022-03-09T09:36:04.835Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestNewMissedConfig [2022-03-09T09:36:04.835Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestNewMissedUrl [2022-03-09T09:36:04.835Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestNewMissedToken [2022-03-09T09:36:04.835Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestNewWithProxy [2022-03-09T09:36:04.835Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestDefault [2022-03-09T09:36:04.835Z] --- PASS: TestDefault (0.01s) [2022-03-09T09:36:04.835Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-09T09:36:04.835Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestJsonFormat [2022-03-09T09:36:04.835Z] --- PASS: TestJsonFormat (0.01s) [2022-03-09T09:36:04.835Z] === RUN TestRawFormat [2022-03-09T09:36:04.835Z] --- PASS: TestRawFormat (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestRawFormatWithLabels [2022-03-09T09:36:04.835Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestRawFormatWithoutTag [2022-03-09T09:36:04.835Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestBatching [2022-03-09T09:36:04.835Z] === RUN TestNewParse [2022-03-09T09:36:04.835Z] --- PASS: TestNewParse (0.00s) [2022-03-09T09:36:04.835Z] PASS [2022-03-09T09:36:04.835Z] coverage: 8.3% of statements [2022-03-09T09:36:04.835Z] === RUN TestParseLogFormat [2022-03-09T09:36:04.835Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestValidateLogOptEmpty [2022-03-09T09:36:04.835Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestValidateSyslogAddress [2022-03-09T09:36:04.835Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestParseAddressDefaultPort [2022-03-09T09:36:04.835Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestValidateSyslogFacility [2022-03-09T09:36:04.835Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestValidateLogOptSyslogFormat [2022-03-09T09:36:04.835Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestValidateLogOpt [2022-03-09T09:36:04.835Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T09:36:04.835Z] PASS [2022-03-09T09:36:04.835Z] coverage: 46.8% of statements [2022-03-09T09:36:04.835Z] ok github.com/docker/docker/daemon/logger/templates 0.043s coverage: 8.3% of statements [2022-03-09T09:36:04.835Z] ok github.com/docker/docker/daemon/logger/syslog 0.059s coverage: 46.8% of statements [2022-03-09T09:36:04.835Z] --- PASS: TestBatching (0.23s) [2022-03-09T09:36:04.835Z] === RUN TestFrequency [2022-03-09T09:36:04.835Z] --- PASS: TestFrequency (0.17s) [2022-03-09T09:36:04.835Z] === RUN TestOneMessagePerRequest [2022-03-09T09:36:04.835Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-09T09:36:04.835Z] === RUN TestVerify [2022-03-09T09:36:04.835Z] --- PASS: TestVerify (0.01s) [2022-03-09T09:36:04.835Z] === RUN TestSkipVerify [2022-03-09T09:36:05.303Z] time="2022-03-09T09:36:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.303Z] time="2022-03-09T09:36:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.303Z] time="2022-03-09T09:36:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.303Z] time="2022-03-09T09:36:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.772Z] --- PASS: TestSkipVerify (0.60s) [2022-03-09T09:36:05.772Z] === RUN TestBufferMaximum [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818565.333268\",\"host\":\"cfc2e52d6b7a\"}'" [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818565.333268\",\"host\":\"cfc2e52d6b7a\"}'" [2022-03-09T09:36:05.772Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-09T09:36:05.772Z] === RUN TestServerAlwaysDown [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818565.336268\",\"host\":\"cfc2e52d6b7a\"}'" [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818565.336268\",\"host\":\"cfc2e52d6b7a\"}'" [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818565.336268\",\"host\":\"cfc2e52d6b7a\"}'" [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818565.337269\",\"host\":\"cfc2e52d6b7a\"}'" [2022-03-09T09:36:05.772Z] time="2022-03-09T09:36:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818565.337269\",\"host\":\"cfc2e52d6b7a\"}'" [2022-03-09T09:36:05.772Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-09T09:36:05.772Z] === RUN TestCannotSendAfterClose [2022-03-09T09:36:05.772Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-09T09:36:05.772Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-09T09:36:06.758Z] === RUN TestV1IDService [2022-03-09T09:36:06.758Z] time="2022-03-09T09:36:06Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49208/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-09T09:36:06.758Z] time="2022-03-09T09:36:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"cfc2e52d6b7a\"}'" [2022-03-09T09:36:06.758Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-09T09:36:06.758Z] PASS [2022-03-09T09:36:06.758Z] coverage: 82.5% of statements [2022-03-09T09:36:06.758Z] --- PASS: TestV1IDService (0.02s) [2022-03-09T09:36:06.758Z] === RUN TestV2MetadataService [2022-03-09T09:36:06.758Z] ok github.com/docker/docker/daemon/logger/splunk 2.117s coverage: 82.5% of statements [2022-03-09T09:36:06.758Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-09T09:36:06.758Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-09T09:36:06.758Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-09T09:36:06.758Z] === RUN TestSuccessfulDownload [2022-03-09T09:36:06.758Z] download_test.go:267: Needs fixing on Windows [2022-03-09T09:36:06.758Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-09T09:36:06.758Z] === RUN TestCancelledDownload [2022-03-09T09:36:06.758Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-09T09:36:06.758Z] === RUN TestMaxDownloadAttempts [2022-03-09T09:36:06.758Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T09:36:06.758Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T09:36:06.758Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T09:36:06.758Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T09:36:06.758Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T09:36:06.758Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T09:36:06.758Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T09:36:06.758Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T09:36:06.758Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T09:36:06.758Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T09:36:06.758Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T09:36:06.758Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T09:36:07.039Z] --- PASS: TestBuildSquashParent (5.14s) [2022-03-09T09:36:07.039Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T09:36:07.039Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:36:07.039Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:36:07.039Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:36:07.039Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:36:07.039Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:36:07.039Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:36:07.039Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:36:07.039Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:36:07.039Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:36:07.039Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:36:07.039Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:36:07.039Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:36:07.039Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:36:07.039Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:36:07.231Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-09T09:36:07.231Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-09T09:36:07.231Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-09T09:36:07.231Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-09T09:36:07.231Z] === RUN TestContinueOnError_NeverContinue [2022-03-09T09:36:07.231Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-09T09:36:07.231Z] === RUN TestManifestStore [2022-03-09T09:36:07.231Z] === RUN TestManifestStore/no_remote_or_local [2022-03-09T09:36:07.231Z] time="2022-03-09T09:36:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:36:07.231Z] time="2022-03-09T09:36:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:36:07.231Z] time="2022-03-09T09:36:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:36:07.231Z] time="2022-03-09T09:36:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:36:07.231Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-09T09:36:07.231Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.48s) [2022-03-09T09:36:07.231Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.48s) [2022-03-09T09:36:07.231Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.48s) [2022-03-09T09:36:07.231Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.48s) [2022-03-09T09:36:07.231Z] === RUN TestTransfer [2022-03-09T09:36:07.231Z] time="2022-03-09T09:36:07Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local4005235334\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-09T09:36:07.231Z] === RUN TestManifestStore/no_local_cache [2022-03-09T09:36:07.231Z] === RUN TestManifestStore/with_local_cache [2022-03-09T09:36:07.231Z] === RUN TestManifestStore/unknown_media_type [2022-03-09T09:36:07.231Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-09T09:36:07.231Z] time="2022-03-09T09:36:07Z" level=warning msg="reference for unknown type: " [2022-03-09T09:36:07.231Z] time="2022-03-09T09:36:07Z" level=warning msg="reference for unknown type: " [2022-03-09T09:36:07.231Z] --- PASS: TestTransfer (0.12s) [2022-03-09T09:36:07.231Z] === RUN TestConcurrencyLimit [2022-03-09T09:36:07.231Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-09T09:36:07.231Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-09T09:36:07.697Z] time="2022-03-09T09:36:07Z" level=warning msg="reference for unknown type: " [2022-03-09T09:36:07.697Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-09T09:36:07.697Z] time="2022-03-09T09:36:07Z" level=warning msg="reference for unknown type: " [2022-03-09T09:36:07.697Z] time="2022-03-09T09:36:07Z" level=warning msg="reference for unknown type: " [2022-03-09T09:36:07.697Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-09T09:36:07.697Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-09T09:36:07.697Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-09T09:36:07.697Z] time="2022-03-09T09:36:07Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore (0.34s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/no_remote_or_local (0.23s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaType [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-09T09:36:07.697Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-09T09:36:07.697Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-09T09:36:07.697Z] === RUN TestFixManifestLayers [2022-03-09T09:36:07.697Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-09T09:36:07.697Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-09T09:36:07.697Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T09:36:07.697Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T09:36:07.697Z] === RUN TestFixManifestLayersBadParent [2022-03-09T09:36:07.697Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-09T09:36:07.697Z] === RUN TestValidateManifest [2022-03-09T09:36:07.697Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T09:36:07.697Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-09T09:36:07.697Z] === RUN TestFormatPlatform [2022-03-09T09:36:07.697Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-09T09:36:07.697Z] === RUN TestPullSchema2Config [2022-03-09T09:36:07.697Z] === RUN TestPullSchema2Config/success_first_time [2022-03-09T09:36:07.697Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:36:07.697Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:36:07.697Z] --- PASS: TestV2MetadataService (0.89s) [2022-03-09T09:36:07.697Z] PASS [2022-03-09T09:36:07.697Z] coverage: 48.2% of statements [2022-03-09T09:36:07.697Z] === RUN TestPullSchema2Config/500_status [2022-03-09T09:36:07.697Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:36:07.697Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:36:07.698Z] ok github.com/docker/docker/distribution/metadata 0.979s coverage: 48.2% of statements [2022-03-09T09:36:07.698Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:36:07.698Z] === RUN TestPullSchema2Config/EOF [2022-03-09T09:36:07.698Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:36:07.698Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:36:07.698Z] 2022/03/09 09:36:07 http: panic serving 127.0.0.1:49220: intentional panic [2022-03-09T09:36:07.698Z] goroutine 32 [running]: [2022-03-09T09:36:07.698Z] net/http.(*conn).serve.func1() [2022-03-09T09:36:07.698Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T09:36:07.698Z] panic({0x1274800, 0x13f5ea0}) [2022-03-09T09:36:07.698Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T09:36:07.698Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0003ba204, {0x1407200, 0xc0004fa000}) [2022-03-09T09:36:07.698Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-09T09:36:07.698Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1407200, 0xc0004fa000}, 0xc0004f8000) [2022-03-09T09:36:07.698Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-09T09:36:07.698Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1407200, 0xc0004fa000}, 0xd88e35) [2022-03-09T09:36:07.698Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T09:36:07.698Z] net/http.serverHandler.ServeHTTP({0xc0000772f0}, {0x1407200, 0xc0004fa000}, 0xc0004f8000) [2022-03-09T09:36:07.698Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T09:36:07.698Z] net/http.(*conn).serve(0xc0001755e0, {0x140b838, 0xc0004b2b40}) [2022-03-09T09:36:07.698Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T09:36:07.698Z] created by net/http.(*Server).Serve [2022-03-09T09:36:07.698Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T09:36:07.698Z] === RUN TestNotFound [2022-03-09T09:36:07.698Z] --- PASS: TestNotFound (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestConflict [2022-03-09T09:36:07.698Z] --- PASS: TestConflict (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestForbidden [2022-03-09T09:36:07.698Z] --- PASS: TestForbidden (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestInvalidParameter [2022-03-09T09:36:07.698Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestNotImplemented [2022-03-09T09:36:07.698Z] --- PASS: TestNotImplemented (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestNotModified [2022-03-09T09:36:07.698Z] --- PASS: TestNotModified (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestUnauthorized [2022-03-09T09:36:07.698Z] --- PASS: TestUnauthorized (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestUnknown [2022-03-09T09:36:07.698Z] --- PASS: TestUnknown (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestCancelled [2022-03-09T09:36:07.698Z] --- PASS: TestCancelled (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestDeadline [2022-03-09T09:36:07.698Z] --- PASS: TestDeadline (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestDataLoss [2022-03-09T09:36:07.698Z] --- PASS: TestDataLoss (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestUnavailable [2022-03-09T09:36:07.698Z] --- PASS: TestUnavailable (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestSystem [2022-03-09T09:36:07.698Z] --- PASS: TestSystem (0.00s) [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Not_Found [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Bad_Request [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Conflict [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Unauthorized [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Forbidden [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Not_Modified [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-09T09:36:07.698Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-09T09:36:07.698Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-09T09:36:07.698Z] PASS [2022-03-09T09:36:07.698Z] coverage: 53.1% of statements [2022-03-09T09:36:07.698Z] ok github.com/docker/docker/errdefs 0.042s coverage: 53.1% of statements [2022-03-09T09:36:07.698Z] --- PASS: TestConcurrencyLimit (0.38s) [2022-03-09T09:36:07.698Z] === RUN TestInactiveJobs [2022-03-09T09:36:07.980Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:36:08.165Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:36:08.165Z] === RUN TestPullSchema2Config/unauthorized [2022-03-09T09:36:08.165Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:36:08.165Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:36:08.165Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-09T09:36:08.165Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-09T09:36:08.165Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-09T09:36:08.165Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-09T09:36:08.165Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-09T09:36:08.165Z] === RUN TestGetRepositoryMountCandidates [2022-03-09T09:36:08.165Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-09T09:36:08.165Z] === RUN TestLayerAlreadyExists [2022-03-09T09:36:08.165Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:36:08.165Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:36:08.165Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:36:08.165Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:36:08.165Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:36:08.165Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:36:08.165Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-09T09:36:08.165Z] === RUN TestWhenEmptyAuthConfig [2022-03-09T09:36:08.165Z] --- PASS: TestInactiveJobs (0.36s) [2022-03-09T09:36:08.165Z] === RUN TestWatchRelease [2022-03-09T09:36:08.165Z] --- PASS: TestWatchRelease (0.04s) [2022-03-09T09:36:08.165Z] === RUN TestWatchFinishedTransfer [2022-03-09T09:36:08.165Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-09T09:36:08.165Z] === RUN TestDuplicateTransfer [2022-03-09T09:36:08.165Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-09T09:36:08.165Z] === RUN TestSuccessfulUpload [2022-03-09T09:36:08.240Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:36:08.634Z] time="2022-03-09T09:36:08Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-09T09:36:08.634Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-03-09T09:36:08.634Z] === RUN TestCancelledUpload [2022-03-09T09:36:08.634Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-09T09:36:08.634Z] PASS [2022-03-09T09:36:08.634Z] coverage: 76.8% of statements [2022-03-09T09:36:08.634Z] ok github.com/docker/docker/distribution/xfer 1.874s coverage: 76.8% of statements [2022-03-09T09:36:09.104Z] === RUN TestCompare [2022-03-09T09:36:09.104Z] --- PASS: TestCompare (0.00s) [2022-03-09T09:36:09.104Z] PASS [2022-03-09T09:36:09.104Z] coverage: 19.2% of statements [2022-03-09T09:36:09.104Z] ok github.com/docker/docker/image/cache 0.066s coverage: 19.2% of statements [2022-03-09T09:36:09.104Z] === RUN TestFSGetInvalidData [2022-03-09T09:36:09.104Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-09T09:36:09.104Z] === RUN TestFSInvalidSet [2022-03-09T09:36:09.104Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-09T09:36:09.104Z] === RUN TestFSInvalidRoot [2022-03-09T09:36:09.104Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-09T09:36:09.104Z] === RUN TestFSMetadataGetSet [2022-03-09T09:36:09.104Z] --- PASS: TestFSMetadataGetSet (0.07s) [2022-03-09T09:36:09.104Z] === RUN TestFSInvalidWalker [2022-03-09T09:36:09.104Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-09T09:36:09.104Z] === RUN TestFSGetSet [2022-03-09T09:36:09.104Z] --- PASS: TestFSGetSet (0.05s) [2022-03-09T09:36:09.104Z] === RUN TestFSGetUnsetKey [2022-03-09T09:36:09.104Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-09T09:36:09.104Z] === RUN TestFSGetEmptyData [2022-03-09T09:36:09.104Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-09T09:36:09.104Z] === RUN TestFSDelete [2022-03-09T09:36:09.104Z] --- PASS: TestFSDelete (0.01s) [2022-03-09T09:36:09.104Z] === RUN TestFSWalker [2022-03-09T09:36:09.104Z] --- PASS: TestFSWalker (0.02s) [2022-03-09T09:36:09.104Z] === RUN TestFSWalkerStopOnError [2022-03-09T09:36:09.104Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-09T09:36:09.104Z] === RUN TestNewFromJSON [2022-03-09T09:36:09.104Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-09T09:36:09.104Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-09T09:36:09.104Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-09T09:36:09.104Z] === RUN TestMarshalKeyOrder [2022-03-09T09:36:09.104Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-09T09:36:09.104Z] === RUN TestHistoryEqual [2022-03-09T09:36:09.104Z] --- PASS: TestWhenEmptyAuthConfig (1.13s) [2022-03-09T09:36:09.104Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-09T09:36:09.104Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-09T09:36:09.104Z] === RUN TestTokenPassThru [2022-03-09T09:36:09.104Z] --- PASS: TestTokenPassThru (0.00s) [2022-03-09T09:36:09.104Z] === RUN TestTokenPassThruDifferentHost [2022-03-09T09:36:09.104Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-09T09:36:09.104Z] PASS [2022-03-09T09:36:09.104Z] coverage: 26.7% of statements [2022-03-09T09:36:09.104Z] ok github.com/docker/docker/distribution 2.105s coverage: 26.7% of statements [2022-03-09T09:36:09.522Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.759s coverage: 7.4% of statements [2022-03-09T09:36:09.522Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-09T09:36:09.522Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-09T09:36:09.522Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-03-09T09:36:09.522Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-09T09:36:09.522Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-09T09:36:09.522Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-09T09:36:09.571Z] --- PASS: TestHistoryEqual (0.20s) [2022-03-09T09:36:09.571Z] === RUN TestImage [2022-03-09T09:36:09.571Z] --- PASS: TestImage (0.00s) [2022-03-09T09:36:09.571Z] === RUN TestImageOSNotEmpty [2022-03-09T09:36:09.571Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-09T09:36:09.571Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-09T09:36:09.571Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-09T09:36:09.571Z] === RUN TestCreate [2022-03-09T09:36:09.571Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-09T09:36:09.571Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-09T09:36:09.571Z] --- PASS: TestCreate (0.01s) [2022-03-09T09:36:09.571Z] === RUN TestRestore [2022-03-09T09:36:09.571Z] time="2022-03-09T09:36:09Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-09T09:36:09.571Z] --- PASS: TestRestore (0.05s) [2022-03-09T09:36:09.571Z] === RUN TestAddDelete [2022-03-09T09:36:09.571Z] --- PASS: TestAddDelete (0.03s) [2022-03-09T09:36:09.571Z] === RUN TestSearchAfterDelete [2022-03-09T09:36:09.571Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-09T09:36:09.571Z] === RUN TestParentReset [2022-03-09T09:36:09.571Z] --- PASS: TestParentReset (0.03s) [2022-03-09T09:36:09.571Z] === RUN TestGetAndSetLastUpdated [2022-03-09T09:36:09.571Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-09T09:36:09.571Z] === RUN TestStoreLen [2022-03-09T09:36:09.571Z] --- PASS: TestStoreLen (0.05s) [2022-03-09T09:36:09.571Z] PASS [2022-03-09T09:36:09.571Z] coverage: 86.9% of statements [2022-03-09T09:36:09.571Z] ok github.com/docker/docker/image 0.709s coverage: 86.9% of statements [2022-03-09T09:36:09.622Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:36:09.622Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:36:09.778Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-03-09T09:36:09.778Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-03-09T09:36:10.034Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-09T09:36:10.038Z] === RUN TestMakeV1ConfigFromConfig [2022-03-09T09:36:10.039Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-09T09:36:10.039Z] PASS [2022-03-09T09:36:10.039Z] coverage: 25.0% of statements [2022-03-09T09:36:10.039Z] ok github.com/docker/docker/image/v1 0.086s coverage: 25.0% of statements [2022-03-09T09:36:10.039Z] === RUN TestValidateManifest [2022-03-09T09:36:10.039Z] === RUN TestValidateManifest/nil [2022-03-09T09:36:10.039Z] === RUN TestValidateManifest/non-nil [2022-03-09T09:36:10.039Z] --- PASS: TestValidateManifest (0.00s) [2022-03-09T09:36:10.039Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-09T09:36:10.039Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-09T09:36:10.039Z] PASS [2022-03-09T09:36:10.039Z] coverage: 0.7% of statements [2022-03-09T09:36:10.039Z] ok github.com/docker/docker/image/tarexport 0.072s coverage: 0.7% of statements [2022-03-09T09:36:10.039Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-09T09:36:10.290Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-09T09:36:11.008Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-09T09:36:11.008Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.40s) [2022-03-09T09:36:11.008Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.53s) [2022-03-09T09:36:11.008Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.49s) [2022-03-09T09:36:11.008Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.45s) [2022-03-09T09:36:11.008Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.28s) [2022-03-09T09:36:11.008Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.37s) [2022-03-09T09:36:11.008Z] === RUN TestBuildMultiStageCopy [2022-03-09T09:36:11.008Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T09:36:11.024Z] === RUN TestSerialization [2022-03-09T09:36:11.024Z] --- PASS: TestSerialization (0.02s) [2022-03-09T09:36:11.024Z] PASS [2022-03-09T09:36:11.024Z] coverage: 100.0% of statements [2022-03-09T09:36:11.024Z] ok github.com/docker/docker/libcontainerd/queue 0.062s coverage: 100.0% of statements [2022-03-09T09:36:12.012Z] === RUN TestEnvironmentParsing [2022-03-09T09:36:12.012Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-09T09:36:12.012Z] PASS [2022-03-09T09:36:12.012Z] coverage: 1.2% of statements [2022-03-09T09:36:12.012Z] ok github.com/docker/docker/libcontainerd/local 0.080s coverage: 1.2% of statements [2022-03-09T09:36:12.012Z] === RUN TestEmptyLayer [2022-03-09T09:36:12.012Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-09T09:36:12.012Z] === RUN TestCommitFailure [2022-03-09T09:36:12.012Z] --- PASS: TestCommitFailure (0.01s) [2022-03-09T09:36:12.012Z] === RUN TestStartTransactionFailure [2022-03-09T09:36:12.012Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-09T09:36:12.012Z] === RUN TestGetOrphan [2022-03-09T09:36:12.012Z] --- PASS: TestGetOrphan (0.01s) [2022-03-09T09:36:12.012Z] === RUN TestMountAndRegister [2022-03-09T09:36:12.397Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T09:36:12.397Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T09:36:12.480Z] layer_test.go:258: Layer size: 14 [2022-03-09T09:36:12.480Z] --- PASS: TestMountAndRegister (0.06s) [2022-03-09T09:36:12.480Z] === RUN TestLayerRelease [2022-03-09T09:36:12.480Z] layer_test.go:291: Failing on Windows [2022-03-09T09:36:12.480Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-09T09:36:12.480Z] === RUN TestStoreRestore [2022-03-09T09:36:12.480Z] layer_test.go:340: Failing on Windows [2022-03-09T09:36:12.480Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-09T09:36:12.480Z] === RUN TestTarStreamStability [2022-03-09T09:36:12.480Z] layer_test.go:455: Failing on Windows [2022-03-09T09:36:12.480Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-09T09:36:12.480Z] === RUN TestRegisterExistingLayer [2022-03-09T09:36:12.480Z] --- PASS: TestRegisterExistingLayer (0.17s) [2022-03-09T09:36:12.480Z] === RUN TestTarStreamVerification [2022-03-09T09:36:12.480Z] layer_test.go:684: Failing on Windows [2022-03-09T09:36:12.480Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-09T09:36:12.481Z] === RUN TestLayerMigration [2022-03-09T09:36:12.481Z] migration_test.go:45: Failing on Windows [2022-03-09T09:36:12.481Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-09T09:36:12.481Z] === RUN TestLayerMigrationNoTarsplit [2022-03-09T09:36:12.481Z] migration_test.go:181: Failing on Windows [2022-03-09T09:36:12.481Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T09:36:12.481Z] === RUN TestMountInit [2022-03-09T09:36:12.481Z] mount_test.go:17: Failing on Windows [2022-03-09T09:36:12.481Z] --- SKIP: TestMountInit (0.00s) [2022-03-09T09:36:12.481Z] === RUN TestMountSize [2022-03-09T09:36:12.481Z] mount_test.go:76: Failing on Windows [2022-03-09T09:36:12.481Z] --- SKIP: TestMountSize (0.00s) [2022-03-09T09:36:12.481Z] === RUN TestMountChanges [2022-03-09T09:36:12.481Z] mount_test.go:125: Failing on Windows [2022-03-09T09:36:12.481Z] --- SKIP: TestMountChanges (0.00s) [2022-03-09T09:36:12.481Z] === RUN TestMountApply [2022-03-09T09:36:12.481Z] mount_test.go:212: Failing on Windows [2022-03-09T09:36:12.481Z] --- SKIP: TestMountApply (0.00s) [2022-03-09T09:36:12.481Z] PASS [2022-03-09T09:36:12.481Z] coverage: 30.2% of statements [2022-03-09T09:36:12.481Z] ok github.com/docker/docker/layer 0.340s coverage: 30.2% of statements [2022-03-09T09:36:12.481Z] === RUN TestSequenceGetAvailableBit [2022-03-09T09:36:12.481Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-09T09:36:12.481Z] === RUN TestSequenceEqual [2022-03-09T09:36:12.481Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-09T09:36:12.659Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T09:36:12.921Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T09:36:12.949Z] === RUN TestSequenceCopy [2022-03-09T09:36:12.949Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestGetFirstAvailable [2022-03-09T09:36:12.949Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestFindSequence [2022-03-09T09:36:12.949Z] --- PASS: TestFindSequence (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestCheckIfAvailable [2022-03-09T09:36:12.949Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestMergeSequences [2022-03-09T09:36:12.949Z] --- PASS: TestMergeSequences (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestPushReservation [2022-03-09T09:36:12.949Z] --- PASS: TestPushReservation (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestSerializeDeserialize [2022-03-09T09:36:12.949Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestSet [2022-03-09T09:36:12.949Z] --- PASS: TestSet (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestSetUnset [2022-03-09T09:36:12.949Z] --- PASS: TestSetUnset (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestOffsetSetUnset [2022-03-09T09:36:12.949Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestSetInRange [2022-03-09T09:36:12.949Z] --- PASS: TestSetInRange (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestSetAnyInRange [2022-03-09T09:36:12.949Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestMethods [2022-03-09T09:36:12.949Z] --- PASS: TestMethods (0.00s) [2022-03-09T09:36:12.949Z] === RUN TestRandomAllocateDeallocate [2022-03-09T09:36:12.949Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-09T09:36:12.949Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-09T09:36:12.949Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-09T09:36:12.949Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-09T09:36:13.182Z] --- PASS: TestBuildMultiStageCopy (2.20s) [2022-03-09T09:36:13.182Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.36s) [2022-03-09T09:36:13.182Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-03-09T09:36:13.182Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-03-09T09:36:13.182Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-03-09T09:36:13.182Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-03-09T09:36:13.182Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T09:36:13.753Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2022-03-09T09:36:13.753Z] === RUN TestBuildLabelWithTargets [2022-03-09T09:36:14.698Z] --- PASS: TestBuildLabelWithTargets (0.97s) [2022-03-09T09:36:14.698Z] === RUN TestBuildWithEmptyLayers [2022-03-09T09:36:15.153Z] INFO: Expanding compiler 1 of 3... [2022-03-09T09:36:15.153Z] INFO: Expanding compiler 2 of 3... [2022-03-09T09:36:15.160Z] === RUN TestInvalidConfig [2022-03-09T09:36:15.160Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-09T09:36:15.160Z] === RUN TestConfig [2022-03-09T09:36:15.160Z] --- PASS: TestConfig (0.00s) [2022-03-09T09:36:15.160Z] === RUN TestOptionsLabels [2022-03-09T09:36:15.160Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-09T09:36:15.160Z] === RUN TestValidName [2022-03-09T09:36:15.160Z] --- PASS: TestValidName (0.00s) [2022-03-09T09:36:15.160Z] PASS [2022-03-09T09:36:15.160Z] coverage: 19.7% of statements [2022-03-09T09:36:15.160Z] ok github.com/docker/docker/libnetwork/config 0.073s coverage: 19.7% of statements [2022-03-09T09:36:15.272Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2022-03-09T09:36:15.272Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T09:36:15.629Z] === RUN TestKey [2022-03-09T09:36:15.629Z] --- PASS: TestKey (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestParseKey [2022-03-09T09:36:15.629Z] --- PASS: TestParseKey (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestInvalidDataStore [2022-03-09T09:36:15.629Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestKVObjectFlatKey [2022-03-09T09:36:15.629Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestAtomicKVObjectFlatKey [2022-03-09T09:36:15.629Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-09T09:36:15.629Z] PASS [2022-03-09T09:36:15.629Z] coverage: 21.9% of statements [2022-03-09T09:36:15.629Z] ok github.com/docker/docker/libnetwork/datastore 0.048s coverage: 21.9% of statements [2022-03-09T09:36:15.629Z] === RUN TestErrorInterfaces [2022-03-09T09:36:15.629Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestNetworkMarshalling [2022-03-09T09:36:15.629Z] --- PASS: TestNetworkMarshalling (0.19s) [2022-03-09T09:36:15.629Z] === RUN TestEndpointMarshalling [2022-03-09T09:36:15.629Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestAuxAddresses [2022-03-09T09:36:15.629Z] time="2022-03-09T09:36:15Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T09:36:15.629Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-09T09:36:15.629Z] === RUN TestSRVServiceQuery [2022-03-09T09:36:15.629Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:36:15.629Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-09T09:36:15.629Z] === RUN TestServiceVIPReuse [2022-03-09T09:36:15.629Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:36:15.629Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-09T09:36:15.629Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:36:15.629Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestDNSIPQuery [2022-03-09T09:36:15.629Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:36:15.629Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestDNSProxyServFail [2022-03-09T09:36:15.629Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:36:15.629Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestSandboxAddEmpty [2022-03-09T09:36:15.629Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:36:15.629Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestSandboxAddMultiPrio [2022-03-09T09:36:15.629Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:36:15.629Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestSandboxAddSamePrio [2022-03-09T09:36:15.629Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:36:15.629Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestCleanupServiceDiscovery [2022-03-09T09:36:15.629Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:36:15.629Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestDNSOptions [2022-03-09T09:36:15.629Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:36:15.629Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-09T09:36:15.629Z] === RUN TestMultipleControllersWithSameStore [2022-03-09T09:36:15.629Z] time="2022-03-09T09:36:15Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T09:36:15.629Z] time="2022-03-09T09:36:15Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T09:36:15.629Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-09T09:36:15.629Z] PASS [2022-03-09T09:36:15.629Z] coverage: 8.5% of statements [2022-03-09T09:36:15.629Z] ok github.com/docker/docker/libnetwork 0.351s coverage: 8.5% of statements [2022-03-09T09:36:16.097Z] === RUN TestIPDataMarshalling [2022-03-09T09:36:16.097Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-09T09:36:16.097Z] === RUN TestValidateAndIsV6 [2022-03-09T09:36:16.097Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-09T09:36:16.097Z] PASS [2022-03-09T09:36:16.097Z] coverage: 68.9% of statements [2022-03-09T09:36:16.097Z] ok github.com/docker/docker/libnetwork/driverapi 0.047s coverage: 68.9% of statements [2022-03-09T09:36:16.564Z] === RUN TestDriver [2022-03-09T09:36:16.564Z] --- PASS: TestDriver (0.00s) [2022-03-09T09:36:16.564Z] PASS [2022-03-09T09:36:16.564Z] coverage: 34.8% of statements [2022-03-09T09:36:16.564Z] ok github.com/docker/docker/libnetwork/drivers/host 0.043s coverage: 34.8% of statements [2022-03-09T09:36:17.035Z] === RUN TestDriver [2022-03-09T09:36:17.035Z] --- PASS: TestDriver (0.00s) [2022-03-09T09:36:17.035Z] PASS [2022-03-09T09:36:17.035Z] coverage: 34.8% of statements [2022-03-09T09:36:17.035Z] ok github.com/docker/docker/libnetwork/drivers/null 0.046s coverage: 34.8% of statements [2022-03-09T09:36:17.035Z] === RUN TestNetworkAllocateFree [2022-03-09T09:36:17.035Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-09T09:36:17.035Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-09T09:36:17.035Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-09T09:36:17.035Z] PASS [2022-03-09T09:36:17.035Z] coverage: 63.6% of statements [2022-03-09T09:36:17.035Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.069s coverage: 63.6% of statements [2022-03-09T09:36:17.187Z] --- PASS: TestBuildMultiStageOnBuild (1.67s) [2022-03-09T09:36:17.187Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T09:36:17.448Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) [2022-03-09T09:36:17.448Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T09:36:18.022Z] === RUN TestGetEmptyCapabilities [2022-03-09T09:36:18.022Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-09T09:36:18.022Z] === RUN TestGetExtraCapabilities [2022-03-09T09:36:18.022Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-09T09:36:18.022Z] === RUN TestGetInvalidCapabilities [2022-03-09T09:36:18.022Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-09T09:36:18.022Z] === RUN TestRemoteDriver [2022-03-09T09:36:18.022Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T09:36:18.022Z] === RUN TestDriverError [2022-03-09T09:36:18.022Z] --- PASS: TestDriverError (0.00s) [2022-03-09T09:36:18.022Z] === RUN TestMissingValues [2022-03-09T09:36:18.022Z] --- PASS: TestMissingValues (0.01s) [2022-03-09T09:36:18.022Z] === RUN TestRollback [2022-03-09T09:36:18.022Z] --- PASS: TestRollback (0.01s) [2022-03-09T09:36:18.022Z] PASS [2022-03-09T09:36:18.022Z] coverage: 57.4% of statements [2022-03-09T09:36:18.022Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.094s coverage: 57.4% of statements [2022-03-09T09:36:18.489Z] === RUN TestNAT [2022-03-09T09:36:18.490Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T09:36:18.490Z] --- SKIP: TestNAT (0.00s) [2022-03-09T09:36:18.490Z] === RUN TestTransparent [2022-03-09T09:36:18.490Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T09:36:18.490Z] --- SKIP: TestTransparent (0.00s) [2022-03-09T09:36:18.490Z] PASS [2022-03-09T09:36:18.490Z] coverage: 0.0% of statements [2022-03-09T09:36:18.490Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.096s coverage: 0.0% of statements [2022-03-09T09:36:18.490Z] --- PASS: TestRandomAllocateDeallocate (5.94s) [2022-03-09T09:36:18.490Z] === RUN TestAllocateRandomDeallocate [2022-03-09T09:36:18.490Z] === RUN TestNew [2022-03-09T09:36:18.490Z] --- PASS: TestNew (0.00s) [2022-03-09T09:36:18.490Z] === RUN TestAddDriver [2022-03-09T09:36:18.490Z] --- PASS: TestAddDriver (0.00s) [2022-03-09T09:36:18.490Z] === RUN TestAddDuplicateDriver [2022-03-09T09:36:18.490Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-09T09:36:18.490Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-09T09:36:18.490Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-09T09:36:18.490Z] === RUN TestDriver [2022-03-09T09:36:18.490Z] --- PASS: TestDriver (0.00s) [2022-03-09T09:36:18.490Z] === RUN TestIPAM [2022-03-09T09:36:18.490Z] --- PASS: TestIPAM (0.00s) [2022-03-09T09:36:18.490Z] === RUN TestWalkIPAMs [2022-03-09T09:36:18.490Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-09T09:36:18.490Z] === RUN TestWalkDrivers [2022-03-09T09:36:18.490Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-09T09:36:18.490Z] PASS [2022-03-09T09:36:18.490Z] coverage: 82.4% of statements [2022-03-09T09:36:18.490Z] ok github.com/docker/docker/libnetwork/drvregistry 0.076s coverage: 82.4% of statements [2022-03-09T09:36:18.940Z] INFO: Expanding compiler 3 of 3... [2022-03-09T09:36:18.956Z] === RUN TestBuildDefault [2022-03-09T09:36:18.956Z] --- PASS: TestBuildDefault (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestBuildHostnameDomainname [2022-03-09T09:36:18.956Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestBuildHostname [2022-03-09T09:36:18.956Z] --- PASS: TestBuildHostname (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestBuildHostnameFQDN [2022-03-09T09:36:18.956Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestBuildNoIP [2022-03-09T09:36:18.956Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestUpdate [2022-03-09T09:36:18.956Z] --- PASS: TestUpdate (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-09T09:36:18.956Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-09T09:36:18.956Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestAddEmpty [2022-03-09T09:36:18.956Z] --- PASS: TestAddEmpty (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestAdd [2022-03-09T09:36:18.956Z] --- PASS: TestAdd (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestDeleteEmpty [2022-03-09T09:36:18.956Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestDeleteNewline [2022-03-09T09:36:18.956Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestDelete [2022-03-09T09:36:18.956Z] --- PASS: TestDelete (0.00s) [2022-03-09T09:36:18.956Z] === RUN TestConcurrentWrites [2022-03-09T09:36:18.956Z] --- PASS: TestConcurrentWrites (0.25s) [2022-03-09T09:36:18.956Z] PASS [2022-03-09T09:36:18.956Z] coverage: 81.2% of statements [2022-03-09T09:36:18.956Z] ok github.com/docker/docker/libnetwork/etchosts 0.312s coverage: 81.2% of statements [2022-03-09T09:36:18.956Z] === RUN TestNew [2022-03-09T09:36:18.956Z] --- PASS: TestNew (0.00s) [2022-03-09T09:36:18.957Z] === RUN TestAllocate [2022-03-09T09:36:18.957Z] --- PASS: TestAllocate (0.00s) [2022-03-09T09:36:18.957Z] === RUN TestUninitialized [2022-03-09T09:36:18.957Z] --- PASS: TestUninitialized (0.00s) [2022-03-09T09:36:18.957Z] === RUN TestAllocateInRange [2022-03-09T09:36:18.957Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-09T09:36:18.957Z] === RUN TestAllocateSerial [2022-03-09T09:36:18.957Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-09T09:36:18.957Z] PASS [2022-03-09T09:36:18.957Z] coverage: 87.5% of statements [2022-03-09T09:36:18.957Z] ok github.com/docker/docker/libnetwork/idm 0.044s coverage: 87.5% of statements [2022-03-09T09:36:19.360Z] --- PASS: TestBuildMultiStageLayerLeak (1.73s) [2022-03-09T09:36:19.360Z] === RUN TestBuildWithHugeFile [2022-03-09T09:36:19.408Z] INFO: Removing downloaded files... [2022-03-09T09:36:19.408Z] INFO: Downloading containerd [2022-03-09T09:36:19.424Z] === RUN TestCaller [2022-03-09T09:36:19.424Z] --- PASS: TestCaller (0.00s) [2022-03-09T09:36:19.424Z] PASS [2022-03-09T09:36:19.424Z] coverage: 100.0% of statements [2022-03-09T09:36:19.424Z] ok github.com/docker/docker/libnetwork/internal/caller 0.041s coverage: 100.0% of statements [2022-03-09T09:36:19.424Z] --- PASS: TestAllocateRandomDeallocate (0.99s) [2022-03-09T09:36:19.424Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-09T09:36:19.891Z] === RUN TestSetSerialInsertDelete [2022-03-09T09:36:19.891Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-09T09:36:19.891Z] === RUN TestSetParallelInsertDelete [2022-03-09T09:36:20.877Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.27s) [2022-03-09T09:36:20.877Z] === RUN TestRetrieveFromStore [2022-03-09T09:36:20.877Z] === RUN TestInt2IP2IntConversion [2022-03-09T09:36:21.345Z] --- PASS: TestRetrieveFromStore (0.52s) [2022-03-09T09:36:21.345Z] === RUN TestIsCorrupted [2022-03-09T09:36:21.345Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-09T09:36:21.345Z] === RUN TestSetRollover [2022-03-09T09:36:21.345Z] --- PASS: TestInt2IP2IntConversion (0.55s) [2022-03-09T09:36:21.345Z] === RUN TestGetAddressVersion [2022-03-09T09:36:21.345Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-09T09:36:21.345Z] === RUN TestKeyString [2022-03-09T09:36:21.345Z] --- PASS: TestKeyString (0.00s) [2022-03-09T09:36:21.345Z] === RUN TestPoolDataMarshal [2022-03-09T09:36:21.345Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-09T09:36:21.345Z] === RUN TestSubnetsMarshal [2022-03-09T09:36:21.345Z] === RUN TestPoolRequest [2022-03-09T09:36:21.345Z] --- PASS: TestPoolRequest (0.00s) [2022-03-09T09:36:21.345Z] === RUN TestOtherRequests [2022-03-09T09:36:21.345Z] --- PASS: TestOtherRequests (0.00s) [2022-03-09T09:36:21.345Z] PASS [2022-03-09T09:36:21.345Z] coverage: 57.1% of statements [2022-03-09T09:36:21.345Z] ok github.com/docker/docker/libnetwork/ipams/null 0.047s coverage: 57.1% of statements [2022-03-09T09:36:21.345Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-09T09:36:21.345Z] === RUN TestAddSubnets [2022-03-09T09:36:21.813Z] --- PASS: TestAddSubnets (0.05s) [2022-03-09T09:36:21.813Z] === RUN TestDoublePoolRelease [2022-03-09T09:36:21.813Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-09T09:36:21.813Z] === RUN TestAddReleasePoolID [2022-03-09T09:36:21.813Z] --- PASS: TestAddReleasePoolID (0.09s) [2022-03-09T09:36:21.813Z] === RUN TestPredefinedPool [2022-03-09T09:36:21.813Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-09T09:36:21.813Z] === RUN TestRemoveSubnet [2022-03-09T09:36:21.813Z] --- PASS: TestRemoveSubnet (0.20s) [2022-03-09T09:36:21.813Z] === RUN TestGetSameAddress [2022-03-09T09:36:21.813Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-09T09:36:21.813Z] === RUN TestPoolAllocationReuse [2022-03-09T09:36:22.469Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-03-09T09:36:22.799Z] === RUN TestGetCapabilities [2022-03-09T09:36:22.799Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-09T09:36:22.799Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-09T09:36:22.799Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-09T09:36:22.799Z] === RUN TestGetDefaultAddressSpaces [2022-03-09T09:36:22.799Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-09T09:36:22.799Z] === RUN TestRemoteDriver [2022-03-09T09:36:22.799Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T09:36:22.799Z] PASS [2022-03-09T09:36:22.799Z] coverage: 47.4% of statements [2022-03-09T09:36:22.799Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.072s coverage: 47.4% of statements [2022-03-09T09:36:22.799Z] --- PASS: TestSetRollover (1.47s) [2022-03-09T09:36:22.799Z] === RUN TestSetRolloverSerial [2022-03-09T09:36:23.784Z] --- PASS: TestPoolAllocationReuse (1.58s) [2022-03-09T09:36:23.784Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-09T09:36:23.784Z] === RUN TestWindowsIPAM [2022-03-09T09:36:23.784Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-09T09:36:23.784Z] PASS [2022-03-09T09:36:23.784Z] coverage: 71.4% of statements [2022-03-09T09:36:23.784Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.047s coverage: 71.4% of statements [2022-03-09T09:36:23.784Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-03-09T09:36:23.784Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-09T09:36:24.253Z] === RUN TestDefaultNetwork [2022-03-09T09:36:24.253Z] --- PASS: TestSetRolloverSerial (1.48s) [2022-03-09T09:36:24.253Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-09T09:36:24.253Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-09T09:36:24.253Z] PASS [2022-03-09T09:36:24.253Z] coverage: 84.4% of statements [2022-03-09T09:36:24.253Z] ok github.com/docker/docker/libnetwork/bitseq 11.746s coverage: 84.4% of statements [2022-03-09T09:36:24.721Z] --- PASS: TestDefaultNetwork (0.26s) [2022-03-09T09:36:24.721Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-09T09:36:24.721Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.25s) [2022-03-09T09:36:24.721Z] === RUN TestInitAddressPools [2022-03-09T09:36:24.721Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-09T09:36:24.721Z] PASS [2022-03-09T09:36:24.721Z] coverage: 74.0% of statements [2022-03-09T09:36:24.721Z] ok github.com/docker/docker/libnetwork/ipamutils 0.592s coverage: 74.0% of statements [2022-03-09T09:36:25.707Z] === RUN TestKeyValue [2022-03-09T09:36:25.707Z] --- PASS: TestKeyValue (0.00s) [2022-03-09T09:36:25.707Z] PASS [2022-03-09T09:36:25.707Z] coverage: 60.0% of statements [2022-03-09T09:36:25.707Z] ok github.com/docker/docker/libnetwork/netlabel 0.039s coverage: 60.0% of statements [2022-03-09T09:36:25.707Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.33s) [2022-03-09T09:36:25.707Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-09T09:36:28.655Z] === RUN TestNetworkDBSimple [2022-03-09T09:36:28.655Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.77s) [2022-03-09T09:36:28.655Z] === RUN TestGetAddress [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-09T09:36:29.124Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-09T09:36:29.593Z] 2022/03/09 09:36:29 Closing DB instances... [2022-03-09T09:36:29.930Z] #81 exporting layers 28.7s done [2022-03-09T09:36:29.931Z] #81 writing image sha256:4dda1019012bcecd6baaea725af63e491bab9280b5f9f8fe5d706a6c3ab7785f done [2022-03-09T09:36:29.931Z] #81 naming to docker.io/library/docker:8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d done [2022-03-09T09:36:29.931Z] #81 DONE 28.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-09T09:36:30.061Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2022-03-09T09:36:30.062Z] PASS [2022-03-09T09:36:30.062Z] coverage: 100.0% of statements [2022-03-09T09:36:30.062Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.050s coverage: 100.0% of statements [2022-03-09T09:36:30.062Z] === RUN TestGenerate [2022-03-09T09:36:30.062Z] --- PASS: TestGenerate (0.00s) [2022-03-09T09:36:30.062Z] === RUN TestGeneratePtr [2022-03-09T09:36:30.062Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-09T09:36:30.062Z] === RUN TestGenerateMissingField [2022-03-09T09:36:30.062Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-09T09:36:30.062Z] === RUN TestFieldCannotBeSet [2022-03-09T09:36:30.062Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-09T09:36:30.062Z] === RUN TestTypeMismatchError [2022-03-09T09:36:30.062Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-09T09:36:30.062Z] PASS [2022-03-09T09:36:30.062Z] coverage: 100.0% of statements [2022-03-09T09:36:30.062Z] ok github.com/docker/docker/libnetwork/options 0.039s coverage: 100.0% of statements [2022-03-09T09:36:30.275Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43344/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d hack/validate/default [2022-03-09T09:36:30.529Z] testing: warning: no tests to run [2022-03-09T09:36:30.529Z] PASS [2022-03-09T09:36:30.529Z] coverage: 0.0% of statements [2022-03-09T09:36:30.529Z] ok github.com/docker/docker/libnetwork/osl 0.036s coverage: 0.0% of statements [no tests to run] [2022-03-09T09:36:30.846Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-09T09:36:30.996Z] === RUN TestRequestNewPort [2022-03-09T09:36:30.996Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-09T09:36:30.996Z] === RUN TestRequestSpecificPort [2022-03-09T09:36:30.996Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-09T09:36:30.996Z] === RUN TestReleasePort [2022-03-09T09:36:30.996Z] --- PASS: TestReleasePort (0.00s) [2022-03-09T09:36:30.996Z] === RUN TestReuseReleasedPort [2022-03-09T09:36:30.996Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-09T09:36:30.996Z] === RUN TestReleaseUnreadledPort [2022-03-09T09:36:30.996Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-09T09:36:30.996Z] === RUN TestUnknowProtocol [2022-03-09T09:36:30.996Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-09T09:36:30.996Z] === RUN TestAllocateAllPorts [2022-03-09T09:36:30.996Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-09T09:36:30.996Z] === RUN TestPortAllocation [2022-03-09T09:36:30.996Z] --- PASS: TestPortAllocation (0.00s) [2022-03-09T09:36:30.996Z] === RUN TestPortAllocationWithCustomRange [2022-03-09T09:36:30.996Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-09T09:36:30.996Z] === RUN TestNoDuplicateBPR [2022-03-09T09:36:30.996Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-09T09:36:30.996Z] === RUN TestChangePortRange [2022-03-09T09:36:30.996Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-09T09:36:30.996Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-09T09:36:30.996Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-09T09:36:30.996Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-09T09:36:30.996Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-09T09:36:30.996Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-09T09:36:30.996Z] --- PASS: TestChangePortRange (0.00s) [2022-03-09T09:36:30.996Z] PASS [2022-03-09T09:36:30.996Z] coverage: 88.6% of statements [2022-03-09T09:36:30.996Z] ok github.com/docker/docker/libnetwork/portallocator 0.044s coverage: 88.6% of statements [2022-03-09T09:36:31.464Z] --- PASS: TestNetworkDBSimple (2.84s) [2022-03-09T09:36:31.464Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-09T09:36:31.464Z] testing: warning: no tests to run [2022-03-09T09:36:31.464Z] PASS [2022-03-09T09:36:31.464Z] coverage: 0.0% of statements [2022-03-09T09:36:31.464Z] ok github.com/docker/docker/libnetwork/portmapper 0.041s coverage: 0.0% of statements [no tests to run] [2022-03-09T09:36:31.464Z] === RUN TestHashData [2022-03-09T09:36:31.464Z] --- PASS: TestHashData (0.00s) [2022-03-09T09:36:31.464Z] PASS [2022-03-09T09:36:31.464Z] coverage: 2.8% of statements [2022-03-09T09:36:31.464Z] ok github.com/docker/docker/libnetwork/resolvconf 0.038s coverage: 2.8% of statements [2022-03-09T09:36:31.932Z] === RUN TestErrorConstructors [2022-03-09T09:36:31.932Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-09T09:36:31.932Z] === RUN TestCompareIPMask [2022-03-09T09:36:31.932Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-09T09:36:31.932Z] === RUN TestUtilGetHostPartIP [2022-03-09T09:36:31.932Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-09T09:36:31.932Z] === RUN TestUtilGetBroadcastIP [2022-03-09T09:36:31.932Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-09T09:36:31.932Z] === RUN TestParseCIDR [2022-03-09T09:36:31.932Z] --- PASS: TestParseCIDR (0.00s) [2022-03-09T09:36:31.932Z] PASS [2022-03-09T09:36:31.932Z] coverage: 37.3% of statements [2022-03-09T09:36:32.400Z] ok github.com/docker/docker/libnetwork/types 0.040s coverage: 37.3% of statements [2022-03-09T09:36:32.400Z] 2022/03/09 09:36:32 Closing DB instances... [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-09T09:36:32.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-09T09:36:32.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-09T09:36:32.867Z] PASS [2022-03-09T09:36:32.867Z] coverage: 50.0% of statements [2022-03-09T09:36:32.867Z] ok github.com/docker/docker/oci 0.056s coverage: 50.0% of statements [2022-03-09T09:36:33.336Z] === RUN TestParseVersion [2022-03-09T09:36:33.336Z] --- PASS: TestParseVersion (0.00s) [2022-03-09T09:36:33.336Z] PASS [2022-03-09T09:36:33.336Z] coverage: 52.9% of statements [2022-03-09T09:36:33.336Z] ok github.com/docker/docker/pkg/aaparser 0.038s coverage: 52.9% of statements [2022-03-09T09:36:33.336Z] === RUN TestAddressPoolOpt [2022-03-09T09:36:33.336Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/a [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/something [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/_=a [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/env1=value1 [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/_env1=value1 [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/PATH [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/=a [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/PATH= [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/PATH=something [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/asd!qwe [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/1asd [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/123 [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/some_space [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/__some_space_before [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/some_space_after__ [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/= [2022-03-09T09:36:33.336Z] === RUN TestValidateEnv/PaTh [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-09T09:36:33.336Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-09T09:36:33.336Z] === RUN TestParseHost [2022-03-09T09:36:33.336Z] --- PASS: TestParseHost (0.00s) [2022-03-09T09:36:33.336Z] === RUN TestParseDockerDaemonHost [2022-03-09T09:36:33.804Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestParseTCP [2022-03-09T09:36:33.804Z] --- PASS: TestParseTCP (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-09T09:36:33.804Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestValidateExtraHosts [2022-03-09T09:36:33.804Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestIpOptString [2022-03-09T09:36:33.804Z] --- PASS: TestIpOptString (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-09T09:36:33.804Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestNewIpOptValidDefaultVal [2022-03-09T09:36:33.804Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestIpOptSetInvalidVal [2022-03-09T09:36:33.804Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestValidateIPAddress [2022-03-09T09:36:33.804Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestMapOpts [2022-03-09T09:36:33.804Z] --- PASS: TestMapOpts (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestListOptsWithoutValidator [2022-03-09T09:36:33.804Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestListOptsWithValidator [2022-03-09T09:36:33.804Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestValidateDNSSearch [2022-03-09T09:36:33.804Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-09T09:36:33.804Z] === RUN TestValidateLabel [2022-03-09T09:36:33.804Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_general_format [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_one_more [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-09T09:36:33.805Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-09T09:36:33.805Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-09T09:36:33.805Z] === RUN TestNamedListOpts [2022-03-09T09:36:33.805Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-09T09:36:33.805Z] === RUN TestNamedMapOpts [2022-03-09T09:36:33.805Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-09T09:36:33.805Z] === RUN TestParseLink [2022-03-09T09:36:33.805Z] --- PASS: TestParseLink (0.00s) [2022-03-09T09:36:33.805Z] === RUN TestQuotedStringSetWithQuotes [2022-03-09T09:36:33.805Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-09T09:36:33.805Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-09T09:36:33.805Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-09T09:36:33.805Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-09T09:36:33.805Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-09T09:36:33.805Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-09T09:36:33.805Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-09T09:36:33.805Z] === RUN TestUlimitOpt [2022-03-09T09:36:33.805Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-09T09:36:33.805Z] PASS [2022-03-09T09:36:33.805Z] coverage: 67.4% of statements [2022-03-09T09:36:33.805Z] ok github.com/docker/docker/opts 0.085s coverage: 67.4% of statements [2022-03-09T09:36:34.273Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-03-09T09:36:34.273Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-09T09:36:34.744Z] === RUN TestPeerCertificateMarshalJSON [2022-03-09T09:36:35.733Z] 2022/03/09 09:36:35 Closing DB instances... [2022-03-09T09:36:35.733Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-09T09:36:35.733Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-09T09:36:35.733Z] --- PASS: TestPeerCertificateMarshalJSON (0.66s) [2022-03-09T09:36:35.733Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-09T09:36:35.733Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-09T09:36:35.733Z] === RUN TestMiddleware [2022-03-09T09:36:35.733Z] --- PASS: TestMiddleware (0.00s) [2022-03-09T09:36:35.733Z] === RUN TestNewResponseModifier [2022-03-09T09:36:35.733Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-09T09:36:35.733Z] PASS [2022-03-09T09:36:35.733Z] coverage: 26.8% of statements [2022-03-09T09:36:35.733Z] ok github.com/docker/docker/pkg/authorization 0.714s coverage: 26.8% of statements [2022-03-09T09:36:35.733Z] === RUN TestIsArchivePathDir [2022-03-09T09:36:35.733Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-03-09T09:36:35.733Z] === RUN TestIsArchivePathInvalidFile [2022-03-09T09:36:36.200Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2022-03-09T09:36:36.200Z] === RUN TestIsArchivePathTar [2022-03-09T09:36:36.200Z] === RUN TestUnbuffered [2022-03-09T09:36:36.200Z] --- PASS: TestUnbuffered (0.00s) [2022-03-09T09:36:36.200Z] === RUN TestRaceUnbuffered [2022-03-09T09:36:36.200Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-09T09:36:36.200Z] PASS [2022-03-09T09:36:36.200Z] coverage: 100.0% of statements [2022-03-09T09:36:36.200Z] ok github.com/docker/docker/pkg/broadcaster 0.040s coverage: 100.0% of statements [2022-03-09T09:36:36.200Z] --- PASS: TestIsArchivePathTar (0.38s) [2022-03-09T09:36:36.200Z] === RUN TestDecompressStreamGzip [2022-03-09T09:36:36.668Z] --- PASS: TestDecompressStreamGzip (0.13s) [2022-03-09T09:36:36.668Z] === RUN TestDecompressStreamBzip2 [2022-03-09T09:36:36.668Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-03-09T09:36:36.668Z] === RUN TestDecompressStreamXz [2022-03-09T09:36:36.668Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T09:36:36.668Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestDecompressStreamZstd [2022-03-09T09:36:36.668Z] archive_test.go:140: zstd not installed [2022-03-09T09:36:36.668Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-09T09:36:36.668Z] === RUN TestCompressStreamXzUnsupported [2022-03-09T09:36:36.668Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-09T09:36:36.668Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestCompressStreamInvalid [2022-03-09T09:36:36.668Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestExtensionInvalid [2022-03-09T09:36:36.668Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestExtensionUncompressed [2022-03-09T09:36:36.668Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestExtensionBzip2 [2022-03-09T09:36:36.668Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestExtensionGzip [2022-03-09T09:36:36.668Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestExtensionXz [2022-03-09T09:36:36.668Z] --- PASS: TestExtensionXz (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestExtensionZstd [2022-03-09T09:36:36.668Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestCmdStreamLargeStderr [2022-03-09T09:36:36.668Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-03-09T09:36:36.668Z] === RUN TestCmdStreamBad [2022-03-09T09:36:36.668Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T09:36:36.668Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestCmdStreamGood [2022-03-09T09:36:36.668Z] === RUN TestMatch [2022-03-09T09:36:36.668Z] === RUN TestMatch/[[]] [2022-03-09T09:36:36.668Z] === RUN TestMatch/[[foo]] [2022-03-09T09:36:36.668Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-09T09:36:36.668Z] === RUN TestMatch/[[foo_bar]] [2022-03-09T09:36:36.668Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-09T09:36:36.668Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-09T09:36:36.668Z] === RUN TestMatch/[] [2022-03-09T09:36:36.668Z] === RUN TestMatch/[]#01 [2022-03-09T09:36:36.668Z] === RUN TestMatch/[[qux]] [2022-03-09T09:36:36.668Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-09T09:36:36.668Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-09T09:36:36.668Z] === RUN TestMatch/[[foo_baz]] [2022-03-09T09:36:36.668Z] --- PASS: TestMatch (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[] (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-09T09:36:36.668Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-09T09:36:36.668Z] PASS [2022-03-09T09:36:36.668Z] coverage: 87.5% of statements [2022-03-09T09:36:36.668Z] ok github.com/docker/docker/pkg/capabilities 0.040s coverage: 87.5% of statements [2022-03-09T09:36:36.668Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-09T09:36:36.668Z] === RUN TestUntarPathWithInvalidDest [2022-03-09T09:36:36.668Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-03-09T09:36:36.668Z] === RUN TestUntarPathWithInvalidSrc [2022-03-09T09:36:36.668Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-09T09:36:36.668Z] === RUN TestUntarPath [2022-03-09T09:36:37.136Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.82s) [2022-03-09T09:36:37.136Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-09T09:36:37.136Z] --- PASS: TestUntarPath (0.19s) [2022-03-09T09:36:37.136Z] === RUN TestUntarPathWithDestinationFile [2022-03-09T09:36:37.136Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-03-09T09:36:37.136Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-09T09:36:37.136Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-03-09T09:36:37.136Z] === RUN TestCopyWithTarInvalidSrc [2022-03-09T09:36:37.136Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-09T09:36:37.136Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-09T09:36:37.136Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-09T09:36:37.136Z] === RUN TestCopyWithTarSrcFile [2022-03-09T09:36:37.136Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-09T09:36:37.136Z] === RUN TestCopyWithTarSrcFolder [2022-03-09T09:36:37.136Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-09T09:36:37.136Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-09T09:36:37.136Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-09T09:36:37.136Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-09T09:36:37.136Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-09T09:36:37.136Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-09T09:36:37.136Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-09T09:36:37.136Z] === RUN TestCopyFileWithTarSrcFile [2022-03-09T09:36:37.136Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-09T09:36:37.136Z] === RUN TestTarFiles [2022-03-09T09:36:37.321Z] ok github.com/docker/docker/libnetwork/ipam 15.488s coverage: 85.3% of statements [2022-03-09T09:36:37.321Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-09T09:36:37.321Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-09T09:36:37.321Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-09T09:36:37.321Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-03-09T09:36:37.321Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-09T09:36:37.321Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-09T09:36:37.604Z] === RUN TestChrootTarUntar [2022-03-09T09:36:37.604Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:36:37.604Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-09T09:36:37.604Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-09T09:36:37.604Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:36:37.604Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T09:36:37.604Z] === RUN TestChrootUntarEmptyArchive [2022-03-09T09:36:37.604Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-09T09:36:37.604Z] === RUN TestChrootTarUntarWithSymlink [2022-03-09T09:36:37.604Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:36:37.604Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-09T09:36:37.604Z] === RUN TestChrootCopyWithTar [2022-03-09T09:36:37.604Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:36:37.604Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-09T09:36:37.604Z] === RUN TestChrootCopyFileWithTar [2022-03-09T09:36:37.604Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:36:37.604Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-09T09:36:37.604Z] === RUN TestChrootUntarPath [2022-03-09T09:36:37.604Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:36:37.604Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-09T09:36:37.604Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-09T09:36:37.604Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:36:37.604Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:36:37.604Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-09T09:36:37.604Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:36:37.604Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:36:37.884Z] ok github.com/docker/docker/libnetwork/ipamutils 0.265s coverage: 74.0% of statements [2022-03-09T09:36:38.072Z] === RUN TestChrootApplyDotDotFile [2022-03-09T09:36:38.072Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:36:38.072Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-09T09:36:38.072Z] PASS [2022-03-09T09:36:38.072Z] coverage: 15.1% of statements [2022-03-09T09:36:38.072Z] ok github.com/docker/docker/pkg/chrootarchive 0.101s coverage: 15.1% of statements [2022-03-09T09:36:38.456Z] ok github.com/docker/docker/libnetwork/iptables 0.131s coverage: 45.1% of statements [2022-03-09T09:36:38.456Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-09T09:36:38.716Z] ok github.com/docker/docker/libnetwork/netutils 0.016s coverage: 44.1% of statements [2022-03-09T09:36:38.988Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2022-03-09T09:36:39.058Z] === RUN TestEnsureRemoveAllNotExist [2022-03-09T09:36:39.058Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-09T09:36:39.058Z] === RUN TestEnsureRemoveAllWithDir [2022-03-09T09:36:39.058Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-09T09:36:39.058Z] === RUN TestEnsureRemoveAllWithFile [2022-03-09T09:36:39.058Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-09T09:36:39.058Z] PASS [2022-03-09T09:36:39.058Z] coverage: 0.0% of statements [2022-03-09T09:36:39.058Z] ok github.com/docker/docker/pkg/containerfs 0.043s coverage: 0.0% of statements [2022-03-09T09:36:39.526Z] 2022/03/09 09:36:39 Closing DB instances... [2022-03-09T09:36:39.526Z] === RUN TestSizeEmpty [2022-03-09T09:36:39.526Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-09T09:36:39.526Z] === RUN TestSizeEmptyFile [2022-03-09T09:36:39.526Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-09T09:36:39.526Z] === RUN TestSizeNonemptyFile [2022-03-09T09:36:39.526Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-09T09:36:39.526Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-09T09:36:39.526Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-09T09:36:39.526Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-09T09:36:39.526Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-09T09:36:39.526Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-09T09:36:39.526Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-09T09:36:39.526Z] === RUN TestMoveToSubdir [2022-03-09T09:36:39.526Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-09T09:36:39.526Z] === RUN TestSizeNonExistingDirectory [2022-03-09T09:36:39.526Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-09T09:36:39.526Z] PASS [2022-03-09T09:36:39.526Z] coverage: 80.0% of statements [2022-03-09T09:36:39.526Z] ok github.com/docker/docker/pkg/directory 0.057s coverage: 80.0% of statements [2022-03-09T09:36:40.512Z] === RUN TestPollerAddRemove [2022-03-09T09:36:40.513Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-09T09:36:40.513Z] === RUN TestPollerEvent [2022-03-09T09:36:40.513Z] poller_test.go:40: No chmod on Windows [2022-03-09T09:36:40.513Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-09T09:36:40.513Z] === RUN TestPollerClose [2022-03-09T09:36:40.513Z] --- PASS: TestPollerClose (0.00s) [2022-03-09T09:36:40.513Z] PASS [2022-03-09T09:36:40.513Z] coverage: 36.2% of statements [2022-03-09T09:36:40.513Z] ok github.com/docker/docker/pkg/filenotify 0.043s coverage: 36.2% of statements [2022-03-09T09:36:41.496Z] --- PASS: TestNetworkDBCRUDTableEntry (4.33s) [2022-03-09T09:36:41.496Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-09T09:36:41.496Z] === RUN TestCopyFileWithInvalidSrc [2022-03-09T09:36:41.496Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T09:36:41.496Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-09T09:36:41.496Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-09T09:36:41.496Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-03-09T09:36:41.496Z] === RUN TestCopyFile [2022-03-09T09:36:41.496Z] --- PASS: TestCopyFile (0.01s) [2022-03-09T09:36:41.496Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-09T09:36:41.496Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T09:36:41.496Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-09T09:36:41.496Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-09T09:36:41.496Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T09:36:41.496Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestWildcardMatches [2022-03-09T09:36:41.496Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestPatternMatches [2022-03-09T09:36:41.496Z] --- PASS: TestPatternMatches (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-09T09:36:41.496Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestPatternMatchesFolderExclusions [2022-03-09T09:36:41.496Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-09T09:36:41.496Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-09T09:36:41.496Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-09T09:36:41.496Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-09T09:36:41.496Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestSingleExclamationError [2022-03-09T09:36:41.496Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestMatchesWithNoPatterns [2022-03-09T09:36:41.496Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestMatchesWithMalformedPatterns [2022-03-09T09:36:41.496Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestMatches [2022-03-09T09:36:41.496Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-09T09:36:41.496Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-09T09:36:41.496Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-09T09:36:41.496Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-09T09:36:41.496Z] --- PASS: TestMatches (0.01s) [2022-03-09T09:36:41.496Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-09T09:36:41.496Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-09T09:36:41.496Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-09T09:36:41.496Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.01s) [2022-03-09T09:36:41.496Z] === RUN TestCleanPatterns [2022-03-09T09:36:41.496Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-09T09:36:41.496Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestCleanPatternsExceptionFlag [2022-03-09T09:36:41.496Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-09T09:36:41.496Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-09T09:36:41.496Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestCleanPatternsErrorSingleException [2022-03-09T09:36:41.496Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestCreateIfNotExistsDir [2022-03-09T09:36:41.496Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-03-09T09:36:41.496Z] === RUN TestCreateIfNotExistsFile [2022-03-09T09:36:41.496Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-09T09:36:41.496Z] === RUN TestMatch [2022-03-09T09:36:41.496Z] --- PASS: TestMatch (0.00s) [2022-03-09T09:36:41.496Z] === RUN TestCompile [2022-03-09T09:36:41.496Z] === RUN TestCompile/slash [2022-03-09T09:36:41.496Z] === RUN TestCompile/backslash [2022-03-09T09:36:41.496Z] --- PASS: TestCompile (0.00s) [2022-03-09T09:36:41.496Z] --- PASS: TestCompile/slash (0.00s) [2022-03-09T09:36:41.496Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-09T09:36:41.496Z] PASS [2022-03-09T09:36:41.496Z] coverage: 84.7% of statements [2022-03-09T09:36:41.496Z] ok github.com/docker/docker/pkg/fileutils 0.116s coverage: 84.7% of statements [2022-03-09T09:36:41.964Z] === RUN TestGet [2022-03-09T09:36:41.964Z] --- PASS: TestGet (0.00s) [2022-03-09T09:36:41.964Z] === RUN TestGetShortcutString [2022-03-09T09:36:41.964Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-09T09:36:41.964Z] PASS [2022-03-09T09:36:41.964Z] coverage: 42.9% of statements [2022-03-09T09:36:41.964Z] ok github.com/docker/docker/pkg/homedir 0.039s coverage: 42.9% of statements [2022-03-09T09:36:42.949Z] --- PASS: TestTarFiles (5.53s) [2022-03-09T09:36:42.949Z] === RUN TestDetectCompressionZstd [2022-03-09T09:36:42.949Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-09T09:36:42.949Z] === RUN TestTarUntar [2022-03-09T09:36:42.949Z] --- PASS: TestTarUntar (0.04s) [2022-03-09T09:36:42.949Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-09T09:36:42.949Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-09T09:36:42.949Z] === RUN TestTarWithOptions [2022-03-09T09:36:42.949Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-09T09:36:42.949Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-09T09:36:42.949Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-09T09:36:42.949Z] === RUN TestUntarUstarGnuConflict [2022-03-09T09:36:42.949Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-09T09:36:42.949Z] === RUN TestUntarInvalidFilenames [2022-03-09T09:36:42.949Z] === RUN TestCreateIDMapOrder [2022-03-09T09:36:42.949Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-09T09:36:42.949Z] PASS [2022-03-09T09:36:42.949Z] coverage: 7.2% of statements [2022-03-09T09:36:42.949Z] ok github.com/docker/docker/pkg/idtools 0.039s coverage: 7.2% of statements [2022-03-09T09:36:42.949Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2936799918\\dest" [2022-03-09T09:36:42.949Z] --- PASS: TestUntarInvalidFilenames (0.19s) [2022-03-09T09:36:42.950Z] === RUN TestUntarHardlinkToSymlink [2022-03-09T09:36:42.950Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-09T09:36:42.950Z] === RUN TestUntarInvalidHardlink [2022-03-09T09:36:42.950Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink927142718\\victim\\hello" -> "../victim/hello" [2022-03-09T09:36:42.950Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2255322929\\victim\\hello" -> "/../victim/hello" [2022-03-09T09:36:42.950Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2010927613\\victim" -> "../victim" [2022-03-09T09:36:42.950Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3493533387\\victim" -> "../victim" [2022-03-09T09:36:42.950Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3601621401\\victim" -> "../victim" [2022-03-09T09:36:42.950Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink153642743\\victim" -> "../victim" [2022-03-09T09:36:42.950Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-09T09:36:42.950Z] === RUN TestUntarInvalidSymlink [2022-03-09T09:36:42.950Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3317999551\\dest\\dotdot" -> "../victim/hello" [2022-03-09T09:36:42.950Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2031418974\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T09:36:42.950Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3098663\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:36:42.950Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2303628320\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:36:42.950Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1864863531\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:36:42.950Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2928774098\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:36:42.950Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1278281744\\dest\\dir\\loophole" -> "../../victim" [2022-03-09T09:36:42.950Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-09T09:36:42.950Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-09T09:36:42.950Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-09T09:36:42.950Z] === RUN TestXGlobalNoParent [2022-03-09T09:36:42.950Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-09T09:36:42.950Z] === RUN TestReplaceFileTarWrapper [2022-03-09T09:36:43.418Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-03-09T09:36:43.418Z] === RUN TestPrefixHeaderReadable [2022-03-09T09:36:43.418Z] --- PASS: TestPrefixHeaderReadable (0.06s) [2022-03-09T09:36:43.418Z] === RUN TestDisablePigz [2022-03-09T09:36:43.418Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-09T09:36:43.418Z] 2022/03/09 09:36:43 Closing DB instances... [2022-03-09T09:36:43.418Z] --- PASS: TestDisablePigz (0.15s) [2022-03-09T09:36:43.418Z] === RUN TestPigz [2022-03-09T09:36:43.886Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-09T09:36:43.886Z] --- PASS: TestPigz (0.16s) [2022-03-09T09:36:43.886Z] === RUN TestNosysFileInfo [2022-03-09T09:36:43.886Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T09:36:43.886Z] archive_windows_test.go:16: Currently fails [2022-03-09T09:36:43.886Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestCanonicalTarNameForPath [2022-03-09T09:36:43.886Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestCanonicalTarName [2022-03-09T09:36:43.886Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestChmodTarEntry [2022-03-09T09:36:43.886Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestHardLinkOrder [2022-03-09T09:36:43.886Z] --- PASS: TestHardLinkOrder (0.09s) [2022-03-09T09:36:43.886Z] === RUN TestChangeString [2022-03-09T09:36:43.886Z] --- PASS: TestChangeString (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestChangesWithNoChanges [2022-03-09T09:36:43.886Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-09T09:36:43.886Z] === RUN TestChangesWithChanges [2022-03-09T09:36:43.886Z] --- PASS: TestChangesWithChanges (0.03s) [2022-03-09T09:36:43.886Z] === RUN TestChangesWithChangesGH13590 [2022-03-09T09:36:43.886Z] changes_test.go:195: needs more investigation [2022-03-09T09:36:43.886Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestChangesDirsEmpty [2022-03-09T09:36:43.886Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T09:36:43.886Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestChangesDirsMutated [2022-03-09T09:36:43.886Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T09:36:43.886Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestApplyLayer [2022-03-09T09:36:43.886Z] changes_test.go:432: needs further investigation [2022-03-09T09:36:43.886Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestChangesSizeWithHardlinks [2022-03-09T09:36:43.886Z] changes_test.go:468: needs further investigation [2022-03-09T09:36:43.886Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestChangesSizeWithNoChanges [2022-03-09T09:36:43.886Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-09T09:36:43.886Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestChangesSize [2022-03-09T09:36:43.886Z] --- PASS: TestChangesSize (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestApplyLayerInvalidFilenames [2022-03-09T09:36:43.886Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames430292886\\dest" [2022-03-09T09:36:43.886Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-09T09:36:43.886Z] === RUN TestApplyLayerInvalidHardlink [2022-03-09T09:36:43.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3653799569\\victim\\hello" -> "../victim/hello" [2022-03-09T09:36:43.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink15274118\\victim\\hello" -> "/../victim/hello" [2022-03-09T09:36:43.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1504784045\\victim" -> "../victim" [2022-03-09T09:36:43.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3730727158\\victim" -> "../victim" [2022-03-09T09:36:43.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2776204852\\victim" -> "../victim" [2022-03-09T09:36:43.886Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink281403511\\victim" -> "../victim" [2022-03-09T09:36:43.886Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-09T09:36:43.886Z] === RUN TestApplyLayerInvalidSymlink [2022-03-09T09:36:43.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink671172468\\dest\\dotdot" -> "../victim/hello" [2022-03-09T09:36:43.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4189127642\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T09:36:43.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4222409620\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:36:43.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3606277037\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:36:43.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4108741882\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:36:43.886Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2235000485\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:36:43.886Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-09T09:36:43.886Z] === RUN TestApplyLayerWhiteouts [2022-03-09T09:36:43.886Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-03-09T09:36:43.886Z] === RUN TestGenerateEmptyFile [2022-03-09T09:36:43.886Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-09T09:36:43.886Z] === RUN TestGenerateWithContent [2022-03-09T09:36:43.886Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-09T09:36:43.886Z] PASS [2022-03-09T09:36:43.886Z] coverage: 62.0% of statements [2022-03-09T09:36:43.887Z] ok github.com/docker/docker/pkg/archive 8.217s coverage: 62.0% of statements [2022-03-09T09:36:43.887Z] === RUN TestFixedBufferCap [2022-03-09T09:36:43.887Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-09T09:36:43.887Z] === RUN TestFixedBufferLen [2022-03-09T09:36:43.887Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-09T09:36:43.887Z] === RUN TestFixedBufferString [2022-03-09T09:36:43.887Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-09T09:36:43.887Z] === RUN TestFixedBufferWrite [2022-03-09T09:36:43.887Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-09T09:36:43.887Z] === RUN TestFixedBufferRead [2022-03-09T09:36:43.887Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-09T09:36:43.887Z] === RUN TestBytesPipeRead [2022-03-09T09:36:43.887Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-09T09:36:43.887Z] === RUN TestBytesPipeWrite [2022-03-09T09:36:43.887Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-09T09:36:43.887Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-09T09:36:44.276Z] Congratulations! All API changes are done the right way. [2022-03-09T09:36:44.276Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-09T09:36:44.276Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-09T09:36:44.276Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-09T09:36:44.276Z] Congratulations! No new tests were added to integration-cli. [2022-03-09T09:36:44.276Z] [2022-03-09T09:36:44.276Z] INFO Start validation with golang-ci-lint [2022-03-09T09:36:44.354Z] --- PASS: TestBytesPipeWriteRandomChunks (0.47s) [2022-03-09T09:36:44.354Z] === RUN TestAtomicWriteToFile [2022-03-09T09:36:44.354Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-09T09:36:44.354Z] === RUN TestAtomicWriteSetCommit [2022-03-09T09:36:44.354Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-09T09:36:44.354Z] === RUN TestAtomicWriteSetCancel [2022-03-09T09:36:44.538Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-09T09:36:44.538Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-09T09:36:44.538Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-03-09T09:36:44.823Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-09T09:36:44.823Z] === RUN TestReadCloserWrapperClose [2022-03-09T09:36:44.823Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-09T09:36:44.823Z] === RUN TestReaderErrWrapperReadOnError [2022-03-09T09:36:44.823Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-09T09:36:44.823Z] === RUN TestReaderErrWrapperRead [2022-03-09T09:36:44.823Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-09T09:36:44.823Z] === RUN TestCancelReadCloser [2022-03-09T09:36:44.823Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-09T09:36:44.823Z] === RUN TestWriteCloserWrapperClose [2022-03-09T09:36:44.823Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-09T09:36:44.823Z] === RUN TestNopWriteCloser [2022-03-09T09:36:44.823Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-09T09:36:44.823Z] === RUN TestNopWriter [2022-03-09T09:36:44.823Z] --- PASS: TestNopWriter (0.00s) [2022-03-09T09:36:44.823Z] === RUN TestWriteCounter [2022-03-09T09:36:44.823Z] --- PASS: TestWriteCounter (0.00s) [2022-03-09T09:36:44.823Z] PASS [2022-03-09T09:36:44.823Z] coverage: 69.2% of statements [2022-03-09T09:36:44.823Z] ok github.com/docker/docker/pkg/ioutils 0.644s coverage: 69.2% of statements [2022-03-09T09:36:44.823Z] --- PASS: TestNetworkDBCRUDTableEntries (3.46s) [2022-03-09T09:36:44.823Z] === RUN TestNetworkDBNodeLeave [2022-03-09T09:36:45.808Z] === RUN TestError [2022-03-09T09:36:45.808Z] --- PASS: TestError (0.00s) [2022-03-09T09:36:45.808Z] === RUN TestProgressString [2022-03-09T09:36:45.808Z] === RUN TestProgressString/no_progress [2022-03-09T09:36:45.808Z] === RUN TestProgressString/progress_1 [2022-03-09T09:36:45.808Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-09T09:36:45.808Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-09T09:36:45.808Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-09T09:36:45.808Z] === RUN TestProgressString/with_units [2022-03-09T09:36:45.808Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-09T09:36:45.808Z] === RUN TestProgressString/hide_counts [2022-03-09T09:36:45.808Z] --- PASS: TestProgressString (0.00s) [2022-03-09T09:36:45.808Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-09T09:36:45.808Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-09T09:36:45.808Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-09T09:36:45.808Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-09T09:36:45.808Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-09T09:36:45.808Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-09T09:36:45.808Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-09T09:36:45.808Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-09T09:36:45.808Z] === RUN TestJSONMessageDisplay [2022-03-09T09:36:45.808Z] --- PASS: TestJSONMessageDisplay (0.17s) [2022-03-09T09:36:45.808Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-09T09:36:45.808Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-09T09:36:45.808Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-09T09:36:45.808Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-09T09:36:45.808Z] === RUN TestDisplayJSONMessagesStream [2022-03-09T09:36:45.808Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-09T09:36:45.808Z] PASS [2022-03-09T09:36:45.808Z] coverage: 91.7% of statements [2022-03-09T09:36:45.808Z] ok github.com/docker/docker/pkg/jsonmessage 0.209s coverage: 91.7% of statements [2022-03-09T09:36:46.276Z] === RUN TestStandardLongPath [2022-03-09T09:36:46.276Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-09T09:36:46.276Z] === RUN TestUNCLongPath [2022-03-09T09:36:46.276Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-09T09:36:46.276Z] PASS [2022-03-09T09:36:46.276Z] coverage: 100.0% of statements [2022-03-09T09:36:46.276Z] ok github.com/docker/docker/pkg/longpath 0.046s coverage: 100.0% of statements [2022-03-09T09:36:47.262Z] === RUN TestNameFormat [2022-03-09T09:36:47.262Z] --- PASS: TestNameFormat (0.00s) [2022-03-09T09:36:47.262Z] === RUN TestNameRetries [2022-03-09T09:36:47.262Z] --- PASS: TestNameRetries (0.00s) [2022-03-09T09:36:47.262Z] PASS [2022-03-09T09:36:47.262Z] coverage: 85.7% of statements [2022-03-09T09:36:47.262Z] ok github.com/docker/docker/pkg/namesgenerator 0.036s coverage: 85.7% of statements [2022-03-09T09:36:47.730Z] === RUN TestParseKeyValueOpt [2022-03-09T09:36:47.730Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-09T09:36:47.730Z] === RUN TestParseUintList [2022-03-09T09:36:47.730Z] --- PASS: TestParseUintList (0.00s) [2022-03-09T09:36:47.730Z] === RUN TestParseUintListMaximumLimits [2022-03-09T09:36:47.730Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-09T09:36:47.730Z] PASS [2022-03-09T09:36:47.730Z] coverage: 97.0% of statements [2022-03-09T09:36:47.730Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-03-09T09:36:47.730Z] === RUN TestNetworkDBWatch [2022-03-09T09:36:47.730Z] ok github.com/docker/docker/pkg/parsers 0.041s coverage: 97.0% of statements [2022-03-09T09:36:48.198Z] === RUN TestNewAndRemove [2022-03-09T09:36:48.198Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-09T09:36:48.198Z] === RUN TestRemoveInvalidPath [2022-03-09T09:36:48.198Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-09T09:36:48.198Z] PASS [2022-03-09T09:36:48.198Z] coverage: 82.6% of statements [2022-03-09T09:36:48.198Z] ok github.com/docker/docker/pkg/pidfile 0.041s coverage: 82.6% of statements [2022-03-09T09:36:49.699Z] 0a6173b79e25: Pull complete [2022-03-09T09:36:49.699Z] Digest: sha256:33d7abef52e917a19145873e9ed487055cb55ce3ccf3056ea189b0eb5e4e3683 [2022-03-09T09:36:49.699Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:36:49.699Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-09T09:36:49.699Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-09T09:36:49.699Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2686' [2022-03-09T09:36:49.699Z] WARN: Skipping validation tests [2022-03-09T09:36:49.699Z] INFO: Running unit tests at 03/09/2022 09:36:44... [2022-03-09T09:36:49.761Z] 2022/03/09 09:36:49 Closing DB instances... [2022-03-09T09:36:49.761Z] --- PASS: TestGetAddress (21.03s) [2022-03-09T09:36:49.761Z] === RUN TestRequestSyntaxCheck [2022-03-09T09:36:49.761Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-09T09:36:49.761Z] === RUN TestRequest [2022-03-09T09:36:49.761Z] === RUN TestFailedConnection [2022-03-09T09:36:50.747Z] --- PASS: TestNetworkDBWatch (3.24s) [2022-03-09T09:36:50.747Z] === RUN TestNetworkDBBulkSync [2022-03-09T09:36:52.092Z] INFO: make.ps1 starting at 03/09/2022 09:36:51 [2022-03-09T09:36:52.092Z] INFO: Git commit (8c948c86d8) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T09:36:52.092Z] INFO: Invoking autogen... [2022-03-09T09:36:52.310Z] --- PASS: TestFailedConnection (2.12s) [2022-03-09T09:36:52.310Z] === RUN TestFailOnce [2022-03-09T09:36:52.310Z] 2022/03/09 09:36:51 Closing DB instances... [2022-03-09T09:36:52.310Z] 2022/03/09 09:36:51 http: panic serving 127.0.0.1:49292: Plugin not ready [2022-03-09T09:36:52.310Z] goroutine 5 [running]: [2022-03-09T09:36:52.310Z] net/http.(*conn).serve.func1() [2022-03-09T09:36:52.310Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T09:36:52.310Z] panic({0xbfca00, 0xd109d0}) [2022-03-09T09:36:52.310Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T09:36:52.310Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x714b8d0da22c9168}, 0xc000053a98) [2022-03-09T09:36:52.310Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-09T09:36:52.310Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xd1d900, 0xc00021c000}, 0xb31d26) [2022-03-09T09:36:52.310Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T09:36:52.310Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xd1d900, 0xc00021c000}, 0xc00019a000) [2022-03-09T09:36:52.310Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-09T09:36:52.310Z] net/http.serverHandler.ServeHTTP({0xd1bff0}, {0xd1d900, 0xc00021c000}, 0xc00019a000) [2022-03-09T09:36:52.310Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T09:36:52.310Z] net/http.(*conn).serve(0xc000054c80, {0xd1f900, 0xc00013ce40}) [2022-03-09T09:36:52.310Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T09:36:52.310Z] created by net/http.(*Server).Serve [2022-03-09T09:36:52.310Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T09:36:52.310Z] time="2022-03-09T09:36:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49291/Test.FailOnce: Post \"http://127.0.0.1:49291/Test.FailOnce\": EOF, retrying in 1s" [2022-03-09T09:36:52.605Z] INFO: Running unit tests... [2022-03-09T09:36:53.296Z] --- PASS: TestFailOnce (1.20s) [2022-03-09T09:36:53.296Z] === RUN TestEchoInputOutput [2022-03-09T09:36:53.296Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-09T09:36:53.296Z] === RUN TestBackoff [2022-03-09T09:36:53.296Z] --- PASS: TestBackoff (0.00s) [2022-03-09T09:36:53.296Z] === RUN TestAbortRetry [2022-03-09T09:36:53.296Z] --- PASS: TestAbortRetry (0.00s) [2022-03-09T09:36:53.296Z] === RUN TestClientScheme [2022-03-09T09:36:53.296Z] --- PASS: TestClientScheme (0.00s) [2022-03-09T09:36:53.296Z] === RUN TestNewClientWithTimeout [2022-03-09T09:36:53.764Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-03-09T09:36:53.764Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-09T09:36:53.764Z] time="2022-03-09T09:36:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-09T09:36:55.330Z] time="2022-03-09T09:36:54Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-09T09:36:56.893Z] 2022/03/09 09:36:56 Closing DB instances... [2022-03-09T09:36:57.362Z] --- PASS: TestRequest (7.63s) [2022-03-09T09:36:57.362Z] === RUN TestOverlappingRequests [2022-03-09T09:36:57.829Z] time="2022-03-09T09:36:57Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-09T09:36:57.829Z] --- PASS: TestOverlappingRequests (0.37s) [2022-03-09T09:36:57.829Z] === RUN TestRelease [2022-03-09T09:36:59.249Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T09:36:59.249Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T09:36:59.249Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:36:59.249Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T09:36:59.249Z] [2022-03-09T09:36:59.249Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T09:36:59.249Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T09:36:59.249Z] HOSTNAME=b96904efc320 [2022-03-09T09:36:59.249Z] DEST=bundles/test-integration [2022-03-09T09:36:59.249Z] PWD=/go/src/github.com/docker/docker [2022-03-09T09:36:59.249Z] DOCKER_ROOTLESS=1 [2022-03-09T09:36:59.249Z] DOCKER_GITCOMMIT=16126512821a3b81cd06bd4a4024475d6c4820c7 [2022-03-09T09:36:59.249Z] container=docker [2022-03-09T09:36:59.249Z] HOME=/root [2022-03-09T09:36:59.249Z] GOLANG_VERSION=1.17.8 [2022-03-09T09:36:59.249Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T09:36:59.249Z] VALIDATE_BRANCH=master [2022-03-09T09:36:59.249Z] TERM=xterm [2022-03-09T09:36:59.249Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T09:36:59.249Z] SHLVL=1 [2022-03-09T09:36:59.249Z] TIMEOUT=120m [2022-03-09T09:36:59.249Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T09:36:59.249Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T09:36:59.249Z] GO111MODULE=off [2022-03-09T09:36:59.249Z] DOCKER_EXPERIMENTAL=1 [2022-03-09T09:36:59.249Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-09T09:36:59.249Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T09:36:59.249Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T09:36:59.249Z] GOPATH=/go [2022-03-09T09:36:59.250Z] PKG_CONFIG=pkg-config [2022-03-09T09:36:59.250Z] _=/usr/bin/env [2022-03-09T09:36:59.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-09T09:36:59.395Z] --- PASS: TestRelease (1.44s) [2022-03-09T09:36:59.395Z] === RUN TestAllocateRandomDeallocate [2022-03-09T09:36:59.395Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.90s) [2022-03-09T09:36:59.395Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-09T09:37:00.958Z] 2022/03/09 09:37:00 Closing DB instances... [2022-03-09T09:37:01.398Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T09:37:01.398Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T09:37:01.398Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:37:01.398Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T09:37:01.398Z] [2022-03-09T09:37:01.398Z] + TEST_INTEGRATION_DEST=1 [2022-03-09T09:37:01.398Z] + CONTAINER_NAME=docker-pr7-1 [2022-03-09T09:37:01.398Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-09T09:37:01.398Z] + run_tests test-integration-flaky [2022-03-09T09:37:01.398Z] + '[' -n 0 ']' [2022-03-09T09:37:01.398Z] + rm= [2022-03-09T09:37:01.398Z] + c=0 [2022-03-09T09:37:01.398Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43344/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43344/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=16126512821a3b81cd06bd4a4024475d6c4820c7 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:16126512821a3b81cd06bd4a4024475d6c4820c7 hack/make.sh test-integration-flaky test-integration [2022-03-09T09:37:01.398Z] + TEST_INTEGRATION_DEST=3 [2022-03-09T09:37:01.398Z] + CONTAINER_NAME=docker-pr7-3 [2022-03-09T09:37:01.398Z] + TEST_SKIP_INTEGRATION=1 [2022-03-09T09:37:01.398Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-09T09:37:01.398Z] + run_tests [2022-03-09T09:37:01.398Z] ++ jobs -p [2022-03-09T09:37:01.398Z] + '[' -n 0 ']' [2022-03-09T09:37:01.398Z] + rm= [2022-03-09T09:37:01.399Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43344/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43344/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=16126512821a3b81cd06bd4a4024475d6c4820c7 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:16126512821a3b81cd06bd4a4024475d6c4820c7 hack/make.sh '' test-integration [2022-03-09T09:37:01.399Z] + TEST_INTEGRATION_DEST=2 [2022-03-09T09:37:01.399Z] + CONTAINER_NAME=docker-pr7-2 [2022-03-09T09:37:01.399Z] + TEST_SKIP_INTEGRATION=1 [2022-03-09T09:37:01.399Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-09T09:37:01.399Z] + run_tests [2022-03-09T09:37:01.399Z] + '[' -n 0 ']' [2022-03-09T09:37:01.399Z] + rm= [2022-03-09T09:37:01.399Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43344/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43344/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=16126512821a3b81cd06bd4a4024475d6c4820c7 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:16126512821a3b81cd06bd4a4024475d6c4820c7 hack/make.sh '' test-integration [2022-03-09T09:37:01.399Z] + for job in $(jobs -p) [2022-03-09T09:37:01.399Z] + wait 7882 [2022-03-09T09:37:01.399Z] [2022-03-09T09:37:01.399Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T09:37:01.399Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T09:37:01.399Z] HOSTNAME=e1c7e234690e [2022-03-09T09:37:01.399Z] TEST_SKIP_INTEGRATION=1 [2022-03-09T09:37:01.399Z] TESTDEBUG=0 [2022-03-09T09:37:01.399Z] DEST=bundles/test-integration [2022-03-09T09:37:01.399Z] PWD=/go/src/github.com/docker/docker [2022-03-09T09:37:01.399Z] KEEPBUNDLE=1 [2022-03-09T09:37:01.399Z] DOCKER_GITCOMMIT=16126512821a3b81cd06bd4a4024475d6c4820c7 [2022-03-09T09:37:01.399Z] container=docker [2022-03-09T09:37:01.399Z] HOME=/root [2022-03-09T09:37:01.399Z] GOLANG_VERSION=1.17.8 [2022-03-09T09:37:01.399Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T09:37:01.399Z] VALIDATE_BRANCH=master [2022-03-09T09:37:01.399Z] TERM=xterm [2022-03-09T09:37:01.399Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T09:37:01.399Z] SHLVL=1 [2022-03-09T09:37:01.399Z] TIMEOUT=120m [2022-03-09T09:37:01.399Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T09:37:01.399Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T09:37:01.399Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-09T09:37:01.399Z] GO111MODULE=off [2022-03-09T09:37:01.399Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T09:37:01.399Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T09:37:01.399Z] GOPATH=/go [2022-03-09T09:37:01.399Z] PKG_CONFIG=pkg-config [2022-03-09T09:37:01.399Z] _=/usr/bin/env [2022-03-09T09:37:01.399Z] Building test suite binary ./integration-cli/test.main [2022-03-09T09:37:01.399Z] [2022-03-09T09:37:01.399Z] [2022-03-09T09:37:01.399Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-09T09:37:01.399Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T09:37:01.399Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T09:37:01.399Z] HOSTNAME=aac7f61e9842 [2022-03-09T09:37:01.399Z] TEST_SKIP_INTEGRATION=1 [2022-03-09T09:37:01.399Z] TESTDEBUG=0 [2022-03-09T09:37:01.399Z] DEST=bundles/test-integration [2022-03-09T09:37:01.399Z] PWD=/go/src/github.com/docker/docker [2022-03-09T09:37:01.399Z] KEEPBUNDLE=1 [2022-03-09T09:37:01.399Z] DOCKER_GITCOMMIT=16126512821a3b81cd06bd4a4024475d6c4820c7 [2022-03-09T09:37:01.399Z] container=docker [2022-03-09T09:37:01.399Z] HOME=/root [2022-03-09T09:37:01.399Z] GOLANG_VERSION=1.17.8 [2022-03-09T09:37:01.399Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T09:37:01.399Z] VALIDATE_BRANCH=master [2022-03-09T09:37:01.399Z] TERM=xterm [2022-03-09T09:37:01.399Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T09:37:01.399Z] SHLVL=1 [2022-03-09T09:37:01.399Z] TIMEOUT=120m [2022-03-09T09:37:01.399Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T09:37:01.399Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T09:37:01.399Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-09T09:37:01.399Z] GO111MODULE=off [2022-03-09T09:37:01.399Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T09:37:01.399Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T09:37:01.399Z] GOPATH=/go [2022-03-09T09:37:01.399Z] PKG_CONFIG=pkg-config [2022-03-09T09:37:01.399Z] _=/usr/bin/env [2022-03-09T09:37:01.399Z] Building test suite binary ./integration-cli/test.main [2022-03-09T09:37:01.399Z] No new tests added to integration. [2022-03-09T09:37:01.399Z] [2022-03-09T09:37:01.399Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T09:37:01.399Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T09:37:01.399Z] HOSTNAME=188947c7d738 [2022-03-09T09:37:01.399Z] TESTDEBUG=0 [2022-03-09T09:37:01.399Z] DEST=bundles/test-integration [2022-03-09T09:37:01.399Z] PWD=/go/src/github.com/docker/docker [2022-03-09T09:37:01.399Z] KEEPBUNDLE=1 [2022-03-09T09:37:01.399Z] DOCKER_GITCOMMIT=16126512821a3b81cd06bd4a4024475d6c4820c7 [2022-03-09T09:37:01.399Z] container=docker [2022-03-09T09:37:01.399Z] HOME=/root [2022-03-09T09:37:01.399Z] GOLANG_VERSION=1.17.8 [2022-03-09T09:37:01.399Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T09:37:01.399Z] VALIDATE_BRANCH=master [2022-03-09T09:37:01.399Z] TERM=xterm [2022-03-09T09:37:01.399Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T09:37:01.399Z] SHLVL=1 [2022-03-09T09:37:01.399Z] TIMEOUT=120m [2022-03-09T09:37:01.399Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T09:37:01.399Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T09:37:01.399Z] GO111MODULE=off [2022-03-09T09:37:01.399Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-09T09:37:01.399Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T09:37:01.399Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T09:37:01.399Z] GOPATH=/go [2022-03-09T09:37:01.399Z] PKG_CONFIG=pkg-config [2022-03-09T09:37:01.399Z] _=/usr/bin/env [2022-03-09T09:37:01.399Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-09T09:37:02.533Z] time="2022-03-09T09:37:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post \"http://127.0.0.1:49296/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-09T09:37:02.533Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-09T09:37:02.533Z] === RUN TestNetworkDBGarbageCollection [2022-03-09T09:37:03.520Z] --- PASS: TestAllocateRandomDeallocate (4.26s) [2022-03-09T09:37:03.520Z] === RUN TestRetrieveFromStore [2022-03-09T09:37:03.523Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-09T09:37:05.136Z] --- PASS: TestRetrieveFromStore (1.42s) [2022-03-09T09:37:05.137Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-09T09:37:05.137Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-09T09:37:05.137Z] === RUN TestParallelPredefinedRequest1 [2022-03-09T09:37:05.137Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-09T09:37:05.137Z] === RUN TestParallelPredefinedRequest2 [2022-03-09T09:37:05.137Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-09T09:37:05.137Z] === RUN TestParallelPredefinedRequest3 [2022-03-09T09:37:05.137Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-09T09:37:05.137Z] === RUN TestParallelPredefinedRequest4 [2022-03-09T09:37:05.137Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-09T09:37:05.137Z] === RUN TestParallelPredefinedRequest5 [2022-03-09T09:37:05.137Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-09T09:37:05.137Z] === RUN TestDebug [2022-03-09T09:37:05.137Z] --- PASS: TestDebug (0.00s) [2022-03-09T09:37:05.137Z] === RUN TestRequestPoolParallel [2022-03-09T09:37:05.137Z] === RUN TestParseEmptyInterface [2022-03-09T09:37:05.137Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-09T09:37:05.137Z] === RUN TestParseNonInterfaceType [2022-03-09T09:37:05.137Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-09T09:37:05.137Z] === RUN TestParseWithOneFunction [2022-03-09T09:37:05.137Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-09T09:37:05.137Z] === RUN TestParseWithMultipleFuncs [2022-03-09T09:37:05.137Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-09T09:37:05.137Z] === RUN TestParseWithUnnamedReturn [2022-03-09T09:37:05.137Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-09T09:37:05.137Z] === RUN TestEmbeddedInterface [2022-03-09T09:37:05.137Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-09T09:37:05.137Z] === RUN TestParsedImports [2022-03-09T09:37:05.137Z] --- PASS: TestParsedImports (0.00s) [2022-03-09T09:37:05.137Z] === RUN TestAliasedImports [2022-03-09T09:37:05.137Z] --- PASS: TestAliasedImports (0.00s) [2022-03-09T09:37:05.137Z] PASS [2022-03-09T09:37:05.137Z] coverage: 56.8% of statements [2022-03-09T09:37:05.137Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.054s coverage: 56.8% of statements [2022-03-09T09:37:05.137Z] --- PASS: TestRequestPoolParallel (0.45s) [2022-03-09T09:37:05.137Z] === RUN TestFullAllocateRelease [2022-03-09T09:37:05.604Z] --- PASS: TestFullAllocateRelease (0.38s) [2022-03-09T09:37:05.604Z] === RUN TestOddAllocateRelease [2022-03-09T09:37:06.071Z] --- PASS: TestOddAllocateRelease (0.24s) [2022-03-09T09:37:06.071Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-09T09:37:06.071Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-03-09T09:37:06.071Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-09T09:37:06.071Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-03-09T09:37:06.071Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-09T09:37:06.071Z] === RUN TestHTTPTransport [2022-03-09T09:37:06.071Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-09T09:37:06.071Z] PASS [2022-03-09T09:37:06.071Z] coverage: 85.7% of statements [2022-03-09T09:37:06.071Z] ok github.com/docker/docker/pkg/plugins/transport 0.041s coverage: 85.7% of statements [2022-03-09T09:37:06.071Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-03-09T09:37:06.071Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T09:37:06.071Z] === CONT TestParallelPredefinedRequest4 [2022-03-09T09:37:06.071Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T09:37:06.071Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:37:06.071Z] === CONT TestParallelPredefinedRequest5 [2022-03-09T09:37:06.071Z] === CONT TestParallelPredefinedRequest2 [2022-03-09T09:37:06.071Z] === CONT TestParallelPredefinedRequest5 [2022-03-09T09:37:06.071Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:37:06.071Z] === CONT TestParallelPredefinedRequest4 [2022-03-09T09:37:06.071Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:37:06.071Z] === CONT TestParallelPredefinedRequest2 [2022-03-09T09:37:06.071Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:37:06.071Z] === CONT TestParallelPredefinedRequest3 [2022-03-09T09:37:06.071Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:37:06.071Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-09T09:37:06.071Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-09T09:37:06.071Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-09T09:37:06.071Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-09T09:37:06.071Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-09T09:37:06.071Z] PASS [2022-03-09T09:37:06.071Z] coverage: 85.3% of statements [2022-03-09T09:37:06.071Z] ok github.com/docker/docker/libnetwork/ipam 45.225s coverage: 85.3% of statements [2022-03-09T09:37:06.539Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-09T09:37:06.539Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T09:37:06.539Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-09T09:37:06.539Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-09T09:37:06.539Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-09T09:37:06.539Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-09T09:37:06.539Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-09T09:37:06.539Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T09:37:06.539Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-09T09:37:06.539Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-09T09:37:06.539Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-09T09:37:06.539Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-09T09:37:06.539Z] === RUN TestBufferPoolPutAndGet [2022-03-09T09:37:06.539Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-09T09:37:06.539Z] PASS [2022-03-09T09:37:06.539Z] coverage: 88.2% of statements [2022-03-09T09:37:06.539Z] ok github.com/docker/docker/pkg/pools 0.033s coverage: 88.2% of statements [2022-03-09T09:37:07.009Z] === RUN TestOutputOnPrematureClose [2022-03-09T09:37:07.009Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-09T09:37:07.009Z] === RUN TestCompleteSilently [2022-03-09T09:37:07.009Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-09T09:37:07.009Z] PASS [2022-03-09T09:37:07.009Z] coverage: 75.9% of statements [2022-03-09T09:37:07.009Z] ok github.com/docker/docker/pkg/progress 0.029s coverage: 75.9% of statements [2022-03-09T09:37:07.476Z] === RUN TestSendToOneSub [2022-03-09T09:37:07.476Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-09T09:37:07.476Z] === RUN TestSendToMultipleSubs [2022-03-09T09:37:07.477Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-09T09:37:07.477Z] === RUN TestEvictOneSub [2022-03-09T09:37:07.477Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-09T09:37:07.477Z] === RUN TestClosePublisher [2022-03-09T09:37:07.477Z] --- PASS: TestClosePublisher (0.00s) [2022-03-09T09:37:07.477Z] === RUN TestPubSubRace [2022-03-09T09:37:08.460Z] --- PASS: TestPubSubRace (1.05s) [2022-03-09T09:37:08.460Z] PASS [2022-03-09T09:37:08.460Z] coverage: 75.0% of statements [2022-03-09T09:37:08.460Z] ok github.com/docker/docker/pkg/pubsub 1.092s coverage: 75.0% of statements [2022-03-09T09:37:08.930Z] === RUN TestRegister [2022-03-09T09:37:08.930Z] --- PASS: TestRegister (0.00s) [2022-03-09T09:37:08.930Z] === RUN TestCommand [2022-03-09T09:37:09.397Z] --- PASS: TestCommand (0.03s) [2022-03-09T09:37:09.397Z] === RUN TestNaiveSelf [2022-03-09T09:37:09.397Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-09T09:37:09.397Z] PASS [2022-03-09T09:37:09.397Z] coverage: 82.4% of statements [2022-03-09T09:37:09.397Z] ok github.com/docker/docker/pkg/reexec 0.085s coverage: 82.4% of statements [2022-03-09T09:37:09.865Z] === RUN TestDump [2022-03-09T09:37:09.865Z] goroutine 19 [running]: [2022-03-09T09:37:09.865Z] github.com/docker/docker/pkg/stack.dump(0x40b9d7) [2022-03-09T09:37:09.865Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T09:37:09.865Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-09T09:37:09.865Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-09T09:37:09.865Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-09T09:37:09.865Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-09T09:37:09.865Z] testing.tRunner(0xc0000851e0, 0x57a190) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:37:09.865Z] created by testing.(*T).Run [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T09:37:09.865Z] [2022-03-09T09:37:09.865Z] goroutine 1 [chan receive]: [2022-03-09T09:37:09.865Z] testing.(*T).Run(0xc000085040, {0x56b7b1, 0x3ea733}, 0x57a190) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T09:37:09.865Z] testing.runTests.func1(0xc0000b6810) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T09:37:09.865Z] testing.tRunner(0xc000085040, 0xc0000c1ce0) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:37:09.865Z] testing.runTests(0xc0000d0080, {0x6dec20, 0x3, 0x3}, {0x40ac2d, 0x56d4ab, 0x6e36e0}) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T09:37:09.865Z] testing.(*M).Run(0xc0000d0080) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T09:37:09.865Z] main.main() [2022-03-09T09:37:09.865Z] _testmain.go:95 +0x1f5 [2022-03-09T09:37:09.865Z] --- PASS: TestDump (0.00s) [2022-03-09T09:37:09.865Z] === RUN TestDumpToFile [2022-03-09T09:37:09.865Z] --- PASS: TestDumpToFile (0.12s) [2022-03-09T09:37:09.865Z] === RUN TestDumpToFileWithEmptyInput [2022-03-09T09:37:09.865Z] goroutine 21 [running]: [2022-03-09T09:37:09.865Z] github.com/docker/docker/pkg/stack.dump(0x478bb4) [2022-03-09T09:37:09.865Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T09:37:09.865Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x478f60}) [2022-03-09T09:37:09.865Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-09T09:37:09.865Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0000851e0) [2022-03-09T09:37:09.865Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-09T09:37:09.865Z] testing.tRunner(0xc0000856c0, 0x57a180) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:37:09.865Z] created by testing.(*T).Run [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T09:37:09.865Z] [2022-03-09T09:37:09.865Z] goroutine 1 [chan receive]: [2022-03-09T09:37:09.865Z] testing.(*T).Run(0xc000085040, {0x572596, 0x3ea733}, 0x57a180) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T09:37:09.865Z] testing.runTests.func1(0xc0000b6810) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T09:37:09.865Z] testing.tRunner(0xc000085040, 0xc0000c1ce0) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:37:09.865Z] testing.runTests(0xc0000d0080, {0x6dec20, 0x3, 0x3}, {0x40ac2d, 0x56d4ab, 0x6e36e0}) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T09:37:09.865Z] testing.(*M).Run(0xc0000d0080) [2022-03-09T09:37:09.865Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T09:37:09.865Z] main.main() [2022-03-09T09:37:09.865Z] _testmain.go:95 +0x1f5 [2022-03-09T09:37:09.865Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-09T09:37:09.865Z] PASS [2022-03-09T09:37:09.865Z] coverage: 90.9% of statements [2022-03-09T09:37:09.865Z] ok github.com/docker/docker/pkg/stack 0.156s coverage: 90.9% of statements [2022-03-09T09:37:10.261Z] [2022-03-09T09:37:10.261Z] Name Version Source Summary [2022-03-09T09:37:10.261Z] ---- ------- ------ ------- [2022-03-09T09:37:10.261Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-09T09:37:10.261Z] [2022-03-09T09:37:10.261Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-09T09:37:10.261Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-09T09:37:10.261Z] PSChildName : containerd [2022-03-09T09:37:10.261Z] PSDrive : C [2022-03-09T09:37:10.261Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-09T09:37:10.261Z] PSIsContainer : True [2022-03-09T09:37:10.261Z] Name : containerd [2022-03-09T09:37:10.261Z] FullName : C:\containerd [2022-03-09T09:37:10.261Z] Parent : [2022-03-09T09:37:10.261Z] Exists : True [2022-03-09T09:37:10.261Z] Root : C:\ [2022-03-09T09:37:10.261Z] Extension : [2022-03-09T09:37:10.261Z] CreationTime : 3/9/2022 9:37:04 AM [2022-03-09T09:37:10.261Z] CreationTimeUtc : 3/9/2022 9:37:04 AM [2022-03-09T09:37:10.261Z] LastAccessTime : 3/9/2022 9:37:04 AM [2022-03-09T09:37:10.261Z] LastAccessTimeUtc : 3/9/2022 9:37:04 AM [2022-03-09T09:37:10.261Z] LastWriteTime : 3/9/2022 9:37:04 AM [2022-03-09T09:37:10.261Z] LastWriteTimeUtc : 3/9/2022 9:37:04 AM [2022-03-09T09:37:10.261Z] Attributes : Directory [2022-03-09T09:37:10.261Z] Mode : d----- [2022-03-09T09:37:10.261Z] BaseName : containerd [2022-03-09T09:37:10.261Z] Target : {} [2022-03-09T09:37:10.261Z] LinkType : [2022-03-09T09:37:10.261Z] [2022-03-09T09:37:10.261Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-09T09:37:10.261Z] INFO: Configuring git core.autocrlf... [2022-03-09T09:37:10.261Z] [2022-03-09T09:37:10.261Z] [2022-03-09T09:37:10.333Z] === RUN TestNewStdWriter [2022-03-09T09:37:10.333Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-09T09:37:10.333Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestWriteWithNilBytes [2022-03-09T09:37:10.333Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestWrite [2022-03-09T09:37:10.333Z] --- PASS: TestWrite (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestWriteWithWriterError [2022-03-09T09:37:10.333Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-09T09:37:10.333Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestStdCopyWriteAndRead [2022-03-09T09:37:10.333Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-09T09:37:10.333Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-09T09:37:10.333Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-09T09:37:10.333Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-09T09:37:10.333Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-09T09:37:10.333Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-09T09:37:10.333Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-09T09:37:10.333Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-09T09:37:10.333Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-09T09:37:10.333Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-09T09:37:10.333Z] PASS [2022-03-09T09:37:10.333Z] coverage: 100.0% of statements [2022-03-09T09:37:10.333Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2022-03-09T09:37:10.800Z] --- PASS: TestNewClientWithTimeout (17.60s) [2022-03-09T09:37:10.800Z] === RUN TestClientStream [2022-03-09T09:37:10.800Z] --- PASS: TestClientStream (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestClientSendFile [2022-03-09T09:37:10.800Z] --- PASS: TestClientSendFile (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestClientWithRequestTimeout [2022-03-09T09:37:10.800Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-09T09:37:10.800Z] === RUN TestFileSpecPlugin [2022-03-09T09:37:10.800Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-03-09T09:37:10.800Z] === RUN TestFileJSONSpecPlugin [2022-03-09T09:37:10.800Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-09T09:37:10.800Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestPluginAddHandler [2022-03-09T09:37:10.800Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestPluginWaitBadPlugin [2022-03-09T09:37:10.800Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestGet [2022-03-09T09:37:10.800Z] time="2022-03-09T09:37:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-09T09:37:10.800Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-09T09:37:10.800Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-09T09:37:10.800Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestFormatStatus [2022-03-09T09:37:10.800Z] --- PASS: TestFormatStatus (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestFormatError [2022-03-09T09:37:10.800Z] --- PASS: TestFormatError (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestFormatJSONError [2022-03-09T09:37:10.800Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-09T09:37:10.800Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-09T09:37:10.800Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestNewJSONProgressOutput [2022-03-09T09:37:10.800Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestAuxFormatterEmit [2022-03-09T09:37:10.800Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestStreamWriterStdout [2022-03-09T09:37:10.800Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-09T09:37:10.800Z] === RUN TestStreamWriterStderr [2022-03-09T09:37:10.800Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-09T09:37:10.800Z] PASS [2022-03-09T09:37:10.800Z] coverage: 66.2% of statements [2022-03-09T09:37:10.800Z] ok github.com/docker/docker/pkg/streamformatter 0.039s coverage: 66.2% of statements [2022-03-09T09:37:11.268Z] === RUN TestGenerateRandomID [2022-03-09T09:37:11.268Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-09T09:37:11.268Z] === RUN TestShortenId [2022-03-09T09:37:11.268Z] --- PASS: TestShortenId (0.00s) [2022-03-09T09:37:11.268Z] === RUN TestShortenSha256Id [2022-03-09T09:37:11.268Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-09T09:37:11.268Z] === RUN TestShortenIdEmpty [2022-03-09T09:37:11.268Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-09T09:37:11.268Z] === RUN TestShortenIdInvalid [2022-03-09T09:37:11.268Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-09T09:37:11.268Z] === RUN TestIsShortIDNonHex [2022-03-09T09:37:11.268Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-09T09:37:11.268Z] === RUN TestIsShortIDNotCorrectSize [2022-03-09T09:37:11.268Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-09T09:37:11.268Z] PASS [2022-03-09T09:37:11.268Z] coverage: 70.6% of statements [2022-03-09T09:37:11.268Z] ok github.com/docker/docker/pkg/stringid 0.033s coverage: 70.6% of statements [2022-03-09T09:37:11.736Z] time="2022-03-09T09:37:11Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-09T09:37:12.203Z] === RUN TestIsCpusetListAvailable [2022-03-09T09:37:12.203Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-09T09:37:12.203Z] PASS [2022-03-09T09:37:12.203Z] coverage: 39.4% of statements [2022-03-09T09:37:12.203Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-03-09T09:37:13.189Z] === RUN TestChtimes [2022-03-09T09:37:13.189Z] --- PASS: TestChtimes (0.00s) [2022-03-09T09:37:13.189Z] === RUN TestChtimesWindows [2022-03-09T09:37:13.189Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-09T09:37:13.189Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-09T09:37:13.189Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-09T09:37:13.189Z] PASS [2022-03-09T09:37:13.189Z] coverage: 12.9% of statements [2022-03-09T09:37:13.189Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 12.9% of statements [2022-03-09T09:37:13.657Z] === RUN TestTailFile [2022-03-09T09:37:13.657Z] --- PASS: TestTailFile (0.00s) [2022-03-09T09:37:13.657Z] === RUN TestTailFileManyLines [2022-03-09T09:37:13.657Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-09T09:37:13.657Z] === RUN TestTailEmptyFile [2022-03-09T09:37:13.657Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-09T09:37:13.657Z] === RUN TestTailNegativeN [2022-03-09T09:37:13.657Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/truncated_last_line [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader/no_delimiter [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T09:37:13.657Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:13.657Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:13.657Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.138Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.138Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.138Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.138Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.138Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.138Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.138Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.139Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T09:37:14.139Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.140Z] time="2022-03-09T09:37:13Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.140Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.140Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.140Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.141Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.141Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.141Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.142Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.142Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.610Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T09:37:14.611Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-09T09:37:14.611Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.01s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:37:14.612Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:37:14.613Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:37:14.614Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:37:14.614Z] PASS [2022-03-09T09:37:14.614Z] coverage: 88.6% of statements [2022-03-09T09:37:14.614Z] ok github.com/docker/docker/pkg/tailfile 0.184s coverage: 88.6% of statements [2022-03-09T09:37:15.089Z] === RUN TestTarSumRemoveNonExistent [2022-03-09T09:37:15.089Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestTarSumRemove [2022-03-09T09:37:15.089Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestSortFileInfoSums [2022-03-09T09:37:15.089Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestNewTarSumForLabelInvalid [2022-03-09T09:37:15.089Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestNewTarSumForLabel [2022-03-09T09:37:15.089Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestEmptyTar [2022-03-09T09:37:15.089Z] --- PASS: TestEmptyTar (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestTarSumsReadSize [2022-03-09T09:37:15.089Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestTarSums [2022-03-09T09:37:15.089Z] --- PASS: TestTarSums (0.05s) [2022-03-09T09:37:15.089Z] === RUN TestIteration [2022-03-09T09:37:15.089Z] --- PASS: TestIteration (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestVersionLabelForChecksum [2022-03-09T09:37:15.089Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestVersion [2022-03-09T09:37:15.089Z] --- PASS: TestVersion (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestGetVersion [2022-03-09T09:37:15.089Z] --- PASS: TestGetVersion (0.00s) [2022-03-09T09:37:15.089Z] === RUN TestGetVersions [2022-03-09T09:37:15.089Z] --- PASS: TestGetVersions (0.00s) [2022-03-09T09:37:15.089Z] PASS [2022-03-09T09:37:15.089Z] coverage: 89.3% of statements [2022-03-09T09:37:15.089Z] ok github.com/docker/docker/pkg/tarsum 0.101s coverage: 89.3% of statements [2022-03-09T09:37:15.557Z] === RUN TestTruncIndex [2022-03-09T09:37:15.683Z] --- PASS: TestBuildWithHugeFile (54.14s) [2022-03-09T09:37:15.683Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T09:37:15.683Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:37:15.683Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:37:15.683Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T09:37:15.683Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:37:15.683Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:37:15.683Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:37:15.683Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:37:15.683Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:37:15.683Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:37:15.683Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:37:15.683Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:37:15.683Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:37:15.683Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-09T09:37:15.683Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-03-09T09:37:15.683Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-03-09T09:37:15.683Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-09T09:37:15.683Z] === RUN TestBuildPreserveOwnership [2022-03-09T09:37:15.683Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-09T09:37:15.944Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-09T09:37:16.024Z] --- PASS: TestTruncIndex (0.10s) [2022-03-09T09:37:16.024Z] PASS [2022-03-09T09:37:16.024Z] coverage: 91.5% of statements [2022-03-09T09:37:16.024Z] ok github.com/docker/docker/pkg/truncindex 0.136s coverage: 91.5% of statements [2022-03-09T09:37:16.024Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-09T09:37:16.024Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-09T09:37:16.024Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-09T09:37:16.024Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-09T09:37:16.024Z] === RUN TestIsGIT [2022-03-09T09:37:16.024Z] --- PASS: TestIsGIT (0.00s) [2022-03-09T09:37:16.024Z] === RUN TestIsTransport [2022-03-09T09:37:16.024Z] --- PASS: TestIsTransport (0.00s) [2022-03-09T09:37:16.024Z] PASS [2022-03-09T09:37:16.024Z] coverage: 100.0% of statements [2022-03-09T09:37:16.024Z] ok github.com/docker/docker/pkg/urlutil 0.029s coverage: 100.0% of statements [2022-03-09T09:37:16.495Z] === RUN TestVersionInfo [2022-03-09T09:37:16.495Z] --- PASS: TestVersionInfo (0.00s) [2022-03-09T09:37:16.495Z] === RUN TestAppendVersions [2022-03-09T09:37:16.495Z] --- PASS: TestAppendVersions (0.00s) [2022-03-09T09:37:16.495Z] PASS [2022-03-09T09:37:16.495Z] coverage: 88.9% of statements [2022-03-09T09:37:16.495Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2022-03-09T09:37:16.587Z] ? github.com/docker/docker/api [no test files] [2022-03-09T09:37:16.883Z] --- PASS: TestBuildPreserveOwnership (3.54s) [2022-03-09T09:37:16.883Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.41s) [2022-03-09T09:37:16.883Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.12s) [2022-03-09T09:37:16.883Z] === RUN TestBuildPlatformInvalid [2022-03-09T09:37:17.143Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-09T09:37:17.143Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-09T09:37:17.479Z] === RUN TestNewSettable [2022-03-09T09:37:17.479Z] --- PASS: TestNewSettable (0.00s) [2022-03-09T09:37:17.479Z] === RUN TestIsSettable [2022-03-09T09:37:17.479Z] --- PASS: TestIsSettable (0.00s) [2022-03-09T09:37:17.479Z] === RUN TestUpdateSettingsEnv [2022-03-09T09:37:17.479Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-09T09:37:17.479Z] PASS [2022-03-09T09:37:17.479Z] coverage: 20.0% of statements [2022-03-09T09:37:17.479Z] ok github.com/docker/docker/plugin/v2 0.033s coverage: 20.0% of statements [2022-03-09T09:37:17.479Z] === RUN TestValidatePrivileges [2022-03-09T09:37:17.479Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-09T09:37:17.479Z] === RUN TestFilterByCapNeg [2022-03-09T09:37:17.479Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-09T09:37:17.479Z] === RUN TestFilterByCapPos [2022-03-09T09:37:17.479Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-09T09:37:17.479Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-09T09:37:17.479Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-09T09:37:17.479Z] PASS [2022-03-09T09:37:17.479Z] coverage: 12.0% of statements [2022-03-09T09:37:17.479Z] ok github.com/docker/docker/plugin 0.057s coverage: 12.0% of statements [2022-03-09T09:37:17.713Z] Loaded image: busybox:latest [2022-03-09T09:37:17.947Z] time="2022-03-09T09:37:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-09T09:37:17.947Z] === RUN TestLoad [2022-03-09T09:37:17.947Z] --- PASS: TestLoad (0.00s) [2022-03-09T09:37:17.947Z] === RUN TestSave [2022-03-09T09:37:17.947Z] --- PASS: TestSave (0.03s) [2022-03-09T09:37:17.947Z] === RUN TestAddDeleteGet [2022-03-09T09:37:17.947Z] --- PASS: TestAddDeleteGet (0.05s) [2022-03-09T09:37:17.947Z] === RUN TestInvalidTags [2022-03-09T09:37:17.947Z] --- PASS: TestInvalidTags (0.01s) [2022-03-09T09:37:17.947Z] PASS [2022-03-09T09:37:17.947Z] coverage: 84.4% of statements [2022-03-09T09:37:17.947Z] ok github.com/docker/docker/reference 0.136s coverage: 84.4% of statements [2022-03-09T09:37:17.974Z] Loaded image: busybox:glibc [2022-03-09T09:37:18.932Z] === RUN TestResolveAuthConfigIndexServer [2022-03-09T09:37:18.932Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-09T09:37:18.932Z] === RUN TestResolveAuthConfigFullURL [2022-03-09T09:37:18.932Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-09T09:37:18.932Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-09T09:37:18.932Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-09T09:37:18.932Z] === RUN TestValidateMirror [2022-03-09T09:37:18.932Z] --- PASS: TestValidateMirror (0.00s) [2022-03-09T09:37:18.932Z] === RUN TestLoadInsecureRegistries [2022-03-09T09:37:19.361Z] Loaded image: debian:bullseye-slim [2022-03-09T09:37:19.361Z] Loaded image: hello-world:latest [2022-03-09T09:37:19.361Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T09:37:19.399Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-09T09:37:19.399Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-09T09:37:19.399Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-09T09:37:19.399Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-09T09:37:19.399Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-09T09:37:19.399Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-09T09:37:19.399Z] === RUN TestResumableRequestReaderWithReadError [2022-03-09T09:37:19.399Z] time="2022-03-09T09:37:18Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-09T09:37:19.399Z] time="2022-03-09T09:37:19Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-09T09:37:19.399Z] time="2022-03-09T09:37:19Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-09T09:37:19.399Z] --- PASS: TestLoadInsecureRegistries (0.15s) [2022-03-09T09:37:19.399Z] === RUN TestNewServiceConfig [2022-03-09T09:37:19.399Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-09T09:37:19.399Z] === RUN TestValidateIndexName [2022-03-09T09:37:19.399Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-09T09:37:19.399Z] === RUN TestValidateIndexNameWithError [2022-03-09T09:37:19.399Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-09T09:37:19.399Z] === RUN TestEndpointParse [2022-03-09T09:37:19.400Z] --- PASS: TestEndpointParse (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestEndpointParseInvalid [2022-03-09T09:37:19.400Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestValidateEndpoint [2022-03-09T09:37:19.400Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-09T09:37:19.400Z] === RUN TestPing [2022-03-09T09:37:19.400Z] --- PASS: TestPing (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestPingRegistryEndpoint [2022-03-09T09:37:19.400Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:37:19.400Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestEndpoint [2022-03-09T09:37:19.400Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:37:19.400Z] --- SKIP: TestEndpoint (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestParseRepositoryInfo [2022-03-09T09:37:19.400Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestNewIndexInfo [2022-03-09T09:37:19.400Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestMirrorEndpointLookup [2022-03-09T09:37:19.400Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:37:19.400Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestSearchRepositories [2022-03-09T09:37:19.400Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-09T09:37:19.400Z] Host: 127.0.0.1:49329 [2022-03-09T09:37:19.400Z] User-Agent: docker test client [2022-03-09T09:37:19.400Z] Authorization: Token fake-token [2022-03-09T09:37:19.400Z] X-Docker-Token: true [2022-03-09T09:37:19.400Z] Accept-Encoding: gzip [2022-03-09T09:37:19.400Z] [2022-03-09T09:37:19.400Z] [2022-03-09T09:37:19.400Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-09T09:37:19.400Z] Connection: close [2022-03-09T09:37:19.400Z] Content-Length: 144 [2022-03-09T09:37:19.400Z] Cache-Control: no-cache [2022-03-09T09:37:19.400Z] Content-Type: application/json [2022-03-09T09:37:19.400Z] Date: Wed, 09 Mar 2022 09:37:19 GMT [2022-03-09T09:37:19.400Z] Expires: -1 [2022-03-09T09:37:19.400Z] Pragma: no-cache [2022-03-09T09:37:19.400Z] Server: docker-tests/mock [2022-03-09T09:37:19.400Z] X-Docker-Registry-Config: mock [2022-03-09T09:37:19.400Z] X-Docker-Registry-Version: 0.0.0 [2022-03-09T09:37:19.400Z] [2022-03-09T09:37:19.400Z] [2022-03-09T09:37:19.400Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestTrustedLocation [2022-03-09T09:37:19.400Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-09T09:37:19.400Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestAllowNondistributableArtifacts [2022-03-09T09:37:19.400Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestIsSecureIndex [2022-03-09T09:37:19.400Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-09T09:37:19.400Z] PASS [2022-03-09T09:37:19.400Z] coverage: 51.2% of statements [2022-03-09T09:37:19.400Z] ok github.com/docker/docker/registry 0.215s coverage: 51.2% of statements [2022-03-09T09:37:19.400Z] time="2022-03-09T09:37:18Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-09T09:37:19.400Z] --- PASS: TestResumableRequestReaderWithReadError (0.16s) [2022-03-09T09:37:19.400Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-09T09:37:19.400Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-09T09:37:19.400Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-09T09:37:19.400Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestResumableRequestReader [2022-03-09T09:37:19.400Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-09T09:37:19.400Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-09T09:37:19.400Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-09T09:37:19.400Z] PASS [2022-03-09T09:37:19.400Z] coverage: 100.0% of statements [2022-03-09T09:37:19.400Z] ok github.com/docker/docker/registry/resumable 0.218s coverage: 100.0% of statements [2022-03-09T09:37:19.866Z] === RUN TestRestartManagerTimeout [2022-03-09T09:37:19.866Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-09T09:37:19.866Z] === RUN TestRestartManagerTimeoutReset [2022-03-09T09:37:19.866Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-09T09:37:19.866Z] PASS [2022-03-09T09:37:19.866Z] coverage: 50.9% of statements [2022-03-09T09:37:19.866Z] ok github.com/docker/docker/restartmanager 0.031s coverage: 50.9% of statements [2022-03-09T09:37:19.866Z] === RUN TestDecodeContainerConfig [2022-03-09T09:37:19.866Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-09T09:37:19.866Z] === RUN TestDecodeContainerConfigIsolation [2022-03-09T09:37:19.866Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-09T09:37:19.866Z] === RUN TestValidatePrivileged [2022-03-09T09:37:19.866Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-09T09:37:19.866Z] PASS [2022-03-09T09:37:19.867Z] coverage: 52.6% of statements [2022-03-09T09:37:19.867Z] ok github.com/docker/docker/runconfig 0.034s coverage: 52.6% of statements [2022-03-09T09:37:20.335Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-09T09:37:20.335Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-09T09:37:20.335Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-09T09:37:20.335Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-09T09:37:20.335Z] PASS [2022-03-09T09:37:20.335Z] coverage: 62.5% of statements [2022-03-09T09:37:20.335Z] ok github.com/docker/docker/testutil 0.074s coverage: 62.5% of statements [2022-03-09T09:37:23.283Z] === RUN TestGetDriver [2022-03-09T09:37:23.283Z] --- PASS: TestGetDriver (0.00s) [2022-03-09T09:37:23.283Z] === RUN TestVolumeRequestError [2022-03-09T09:37:23.283Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-09T09:37:23.283Z] PASS [2022-03-09T09:37:23.283Z] coverage: 36.1% of statements [2022-03-09T09:37:23.283Z] ok github.com/docker/docker/volume/drivers 0.040s coverage: 36.1% of statements [2022-03-09T09:37:23.283Z] === RUN TestGetAddress [2022-03-09T09:37:23.283Z] --- PASS: TestGetAddress (0.00s) [2022-03-09T09:37:23.283Z] === RUN TestRemove [2022-03-09T09:37:23.283Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T09:37:23.283Z] --- SKIP: TestRemove (0.00s) [2022-03-09T09:37:23.283Z] === RUN TestInitializeWithVolumes [2022-03-09T09:37:23.283Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-09T09:37:23.283Z] === RUN TestCreate [2022-03-09T09:37:23.283Z] --- PASS: TestCreate (0.01s) [2022-03-09T09:37:23.283Z] === RUN TestValidateName [2022-03-09T09:37:23.283Z] --- PASS: TestValidateName (0.00s) [2022-03-09T09:37:23.283Z] === RUN TestCreateWithOpts [2022-03-09T09:37:23.283Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T09:37:23.283Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-09T09:37:23.283Z] === RUN TestRelaodNoOpts [2022-03-09T09:37:23.283Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-09T09:37:23.283Z] PASS [2022-03-09T09:37:23.283Z] coverage: 41.5% of statements [2022-03-09T09:37:23.283Z] ok github.com/docker/docker/volume/local 0.068s coverage: 41.5% of statements [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRaw [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-09T09:37:24.269Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRaw [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRawSplit [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-09T09:37:24.269Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-09T09:37:24.269Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T09:37:24.269Z] === RUN TestConvertTmpfsOptions [2022-03-09T09:37:24.269Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-09T09:37:24.269Z] linux_parser_test.go:209: data="ro" [2022-03-09T09:37:24.269Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-09T09:37:24.269Z] === RUN TestParseMountSpec [2022-03-09T09:37:24.269Z] parser_test.go:62: case 0 [2022-03-09T09:37:24.269Z] parser_test.go:62: case 1 [2022-03-09T09:37:24.269Z] parser_test.go:62: case 2 [2022-03-09T09:37:24.269Z] parser_test.go:62: case 3 [2022-03-09T09:37:24.269Z] parser_test.go:62: case 4 [2022-03-09T09:37:24.269Z] parser_test.go:62: case 5 [2022-03-09T09:37:24.269Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-09T09:37:24.269Z] === RUN TestValidateMount [2022-03-09T09:37:24.269Z] --- PASS: TestValidateMount (0.01s) [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRaw [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T09:37:24.269Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-09T09:37:24.269Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T09:37:24.269Z] PASS [2022-03-09T09:37:24.269Z] coverage: 67.6% of statements [2022-03-09T09:37:24.269Z] ok github.com/docker/docker/volume/mounts 0.053s coverage: 67.6% of statements [2022-03-09T09:37:24.737Z] === RUN TestSetGetMeta [2022-03-09T09:37:24.737Z] === PAUSE TestSetGetMeta [2022-03-09T09:37:24.737Z] === RUN TestRestore [2022-03-09T09:37:24.737Z] === PAUSE TestRestore [2022-03-09T09:37:24.737Z] === RUN TestServiceCreate [2022-03-09T09:37:24.737Z] === PAUSE TestServiceCreate [2022-03-09T09:37:24.737Z] === RUN TestServiceList [2022-03-09T09:37:24.737Z] === PAUSE TestServiceList [2022-03-09T09:37:24.737Z] === RUN TestServiceRemove [2022-03-09T09:37:24.737Z] === PAUSE TestServiceRemove [2022-03-09T09:37:24.737Z] === RUN TestServiceGet [2022-03-09T09:37:24.737Z] === PAUSE TestServiceGet [2022-03-09T09:37:24.737Z] === RUN TestServicePrune [2022-03-09T09:37:24.737Z] === PAUSE TestServicePrune [2022-03-09T09:37:24.737Z] === RUN TestCreate [2022-03-09T09:37:24.737Z] === PAUSE TestCreate [2022-03-09T09:37:24.737Z] === RUN TestRemove [2022-03-09T09:37:24.737Z] === PAUSE TestRemove [2022-03-09T09:37:24.737Z] === RUN TestList [2022-03-09T09:37:24.737Z] === PAUSE TestList [2022-03-09T09:37:24.737Z] === RUN TestFindByDriver [2022-03-09T09:37:24.737Z] === PAUSE TestFindByDriver [2022-03-09T09:37:24.737Z] === RUN TestFindByReferenced [2022-03-09T09:37:24.737Z] === PAUSE TestFindByReferenced [2022-03-09T09:37:24.737Z] === RUN TestDerefMultipleOfSameRef [2022-03-09T09:37:24.737Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-09T09:37:24.737Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T09:37:24.737Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T09:37:24.737Z] === RUN TestDefererencePluginOnCreateError [2022-03-09T09:37:24.737Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-09T09:37:24.737Z] === RUN TestRefDerefRemove [2022-03-09T09:37:24.737Z] === PAUSE TestRefDerefRemove [2022-03-09T09:37:24.737Z] === RUN TestGet [2022-03-09T09:37:24.737Z] === PAUSE TestGet [2022-03-09T09:37:24.737Z] === RUN TestGetWithReference [2022-03-09T09:37:24.737Z] === PAUSE TestGetWithReference [2022-03-09T09:37:24.737Z] === RUN TestFilterFunc [2022-03-09T09:37:24.737Z] === RUN TestFilterFunc/test_nil_list [2022-03-09T09:37:24.737Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-09T09:37:24.737Z] === RUN TestFilterFunc/test_empty_list [2022-03-09T09:37:24.737Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-09T09:37:24.737Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T09:37:24.737Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T09:37:24.737Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T09:37:24.737Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T09:37:24.737Z] === RUN TestFilterFunc/test_filter_some [2022-03-09T09:37:24.737Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-09T09:37:24.737Z] === RUN TestFilterFunc/test_filter_middle [2022-03-09T09:37:24.737Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-09T09:37:24.737Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-09T09:37:24.737Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-09T09:37:24.737Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-09T09:37:24.737Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-09T09:37:24.737Z] === CONT TestFilterFunc/test_nil_list [2022-03-09T09:37:24.737Z] === CONT TestFilterFunc/test_filter_some [2022-03-09T09:37:24.737Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T09:37:24.737Z] === CONT TestFilterFunc/test_filter_middle [2022-03-09T09:37:24.737Z] === CONT TestFilterFunc/test_empty_list [2022-03-09T09:37:24.737Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T09:37:24.737Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-09T09:37:24.737Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-09T09:37:24.737Z] --- PASS: TestFilterFunc (0.00s) [2022-03-09T09:37:24.737Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-09T09:37:24.737Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-09T09:37:24.737Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-09T09:37:24.737Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-09T09:37:24.737Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-09T09:37:24.737Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-09T09:37:24.737Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-09T09:37:24.737Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-09T09:37:24.737Z] === CONT TestSetGetMeta [2022-03-09T09:37:24.737Z] === CONT TestList [2022-03-09T09:37:24.737Z] === CONT TestDefererencePluginOnCreateError [2022-03-09T09:37:24.737Z] === CONT TestGet [2022-03-09T09:37:24.737Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-09T09:37:24.737Z] === CONT TestRemove [2022-03-09T09:37:24.737Z] --- PASS: TestGet (0.03s) [2022-03-09T09:37:24.737Z] === CONT TestCreate [2022-03-09T09:37:24.737Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-09T09:37:24.737Z] === CONT TestServicePrune [2022-03-09T09:37:24.737Z] --- PASS: TestList (0.04s) [2022-03-09T09:37:24.737Z] === CONT TestServiceGet [2022-03-09T09:37:24.737Z] --- PASS: TestRemove (0.03s) [2022-03-09T09:37:24.737Z] === CONT TestServiceRemove [2022-03-09T09:37:24.737Z] --- PASS: TestCreate (0.02s) [2022-03-09T09:37:24.737Z] === CONT TestServiceList [2022-03-09T09:37:24.737Z] time="2022-03-09T09:37:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:37:24.737Z] --- PASS: TestServiceGet (0.14s) [2022-03-09T09:37:24.737Z] === CONT TestServiceCreate [2022-03-09T09:37:24.737Z] --- PASS: TestServiceRemove (0.13s) [2022-03-09T09:37:24.737Z] === CONT TestRestore [2022-03-09T09:37:24.737Z] time="2022-03-09T09:37:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:37:24.737Z] --- PASS: TestServiceList (0.14s) [2022-03-09T09:37:24.737Z] === CONT TestRefDerefRemove [2022-03-09T09:37:24.737Z] time="2022-03-09T09:37:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:37:24.737Z] time="2022-03-09T09:37:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-09T09:37:24.737Z] --- PASS: TestServiceCreate (0.03s) [2022-03-09T09:37:24.737Z] === CONT TestGetWithReference [2022-03-09T09:37:24.737Z] time="2022-03-09T09:37:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:37:24.737Z] --- PASS: TestRestore (0.03s) [2022-03-09T09:37:24.737Z] === CONT TestDerefMultipleOfSameRef [2022-03-09T09:37:24.737Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-09T09:37:24.737Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T09:37:24.737Z] --- PASS: TestServicePrune (0.18s) [2022-03-09T09:37:24.737Z] === CONT TestFindByReferenced [2022-03-09T09:37:24.737Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-09T09:37:24.737Z] === CONT TestFindByDriver [2022-03-09T09:37:24.737Z] --- PASS: TestGetWithReference (0.02s) [2022-03-09T09:37:24.737Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-09T09:37:24.737Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-09T09:37:24.737Z] --- PASS: TestFindByDriver (0.02s) [2022-03-09T09:37:24.737Z] PASS [2022-03-09T09:37:24.737Z] coverage: 69.0% of statements [2022-03-09T09:37:24.737Z] ok github.com/docker/docker/volume/service 0.290s coverage: 69.0% of statements [2022-03-09T09:37:25.721Z] --- PASS: TestGet (15.02s) [2022-03-09T09:37:25.721Z] === RUN TestPluginWithNoManifest [2022-03-09T09:37:25.721Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-09T09:37:25.721Z] === RUN TestGetAll [2022-03-09T09:37:25.721Z] --- PASS: TestGetAll (0.00s) [2022-03-09T09:37:25.721Z] PASS [2022-03-09T09:37:25.721Z] coverage: 73.2% of statements [2022-03-09T09:37:25.721Z] ok github.com/docker/docker/pkg/plugins 36.048s coverage: 73.2% of statements [2022-03-09T09:37:29.371Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.97s) [2022-03-09T09:37:29.371Z] PASS [2022-03-09T09:37:29.371Z] [2022-03-09T09:37:29.371Z] === Skipped [2022-03-09T09:37:29.371Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-09T09:37:29.371Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:37:29.371Z] [2022-03-09T09:37:29.371Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:37:29.371Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:37:29.371Z] [2022-03-09T09:37:29.371Z] DONE 34 tests, 2 skipped in 90.986s [2022-03-09T09:37:29.371Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-09T09:37:29.371Z] INFO: Testing against a local daemon [2022-03-09T09:37:29.371Z] === RUN TestConfigInspect [2022-03-09T09:37:30.315Z] --- PASS: TestConfigInspect (2.33s) [2022-03-09T09:37:30.315Z] === RUN TestConfigList [2022-03-09T09:37:32.861Z] --- PASS: TestConfigList (2.16s) [2022-03-09T09:37:32.861Z] === RUN TestConfigsCreateAndDelete [2022-03-09T09:37:34.775Z] --- PASS: TestConfigsCreateAndDelete (2.14s) [2022-03-09T09:37:34.775Z] === RUN TestConfigsUpdate [2022-03-09T09:37:35.062Z] === RUN TestMiddlewares [2022-03-09T09:37:35.062Z] --- PASS: TestMiddlewares (0.00s) [2022-03-09T09:37:35.062Z] PASS [2022-03-09T09:37:35.062Z] coverage: 9.0% of statements [2022-03-09T09:37:35.062Z] ok github.com/docker/docker/api/server 0.097s coverage: 9.0% of statements [2022-03-09T09:37:36.690Z] --- PASS: TestConfigsUpdate (2.11s) [2022-03-09T09:37:36.690Z] === RUN TestTemplatedConfig [2022-03-09T09:37:37.976Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-09T09:37:37.976Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-09T09:37:39.235Z] --- PASS: TestTemplatedConfig (2.55s) [2022-03-09T09:37:39.235Z] === RUN TestConfigCreateResolve [2022-03-09T09:37:41.779Z] --- PASS: TestConfigCreateResolve (2.12s) [2022-03-09T09:37:41.779Z] PASS [2022-03-09T09:37:41.779Z] [2022-03-09T09:37:41.779Z] DONE 6 tests in 13.438s [2022-03-09T09:37:41.779Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-09T09:37:41.779Z] INFO: Testing against a local daemon [2022-03-09T09:37:41.779Z] === RUN TestCheckpoint [2022-03-09T09:37:41.779Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:37:41.779Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T09:37:41.779Z] === RUN TestContainerInvalidJSON [2022-03-09T09:37:41.779Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:37:41.779Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:37:41.779Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:37:41.779Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:37:41.779Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:37:41.779Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:37:41.779Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-09T09:37:41.779Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-09T09:37:41.779Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T09:37:41.779Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T09:37:41.779Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.17s) [2022-03-09T09:37:41.779Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T09:37:41.779Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-09T09:37:41.779Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T09:37:41.779Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-09T09:37:41.779Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T09:37:41.779Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-03-09T09:37:41.779Z] === RUN TestCopyFromContainer [2022-03-09T09:37:43.165Z] === RUN TestCopyFromContainer// [2022-03-09T09:37:43.165Z] === RUN TestCopyFromContainer//bar/root [2022-03-09T09:37:43.165Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-09T09:37:43.165Z] === RUN TestCopyFromContainer/bar/quux [2022-03-09T09:37:43.165Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-09T09:37:43.165Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-09T09:37:43.165Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-09T09:37:43.426Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-09T09:37:43.426Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-09T09:37:43.426Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer (1.66s) [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-09T09:37:43.426Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-09T09:37:43.426Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T09:37:43.426Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:37:43.426Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:37:43.426Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:37:43.426Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:37:43.426Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:37:43.426Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:37:43.426Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:37:43.426Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:37:43.426Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:37:43.426Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-09T09:37:43.426Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T09:37:43.426Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T09:37:43.426Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T09:37:43.426Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T09:37:43.687Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-09T09:37:43.687Z] === RUN TestCreateWithInvalidEnv [2022-03-09T09:37:43.687Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T09:37:43.687Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T09:37:43.687Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T09:37:43.687Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T09:37:43.687Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T09:37:43.687Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T09:37:43.687Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T09:37:43.687Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T09:37:43.688Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T09:37:43.688Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-09T09:37:43.688Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T09:37:43.688Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T09:37:43.688Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T09:37:43.688Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T09:37:43.688Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-09T09:37:43.688Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T09:37:45.603Z] --- PASS: TestCreateWithCustomMaskedPaths (1.67s) [2022-03-09T09:37:45.603Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T09:37:46.988Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.53s) [2022-03-09T09:37:46.988Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T09:37:46.988Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:37:46.988Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:37:46.988Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:37:46.988Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:37:46.988Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:37:46.988Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:37:46.988Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:37:46.988Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:37:46.988Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:37:46.988Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:37:46.988Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:37:46.988Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:37:46.988Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:37:46.988Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:37:46.988Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:37:46.988Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-09T09:37:46.988Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T09:37:46.988Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T09:37:46.988Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T09:37:46.988Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T09:37:46.988Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-09T09:37:46.988Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T09:37:47.560Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s) [2022-03-09T09:37:47.560Z] === RUN TestCreateDifferentPlatform [2022-03-09T09:37:47.560Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T09:37:47.560Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T09:37:47.560Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-09T09:37:47.560Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-09T09:37:47.560Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T09:37:47.560Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T09:37:47.560Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-09T09:37:47.560Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T09:37:47.560Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-03-09T09:37:47.560Z] === RUN TestContainerStartOnDaemonRestart [2022-03-09T09:37:47.560Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-09T09:37:47.560Z] === RUN TestDaemonRestartIpcMode [2022-03-09T09:37:47.560Z] === PAUSE TestDaemonRestartIpcMode [2022-03-09T09:37:47.560Z] === RUN TestDaemonHostGatewayIP [2022-03-09T09:37:47.560Z] === PAUSE TestDaemonHostGatewayIP [2022-03-09T09:37:47.560Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-09T09:37:47.560Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-09T09:37:47.560Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T09:37:47.560Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-09T09:37:47.560Z] === RUN TestDiff [2022-03-09T09:37:48.133Z] --- PASS: TestDiff (0.62s) [2022-03-09T09:37:48.133Z] === RUN TestExecWithCloseStdin [2022-03-09T09:37:48.705Z] --- PASS: TestExecWithCloseStdin (0.62s) [2022-03-09T09:37:48.705Z] === RUN TestExec [2022-03-09T09:37:49.275Z] --- PASS: TestExec (0.60s) [2022-03-09T09:37:49.275Z] === RUN TestExecUser [2022-03-09T09:37:50.214Z] --- PASS: TestExecUser (0.64s) [2022-03-09T09:37:50.214Z] === RUN TestExportContainerAndImportImage [2022-03-09T09:37:50.785Z] --- PASS: TestExportContainerAndImportImage (0.71s) [2022-03-09T09:37:50.785Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T09:37:52.171Z] --- PASS: TestExportContainerAfterDaemonRestart (1.26s) [2022-03-09T09:37:52.171Z] === RUN TestHealthCheckWorkdir [2022-03-09T09:37:52.743Z] --- PASS: TestHealthCheckWorkdir (0.80s) [2022-03-09T09:37:52.743Z] === RUN TestHealthKillContainer [2022-03-09T09:37:55.806Z] 2022/03/09 09:37:54 Closing DB instances... [2022-03-09T09:37:56.275Z] --- PASS: TestNetworkDBGarbageCollection (54.26s) [2022-03-09T09:37:56.275Z] === RUN TestFindNode [2022-03-09T09:37:56.275Z] 2022/03/09 09:37:56 Closing DB instances... [2022-03-09T09:37:56.275Z] --- PASS: TestFindNode (0.02s) [2022-03-09T09:37:56.275Z] === RUN TestChangeNodeState [2022-03-09T09:37:56.275Z] 2022/03/09 09:37:56 Closing DB instances... [2022-03-09T09:37:56.275Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-09T09:37:56.275Z] === RUN TestNodeReincarnation [2022-03-09T09:37:56.742Z] 2022/03/09 09:37:56 Closing DB instances... [2022-03-09T09:37:59.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-09T09:38:00.884Z] --- PASS: TestHealthKillContainer (8.16s) [2022-03-09T09:38:00.884Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T09:38:01.454Z] --- PASS: TestInspectCpusetInConfigPre120 (0.50s) [2022-03-09T09:38:01.454Z] === RUN TestIpcModeNone [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-09T09:38:01.485Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-09T09:38:01.485Z] === RUN TestParallelCreate [2022-03-09T09:38:01.485Z] 2022/03/09 09:38:01 Closing DB instances... [2022-03-09T09:38:01.485Z] --- PASS: TestParallelCreate (0.02s) [2022-03-09T09:38:01.485Z] === RUN TestParallelDelete [2022-03-09T09:38:01.485Z] 2022/03/09 09:38:01 Closing DB instances... [2022-03-09T09:38:01.485Z] --- PASS: TestParallelDelete (0.02s) [2022-03-09T09:38:01.485Z] === RUN TestNetworkDBIslands [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:4d53e73ad872 with config:&{NodeID:4d53e73ad872 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="Node 4d53e73ad872/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="Node 4d53e73ad872/172.27.56.68, added to nodes list" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:57fbeffcf7c1 with config:&{NodeID:57fbeffcf7c1 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, added to nodes list" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=debug msg="memberlist: Stream connection from=[::1]:49362" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, added to nodes list" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="Node 4d53e73ad872/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=info msg="Node 4d53e73ad872/172.27.56.68, added to nodes list" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-09T09:38:01.485Z] time="2022-03-09T09:38:01Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49363" [2022-03-09T09:38:02.023Z] --- PASS: TestIpcModeNone (0.59s) [2022-03-09T09:38:02.023Z] === RUN TestIpcModePrivate [2022-03-09T09:38:02.284Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a24160fcb3b4 with config:&{NodeID:a24160fcb3b4 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="Node a24160fcb3b4/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="Node a24160fcb3b4/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="Node a24160fcb3b4/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="Node a24160fcb3b4/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="Node 4d53e73ad872/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="Node 4d53e73ad872/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="Node a24160fcb3b4/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.471Z] time="2022-03-09T09:38:02Z" level=info msg="Node a24160fcb3b4/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.854Z] --- PASS: TestIpcModePrivate (0.67s) [2022-03-09T09:38:02.854Z] === RUN TestIpcModeShareable [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:dcc086ea9406 with config:&{NodeID:dcc086ea9406 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node dcc086ea9406/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node dcc086ea9406/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Stream connection from=[::1]:49366" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node dcc086ea9406/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node dcc086ea9406/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node 4d53e73ad872/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node 4d53e73ad872/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node a24160fcb3b4/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node a24160fcb3b4/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49367" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node dcc086ea9406/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node dcc086ea9406/172.27.56.68, added to nodes list" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node dcc086ea9406/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:02.938Z] time="2022-03-09T09:38:02Z" level=info msg="Node dcc086ea9406/172.27.56.68, added to nodes list" [2022-03-09T09:38:03.115Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-03-09T09:38:03.377Z] --- PASS: TestIpcModeShareable (0.63s) [2022-03-09T09:38:03.377Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:14d62dfef495 with config:&{NodeID:14d62dfef495 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node 14d62dfef495/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node 14d62dfef495/172.27.56.68, added to nodes list" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Stream connection from=[::1]:49368" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node 14d62dfef495/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node 14d62dfef495/172.27.56.68, added to nodes list" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node 4d53e73ad872/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node 4d53e73ad872/172.27.56.68, added to nodes list" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node a24160fcb3b4/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node a24160fcb3b4/172.27.56.68, added to nodes list" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node dcc086ea9406/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node dcc086ea9406/172.27.56.68, added to nodes list" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, added to nodes list" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:02Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49369" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:03Z" level=info msg="Node 14d62dfef495/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:03Z" level=info msg="Node 14d62dfef495/172.27.56.68, added to nodes list" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:03Z" level=info msg="Node 14d62dfef495/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:03Z" level=info msg="Node 14d62dfef495/172.27.56.68, added to nodes list" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:03Z" level=info msg="Node 14d62dfef495/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:03Z" level=info msg="Node 14d62dfef495/172.27.56.68, added to nodes list" [2022-03-09T09:38:03.406Z] networkdb_test.go:835: Re-joining: 3 [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:03Z" level=info msg="The new bootstrap node list is:[172.27.56.68:10033 172.27.56.68:10034 172.27.56.68:10035]" [2022-03-09T09:38:03.406Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10033" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49370" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10034" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49371" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49372" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10035" [2022-03-09T09:38:03.873Z] networkdb_test.go:835: Re-joining: 4 [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=info msg="The new bootstrap node list is:[172.27.56.68:10033 172.27.56.68:10034 172.27.56.68:10035]" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10033" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49373" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10034" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49374" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10035" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49375" [2022-03-09T09:38:03.873Z] time="2022-03-09T09:38:03Z" level=info msg="node 0 leaving" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="Node 4d53e73ad872 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="node5(14d62dfef495): Node leave event for 4d53e73ad872/172.27.56.68" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="Node 4d53e73ad872 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="node4(dcc086ea9406): Node leave event for 4d53e73ad872/172.27.56.68" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="Node 4d53e73ad872 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="node2(57fbeffcf7c1): Node leave event for 4d53e73ad872/172.27.56.68" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="Node 4d53e73ad872 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="node1(4d53e73ad872): Node leave event for 4d53e73ad872/172.27.56.68" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="Node 4d53e73ad872 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="node3(a24160fcb3b4): Node leave event for 4d53e73ad872/172.27.56.68" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:03Z" level=info msg="Node 4d53e73ad872/172.27.56.68, left gossip cluster" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:04Z" level=info msg="Node 4d53e73ad872/172.27.56.68, left gossip cluster" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:04Z" level=info msg="Node 4d53e73ad872/172.27.56.68, left gossip cluster" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:04Z" level=info msg="Node 4d53e73ad872/172.27.56.68, left gossip cluster" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:04Z" level=info msg="Node 4d53e73ad872/172.27.56.68, left gossip cluster" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:04Z" level=warning msg="memberlist: Failed to send gossip to 172.27.56.68:10036: write udp [::]:10033->172.27.56.68:10036: use of closed network connection" [2022-03-09T09:38:04.340Z] time="2022-03-09T09:38:04Z" level=info msg="node 1 leaving" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node 57fbeffcf7c1 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="node3(a24160fcb3b4): Node leave event for 57fbeffcf7c1/172.27.56.68" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, left gossip cluster" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node 57fbeffcf7c1 change state NodeActive --> NodeFailed" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, added to failed nodes list" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node 57fbeffcf7c1 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="node4(dcc086ea9406): Node leave event for 57fbeffcf7c1/172.27.56.68" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node 57fbeffcf7c1 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="node5(14d62dfef495): Node leave event for 57fbeffcf7c1/172.27.56.68" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=error msg="node: 57fbeffcf7c1 is unknown to memberlist" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, left gossip cluster" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, left gossip cluster" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node 57fbeffcf7c1/172.27.56.68, left gossip cluster" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="node 2 leaving" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node a24160fcb3b4 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="node5(14d62dfef495): Node leave event for a24160fcb3b4/172.27.56.68" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node a24160fcb3b4 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="node4(dcc086ea9406): Node leave event for a24160fcb3b4/172.27.56.68" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="Node a24160fcb3b4 change state NodeActive --> NodeLeft" [2022-03-09T09:38:04.807Z] time="2022-03-09T09:38:04Z" level=info msg="node3(a24160fcb3b4): Node leave event for a24160fcb3b4/172.27.56.68" [2022-03-09T09:38:05.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-09T09:38:05.274Z] time="2022-03-09T09:38:04Z" level=debug msg="memberlist: Failed ping: 14d62dfef495 (timeout reached)" [2022-03-09T09:38:05.274Z] time="2022-03-09T09:38:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.56.68:10036: use of closed network connection" [2022-03-09T09:38:05.274Z] time="2022-03-09T09:38:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.56.68:10034: use of closed network connection" [2022-03-09T09:38:05.274Z] time="2022-03-09T09:38:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.56.68:10035: use of closed network connection" [2022-03-09T09:38:05.274Z] time="2022-03-09T09:38:04Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49376" [2022-03-09T09:38:05.274Z] time="2022-03-09T09:38:04Z" level=info msg="Node a24160fcb3b4/172.27.56.68, left gossip cluster" [2022-03-09T09:38:05.274Z] time="2022-03-09T09:38:05Z" level=info msg="Node a24160fcb3b4/172.27.56.68, left gossip cluster" [2022-03-09T09:38:05.274Z] time="2022-03-09T09:38:05Z" level=info msg="Node a24160fcb3b4/172.27.56.68, left gossip cluster" [2022-03-09T09:38:05.293Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.76s) [2022-03-09T09:38:05.293Z] === RUN TestAPIIpcModeHost [2022-03-09T09:38:05.553Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-03-09T09:38:05.553Z] === RUN TestDaemonIpcModeShareable [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=warning msg="memberlist: Was able to connect to 14d62dfef495 but other probes failed, network may be misconfigured" [2022-03-09T09:38:05.741Z] networkdb_test.go:867: node4: OK [2022-03-09T09:38:05.741Z] networkdb_test.go:867: node5: OK [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="node 0 coming back" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:f3e49a097045 with config:&{NodeID:f3e49a097045 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="Node f3e49a097045/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="Node f3e49a097045/172.27.56.68, added to nodes list" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="node 1 coming back" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:8ce53269a907 with config:&{NodeID:8ce53269a907 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="Node 8ce53269a907/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="Node 8ce53269a907/172.27.56.68, added to nodes list" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="node 2 coming back" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ab5a513a055e with config:&{NodeID:ab5a513a055e Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="Node ab5a513a055e/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:05.741Z] time="2022-03-09T09:38:05Z" level=info msg="Node ab5a513a055e/172.27.56.68, added to nodes list" [2022-03-09T09:38:06.519Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-03-09T09:38:06.783Z] --- PASS: TestDaemonIpcModeShareable (1.19s) [2022-03-09T09:38:06.783Z] === RUN TestDaemonIpcModePrivate [2022-03-09T09:38:07.731Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-03-09T09:38:07.731Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2022-03-09T09:38:07.731Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-09T09:38:08.684Z] time="2022-03-09T09:38:08Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.56.68:10033 172.27.56.68:10034 172.27.56.68:10035]" [2022-03-09T09:38:09.117Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-03-09T09:38:09.117Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s) [2022-03-09T09:38:09.117Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-09T09:38:09.154Z] time="2022-03-09T09:38:08Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.56.68:10033 172.27.56.68:10034 172.27.56.68:10035]" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10033" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49377" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node 14d62dfef495/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node 14d62dfef495/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node dcc086ea9406/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node dcc086ea9406/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node f3e49a097045/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node f3e49a097045/172.27.56.68, is the new incarnation of the shutdown node 4d53e73ad872/172.27.56.68" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node f3e49a097045/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49378" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10034" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node 14d62dfef495/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node 14d62dfef495/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node dcc086ea9406/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node dcc086ea9406/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node f3e49a097045/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node f3e49a097045/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node 8ce53269a907/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node 8ce53269a907/172.27.56.68, is the new incarnation of the shutdown node 57fbeffcf7c1/172.27.56.68" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node 8ce53269a907/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10035" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49379" [2022-03-09T09:38:09.622Z] time="2022-03-09T09:38:09Z" level=info msg="Node 14d62dfef495/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node 14d62dfef495/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node 8ce53269a907/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node 8ce53269a907/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node f3e49a097045/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node f3e49a097045/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node dcc086ea9406/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node dcc086ea9406/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node ab5a513a055e/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node ab5a513a055e/172.27.56.68, is the new incarnation of the shutdown node a24160fcb3b4/172.27.56.68" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node ab5a513a055e/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node 8ce53269a907/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node 8ce53269a907/172.27.56.68, is the new incarnation of the shutdown node 57fbeffcf7c1/172.27.56.68" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node 8ce53269a907/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node f3e49a097045/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node f3e49a097045/172.27.56.68, is the new incarnation of the shutdown node 4d53e73ad872/172.27.56.68" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node f3e49a097045/172.27.56.68, added to nodes list" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node 8ce53269a907/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:09.623Z] time="2022-03-09T09:38:09Z" level=info msg="Node 8ce53269a907/172.27.56.68, added to nodes list" [2022-03-09T09:38:10.060Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=info msg="Node ab5a513a055e/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=info msg="Node ab5a513a055e/172.27.56.68, is the new incarnation of the shutdown node a24160fcb3b4/172.27.56.68" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=info msg="Node ab5a513a055e/172.27.56.68, added to nodes list" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=info msg="Node ab5a513a055e/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=info msg="Node ab5a513a055e/172.27.56.68, added to nodes list" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=info msg="Node ab5a513a055e/172.27.56.68, joined gossip cluster" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=info msg="Node ab5a513a055e/172.27.56.68, added to nodes list" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49380" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10033" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49381" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10034" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.56.68:10035" [2022-03-09T09:38:10.091Z] time="2022-03-09T09:38:09Z" level=debug msg="memberlist: Stream connection from=172.27.56.68:49382" [2022-03-09T09:38:10.321Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-03-09T09:38:10.321Z] === RUN TestIpcModeOlderClient [2022-03-09T09:38:10.321Z] === PAUSE TestIpcModeOlderClient [2022-03-09T09:38:10.321Z] === RUN TestKillContainerInvalidSignal [2022-03-09T09:38:10.558Z] 2022/03/09 09:38:10 Closing DB instances... [2022-03-09T09:38:10.582Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-03-09T09:38:10.582Z] === RUN TestKillContainer [2022-03-09T09:38:10.582Z] === RUN TestKillContainer/no_signal [2022-03-09T09:38:10.871Z] Removing intermediate container 469866a298c3 [2022-03-09T09:38:10.871Z] ---> 847bd5f28cbd [2022-03-09T09:38:10.871Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-09T09:38:10.871Z] ---> Running in b7ae28060e5f [2022-03-09T09:38:10.871Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-09T09:38:10.871Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-09T09:38:10.871Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-09T09:38:10.871Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-09T09:38:10.871Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-09T09:38:10.871Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-09T09:38:10.871Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-09T09:38:10.871Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-09T09:38:10.871Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-09T09:38:10.871Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-09T09:38:10.871Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-09T09:38:10.871Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-09T09:38:10.871Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-09T09:38:10.871Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-09T09:38:10.871Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-09T09:38:10.871Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node f3e49a097045 change state NodeActive --> NodeLeft" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="node5(14d62dfef495): Node leave event for f3e49a097045/172.27.56.68" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node f3e49a097045 change state NodeActive --> NodeLeft" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="node2(8ce53269a907): Node leave event for f3e49a097045/172.27.56.68" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node f3e49a097045 change state NodeActive --> NodeLeft" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="node4(dcc086ea9406): Node leave event for f3e49a097045/172.27.56.68" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node f3e49a097045 change state NodeActive --> NodeLeft" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="node3(ab5a513a055e): Node leave event for f3e49a097045/172.27.56.68" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node f3e49a097045 change state NodeActive --> NodeLeft" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="node1(f3e49a097045): Node leave event for f3e49a097045/172.27.56.68" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node f3e49a097045/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node f3e49a097045/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node f3e49a097045/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node f3e49a097045/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node f3e49a097045/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node 8ce53269a907 change state NodeActive --> NodeLeft" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="node5(14d62dfef495): Node leave event for 8ce53269a907/172.27.56.68" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node 8ce53269a907 change state NodeActive --> NodeLeft" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="node4(dcc086ea9406): Node leave event for 8ce53269a907/172.27.56.68" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node 8ce53269a907 change state NodeActive --> NodeLeft" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="node3(ab5a513a055e): Node leave event for 8ce53269a907/172.27.56.68" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node 8ce53269a907/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node 8ce53269a907 change state NodeActive --> NodeFailed" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=info msg="Node 8ce53269a907/172.27.56.68, added to failed nodes list" [2022-03-09T09:38:11.024Z] time="2022-03-09T09:38:10Z" level=error msg="node: 8ce53269a907 is unknown to memberlist" [2022-03-09T09:38:11.153Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T09:38:11.413Z] === RUN TestKillContainer/killing_signal [2022-03-09T09:38:11.494Z] time="2022-03-09T09:38:11Z" level=info msg="Node 8ce53269a907/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.494Z] time="2022-03-09T09:38:11Z" level=info msg="Node 8ce53269a907/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.494Z] time="2022-03-09T09:38:11Z" level=info msg="Node 8ce53269a907/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.494Z] time="2022-03-09T09:38:11Z" level=info msg="Node ab5a513a055e change state NodeActive --> NodeLeft" [2022-03-09T09:38:11.494Z] time="2022-03-09T09:38:11Z" level=info msg="node4(dcc086ea9406): Node leave event for ab5a513a055e/172.27.56.68" [2022-03-09T09:38:11.494Z] time="2022-03-09T09:38:11Z" level=info msg="Node ab5a513a055e/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.494Z] time="2022-03-09T09:38:11Z" level=info msg="Node ab5a513a055e change state NodeActive --> NodeFailed" [2022-03-09T09:38:11.494Z] time="2022-03-09T09:38:11Z" level=info msg="Node ab5a513a055e/172.27.56.68, added to failed nodes list" [2022-03-09T09:38:11.494Z] time="2022-03-09T09:38:11Z" level=info msg="Node ab5a513a055e change state NodeActive --> NodeLeft" [2022-03-09T09:38:11.494Z] time="2022-03-09T09:38:11Z" level=info msg="node5(14d62dfef495): Node leave event for ab5a513a055e/172.27.56.68" [2022-03-09T09:38:11.960Z] time="2022-03-09T09:38:11Z" level=error msg="node: ab5a513a055e is unknown to memberlist" [2022-03-09T09:38:11.960Z] time="2022-03-09T09:38:11Z" level=info msg="Node ab5a513a055e/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.960Z] time="2022-03-09T09:38:11Z" level=info msg="Node ab5a513a055e/172.27.56.68, left gossip cluster" [2022-03-09T09:38:11.960Z] time="2022-03-09T09:38:11Z" level=debug msg="memberlist: Failed ping: ab5a513a055e (timeout reached)" [2022-03-09T09:38:11.960Z] time="2022-03-09T09:38:11Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.56.68:10036: use of closed network connection" [2022-03-09T09:38:11.960Z] time="2022-03-09T09:38:11Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.56.68:10037: use of closed network connection" [2022-03-09T09:38:11.983Z] --- PASS: TestKillContainer (1.28s) [2022-03-09T09:38:11.983Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-03-09T09:38:11.983Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-03-09T09:38:11.983Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-03-09T09:38:11.983Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T09:38:11.983Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-09T09:38:12.243Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-09T09:38:12.427Z] time="2022-03-09T09:38:11Z" level=info msg="Node dcc086ea9406 change state NodeActive --> NodeLeft" [2022-03-09T09:38:12.427Z] time="2022-03-09T09:38:11Z" level=info msg="node5(14d62dfef495): Node leave event for dcc086ea9406/172.27.56.68" [2022-03-09T09:38:12.427Z] time="2022-03-09T09:38:11Z" level=info msg="Node dcc086ea9406 change state NodeActive --> NodeLeft" [2022-03-09T09:38:12.427Z] time="2022-03-09T09:38:11Z" level=info msg="node4(dcc086ea9406): Node leave event for dcc086ea9406/172.27.56.68" [2022-03-09T09:38:12.427Z] time="2022-03-09T09:38:12Z" level=info msg="Node dcc086ea9406/172.27.56.68, left gossip cluster" [2022-03-09T09:38:12.427Z] time="2022-03-09T09:38:12Z" level=info msg="memberlist: Suspect ab5a513a055e has failed, no acks received" [2022-03-09T09:38:12.814Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s) [2022-03-09T09:38:12.814Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-03-09T09:38:12.814Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2022-03-09T09:38:12.814Z] === RUN TestKillStoppedContainer [2022-03-09T09:38:12.814Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-09T09:38:12.814Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T09:38:12.814Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-09T09:38:12.814Z] === RUN TestKillDifferentUserContainer [2022-03-09T09:38:12.894Z] time="2022-03-09T09:38:12Z" level=info msg="Node dcc086ea9406/172.27.56.68, left gossip cluster" [2022-03-09T09:38:13.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-09T09:38:13.364Z] time="2022-03-09T09:38:13Z" level=info msg="Node 14d62dfef495/172.27.56.68, left gossip cluster" [2022-03-09T09:38:13.364Z] time="2022-03-09T09:38:13Z" level=info msg="Node 14d62dfef495 change state NodeActive --> NodeFailed" [2022-03-09T09:38:13.364Z] time="2022-03-09T09:38:13Z" level=info msg="Node 14d62dfef495/172.27.56.68, added to failed nodes list" [2022-03-09T09:38:13.364Z] --- PASS: TestNetworkDBIslands (11.87s) [2022-03-09T09:38:13.364Z] PASS [2022-03-09T09:38:13.364Z] coverage: 60.3% of statements [2022-03-09T09:38:13.364Z] ok github.com/docker/docker/libnetwork/networkdb 105.002s coverage: 60.3% of statements [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/quota [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/rootless [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/volume [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-09T09:38:13.364Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-09T09:38:13.386Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-03-09T09:38:13.386Z] === RUN TestInspectOomKilledTrue [2022-03-09T09:38:13.386Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-09T09:38:13.386Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T09:38:13.386Z] === RUN TestInspectOomKilledFalse [2022-03-09T09:38:13.645Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2022-03-09T09:38:13.645Z] === RUN TestLinksEtcHostsContentMatch [2022-03-09T09:38:13.905Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-03-09T09:38:13.905Z] === RUN TestLinksContainerNames [2022-03-09T09:38:14.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-09T09:38:14.846Z] --- PASS: TestLinksContainerNames (0.88s) [2022-03-09T09:38:14.846Z] === RUN TestLogsFollowTailEmpty [2022-03-09T09:38:14.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-09T09:38:15.108Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-03-09T09:38:15.108Z] === RUN TestContainerNetworkMountsNoChown [2022-03-09T09:38:15.682Z] --- PASS: TestContainerNetworkMountsNoChown (0.53s) [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/default [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/default [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/private [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/private [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rprivate [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/slave [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/slave [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rslave [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/shared [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/shared [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rshared [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-09T09:38:15.682Z] === CONT TestMountDaemonRoot/default [2022-03-09T09:38:15.682Z] === CONT TestMountDaemonRoot/rslave [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:38:15.682Z] === CONT TestMountDaemonRoot/rshared [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:38:15.682Z] === CONT TestMountDaemonRoot/shared [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:38:15.682Z] === CONT TestMountDaemonRoot/rprivate [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:38:15.682Z] === CONT TestMountDaemonRoot/slave [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-09T09:38:15.682Z] === CONT TestMountDaemonRoot/private [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-09T09:38:15.682Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:38:15.682Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:38:15.682Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-09T09:38:15.682Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:38:15.682Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-09T09:38:15.796Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-09T09:38:15.796Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:38:15.944Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-09T09:38:16.206Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-09T09:38:16.206Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-09T09:38:16.206Z] === RUN TestContainerBindMountNonRecursive [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === Skipped [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-09T09:38:16.310Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-09T09:38:16.310Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-09T09:38:16.310Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-03-09T09:38:16.310Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-09T09:38:16.310Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T09:38:16.310Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-09T09:38:16.310Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-09T09:38:16.310Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-09T09:38:16.310Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-09T09:38:16.310Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-09T09:38:16.310Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-09T09:38:16.310Z] daemon_test.go:145: root required [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T09:38:16.310Z] reload_test.go:342: root required [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-09T09:38:16.310Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T09:38:16.310Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-09T09:38:16.310Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-09T09:38:16.310Z] download_test.go:267: Needs fixing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-09T09:38:16.310Z] layer_test.go:291: Failing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-09T09:38:16.310Z] layer_test.go:340: Failing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-09T09:38:16.310Z] layer_test.go:455: Failing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-09T09:38:16.310Z] layer_test.go:684: Failing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-09T09:38:16.310Z] migration_test.go:45: Failing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T09:38:16.310Z] migration_test.go:181: Failing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-09T09:38:16.310Z] mount_test.go:17: Failing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-09T09:38:16.310Z] mount_test.go:76: Failing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-09T09:38:16.310Z] mount_test.go:125: Failing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-09T09:38:16.310Z] mount_test.go:212: Failing on Windows [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-09T09:38:16.310Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-09T09:38:16.310Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-09T09:38:16.310Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-09T09:38:16.310Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-09T09:38:16.310Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-09T09:38:16.310Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-09T09:38:16.310Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-09T09:38:16.310Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-09T09:38:16.310Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-09T09:38:16.310Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-09T09:38:16.310Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-09T09:38:16.310Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-09T09:38:16.310Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-09T09:38:16.310Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-09T09:38:16.310Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-09T09:38:16.310Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-09T09:38:16.310Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-09T09:38:16.310Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-09T09:38:16.310Z] archive_test.go:140: zstd not installed [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-09T09:38:16.310Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-09T09:38:16.310Z] archive_windows_test.go:16: Currently fails [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-09T09:38:16.310Z] changes_test.go:195: needs more investigation [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-09T09:38:16.310Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-09T09:38:16.310Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-09T09:38:16.310Z] changes_test.go:432: needs further investigation [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-09T09:38:16.310Z] changes_test.go:468: needs further investigation [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-09T09:38:16.310Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T09:38:16.310Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-09T09:38:16.310Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.310Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-09T09:38:16.310Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:38:16.310Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-09T09:38:16.311Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-09T09:38:16.311Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:38:16.311Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:38:16.311Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-09T09:38:16.311Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-09T09:38:16.311Z] poller_test.go:40: No chmod on Windows [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T09:38:16.311Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T09:38:16.311Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-09T09:38:16.311Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-09T09:38:16.311Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-09T09:38:16.311Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-09T09:38:16.311Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-09T09:38:16.311Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T09:38:16.311Z] [2022-03-09T09:38:16.311Z] DONE 2077 tests, 70 skipped in 268.490s [2022-03-09T09:38:16.311Z] INFO: make.ps1 ended at 03/09/2022 09:38:15 [2022-03-09T09:38:16.735Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-09T09:38:17.594Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2022-03-09T09:38:17.594Z] === RUN TestContainerVolumesMountedAsShared [2022-03-09T09:38:17.879Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-09T09:38:17.879Z] INFO: Unit tests ended at 03/09/2022 09:38:17. Duration:00:04:42.4511350 [2022-03-09T09:38:17.879Z] INFO: Building busybox [2022-03-09T09:38:17.879Z] Sending build context to Docker daemon 5.12kB [2022-03-09T09:38:17.879Z] [2022-03-09T09:38:17.879Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-09T09:38:17.879Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-09T09:38:17.879Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-09T09:38:17.879Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-09T09:38:17.879Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-09T09:38:17.879Z] ---> 02f938cacc3b [2022-03-09T09:38:17.879Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-09T09:38:17.879Z] ---> Running in bd26895409f8 [2022-03-09T09:38:18.165Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2022-03-09T09:38:18.166Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-09T09:38:18.427Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-03-09T09:38:18.427Z] === RUN TestNetworkNat [2022-03-09T09:38:18.689Z] --- PASS: TestNetworkNat (0.45s) [2022-03-09T09:38:18.689Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T09:38:19.261Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-09T09:38:19.261Z] === RUN TestNetworkLoopbackNat [2022-03-09T09:38:19.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-09T09:38:20.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-09T09:38:20.782Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-09T09:38:21.349Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-09T09:38:21.805Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-03-09T09:38:21.805Z] === RUN TestPause [2022-03-09T09:38:21.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-09T09:38:22.067Z] --- PASS: TestPause (0.44s) [2022-03-09T09:38:22.067Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T09:38:22.327Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T09:38:22.327Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T09:38:22.327Z] === RUN TestPauseStopPausedContainer [2022-03-09T09:38:22.587Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2022-03-09T09:38:22.587Z] === RUN TestPidHost [2022-03-09T09:38:22.636Z] Removing intermediate container bd26895409f8 [2022-03-09T09:38:22.636Z] ---> ca1019d8d08e [2022-03-09T09:38:22.636Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-09T09:38:22.636Z] ---> Running in 5d17abaf1603 [2022-03-09T09:38:22.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-09T09:38:23.103Z] Removing intermediate container 5d17abaf1603 [2022-03-09T09:38:23.103Z] ---> a913c2972fb5 [2022-03-09T09:38:23.103Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-09T09:38:23.103Z] ---> Running in 4d40d3cdebcb [2022-03-09T09:38:23.527Z] --- PASS: TestPidHost (0.98s) [2022-03-09T09:38:23.527Z] === RUN TestPsFilter [2022-03-09T09:38:23.570Z] Removing intermediate container 4d40d3cdebcb [2022-03-09T09:38:23.570Z] ---> 7a4b94dc9be6 [2022-03-09T09:38:23.570Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-09T09:38:23.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-09T09:38:23.787Z] --- PASS: TestPsFilter (0.11s) [2022-03-09T09:38:23.787Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T09:38:24.047Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-03-09T09:38:24.047Z] === RUN TestRemoveContainerWithVolume [2022-03-09T09:38:24.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-09T09:38:24.554Z] [2022-03-09T09:38:24.618Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-03-09T09:38:24.618Z] === RUN TestRemoveContainerRunning [2022-03-09T09:38:24.880Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-03-09T09:38:24.880Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T09:38:25.021Z] ---> e8047e99bf27 [2022-03-09T09:38:25.021Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-09T09:38:25.296Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-09T09:38:25.450Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-03-09T09:38:25.451Z] === RUN TestRemoveInvalidContainer [2022-03-09T09:38:25.451Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-09T09:38:25.451Z] === RUN TestRenameLinkedContainer [2022-03-09T09:38:25.489Z] ---> Running in 9910ae9f6096 [2022-03-09T09:38:26.234Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T09:38:26.234Z] Using test binary docker [2022-03-09T09:38:26.234Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-09T09:38:26.234Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T09:38:26.234Z] INFO: Waiting for daemon to start... [2022-03-09T09:38:26.234Z] Starting dockerd [2022-03-09T09:38:27.366Z] --- PASS: TestRenameLinkedContainer (1.75s) [2022-03-09T09:38:27.366Z] === RUN TestRenameStoppedContainer [2022-03-09T09:38:27.628Z] --- PASS: TestRenameStoppedContainer (0.52s) [2022-03-09T09:38:27.628Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T09:38:28.572Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-03-09T09:38:28.572Z] === RUN TestRenameInvalidName [2022-03-09T09:38:28.680Z] Removing intermediate container b7ae28060e5f [2022-03-09T09:38:28.680Z] ---> 28736bcd3957 [2022-03-09T09:38:28.680Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-09T09:38:28.680Z] ---> Running in 91e1ac0c0388 [2022-03-09T09:38:28.680Z] Removing intermediate container 91e1ac0c0388 [2022-03-09T09:38:28.680Z] ---> 90d55106016d [2022-03-09T09:38:28.680Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-09T09:38:28.680Z] ---> Running in f8eb2ae1b99d [2022-03-09T09:38:28.680Z] Removing intermediate container f8eb2ae1b99d [2022-03-09T09:38:28.680Z] ---> 469ab990073a [2022-03-09T09:38:28.680Z] Step 11/11 : COPY . . [2022-03-09T09:38:28.767Z] . [2022-03-09T09:38:28.767Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T09:38:28.767Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T09:38:29.026Z] Error: No such image: emptyfs [2022-03-09T09:38:29.026Z] Running integration-test (iteration 1) [2022-03-09T09:38:29.026Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-09T09:38:29.145Z] --- PASS: TestRenameInvalidName (0.43s) [2022-03-09T09:38:29.145Z] === RUN TestRenameAnonymousContainer [2022-03-09T09:38:29.286Z] Loaded image: busybox:latest [2022-03-09T09:38:29.545Z] Loaded image: busybox:glibc [2022-03-09T09:38:30.116Z] ok github.com/docker/docker/libnetwork/networkdb 104.273s coverage: 60.0% of statements [2022-03-09T09:38:30.116Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-09T09:38:30.116Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-09T09:38:30.116Z] ok github.com/docker/docker/libnetwork/osl 4.279s coverage: 39.7% of statements [2022-03-09T09:38:30.116Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-09T09:38:30.116Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-09T09:38:30.373Z] ok github.com/docker/docker/libnetwork/portmapper 0.272s coverage: 48.6% of statements [2022-03-09T09:38:30.531Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2022-03-09T09:38:30.531Z] === RUN TestRenameContainerWithSameName [2022-03-09T09:38:30.630Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-09T09:38:30.630Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-09T09:38:30.887Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-09T09:38:30.887Z] [2022-03-09T09:38:30.887Z] === Skipped [2022-03-09T09:38:30.887Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-09T09:38:30.887Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T09:38:30.887Z] [2022-03-09T09:38:30.887Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-09T09:38:30.887Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T09:38:30.887Z] [2022-03-09T09:38:30.887Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-09T09:38:30.887Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T09:38:30.887Z] [2022-03-09T09:38:30.887Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-09T09:38:30.887Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:38:30.887Z] [2022-03-09T09:38:30.887Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-09T09:38:30.887Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:38:30.887Z] [2022-03-09T09:38:30.887Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-09T09:38:30.887Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:38:30.887Z] [2022-03-09T09:38:30.887Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-09T09:38:30.887Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:38:30.887Z] [2022-03-09T09:38:30.887Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-09T09:38:30.887Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:38:30.887Z] [2022-03-09T09:38:30.887Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-09T09:38:30.887Z] firewalld_test.go:14: firewalld is not running [2022-03-09T09:38:30.887Z] [2022-03-09T09:38:30.887Z] DONE 326 tests, 9 skipped in 200.168s [2022-03-09T09:38:30.923Z] Loaded image: debian:bullseye-slim [2022-03-09T09:38:30.923Z] Loaded image: hello-world:latest [2022-03-09T09:38:30.923Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T09:38:30.923Z] INFO: Testing against a local daemon [2022-03-09T09:38:30.923Z] === RUN TestCgroupNamespacesBuild [2022-03-09T09:38:31.103Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-03-09T09:38:31.103Z] === RUN TestRenameContainerWithLinkedContainer Post stage [Pipeline] junit [2022-03-09T09:38:31.507Z] Recording test results [2022-03-09T09:38:32.047Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s) [2022-03-09T09:38:32.047Z] === RUN TestResize [2022-03-09T09:38:32.306Z] --- PASS: TestCgroupNamespacesBuild (1.39s) [2022-03-09T09:38:32.306Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-09T09:38:32.308Z] --- PASS: TestResize (0.42s) [2022-03-09T09:38:32.308Z] === RUN TestResizeWithInvalidSize [2022-03-09T09:38:32.569Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2022-03-09T09:38:32.569Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T09:38:32.996Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-09T09:38:33.142Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:38:33.142Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:38:33.142Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:38:33.142Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T09:38:33.142Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:38:33.336Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d0bb680af62fdc1429362cbb62634fb8d36b3ec8 -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:d0bb680af62fdc1429362cbb62634fb8d36b3ec8 hack/make.sh dynbinary test-integration [2022-03-09T09:38:33.592Z] [2022-03-09T09:38:33.592Z] Removing bundles/ [2022-03-09T09:38:33.592Z] [2022-03-09T09:38:33.592Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-09T09:38:33.592Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T09:38:33.592Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:38:33.682Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-03-09T09:38:33.682Z] === RUN TestBuildWithSession [2022-03-09T09:38:33.682Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:38:33.682Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T09:38:33.682Z] === RUN TestBuildSquashParent [2022-03-09T09:38:34.207Z] Removing intermediate container 9910ae9f6096 [2022-03-09T09:38:34.207Z] ---> 8b67a16d375a [2022-03-09T09:38:34.207Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-09T09:38:34.207Z] ---> Running in 3d140283da3c [2022-03-09T09:38:34.524Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T09:38:34.784Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:38:35.198Z] [2022-03-09T09:38:35.198Z] SUCCESS: Specified value was saved. [2022-03-09T09:38:36.167Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:38:36.167Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:38:37.549Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:38:37.549Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:38:38.143Z] Removing intermediate container 3d140283da3c [2022-03-09T09:38:38.143Z] ---> ec7c2b411f22 [2022-03-09T09:38:38.143Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-09T09:38:38.143Z] ---> Running in 0a63303249d6 [2022-03-09T09:38:40.237Z] --- PASS: TestBuildSquashParent (6.70s) [2022-03-09T09:38:40.237Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T09:38:40.237Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:38:40.237Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:38:40.237Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:38:40.237Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:38:40.237Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:38:40.237Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:38:40.237Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:38:40.237Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:38:40.237Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:38:40.237Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:38:40.237Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:38:40.237Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:38:40.237Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:38:40.237Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:38:41.616Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:38:41.756Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:38:41.756Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:38:41.875Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:38:41.944Z] Cannot create a file when that file already exists. [2022-03-09T09:38:43.780Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:38:43.780Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:38:45.061Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T09:38:45.320Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T09:38:46.310Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-09T09:38:46.310Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.52s) [2022-03-09T09:38:46.310Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.63s) [2022-03-09T09:38:46.310Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.13s) [2022-03-09T09:38:46.310Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.06s) [2022-03-09T09:38:46.310Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.06s) [2022-03-09T09:38:46.310Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.03s) [2022-03-09T09:38:46.310Z] === RUN TestBuildMultiStageCopy [2022-03-09T09:38:46.310Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T09:38:46.693Z] Removing intermediate container 0a63303249d6 [2022-03-09T09:38:46.693Z] ---> 794484c0ea1f [2022-03-09T09:38:46.693Z] Step 13/13 : CMD ["sh"] [2022-03-09T09:38:46.693Z] ---> Running in 7370c39a4353 [2022-03-09T09:38:46.693Z] Removing intermediate container 7370c39a4353 [2022-03-09T09:38:46.693Z] ---> 3e52fea2b0d7 [2022-03-09T09:38:46.693Z] Successfully built 3e52fea2b0d7 [2022-03-09T09:38:46.693Z] Successfully tagged busybox:latest [2022-03-09T09:38:46.693Z] INFO: Docker images of the daemon under test [2022-03-09T09:38:46.693Z] [2022-03-09T09:38:46.693Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T09:38:46.693Z] busybox latest 3e52fea2b0d7 Less than a second ago 5.01GB [2022-03-09T09:38:46.693Z] microsoft/windowsservercore latest 02f938cacc3b 6 days ago 4.96GB [2022-03-09T09:38:46.693Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 6 days ago 4.96GB [2022-03-09T09:38:46.693Z] [2022-03-09T09:38:46.693Z] INFO: Running integration tests at 03/09/2022 09:38:46... [2022-03-09T09:38:46.693Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-09T09:38:46.693Z] INFO: Integration API tests being run from the host: [2022-03-09T09:38:46.702Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T09:38:46.962Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T09:38:47.160Z] INFO: make.ps1 starting at 03/09/2022 09:38:46 [2022-03-09T09:38:48.145Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-09T09:38:48.369Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-09T09:38:48.369Z] === RUN TestBoolValue [2022-03-09T09:38:48.369Z] --- PASS: TestBoolValue (0.00s) [2022-03-09T09:38:48.369Z] === RUN TestBoolValueOrDefault [2022-03-09T09:38:48.369Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-09T09:38:48.369Z] === RUN TestInt64ValueOrZero [2022-03-09T09:38:48.369Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-09T09:38:48.370Z] === RUN TestInt64ValueOrDefault [2022-03-09T09:38:48.370Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-09T09:38:48.370Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-09T09:38:48.370Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-09T09:38:48.370Z] === RUN TestJsonContentType [2022-03-09T09:38:48.370Z] --- PASS: TestJsonContentType (0.00s) [2022-03-09T09:38:48.370Z] PASS [2022-03-09T09:38:48.370Z] coverage: 14.7% of statements [2022-03-09T09:38:48.370Z] ok github.com/docker/docker/api/server/httputils 0.071s coverage: 14.7% of statements [2022-03-09T09:38:48.878Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T09:38:49.140Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T09:38:49.590Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T09:38:49.898Z] ---> 734b2a292544 [2022-03-09T09:38:49.898Z] Successfully built 734b2a292544 [2022-03-09T09:38:49.898Z] Successfully tagged docker:latest [2022-03-09T09:38:49.898Z] INFO: Image build ended at 03/09/2022 09:38:48. Duration:00:03:30.1442254 [2022-03-09T09:38:49.898Z] [2022-03-09T09:38:49.898Z] [2022-03-09T09:38:49.898Z] INFO: Building the test binaries at 03/09/2022 09:38:48... [2022-03-09T09:38:50.158Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.39s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.68s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.70s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.51s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.48s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.02s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.18s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.75s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.80s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.06s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.15s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.71s) [2022-03-09T09:38:51.056Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.76s) [2022-03-09T09:38:51.056Z] === RUN TestCgroupNamespacesRun [2022-03-09T09:38:51.095Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T09:38:51.552Z] === RUN TestMaskSecretKeys [2022-03-09T09:38:51.552Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-09T09:38:51.552Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-09T09:38:51.552Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-09T09:38:51.552Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-09T09:38:51.552Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-09T09:38:51.552Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-09T09:38:51.552Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-09T09:38:51.552Z] === RUN TestVersionMiddlewareVersion [2022-03-09T09:38:51.552Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-09T09:38:51.552Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-09T09:38:51.552Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-09T09:38:51.552Z] PASS [2022-03-09T09:38:51.552Z] coverage: 37.7% of statements [2022-03-09T09:38:51.552Z] ok github.com/docker/docker/api/server/middleware 0.070s coverage: 37.7% of statements [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-09T09:38:51.552Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-09T09:38:52.001Z] --- PASS: TestCgroupNamespacesRun (1.20s) [2022-03-09T09:38:52.001Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-09T09:38:52.001Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-09T09:38:52.001Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-09T09:38:52.001Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-09T09:38:52.032Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T09:38:52.064Z] === RUN TestAdjustForAPIVersion [2022-03-09T09:38:52.064Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-09T09:38:52.064Z] PASS [2022-03-09T09:38:52.064Z] coverage: 5.7% of statements [2022-03-09T09:38:52.064Z] ok github.com/docker/docker/api/server/router/swarm 0.070s coverage: 5.7% of statements [2022-03-09T09:38:52.578Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-09T09:38:52.578Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-09T09:38:52.578Z] ? github.com/docker/docker/api/types [no test files] [2022-03-09T09:38:52.578Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-09T09:38:52.578Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-09T09:38:52.578Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-09T09:38:52.578Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-09T09:38:52.578Z] === RUN TestStrSliceMarshalJSON [2022-03-09T09:38:52.578Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-09T09:38:52.578Z] === RUN TestStrSliceUnmarshalJSON [2022-03-09T09:38:52.578Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-09T09:38:52.578Z] === RUN TestStrSliceUnmarshalString [2022-03-09T09:38:52.578Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-09T09:38:52.578Z] === RUN TestStrSliceUnmarshalSlice [2022-03-09T09:38:52.578Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-09T09:38:52.578Z] PASS [2022-03-09T09:38:52.578Z] coverage: 90.0% of statements [2022-03-09T09:38:52.578Z] ok github.com/docker/docker/api/types/strslice 0.050s coverage: 90.0% of statements [2022-03-09T09:38:52.578Z] === RUN TestToJSON [2022-03-09T09:38:52.579Z] --- PASS: TestToJSON (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestToParamWithVersion [2022-03-09T09:38:52.579Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestFromJSON [2022-03-09T09:38:52.579Z] --- PASS: TestFromJSON (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestEmpty [2022-03-09T09:38:52.579Z] --- PASS: TestEmpty (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestArgsMatchKVListEmptySources [2022-03-09T09:38:52.579Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestArgsMatchKVList [2022-03-09T09:38:52.579Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestArgsMatch [2022-03-09T09:38:52.579Z] --- PASS: TestArgsMatch (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestAdd [2022-03-09T09:38:52.579Z] --- PASS: TestAdd (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestDel [2022-03-09T09:38:52.579Z] --- PASS: TestDel (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestLen [2022-03-09T09:38:52.579Z] --- PASS: TestLen (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestExactMatch [2022-03-09T09:38:52.579Z] --- PASS: TestExactMatch (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestOnlyOneExactMatch [2022-03-09T09:38:52.579Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestContains [2022-03-09T09:38:52.579Z] --- PASS: TestContains (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestValidate [2022-03-09T09:38:52.579Z] --- PASS: TestValidate (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestWalkValues [2022-03-09T09:38:52.579Z] --- PASS: TestWalkValues (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestFuzzyMatch [2022-03-09T09:38:52.579Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestClone [2022-03-09T09:38:52.579Z] --- PASS: TestClone (0.00s) [2022-03-09T09:38:52.579Z] PASS [2022-03-09T09:38:52.579Z] coverage: 92.2% of statements [2022-03-09T09:38:52.579Z] ok github.com/docker/docker/api/types/filters 0.058s coverage: 92.2% of statements [2022-03-09T09:38:52.579Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-09T09:38:52.579Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-09T09:38:52.579Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-09T09:38:52.579Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-09T09:38:52.579Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-09T09:38:52.579Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-09T09:38:52.579Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-09T09:38:52.579Z] === RUN TestDurationToSecondsString [2022-03-09T09:38:52.579Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-09T09:38:52.579Z] === RUN TestGetTimestamp [2022-03-09T09:38:53.001Z] INFO: make.ps1 starting at 03/09/2022 09:38:52 [2022-03-09T09:38:53.001Z] INFO: Git commit (39615f8c7c) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T09:38:53.001Z] INFO: Invoking autogen... [2022-03-09T09:38:53.091Z] --- PASS: TestGetTimestamp (0.26s) [2022-03-09T09:38:53.091Z] === RUN TestParseTimestamps [2022-03-09T09:38:53.091Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-09T09:38:53.091Z] PASS [2022-03-09T09:38:53.091Z] coverage: 100.0% of statements [2022-03-09T09:38:53.091Z] ok github.com/docker/docker/api/types/time 0.328s coverage: 100.0% of statements [2022-03-09T09:38:53.091Z] === RUN TestCompareVersion [2022-03-09T09:38:53.091Z] --- PASS: TestCompareVersion (0.00s) [2022-03-09T09:38:53.091Z] PASS [2022-03-09T09:38:53.091Z] coverage: 77.3% of statements [2022-03-09T09:38:53.091Z] ok github.com/docker/docker/api/types/versions 0.064s coverage: 77.3% of statements [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/builder [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-09T09:38:53.091Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-09T09:38:53.408Z] --- PASS: TestBuildMultiStageCopy (7.29s) [2022-03-09T09:38:53.408Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.28s) [2022-03-09T09:38:53.408Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-09T09:38:53.408Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-09T09:38:53.408Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-03-09T09:38:53.409Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-03-09T09:38:53.409Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T09:38:53.414Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s) [2022-03-09T09:38:53.414Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-09T09:38:53.467Z] INFO: Building daemon... [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-09T09:38:54.789Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-09T09:38:54.789Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-09T09:38:54.789Z] === RUN TestCloneArgsSmartHttp [2022-03-09T09:38:54.789Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-09T09:38:54.789Z] === RUN TestCloneArgsDumbHttp [2022-03-09T09:38:54.789Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-09T09:38:54.789Z] === RUN TestCloneArgsGit [2022-03-09T09:38:54.789Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-09T09:38:54.789Z] === RUN TestCheckoutGit [2022-03-09T09:38:54.805Z] --- PASS: TestCgroupNamespacesRunHostMode (1.23s) [2022-03-09T09:38:54.805Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-09T09:38:55.750Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s) [2022-03-09T09:38:55.750Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-09T09:38:57.131Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-03-09T09:38:57.131Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-09T09:38:57.757Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-03-09T09:38:57.757Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-09T09:38:57.974Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-09T09:38:57.974Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-09T09:38:57.974Z] === RUN TestProcessNoDockerignore [2022-03-09T09:38:57.974Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-09T09:38:57.974Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestDetectContentType [2022-03-09T09:38:57.974Z] --- PASS: TestDetectContentType (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestSelectAcceptableMIME [2022-03-09T09:38:57.974Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestInspectEmptyResponse [2022-03-09T09:38:57.974Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestInspectResponseBinary [2022-03-09T09:38:57.974Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestResponseUnsupportedContentType [2022-03-09T09:38:57.974Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestInspectResponseTextSimple [2022-03-09T09:38:57.974Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestInspectResponseEmptyContentType [2022-03-09T09:38:57.974Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestUnknownContentLength [2022-03-09T09:38:57.974Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestDownloadRemote [2022-03-09T09:38:57.974Z] --- PASS: TestDownloadRemote (0.16s) [2022-03-09T09:38:57.974Z] === RUN TestGetWithStatusError [2022-03-09T09:38:57.974Z] --- PASS: TestGetWithStatusError (0.02s) [2022-03-09T09:38:57.974Z] === RUN TestCloseRootDirectory [2022-03-09T09:38:57.974Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:57.974Z] --- SKIP: TestCloseRootDirectory (0.01s) [2022-03-09T09:38:57.974Z] === RUN TestHashFile [2022-03-09T09:38:57.974Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:57.974Z] --- SKIP: TestHashFile (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestHashSubdir [2022-03-09T09:38:57.974Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:57.974Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-09T09:38:57.974Z] === RUN TestRemoveDirectory [2022-03-09T09:38:57.974Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:38:57.974Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-09T09:38:57.974Z] PASS [2022-03-09T09:38:57.974Z] coverage: 9.3% of statements [2022-03-09T09:38:57.974Z] ok github.com/docker/docker/builder/remotecontext 0.640s coverage: 9.3% of statements [2022-03-09T09:38:57.974Z] === RUN TestEnable [2022-03-09T09:38:57.974Z] --- PASS: TestEnable (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestDisable [2022-03-09T09:38:57.974Z] --- PASS: TestDisable (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestEnabled [2022-03-09T09:38:57.974Z] --- PASS: TestEnabled (0.00s) [2022-03-09T09:38:57.974Z] PASS [2022-03-09T09:38:57.974Z] coverage: 100.0% of statements [2022-03-09T09:38:57.974Z] ok github.com/docker/docker/cli/debug 0.068s coverage: 100.0% of statements [2022-03-09T09:38:57.974Z] === RUN TestGetAllAllowed [2022-03-09T09:38:57.974Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestGetAllMeta [2022-03-09T09:38:57.974Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-09T09:38:57.974Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestIsUnreferencedBuiltin [2022-03-09T09:38:57.974Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestIsExistingDirectory [2022-03-09T09:38:57.974Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-09T09:38:57.974Z] === RUN TestGetFilenameForDownload [2022-03-09T09:38:57.974Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestEnv2Variables [2022-03-09T09:38:57.974Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-09T09:38:57.974Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestMaintainer [2022-03-09T09:38:57.974Z] --- PASS: TestMaintainer (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestLabel [2022-03-09T09:38:57.974Z] --- PASS: TestLabel (0.00s) [2022-03-09T09:38:57.974Z] === RUN TestFromScratch [2022-03-09T09:38:58.487Z] --- PASS: TestFromScratch (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestFromWithArg [2022-03-09T09:38:58.487Z] --- PASS: TestFromWithArg (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-09T09:38:58.487Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestFromWithUndefinedArg [2022-03-09T09:38:58.487Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestFromMultiStageWithNamedStage [2022-03-09T09:38:58.487Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestOnbuild [2022-03-09T09:38:58.487Z] --- PASS: TestOnbuild (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestWorkdir [2022-03-09T09:38:58.487Z] --- PASS: TestWorkdir (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestCmd [2022-03-09T09:38:58.487Z] --- PASS: TestCmd (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestHealthcheckNone [2022-03-09T09:38:58.487Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestHealthcheckCmd [2022-03-09T09:38:58.487Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestEntrypoint [2022-03-09T09:38:58.487Z] --- PASS: TestEntrypoint (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestExpose [2022-03-09T09:38:58.487Z] --- PASS: TestExpose (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestUser [2022-03-09T09:38:58.487Z] --- PASS: TestUser (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestVolume [2022-03-09T09:38:58.487Z] --- PASS: TestVolume (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestStopSignal [2022-03-09T09:38:58.487Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T09:38:58.487Z] --- SKIP: TestStopSignal (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestArg [2022-03-09T09:38:58.487Z] --- PASS: TestArg (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestShell [2022-03-09T09:38:58.487Z] --- PASS: TestShell (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestPrependEnvOnCmd [2022-03-09T09:38:58.487Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestRunWithBuildArgs [2022-03-09T09:38:58.487Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestRunIgnoresHealthcheck [2022-03-09T09:38:58.487Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestDispatchUnsupportedOptions [2022-03-09T09:38:58.487Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-09T09:38:58.487Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-09T09:38:58.487Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-09T09:38:58.487Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-09T09:38:58.487Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-09T09:38:58.487Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-09T09:38:58.487Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestNormalizeWorkdir [2022-03-09T09:38:58.487Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestDispatch [2022-03-09T09:38:58.487Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-09T09:38:58.487Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-09T09:38:58.487Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-09T09:38:58.487Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-09T09:38:58.487Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-09T09:38:58.487Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-09T09:38:58.487Z] === RUN TestDispatch/COPY_url [2022-03-09T09:38:58.487Z] --- PASS: TestDispatch (0.09s) [2022-03-09T09:38:58.487Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2022-03-09T09:38:58.487Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-09T09:38:58.487Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-09T09:38:58.487Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T09:38:58.487Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T09:38:58.487Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s) [2022-03-09T09:38:58.487Z] --- PASS: TestDispatch/COPY_url (0.01s) [2022-03-09T09:38:58.487Z] === RUN TestAddScratchImageAddsToMounts [2022-03-09T09:38:58.487Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-09T09:38:58.487Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-09T09:38:58.487Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-09T09:38:58.487Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestImageSourceGetAddsToMounts [2022-03-09T09:38:58.487Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestEmptyDockerfile [2022-03-09T09:38:58.487Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-09T09:38:58.487Z] === RUN TestSymlinkDockerfile [2022-03-09T09:38:58.487Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-09T09:38:58.487Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-09T09:38:58.487Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2022-03-09T09:38:58.487Z] === RUN TestNonExistingDockerfile [2022-03-09T09:38:58.487Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestCopyRunConfig [2022-03-09T09:38:58.487Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestDeepCopyRunConfig [2022-03-09T09:38:58.487Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestExportImage [2022-03-09T09:38:58.487Z] --- PASS: TestExportImage (0.00s) [2022-03-09T09:38:58.487Z] === RUN TestNormalizeDest [2022-03-09T09:38:58.487Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-09T09:38:58.487Z] PASS [2022-03-09T09:38:58.487Z] coverage: 46.7% of statements [2022-03-09T09:38:58.487Z] ok github.com/docker/docker/builder/dockerfile 0.298s coverage: 46.7% of statements [2022-03-09T09:38:58.698Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s) [2022-03-09T09:38:58.698Z] === RUN TestNISDomainname [2022-03-09T09:38:58.830Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-03-09T09:38:58.830Z] === RUN TestBuildLabelWithTargets [2022-03-09T09:38:59.267Z] --- PASS: TestNISDomainname (0.52s) [2022-03-09T09:38:59.267Z] === RUN TestHostnameDnsResolution [2022-03-09T09:38:59.561Z] === RUN TestTCP4Proxy [2022-03-09T09:38:59.561Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-09T09:38:59.561Z] === RUN TestTCP4ProxyHalfClose [2022-03-09T09:38:59.561Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-09T09:38:59.561Z] === RUN TestTCP6Proxy [2022-03-09T09:38:59.561Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T09:38:59.561Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-09T09:38:59.561Z] === RUN TestTCPDualStackProxy [2022-03-09T09:38:59.561Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T09:38:59.561Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-09T09:38:59.561Z] === RUN TestUDP4Proxy [2022-03-09T09:38:59.561Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-09T09:38:59.561Z] === RUN TestUDP6Proxy [2022-03-09T09:38:59.561Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T09:38:59.561Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-09T09:38:59.561Z] === RUN TestUDPWriteError [2022-03-09T09:38:59.561Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-09T09:38:59.561Z] === RUN TestSCTP4Proxy [2022-03-09T09:38:59.561Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T09:38:59.561Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-09T09:38:59.561Z] === RUN TestSCTP6Proxy [2022-03-09T09:38:59.562Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T09:38:59.562Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-09T09:38:59.562Z] PASS [2022-03-09T09:38:59.562Z] coverage: 49.4% of statements [2022-03-09T09:38:59.562Z] ok github.com/docker/docker/cmd/docker-proxy 0.072s coverage: 49.4% of statements [2022-03-09T09:38:59.842Z] --- PASS: TestHostnameDnsResolution (0.67s) [2022-03-09T09:38:59.842Z] === RUN TestUnprivilegedPortsAndPing [2022-03-09T09:39:00.483Z] --- PASS: TestUnprivilegedPortsAndPing (0.54s) [2022-03-09T09:39:00.483Z] === RUN TestStats [2022-03-09T09:39:03.034Z] --- PASS: TestStats (2.53s) [2022-03-09T09:39:03.034Z] === RUN TestStopContainerWithTimeout [2022-03-09T09:39:03.034Z] === RUN TestStopContainerWithTimeout/0 [2022-03-09T09:39:03.034Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-09T09:39:03.034Z] === RUN TestStopContainerWithTimeout/1 [2022-03-09T09:39:03.034Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-09T09:39:03.034Z] === RUN TestStopContainerWithTimeout/3 [2022-03-09T09:39:03.034Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-09T09:39:03.034Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-09T09:39:03.034Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-09T09:39:03.034Z] === CONT TestStopContainerWithTimeout/0 [2022-03-09T09:39:03.034Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-09T09:39:03.979Z] === CONT TestStopContainerWithTimeout/3 [2022-03-09T09:39:05.894Z] === CONT TestStopContainerWithTimeout/1 [2022-03-09T09:39:06.105Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 2m18.486742157s [2022-03-09T09:39:06.105Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-03-09T09:39:06.105Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 473.131677ms [2022-03-09T09:39:06.945Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-09T09:39:06.945Z] === RUN TestBuildWithEmptyLayers [2022-03-09T09:39:07.279Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2022-03-09T09:39:07.279Z] --- PASS: TestStopContainerWithTimeout/0 (0.75s) [2022-03-09T09:39:07.279Z] --- PASS: TestStopContainerWithTimeout/-1 (2.73s) [2022-03-09T09:39:07.279Z] --- PASS: TestStopContainerWithTimeout/3 (2.49s) [2022-03-09T09:39:07.279Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-03-09T09:39:07.279Z] === RUN TestDeleteDevicemapper [2022-03-09T09:39:07.279Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T09:39:07.279Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-09T09:39:07.279Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T09:39:07.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-09T09:39:08.662Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.51s) [2022-03-09T09:39:08.662Z] === RUN TestUpdateMemory [2022-03-09T09:39:09.233Z] --- PASS: TestUpdateMemory (0.56s) [2022-03-09T09:39:09.233Z] === RUN TestUpdateCPUQuota [2022-03-09T09:39:09.472Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-09T09:39:09.472Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T09:39:09.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-09T09:39:10.173Z] --- PASS: TestUpdateCPUQuota (0.94s) [2022-03-09T09:39:10.173Z] === RUN TestUpdatePidsLimit [2022-03-09T09:39:10.173Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-09T09:39:10.435Z] === RUN TestUpdatePidsLimit/no_change [2022-03-09T09:39:10.697Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-09T09:39:10.958Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-09T09:39:10.958Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-09T09:39:11.220Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-09T09:39:11.481Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-09T09:39:12.054Z] --- PASS: TestUpdatePidsLimit (1.92s) [2022-03-09T09:39:12.054Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-03-09T09:39:12.054Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2022-03-09T09:39:12.054Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2022-03-09T09:39:12.054Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-03-09T09:39:12.054Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-03-09T09:39:12.054Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-03-09T09:39:12.054Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-03-09T09:39:12.054Z] === RUN TestUpdateRestartPolicy [2022-03-09T09:39:13.459Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:39:13.459Z] INFO: Testing against a local daemon [2022-03-09T09:39:13.459Z] === RUN TestBuildWithSession [2022-03-09T09:39:13.459Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:39:13.459Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T09:39:13.459Z] === RUN TestBuildSquashParent [2022-03-09T09:39:13.459Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:39:13.459Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-09T09:39:13.459Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T09:39:13.459Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:39:13.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:39:13.459Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:39:13.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:39:13.459Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:39:13.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:39:13.459Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:39:13.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:39:13.459Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:39:13.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:39:13.459Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:39:13.459Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:39:13.459Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:39:13.459Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:39:13.459Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:39:13.459Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:39:14.751Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-03-09T09:39:14.751Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T09:39:14.751Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2022-03-09T09:39:14.751Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T09:39:20.019Z] --- PASS: TestBuildMultiStageLayerLeak (4.44s) [2022-03-09T09:39:20.019Z] === RUN TestBuildWithHugeFile [2022-03-09T09:39:21.552Z] === RUN TestCheckpointCreateError [2022-03-09T09:39:21.552Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCheckpointCreate [2022-03-09T09:39:21.552Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCheckpointDeleteError [2022-03-09T09:39:21.552Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCheckpointDelete [2022-03-09T09:39:21.552Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCheckpointListError [2022-03-09T09:39:21.552Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCheckpointList [2022-03-09T09:39:21.552Z] --- PASS: TestCheckpointList (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCheckpointListContainerNotFound [2022-03-09T09:39:21.552Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestNewClientWithOpsFromEnv [2022-03-09T09:39:21.552Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T09:39:21.552Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestGetAPIPath [2022-03-09T09:39:21.552Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestParseHostURL [2022-03-09T09:39:21.552Z] --- PASS: TestParseHostURL (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-09T09:39:21.552Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-09T09:39:21.552Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestNegotiateAPIVersion [2022-03-09T09:39:21.552Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestNegotiateAPVersionOverride [2022-03-09T09:39:21.552Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-09T09:39:21.552Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-09T09:39:21.552Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-09T09:39:21.552Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestClientRedirect [2022-03-09T09:39:21.552Z] --- PASS: TestClientRedirect (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigCreateUnsupported [2022-03-09T09:39:21.552Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigCreateError [2022-03-09T09:39:21.552Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigCreate [2022-03-09T09:39:21.552Z] --- PASS: TestConfigCreate (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigInspectNotFound [2022-03-09T09:39:21.552Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigInspectWithEmptyID [2022-03-09T09:39:21.552Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigInspectUnsupported [2022-03-09T09:39:21.552Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigInspectError [2022-03-09T09:39:21.552Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigInspectConfigNotFound [2022-03-09T09:39:21.552Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigInspect [2022-03-09T09:39:21.552Z] --- PASS: TestConfigInspect (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigListUnsupported [2022-03-09T09:39:21.552Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigListError [2022-03-09T09:39:21.552Z] --- PASS: TestConfigListError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigList [2022-03-09T09:39:21.552Z] --- PASS: TestConfigList (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigRemoveUnsupported [2022-03-09T09:39:21.552Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigRemoveError [2022-03-09T09:39:21.552Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigRemove [2022-03-09T09:39:21.552Z] --- PASS: TestConfigRemove (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigUpdateUnsupported [2022-03-09T09:39:21.552Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigUpdateError [2022-03-09T09:39:21.552Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestConfigUpdate [2022-03-09T09:39:21.552Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerCommitError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerCommit [2022-03-09T09:39:21.552Z] --- PASS: TestContainerCommit (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerStatPathError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerStatPathNotFoundError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerStatPathNoHeaderError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerStatPath [2022-03-09T09:39:21.552Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCopyToContainerError [2022-03-09T09:39:21.552Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCopyToContainerNotFoundError [2022-03-09T09:39:21.552Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-09T09:39:21.552Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCopyToContainer [2022-03-09T09:39:21.552Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCopyFromContainerError [2022-03-09T09:39:21.552Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCopyFromContainerNotFoundError [2022-03-09T09:39:21.552Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-09T09:39:21.552Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-09T09:39:21.552Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestCopyFromContainer [2022-03-09T09:39:21.552Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerCreateError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerCreateImageNotFound [2022-03-09T09:39:21.552Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerCreateWithName [2022-03-09T09:39:21.552Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerCreateAutoRemove [2022-03-09T09:39:21.552Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerDiffError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerDiffError (0.02s) [2022-03-09T09:39:21.552Z] === RUN TestContainerDiff [2022-03-09T09:39:21.552Z] --- PASS: TestContainerDiff (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerExecCreateError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerExecCreate [2022-03-09T09:39:21.552Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerExecStartError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerExecStart [2022-03-09T09:39:21.552Z] --- PASS: TestContainerExecStart (0.02s) [2022-03-09T09:39:21.552Z] === RUN TestContainerExecInspectError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerExecInspect [2022-03-09T09:39:21.552Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerExportError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerExportError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerExport [2022-03-09T09:39:21.552Z] --- PASS: TestContainerExport (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerInspectError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerInspectContainerNotFound [2022-03-09T09:39:21.552Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerInspectWithEmptyID [2022-03-09T09:39:21.552Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerInspect [2022-03-09T09:39:21.552Z] --- PASS: TestContainerInspect (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerInspectNode [2022-03-09T09:39:21.552Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerKillError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerKillError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerKill [2022-03-09T09:39:21.552Z] --- PASS: TestContainerKill (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerListError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerListError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerList [2022-03-09T09:39:21.552Z] --- PASS: TestContainerList (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerLogsNotFoundError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerLogsError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerLogs [2022-03-09T09:39:21.552Z] --- PASS: TestContainerLogs (0.31s) [2022-03-09T09:39:21.552Z] === RUN TestContainerPauseError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerPause [2022-03-09T09:39:21.552Z] --- PASS: TestContainerPause (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainersPruneError [2022-03-09T09:39:21.552Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainersPrune [2022-03-09T09:39:21.552Z] --- PASS: TestContainersPrune (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerRemoveError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerRemoveNotFoundError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerRemove [2022-03-09T09:39:21.552Z] --- PASS: TestContainerRemove (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerRenameError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerRename [2022-03-09T09:39:21.552Z] --- PASS: TestContainerRename (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerResizeError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerExecResizeError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerResize [2022-03-09T09:39:21.552Z] --- PASS: TestContainerResize (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerExecResize [2022-03-09T09:39:21.552Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerRestartError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerRestart [2022-03-09T09:39:21.552Z] --- PASS: TestContainerRestart (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerStartError [2022-03-09T09:39:21.552Z] --- PASS: TestContainerStartError (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerStart [2022-03-09T09:39:21.552Z] --- PASS: TestContainerStart (0.00s) [2022-03-09T09:39:21.552Z] === RUN TestContainerStatsError [2022-03-09T09:39:21.553Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerStats [2022-03-09T09:39:21.553Z] --- PASS: TestContainerStats (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerStopError [2022-03-09T09:39:21.553Z] --- PASS: TestContainerStopError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerStop [2022-03-09T09:39:21.553Z] --- PASS: TestContainerStop (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerTopError [2022-03-09T09:39:21.553Z] --- PASS: TestContainerTopError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerTop [2022-03-09T09:39:21.553Z] --- PASS: TestContainerTop (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerUnpauseError [2022-03-09T09:39:21.553Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerUnpause [2022-03-09T09:39:21.553Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerUpdateError [2022-03-09T09:39:21.553Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerUpdate [2022-03-09T09:39:21.553Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerWaitError [2022-03-09T09:39:21.553Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestContainerWait [2022-03-09T09:39:21.553Z] --- PASS: TestContainerWait (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestDiskUsageError [2022-03-09T09:39:21.553Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestDiskUsage [2022-03-09T09:39:21.553Z] --- PASS: TestDiskUsage (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestDistributionInspectUnsupported [2022-03-09T09:39:21.553Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestDistributionInspectWithEmptyID [2022-03-09T09:39:21.553Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestEventsErrorInOptions [2022-03-09T09:39:21.553Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestEventsErrorFromServer [2022-03-09T09:39:21.553Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestEvents [2022-03-09T09:39:21.553Z] --- PASS: TestEvents (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestTLSCloseWriter [2022-03-09T09:39:21.553Z] === PAUSE TestTLSCloseWriter [2022-03-09T09:39:21.553Z] === RUN TestImageBuildError [2022-03-09T09:39:21.553Z] --- PASS: TestImageBuildError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageBuild [2022-03-09T09:39:21.553Z] --- PASS: TestImageBuild (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestGetDockerOS [2022-03-09T09:39:21.553Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageCreateError [2022-03-09T09:39:21.553Z] --- PASS: TestImageCreateError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageCreate [2022-03-09T09:39:21.553Z] --- PASS: TestImageCreate (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageHistoryError [2022-03-09T09:39:21.553Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageHistory [2022-03-09T09:39:21.553Z] --- PASS: TestImageHistory (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageImportError [2022-03-09T09:39:21.553Z] --- PASS: TestImageImportError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageImport [2022-03-09T09:39:21.553Z] --- PASS: TestImageImport (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageInspectError [2022-03-09T09:39:21.553Z] --- PASS: TestImageInspectError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageInspectImageNotFound [2022-03-09T09:39:21.553Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageInspectWithEmptyID [2022-03-09T09:39:21.553Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageInspect [2022-03-09T09:39:21.553Z] --- PASS: TestImageInspect (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageListError [2022-03-09T09:39:21.553Z] --- PASS: TestImageListError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageList [2022-03-09T09:39:21.553Z] --- PASS: TestImageList (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageListApiBefore125 [2022-03-09T09:39:21.553Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageLoadError [2022-03-09T09:39:21.553Z] --- PASS: TestImageLoadError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageLoad [2022-03-09T09:39:21.553Z] --- PASS: TestImageLoad (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagesPruneError [2022-03-09T09:39:21.553Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagesPrune [2022-03-09T09:39:21.553Z] --- PASS: TestImagesPrune (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePullReferenceParseError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePullAnyError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePullWithoutErrors [2022-03-09T09:39:21.553Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePushReferenceError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePushAnyError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImagePushWithoutErrors [2022-03-09T09:39:21.553Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-09T09:39:21.553Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-09T09:39:21.553Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-09T09:39:21.553Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageRemoveError [2022-03-09T09:39:21.553Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageRemoveImageNotFound [2022-03-09T09:39:21.553Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageRemove [2022-03-09T09:39:21.553Z] --- PASS: TestImageRemove (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageSaveError [2022-03-09T09:39:21.553Z] --- PASS: TestImageSaveError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageSave [2022-03-09T09:39:21.553Z] --- PASS: TestImageSave (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageSearchAnyError [2022-03-09T09:39:21.553Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-09T09:39:21.553Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T09:39:21.553Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T09:39:21.553Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-09T09:39:21.553Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageSearchWithoutErrors [2022-03-09T09:39:21.553Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageTagError [2022-03-09T09:39:21.553Z] --- PASS: TestImageTagError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageTagInvalidReference [2022-03-09T09:39:21.553Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageTagInvalidSourceImageName [2022-03-09T09:39:21.553Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageTagHexSource [2022-03-09T09:39:21.553Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestImageTag [2022-03-09T09:39:21.553Z] --- PASS: TestImageTag (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestInfoServerError [2022-03-09T09:39:21.553Z] --- PASS: TestInfoServerError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestInfoInvalidResponseJSONError [2022-03-09T09:39:21.553Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestInfo [2022-03-09T09:39:21.553Z] --- PASS: TestInfo (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkConnectError [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkConnect [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkCreateError [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkCreate [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkDisconnectError [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkDisconnect [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkInspect [2022-03-09T09:39:21.553Z] === RUN TestNetworkInspect/empty_ID [2022-03-09T09:39:21.553Z] === RUN TestNetworkInspect/no_options [2022-03-09T09:39:21.553Z] === RUN TestNetworkInspect/verbose [2022-03-09T09:39:21.553Z] === RUN TestNetworkInspect/global_scope [2022-03-09T09:39:21.553Z] === RUN TestNetworkInspect/unknown_network [2022-03-09T09:39:21.553Z] === RUN TestNetworkInspect/server_error [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkListError [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkListError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkList [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkList (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworksPruneError [2022-03-09T09:39:21.553Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworksPrune [2022-03-09T09:39:21.553Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkRemoveError [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNetworkRemove [2022-03-09T09:39:21.553Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNodeInspectError [2022-03-09T09:39:21.553Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNodeInspectNodeNotFound [2022-03-09T09:39:21.553Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNodeInspectWithEmptyID [2022-03-09T09:39:21.553Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNodeInspect [2022-03-09T09:39:21.553Z] --- PASS: TestNodeInspect (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNodeListError [2022-03-09T09:39:21.553Z] --- PASS: TestNodeListError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNodeList [2022-03-09T09:39:21.553Z] --- PASS: TestNodeList (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNodeRemoveError [2022-03-09T09:39:21.553Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNodeRemove [2022-03-09T09:39:21.553Z] --- PASS: TestNodeRemove (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNodeUpdateError [2022-03-09T09:39:21.553Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestNodeUpdate [2022-03-09T09:39:21.553Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestOptionWithHostFromEnv [2022-03-09T09:39:21.553Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestOptionWithTimeout [2022-03-09T09:39:21.553Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestOptionWithVersionFromEnv [2022-03-09T09:39:21.553Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPingFail [2022-03-09T09:39:21.553Z] --- PASS: TestPingFail (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPingWithError [2022-03-09T09:39:21.553Z] 2022/03/09 09:39:19 RoundTripper returned a response & error; ignoring response [2022-03-09T09:39:21.553Z] 2022/03/09 09:39:19 RoundTripper returned a response & error; ignoring response [2022-03-09T09:39:21.553Z] --- PASS: TestPingWithError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPingSuccess [2022-03-09T09:39:21.553Z] --- PASS: TestPingSuccess (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPingHeadFallback [2022-03-09T09:39:21.553Z] === RUN TestPingHeadFallback/OK [2022-03-09T09:39:21.553Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-09T09:39:21.553Z] === RUN TestPingHeadFallback/Not_Found [2022-03-09T09:39:21.553Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-09T09:39:21.553Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-09T09:39:21.553Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginDisableError [2022-03-09T09:39:21.553Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginDisable [2022-03-09T09:39:21.553Z] --- PASS: TestPluginDisable (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginEnableError [2022-03-09T09:39:21.553Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginEnable [2022-03-09T09:39:21.553Z] --- PASS: TestPluginEnable (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginInspectError [2022-03-09T09:39:21.553Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginInspectWithEmptyID [2022-03-09T09:39:21.553Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginInspect [2022-03-09T09:39:21.553Z] --- PASS: TestPluginInspect (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginListError [2022-03-09T09:39:21.553Z] --- PASS: TestPluginListError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginList [2022-03-09T09:39:21.553Z] --- PASS: TestPluginList (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginPushError [2022-03-09T09:39:21.553Z] --- PASS: TestPluginPushError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginPush [2022-03-09T09:39:21.553Z] --- PASS: TestPluginPush (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginRemoveError [2022-03-09T09:39:21.553Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginRemove [2022-03-09T09:39:21.553Z] --- PASS: TestPluginRemove (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginSetError [2022-03-09T09:39:21.553Z] --- PASS: TestPluginSetError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPluginSet [2022-03-09T09:39:21.553Z] --- PASS: TestPluginSet (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSetHostHeader [2022-03-09T09:39:21.553Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestPlainTextError [2022-03-09T09:39:21.553Z] --- PASS: TestPlainTextError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestInfiniteError [2022-03-09T09:39:21.553Z] --- PASS: TestInfiniteError (0.05s) [2022-03-09T09:39:21.553Z] === RUN TestCanceledContext [2022-03-09T09:39:21.553Z] 2022/03/09 09:39:19 RoundTripper returned a response & error; ignoring response [2022-03-09T09:39:21.553Z] --- PASS: TestCanceledContext (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestDeadlineExceededContext [2022-03-09T09:39:21.553Z] 2022/03/09 09:39:19 RoundTripper returned a response & error; ignoring response [2022-03-09T09:39:21.553Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretCreateUnsupported [2022-03-09T09:39:21.553Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretCreateError [2022-03-09T09:39:21.553Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretCreate [2022-03-09T09:39:21.553Z] --- PASS: TestSecretCreate (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretInspectUnsupported [2022-03-09T09:39:21.553Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretInspectError [2022-03-09T09:39:21.553Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretInspectSecretNotFound [2022-03-09T09:39:21.553Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretInspectWithEmptyID [2022-03-09T09:39:21.553Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretInspect [2022-03-09T09:39:21.553Z] --- PASS: TestSecretInspect (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretListUnsupported [2022-03-09T09:39:21.553Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretListError [2022-03-09T09:39:21.553Z] --- PASS: TestSecretListError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretList [2022-03-09T09:39:21.553Z] --- PASS: TestSecretList (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretRemoveUnsupported [2022-03-09T09:39:21.553Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretRemoveError [2022-03-09T09:39:21.553Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretRemove [2022-03-09T09:39:21.553Z] --- PASS: TestSecretRemove (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretUpdateUnsupported [2022-03-09T09:39:21.553Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretUpdateError [2022-03-09T09:39:21.553Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestSecretUpdate [2022-03-09T09:39:21.553Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestServiceCreateError [2022-03-09T09:39:21.553Z] --- PASS: TestServiceCreateError (0.03s) [2022-03-09T09:39:21.553Z] === RUN TestServiceCreate [2022-03-09T09:39:21.553Z] --- PASS: TestServiceCreate (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-09T09:39:21.553Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestServiceCreateDigestPinning [2022-03-09T09:39:21.553Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-09T09:39:21.553Z] === RUN TestServiceInspectError [2022-03-09T09:39:21.553Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceInspectServiceNotFound [2022-03-09T09:39:21.554Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceInspectWithEmptyID [2022-03-09T09:39:21.554Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceInspect [2022-03-09T09:39:21.554Z] --- PASS: TestServiceInspect (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceListError [2022-03-09T09:39:21.554Z] --- PASS: TestServiceListError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceList [2022-03-09T09:39:21.554Z] --- PASS: TestServiceList (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceLogsError [2022-03-09T09:39:21.554Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceLogs [2022-03-09T09:39:21.554Z] --- PASS: TestServiceLogs (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceRemoveError [2022-03-09T09:39:21.554Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceRemoveNotFoundError [2022-03-09T09:39:21.554Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceRemove [2022-03-09T09:39:21.554Z] --- PASS: TestServiceRemove (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceUpdateError [2022-03-09T09:39:21.554Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestServiceUpdate [2022-03-09T09:39:21.554Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmGetUnlockKeyError [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmGetUnlockKey [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmInitError [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmInit [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmInit (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmInspectError [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmInspect [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmJoinError [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmJoin [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmLeaveError [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmLeave [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmUnlockError [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmUnlock [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmUpdateError [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestSwarmUpdate [2022-03-09T09:39:21.554Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestTaskInspectError [2022-03-09T09:39:21.554Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestTaskInspectWithEmptyID [2022-03-09T09:39:21.554Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestTaskInspect [2022-03-09T09:39:21.554Z] --- PASS: TestTaskInspect (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestTaskListError [2022-03-09T09:39:21.554Z] --- PASS: TestTaskListError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestTaskList [2022-03-09T09:39:21.554Z] --- PASS: TestTaskList (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestVolumeCreateError [2022-03-09T09:39:21.554Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestVolumeCreate [2022-03-09T09:39:21.554Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestVolumeInspectError [2022-03-09T09:39:21.554Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestVolumeInspectNotFound [2022-03-09T09:39:21.554Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestVolumeInspectWithEmptyID [2022-03-09T09:39:21.554Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestVolumeInspect [2022-03-09T09:39:21.554Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestVolumeListError [2022-03-09T09:39:21.554Z] --- PASS: TestVolumeListError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestVolumeList [2022-03-09T09:39:21.554Z] --- PASS: TestVolumeList (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestVolumeRemoveError [2022-03-09T09:39:21.554Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-09T09:39:21.554Z] === RUN TestVolumeRemove [2022-03-09T09:39:21.554Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-09T09:39:21.554Z] === CONT TestTLSCloseWriter [2022-03-09T09:39:21.554Z] --- PASS: TestTLSCloseWriter (0.04s) [2022-03-09T09:39:21.554Z] PASS [2022-03-09T09:39:21.554Z] coverage: 75.2% of statements [2022-03-09T09:39:21.554Z] ok github.com/docker/docker/client 0.817s coverage: 75.2% of statements [2022-03-09T09:39:23.883Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:39:24.292Z] --- PASS: TestUpdateRestartPolicy (11.05s) [2022-03-09T09:39:24.292Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T09:39:24.292Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-03-09T09:39:24.292Z] === RUN TestWaitNonBlocked [2022-03-09T09:39:24.292Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:39:24.292Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:39:24.292Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:39:24.292Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:39:24.292Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:39:24.292Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:39:24.292Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-09T09:39:24.292Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2022-03-09T09:39:24.292Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.73s) [2022-03-09T09:39:24.292Z] === RUN TestWaitBlocked [2022-03-09T09:39:24.292Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:39:24.292Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:39:24.292Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:39:24.292Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:39:24.292Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:39:24.292Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:39:24.350Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:39:25.236Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-09T09:39:25.236Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.73s) [2022-03-09T09:39:25.236Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s) [2022-03-09T09:39:25.236Z] === CONT TestContainerStartOnDaemonRestart [2022-03-09T09:39:25.236Z] === CONT TestContainerKillOnDaemonStart [2022-03-09T09:39:27.788Z] --- PASS: TestContainerStartOnDaemonRestart (2.20s) [2022-03-09T09:39:27.788Z] === CONT TestIpcModeOlderClient [2022-03-09T09:39:27.788Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-09T09:39:27.788Z] === CONT TestDaemonHostGatewayIP [2022-03-09T09:39:29.702Z] --- PASS: TestDaemonHostGatewayIP (2.28s) [2022-03-09T09:39:29.703Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-09T09:39:31.613Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.71s) [2022-03-09T09:39:31.613Z] === CONT TestDaemonRestartIpcMode [2022-03-09T09:39:33.010Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-09T09:39:33.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.02s) [2022-03-09T09:39:33.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (13.36s) [2022-03-09T09:39:33.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (13.50s) [2022-03-09T09:39:33.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.63s) [2022-03-09T09:39:33.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.32s) [2022-03-09T09:39:33.010Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (8.76s) [2022-03-09T09:39:33.010Z] === RUN TestBuildMultiStageCopy [2022-03-09T09:39:33.010Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T09:39:33.527Z] --- PASS: TestDaemonRestartIpcMode (2.20s) [2022-03-09T09:39:36.862Z] --- PASS: TestContainerKillOnDaemonStart (11.72s) [2022-03-09T09:39:36.862Z] PASS [2022-03-09T09:39:36.862Z] [2022-03-09T09:39:36.862Z] === Skipped [2022-03-09T09:39:36.862Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-09T09:39:36.862Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:39:36.862Z] [2022-03-09T09:39:36.862Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-09T09:39:36.862Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-09T09:39:36.862Z] [2022-03-09T09:39:36.862Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T09:39:36.862Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T09:39:36.862Z] [2022-03-09T09:39:36.863Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-09T09:39:36.863Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-09T09:39:36.863Z] [2022-03-09T09:39:36.863Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-09T09:39:36.863Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T09:39:36.863Z] [2022-03-09T09:39:36.863Z] DONE 200 tests, 5 skipped in 115.368s [2022-03-09T09:39:36.863Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-09T09:39:36.863Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T09:39:37.435Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-09T09:39:37.435Z] === RUN TestDaemonConfigValidation [2022-03-09T09:39:37.435Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:39:37.435Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:39:37.435Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-09T09:39:37.435Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-09T09:39:37.435Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-09T09:39:37.435Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-09T09:39:37.435Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-09T09:39:37.435Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-09T09:39:37.435Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-09T09:39:37.435Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-09T09:39:37.435Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:39:37.435Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-09T09:39:37.435Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-09T09:39:37.435Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-09T09:39:37.697Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-09T09:39:37.697Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-09T09:39:37.697Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2022-03-09T09:39:37.697Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-03-09T09:39:37.697Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-09T09:39:37.697Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-03-09T09:39:37.697Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-03-09T09:39:37.697Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T09:39:37.697Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-09T09:39:38.640Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-09T09:39:39.583Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-09T09:39:40.969Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-09T09:39:40.969Z] daemon_test.go:156: [d0c06ca15a743] daemon is not started [2022-03-09T09:39:40.969Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-03-09T09:39:40.969Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-09T09:39:40.969Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-09T09:39:40.969Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-09T09:39:40.969Z] === RUN TestDaemonProxy [2022-03-09T09:39:40.969Z] === RUN TestDaemonProxy/environment_variables [2022-03-09T09:39:41.662Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T09:39:42.647Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T09:39:42.879Z] === RUN TestDaemonProxy/command-line_options [2022-03-09T09:39:43.469Z] --- PASS: TestCheckoutGit (46.37s) [2022-03-09T09:39:43.469Z] === RUN TestValidGitTransport [2022-03-09T09:39:43.469Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-09T09:39:43.469Z] === RUN TestGitInvalidRef [2022-03-09T09:39:43.469Z] --- PASS: TestGitInvalidRef (0.30s) [2022-03-09T09:39:43.469Z] PASS [2022-03-09T09:39:43.469Z] coverage: 86.3% of statements [2022-03-09T09:39:43.469Z] ok github.com/docker/docker/builder/remotecontext/git 46.773s coverage: 86.3% of statements [2022-03-09T09:39:43.469Z] ? github.com/docker/docker/cli [no test files] [2022-03-09T09:39:43.469Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-09T09:39:43.631Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T09:39:44.260Z] === RUN TestDaemonProxy/configuration_file [2022-03-09T09:39:44.615Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T09:39:46.175Z] === RUN TestDaemonProxy/conflicting_options [2022-03-09T09:39:46.177Z] --- PASS: TestBuildMultiStageCopy (13.36s) [2022-03-09T09:39:46.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.83s) [2022-03-09T09:39:46.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.80s) [2022-03-09T09:39:46.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.02s) [2022-03-09T09:39:46.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.32s) [2022-03-09T09:39:46.177Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.39s) [2022-03-09T09:39:46.177Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T09:39:46.437Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-09T09:39:47.010Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-03-09T09:39:47.010Z] --- PASS: TestDaemonProxy (6.34s) [2022-03-09T09:39:47.010Z] --- PASS: TestDaemonProxy/environment_variables (1.83s) [2022-03-09T09:39:47.010Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-03-09T09:39:47.010Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-03-09T09:39:47.010Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-09T09:39:47.010Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-09T09:39:47.010Z] PASS [2022-03-09T09:39:47.010Z] [2022-03-09T09:39:47.010Z] === Skipped [2022-03-09T09:39:47.010Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.52s) [2022-03-09T09:39:47.010Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-03-09T09:39:47.010Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-09T09:39:47.010Z] [2022-03-09T09:39:47.010Z] DONE 17 tests, 1 skipped in 10.225s [2022-03-09T09:39:47.010Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-09T09:39:47.010Z] INFO: Testing against a local daemon [2022-03-09T09:39:47.272Z] === RUN TestCommitInheritsEnv [2022-03-09T09:39:47.533Z] --- PASS: TestCommitInheritsEnv (0.37s) [2022-03-09T09:39:47.533Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T09:39:47.533Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-09T09:39:47.533Z] === RUN TestImportWithCustomPlatform [2022-03-09T09:39:47.533Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-09T09:39:47.533Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-09T09:39:47.533Z] === RUN TestImportWithCustomPlatform// [2022-03-09T09:39:47.533Z] === RUN TestImportWithCustomPlatform/linux [2022-03-09T09:39:47.795Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-09T09:39:47.795Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-09T09:39:47.795Z] === RUN TestImportWithCustomPlatform/macos [2022-03-09T09:39:47.795Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-09T09:39:47.795Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-09T09:39:47.795Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-03-09T09:39:47.795Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-03-09T09:39:47.795Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-09T09:39:47.795Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-09T09:39:47.795Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-09T09:39:47.795Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-09T09:39:47.795Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-09T09:39:47.795Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-09T09:39:47.795Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-09T09:39:47.795Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-09T09:39:47.795Z] === RUN TestImagesFilterMultiReference [2022-03-09T09:39:47.795Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-09T09:39:47.795Z] === RUN TestImagePullPlatformInvalid [2022-03-09T09:39:47.795Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-09T09:39:47.795Z] === RUN TestRemoveImageOrphaning [2022-03-09T09:39:48.056Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2022-03-09T09:39:48.056Z] === RUN TestRemoveImageGarbageCollector [2022-03-09T09:39:49.222Z] --- PASS: TestBuildMultiStageParentConfig (2.61s) [2022-03-09T09:39:49.222Z] === RUN TestBuildLabelWithTargets [2022-03-09T09:39:49.222Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:39:49.222Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-09T09:39:49.222Z] === RUN TestBuildWithEmptyLayers [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-09T09:39:49.690Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestConfigureDaemonLogs [2022-03-09T09:39:49.690Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestCommonOptionsInstallFlags [2022-03-09T09:39:49.690Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-09T09:39:49.690Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-09T09:39:49.690Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-09T09:39:49.690Z] PASS [2022-03-09T09:39:49.690Z] coverage: 19.0% of statements [2022-03-09T09:39:49.690Z] ok github.com/docker/docker/cmd/dockerd 0.227s coverage: 19.0% of statements [2022-03-09T09:39:49.690Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-09T09:39:49.690Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-09T09:39:49.973Z] --- PASS: TestRemoveImageGarbageCollector (1.89s) [2022-03-09T09:39:49.973Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T09:39:49.973Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-09T09:39:49.973Z] === RUN TestTagInvalidReference [2022-03-09T09:39:49.973Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-09T09:39:49.973Z] === RUN TestTagValidPrefixedRepo [2022-03-09T09:39:50.207Z] --- PASS: TestBuildWithEmptyLayers (1.34s) [2022-03-09T09:39:50.207Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T09:39:50.234Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-09T09:39:50.234Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T09:39:50.234Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-09T09:39:50.234Z] === RUN TestTagOfficialNames [2022-03-09T09:39:50.234Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-09T09:39:50.234Z] === RUN TestTagMatchesDigest [2022-03-09T09:39:50.234Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-09T09:39:50.234Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-09T09:39:50.764Z] === RUN TestContainerStopSignal [2022-03-09T09:39:50.764Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestContainerStopTimeout [2022-03-09T09:39:50.764Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-09T09:39:50.764Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-09T09:39:50.764Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-09T09:39:50.764Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-09T09:39:50.764Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestReplaceAndAppendEnvVars [2022-03-09T09:39:50.764Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-09T09:39:50.764Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestNewMemoryStore [2022-03-09T09:39:50.764Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestAddContainers [2022-03-09T09:39:50.764Z] --- PASS: TestAddContainers (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestGetContainer [2022-03-09T09:39:50.764Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestDeleteContainer [2022-03-09T09:39:50.764Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestListContainers [2022-03-09T09:39:50.764Z] --- PASS: TestListContainers (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestFirstContainer [2022-03-09T09:39:50.764Z] --- PASS: TestFirstContainer (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestApplyAllContainer [2022-03-09T09:39:50.764Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestIsValidHealthString [2022-03-09T09:39:50.764Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestStateRunStop [2022-03-09T09:39:50.764Z] --- PASS: TestStateRunStop (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestStateTimeoutWait [2022-03-09T09:39:50.764Z] state_test.go:141: Stop callback fired [2022-03-09T09:39:50.764Z] state_test.go:165: Stop callback fired [2022-03-09T09:39:50.764Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-09T09:39:50.764Z] === RUN TestIsValidStateString [2022-03-09T09:39:50.764Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestViewSaveDelete [2022-03-09T09:39:50.764Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-09T09:39:50.764Z] === RUN TestViewAll [2022-03-09T09:39:50.764Z] --- PASS: TestViewAll (0.03s) [2022-03-09T09:39:50.764Z] === RUN TestViewGet [2022-03-09T09:39:50.764Z] --- PASS: TestViewGet (0.02s) [2022-03-09T09:39:50.764Z] === RUN TestNames [2022-03-09T09:39:50.764Z] --- PASS: TestNames (0.00s) [2022-03-09T09:39:50.764Z] === RUN TestViewWithHealthCheck [2022-03-09T09:39:50.764Z] --- PASS: TestViewWithHealthCheck (0.02s) [2022-03-09T09:39:50.764Z] PASS [2022-03-09T09:39:50.764Z] coverage: 41.7% of statements [2022-03-09T09:39:50.764Z] ok github.com/docker/docker/container 0.337s coverage: 41.7% of statements [2022-03-09T09:39:50.764Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-09T09:39:50.764Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-09T09:39:50.764Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-09T09:39:50.764Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-09T09:39:52.460Z] === RUN TestPrepare [2022-03-09T09:39:52.460Z] --- PASS: TestPrepare (0.00s) [2022-03-09T09:39:52.460Z] === RUN TestStart [2022-03-09T09:39:52.460Z] --- PASS: TestStart (0.00s) [2022-03-09T09:39:52.460Z] === RUN TestWaitCancel [2022-03-09T09:39:52.460Z] --- PASS: TestWaitCancel (0.00s) [2022-03-09T09:39:52.460Z] === RUN TestWaitDisabled [2022-03-09T09:39:52.460Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-09T09:39:52.460Z] === RUN TestWaitEnabled [2022-03-09T09:39:52.460Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-09T09:39:52.460Z] === RUN TestRemove [2022-03-09T09:39:52.460Z] --- PASS: TestRemove (0.00s) [2022-03-09T09:39:52.460Z] PASS [2022-03-09T09:39:52.460Z] coverage: 65.3% of statements [2022-03-09T09:39:52.460Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.080s coverage: 65.3% of statements [2022-03-09T09:39:54.166Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-09T09:39:54.679Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.26s) [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-09T09:39:54.679Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-09T09:39:54.679Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-09T09:39:54.987Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T09:39:54.987Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T09:39:54.987Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:39:54.987Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T09:39:54.987Z] [2022-03-09T09:39:54.987Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-09T09:39:54.987Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-09T09:39:54.987Z] HOSTNAME=d55da762c5f8 [2022-03-09T09:39:54.987Z] TESTDEBUG=0 [2022-03-09T09:39:54.987Z] DEST=bundles/test-integration [2022-03-09T09:39:54.987Z] PWD=/go/src/github.com/docker/docker [2022-03-09T09:39:54.987Z] DOCKER_GITCOMMIT=d0bb680af62fdc1429362cbb62634fb8d36b3ec8 [2022-03-09T09:39:54.987Z] container=docker [2022-03-09T09:39:54.987Z] HOME=/root [2022-03-09T09:39:54.987Z] GOLANG_VERSION=1.17.8 [2022-03-09T09:39:54.987Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-09T09:39:54.987Z] VALIDATE_BRANCH=master [2022-03-09T09:39:54.987Z] TERM=xterm [2022-03-09T09:39:54.987Z] DOCKER_PKG=github.com/docker/docker [2022-03-09T09:39:54.987Z] SHLVL=1 [2022-03-09T09:39:54.987Z] TIMEOUT=120m [2022-03-09T09:39:54.987Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-09T09:39:54.987Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-09T09:39:54.987Z] GO111MODULE=off [2022-03-09T09:39:54.987Z] DOCKER_EXPERIMENTAL=1 [2022-03-09T09:39:54.987Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-09T09:39:54.987Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-09T09:39:54.987Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-09T09:39:54.987Z] GOPATH=/go [2022-03-09T09:39:54.987Z] PKG_CONFIG=pkg-config [2022-03-09T09:39:54.987Z] _=/usr/bin/env [2022-03-09T09:39:54.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-09T09:39:55.196Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-09T09:39:55.196Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-09T09:39:55.196Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-09T09:39:55.196Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-09T09:39:55.196Z] PASS [2022-03-09T09:39:55.196Z] coverage: 35.9% of statements [2022-03-09T09:39:55.196Z] ok github.com/docker/docker/daemon/cluster/convert 0.613s coverage: 35.9% of statements [2022-03-09T09:39:55.196Z] === RUN TestNewListSecretsFilters [2022-03-09T09:39:55.196Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-09T09:39:55.196Z] === RUN TestNewListConfigsFilters [2022-03-09T09:39:55.196Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-09T09:39:55.196Z] PASS [2022-03-09T09:39:55.196Z] coverage: 0.5% of statements [2022-03-09T09:39:55.196Z] ok github.com/docker/docker/daemon/cluster 1.083s coverage: 0.5% of statements [2022-03-09T09:39:58.370Z] === RUN TestBuilderGC [2022-03-09T09:39:58.370Z] --- PASS: TestBuilderGC (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestDaemonConfigurationNotFound [2022-03-09T09:39:58.370Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestDaemonBrokenConfiguration [2022-03-09T09:39:58.370Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestFindConfigurationConflicts [2022-03-09T09:39:58.370Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-09T09:39:58.370Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-09T09:39:58.370Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-09T09:39:58.370Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-09T09:39:58.370Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-09T09:39:58.370Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-09T09:39:58.370Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-09T09:39:58.370Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-09T09:39:58.370Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-09T09:39:58.370Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s) [2022-03-09T09:39:58.370Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-09T09:39:58.370Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-09T09:39:58.370Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-09T09:39:58.370Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-09T09:39:58.370Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-09T09:39:58.370Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-09T09:39:58.370Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-09T09:39:58.370Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-09T09:39:58.370Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-09T09:39:58.370Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-09T09:39:58.370Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-09T09:39:58.882Z] === RUN TestValidateConfiguration [2022-03-09T09:39:58.882Z] === RUN TestValidateConfiguration/with_label [2022-03-09T09:39:58.882Z] === RUN TestValidateConfiguration/with_dns [2022-03-09T09:39:58.882Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-09T09:39:58.882Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-09T09:39:58.882Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-09T09:39:58.882Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-09T09:39:58.882Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-09T09:39:58.882Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-09T09:39:58.882Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-09T09:39:58.882Z] === RUN TestReloadSetConfigFileNotExist [2022-03-09T09:39:58.882Z] time="2022-03-09T09:39:58Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-09T09:39:58.882Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s) [2022-03-09T09:39:58.882Z] === RUN TestReloadDefaultConfigNotExist [2022-03-09T09:39:58.882Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:39:58.882Z] --- SKIP: TestReloadDefaultConfigNotExist (0.08s) [2022-03-09T09:39:58.882Z] === RUN TestReloadBadDefaultConfig [2022-03-09T09:39:58.882Z] time="2022-03-09T09:39:58Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2309643024" [2022-03-09T09:39:58.882Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-09T09:39:58.882Z] === RUN TestReloadWithConflictingLabels [2022-03-09T09:39:58.882Z] time="2022-03-09T09:39:58Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2707370698" [2022-03-09T09:39:58.882Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-09T09:39:58.882Z] === RUN TestReloadWithDuplicateLabels [2022-03-09T09:39:58.882Z] time="2022-03-09T09:39:58Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1243438844" [2022-03-09T09:39:58.882Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-09T09:39:58.882Z] === RUN TestMaskURLCredentials [2022-03-09T09:39:58.882Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-09T09:39:58.882Z] === RUN TestDaemonConfigurationMerge [2022-03-09T09:39:58.882Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-09T09:39:58.882Z] PASS [2022-03-09T09:39:58.882Z] coverage: 79.2% of statements [2022-03-09T09:39:58.882Z] ok github.com/docker/docker/daemon/config 0.516s coverage: 79.2% of statements [2022-03-09T09:39:59.395Z] === RUN TestEventsLog [2022-03-09T09:39:59.395Z] --- PASS: TestEventsLog (0.00s) [2022-03-09T09:39:59.395Z] === RUN TestEventsLogTimeout [2022-03-09T09:39:59.395Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-09T09:39:59.395Z] === RUN TestLogEvents [2022-03-09T09:39:59.395Z] --- PASS: TestLogEvents (0.05s) [2022-03-09T09:39:59.395Z] === RUN TestLoadBufferedEvents [2022-03-09T09:39:59.395Z] === RUN TestWaitNodeAttachment [2022-03-09T09:39:59.908Z] --- PASS: TestLoadBufferedEvents (0.20s) [2022-03-09T09:39:59.908Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-09T09:39:59.908Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-09T09:39:59.908Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-09T09:39:59.908Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-09T09:39:59.908Z] PASS [2022-03-09T09:39:59.908Z] coverage: 50.0% of statements [2022-03-09T09:39:59.908Z] ok github.com/docker/docker/daemon/events 0.370s coverage: 50.0% of statements [2022-03-09T09:39:59.908Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-09T09:39:59.908Z] === RUN TestIsolationConversion [2022-03-09T09:39:59.908Z] === RUN TestIsolationConversion/default [2022-03-09T09:39:59.908Z] === RUN TestIsolationConversion/process [2022-03-09T09:39:59.908Z] === RUN TestIsolationConversion/hyperv [2022-03-09T09:39:59.908Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-09T09:39:59.908Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-09T09:39:59.908Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-09T09:39:59.908Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-09T09:39:59.908Z] === RUN TestContainerLabels [2022-03-09T09:39:59.908Z] --- PASS: TestContainerLabels (0.00s) [2022-03-09T09:39:59.908Z] === RUN TestCredentialSpecConversion [2022-03-09T09:39:59.908Z] === RUN TestCredentialSpecConversion/none [2022-03-09T09:39:59.908Z] === RUN TestCredentialSpecConversion/config [2022-03-09T09:39:59.908Z] === RUN TestCredentialSpecConversion/file [2022-03-09T09:39:59.908Z] === RUN TestCredentialSpecConversion/registry [2022-03-09T09:39:59.908Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-09T09:39:59.908Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-09T09:39:59.908Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-09T09:39:59.908Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-09T09:39:59.908Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-09T09:39:59.908Z] === RUN TestControllerValidateMountBind [2022-03-09T09:39:59.908Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-09T09:39:59.908Z] === RUN TestControllerValidateMountVolume [2022-03-09T09:39:59.908Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-09T09:39:59.908Z] === RUN TestControllerValidateMountTarget [2022-03-09T09:39:59.908Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-09T09:39:59.908Z] === RUN TestControllerValidateMountTmpfs [2022-03-09T09:39:59.908Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-09T09:39:59.908Z] === RUN TestControllerValidateMountInvalidType [2022-03-09T09:39:59.908Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-09T09:39:59.908Z] === RUN TestControllerValidateMountNamedPipe [2022-03-09T09:39:59.908Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-09T09:39:59.908Z] PASS [2022-03-09T09:39:59.908Z] coverage: 11.0% of statements [2022-03-09T09:39:59.908Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.677s coverage: 11.0% of statements [2022-03-09T09:40:00.988Z] === RUN TestIsEmptyDir [2022-03-09T09:40:00.989Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-09T09:40:00.989Z] PASS [2022-03-09T09:40:00.989Z] coverage: 2.3% of statements [2022-03-09T09:40:00.989Z] ok github.com/docker/docker/daemon/graphdriver 0.113s coverage: 2.3% of statements [2022-03-09T09:40:01.508Z] === RUN TestVerifyNetworkingConfig [2022-03-09T09:40:01.508Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestGetContainer [2022-03-09T09:40:01.508Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestValidContainerNames [2022-03-09T09:40:01.508Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestContainerInitDNS [2022-03-09T09:40:01.508Z] daemon_test.go:145: root required [2022-03-09T09:40:01.508Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestMerge [2022-03-09T09:40:01.508Z] --- PASS: TestMerge (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestValidateContainerIsolation [2022-03-09T09:40:01.508Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestFindNetworkErrorType [2022-03-09T09:40:01.508Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestEnsureServicesExist [2022-03-09T09:40:01.508Z] --- PASS: TestEnsureServicesExist (0.01s) [2022-03-09T09:40:01.508Z] === RUN TestEnsureServicesExistErrors [2022-03-09T09:40:01.508Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-09T09:40:01.508Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-09T09:40:01.508Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-09T09:40:01.508Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-09T09:40:01.508Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-09T09:40:01.508Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-09T09:40:01.508Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestContainerDelete [2022-03-09T09:40:01.508Z] --- PASS: TestContainerDelete (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestContainerDoubleDelete [2022-03-09T09:40:01.508Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestLogContainerEventCopyLabels [2022-03-09T09:40:01.508Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestLogContainerEventWithAttributes [2022-03-09T09:40:01.508Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestNoneHealthcheck [2022-03-09T09:40:01.508Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestHealthStates [2022-03-09T09:40:01.508Z] === RUN TestLinkNaming [2022-03-09T09:40:01.508Z] --- PASS: TestLinkNaming (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestLinkNew [2022-03-09T09:40:01.508Z] --- PASS: TestLinkNew (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestLinkEnv [2022-03-09T09:40:01.508Z] --- PASS: TestLinkEnv (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestLinkMultipleEnv [2022-03-09T09:40:01.508Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestLinkPortRangeEnv [2022-03-09T09:40:01.508Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-09T09:40:01.508Z] PASS [2022-03-09T09:40:01.508Z] coverage: 93.0% of statements [2022-03-09T09:40:01.508Z] ok github.com/docker/docker/daemon/links 0.058s coverage: 93.0% of statements [2022-03-09T09:40:01.508Z] time="2022-03-09T09:40:01Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:40:01.508Z] time="2022-03-09T09:40:01Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:40:01.508Z] time="2022-03-09T09:40:01Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:40:01.508Z] time="2022-03-09T09:40:01Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:40:01.508Z] time="2022-03-09T09:40:01Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:40:01.508Z] time="2022-03-09T09:40:01Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:40:01.508Z] time="2022-03-09T09:40:01Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:40:01.508Z] time="2022-03-09T09:40:01Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:40:01.508Z] time="2022-03-09T09:40:01Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:40:01.508Z] time="2022-03-09T09:40:01Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:40:01.508Z] --- PASS: TestHealthStates (0.26s) [2022-03-09T09:40:01.508Z] === RUN TestGetInspectData [2022-03-09T09:40:01.508Z] --- PASS: TestGetInspectData (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestFillLicense [2022-03-09T09:40:01.508Z] --- PASS: TestFillLicense (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestListInvalidFilter [2022-03-09T09:40:01.508Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-09T09:40:01.508Z] === RUN TestNameFilter [2022-03-09T09:40:02.021Z] --- PASS: TestNameFilter (0.00s) [2022-03-09T09:40:02.021Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-09T09:40:02.021Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-09T09:40:02.021Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-09T09:40:02.021Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-09T09:40:02.021Z] === RUN TestDaemonReloadLabels [2022-03-09T09:40:02.021Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-09T09:40:02.021Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-09T09:40:02.021Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-09T09:40:02.021Z] === RUN TestDaemonReloadMirrors [2022-03-09T09:40:02.021Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-09T09:40:02.021Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-09T09:40:02.021Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-09T09:40:02.021Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-09T09:40:02.021Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-09T09:40:02.021Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-09T09:40:02.021Z] reload_test.go:342: root required [2022-03-09T09:40:02.021Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T09:40:02.021Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-09T09:40:02.021Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-09T09:40:02.021Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-09T09:40:02.021Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2022-03-09T09:40:02.021Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-09T09:40:02.021Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-03-09T09:40:02.021Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-09T09:40:02.021Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-09T09:40:02.021Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-09T09:40:02.021Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-09T09:40:02.021Z] === RUN TestParseVolumesFrom [2022-03-09T09:40:02.021Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-09T09:40:02.021Z] PASS [2022-03-09T09:40:02.021Z] coverage: 8.6% of statements [2022-03-09T09:40:02.021Z] ok github.com/docker/docker/daemon 0.584s coverage: 8.6% of statements [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-09T09:40:02.021Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-09T09:40:03.721Z] === RUN TestAdapterReadLogs [2022-03-09T09:40:03.721Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-09T09:40:03.721Z] === RUN TestCopier [2022-03-09T09:40:03.721Z] --- PASS: TestCopier (0.00s) [2022-03-09T09:40:03.721Z] === RUN TestCopierLongLines [2022-03-09T09:40:03.721Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-09T09:40:03.721Z] === RUN TestCopierSlow [2022-03-09T09:40:04.234Z] --- PASS: TestCopierSlow (0.20s) [2022-03-09T09:40:04.234Z] === RUN TestCopierWithSized [2022-03-09T09:40:04.234Z] === RUN TestCopierWithSized/as_is [2022-03-09T09:40:04.234Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-09T09:40:04.234Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-09T09:40:04.234Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-09T09:40:04.234Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-09T09:40:04.234Z] === RUN TestCopierWithPartial [2022-03-09T09:40:04.234Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-09T09:40:04.234Z] === RUN TestRingLogger [2022-03-09T09:40:04.234Z] --- PASS: TestRingLogger (0.00s) [2022-03-09T09:40:04.234Z] === RUN TestRingCap [2022-03-09T09:40:04.234Z] --- PASS: TestRingCap (0.00s) [2022-03-09T09:40:04.234Z] === RUN TestRingClose [2022-03-09T09:40:04.234Z] --- PASS: TestRingClose (0.00s) [2022-03-09T09:40:04.234Z] === RUN TestRingDrain [2022-03-09T09:40:04.234Z] --- PASS: TestRingDrain (0.00s) [2022-03-09T09:40:04.234Z] PASS [2022-03-09T09:40:04.234Z] coverage: 43.2% of statements [2022-03-09T09:40:04.234Z] ok github.com/docker/docker/daemon/logger 0.283s coverage: 43.2% of statements [2022-03-09T09:40:04.234Z] === RUN TestNewStreamConfig [2022-03-09T09:40:04.234Z] === RUN TestNewStreamConfig/defaults [2022-03-09T09:40:04.234Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-09T09:40:04.234Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-09T09:40:04.234Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-09T09:40:04.234Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-09T09:40:04.234Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-09T09:40:04.234Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-09T09:40:04.234Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-09T09:40:04.234Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-09T09:40:04.234Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-09T09:40:04.234Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-09T09:40:04.234Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-09T09:40:04.234Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-09T09:40:04.234Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-09T09:40:04.234Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-09T09:40:04.234Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-09T09:40:04.234Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-09T09:40:04.234Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-09T09:40:04.234Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-09T09:40:04.234Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-09T09:40:04.234Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-09T09:40:04.234Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-09T09:40:04.234Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-09T09:40:04.234Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-09T09:40:04.234Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-09T09:40:04.234Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-09T09:40:04.757Z] time="2022-03-09T09:40:04Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-09T09:40:04.757Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s) [2022-03-09T09:40:04.757Z] === RUN TestCreateSuccess [2022-03-09T09:40:04.757Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestCreateStreamSkipped [2022-03-09T09:40:04.757Z] time="2022-03-09T09:40:04Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-09T09:40:04.757Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestCreateLogGroupSuccess [2022-03-09T09:40:04.757Z] time="2022-03-09T09:40:04Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-09T09:40:04.757Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestCreateError [2022-03-09T09:40:04.757Z] --- PASS: TestCreateError (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestCreateAlreadyExists [2022-03-09T09:40:04.757Z] time="2022-03-09T09:40:04Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-09T09:40:04.757Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestLogClosed [2022-03-09T09:40:04.757Z] --- PASS: TestLogClosed (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestLogBlocking [2022-03-09T09:40:04.757Z] --- PASS: TestLogBlocking (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-09T09:40:04.757Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestLogNonBlockingBufferFull [2022-03-09T09:40:04.757Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestPublishBatchSuccess [2022-03-09T09:40:04.757Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestPublishBatchError [2022-03-09T09:40:04.757Z] time="2022-03-09T09:40:04Z" level=error msg=error [2022-03-09T09:40:04.757Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-09T09:40:04.757Z] time="2022-03-09T09:40:04Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T09:40:04.757Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-09T09:40:04.757Z] time="2022-03-09T09:40:04Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T09:40:04.757Z] time="2022-03-09T09:40:04Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-09T09:40:04.757Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestCollectBatchSimple [2022-03-09T09:40:04.757Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestCollectBatchTicker [2022-03-09T09:40:04.757Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestCollectBatchMultilinePattern [2022-03-09T09:40:04.757Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-09T09:40:04.757Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-09T09:40:04.757Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-09T09:40:04.757Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.15s) [2022-03-09T09:40:04.757Z] === RUN TestCollectBatchClose [2022-03-09T09:40:04.757Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-09T09:40:04.757Z] === RUN TestEffectiveLen [2022-03-09T09:40:04.757Z] === RUN TestEffectiveLen/0/Hello [2022-03-09T09:40:04.757Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-09T09:40:04.757Z] === RUN TestEffectiveLen/2/🙃 [2022-03-09T09:40:04.757Z] === RUN TestEffectiveLen/3/���� [2022-03-09T09:40:04.757Z] === RUN TestEffectiveLen/4/He��o [2022-03-09T09:40:04.757Z] === RUN TestEffectiveLen/5/ [2022-03-09T09:40:04.757Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-09T09:40:04.757Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-09T09:40:04.757Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-09T09:40:04.758Z] === RUN TestFindValidSplit [2022-03-09T09:40:04.758Z] === RUN TestFindValidSplit/0/ [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1076: [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:40:04.758Z] === RUN TestFindValidSplit/1/Hello [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1076: Hello [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:40:04.758Z] === RUN TestFindValidSplit/2/Hello [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1076: He [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1077: llo [2022-03-09T09:40:04.758Z] === RUN TestFindValidSplit/3/Hello [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1076: [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1077: Hello [2022-03-09T09:40:04.758Z] === RUN TestFindValidSplit/4/🙃 [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1076: [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-09T09:40:04.758Z] === RUN TestFindValidSplit/5/🙃 [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:40:04.758Z] === RUN TestFindValidSplit/6/a� [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1076: a [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1077: � [2022-03-09T09:40:04.758Z] === RUN TestFindValidSplit/7/a� [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1076: a� [2022-03-09T09:40:04.758Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:40:04.758Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-09T09:40:04.758Z] === RUN TestProcessEventEmoji [2022-03-09T09:40:04.758Z] --- PASS: TestProcessEventEmoji (0.04s) [2022-03-09T09:40:04.758Z] === RUN TestCollectBatchLineSplit [2022-03-09T09:40:04.758Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-09T09:40:04.758Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-09T09:40:04.758Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.05s) [2022-03-09T09:40:04.758Z] === RUN TestCollectBatchMaxEvents [2022-03-09T09:40:04.758Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-09T09:40:04.758Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-09T09:40:04.758Z] --- PASS: TestCollectBatchMaxTotalBytes (0.05s) [2022-03-09T09:40:04.758Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-09T09:40:04.758Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-09T09:40:04.758Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-09T09:40:04.758Z] === RUN TestValidateLogOptReconnectInterval [2022-03-09T09:40:04.758Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-09T09:40:04.758Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-09T09:40:04.758Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-09T09:40:04.758Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-09T09:40:04.758Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-09T09:40:04.758Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-09T09:40:04.758Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-09T09:40:04.758Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-09T09:40:04.758Z] PASS [2022-03-09T09:40:04.758Z] coverage: 33.6% of statements [2022-03-09T09:40:04.758Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-03-09T09:40:04.758Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-09T09:40:04.758Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-09T09:40:04.758Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-09T09:40:04.758Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-09T09:40:04.758Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-09T09:40:04.758Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-09T09:40:04.758Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-09T09:40:04.758Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-09T09:40:04.758Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-09T09:40:04.758Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-09T09:40:04.758Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-09T09:40:04.758Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-09T09:40:05.126Z] --- PASS: TestBuildMultiStageOnBuild (13.18s) [2022-03-09T09:40:05.126Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T09:40:05.126Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:40:05.126Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-09T09:40:05.126Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T09:40:05.274Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsFormat [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-09T09:40:05.274Z] ok github.com/docker/docker/daemon/logger/fluentd 0.068s coverage: 33.6% of statements [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-09T09:40:05.274Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-09T09:40:05.274Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-09T09:40:05.274Z] === RUN TestCreateTagSuccess [2022-03-09T09:40:05.274Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-09T09:40:05.274Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-09T09:40:05.274Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-09T09:40:05.274Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-09T09:40:05.274Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-09T09:40:05.274Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-09T09:40:05.274Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-09T09:40:05.274Z] PASS [2022-03-09T09:40:05.274Z] coverage: 80.2% of statements [2022-03-09T09:40:05.274Z] ok github.com/docker/docker/daemon/logger/awslogs 0.695s coverage: 80.2% of statements [2022-03-09T09:40:05.274Z] === RUN TestSearchRegistryForImagesErrors [2022-03-09T09:40:05.274Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-09T09:40:05.274Z] === RUN TestSearchRegistryForImages [2022-03-09T09:40:05.274Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-09T09:40:05.274Z] === RUN TestOnlyPlatformWithFallback [2022-03-09T09:40:05.274Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-09T09:40:05.274Z] === RUN TestImageDelete [2022-03-09T09:40:05.274Z] === RUN TestImageDelete/no_lease [2022-03-09T09:40:05.274Z] === RUN TestImageDelete/lease_exists [2022-03-09T09:40:05.274Z] --- PASS: TestImageDelete (0.06s) [2022-03-09T09:40:05.274Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-09T09:40:05.274Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2022-03-09T09:40:05.274Z] === RUN TestContentStoreForPull [2022-03-09T09:40:05.755Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-09T09:40:05.755Z] [2022-03-09T09:40:05.755Z] ________ ____ __. [2022-03-09T09:40:05.755Z] \_____ \ | |/ _| [2022-03-09T09:40:05.755Z] / | \| < [2022-03-09T09:40:05.755Z] / | \ | \ [2022-03-09T09:40:05.755Z] \_______ /____|__ \ [2022-03-09T09:40:05.755Z] \/ \/ [2022-03-09T09:40:05.755Z] [2022-03-09T09:40:05.755Z] INFO: make.ps1 ended at 03/09/2022 09:40:01 [2022-03-09T09:40:05.755Z] INFO: Binaries build ended at 03/09/2022 09:40:03. Duration:00:01:14.0943239 [2022-03-09T09:40:05.755Z] INFO: Copying the built daemon binary to d:\CI\PR-43344\7\binary\dockerd-39615f8c7c.exe... [2022-03-09T09:40:05.755Z] INFO: Copying the built client binary to d:\CI\PR-43344\7\binary\docker-39615f8c7c.exe... [2022-03-09T09:40:05.755Z] INFO: Copying dockerversion from the container... [2022-03-09T09:40:05.755Z] INFO: Copying the golang package from the container to d:\CI\PR-43344\7\installer\go.zip... [2022-03-09T09:40:05.755Z] INFO: Extracting go.zip to d:\CI\PR-43344\7\go [2022-03-09T09:40:05.787Z] --- PASS: TestContentStoreForPull (0.32s) [2022-03-09T09:40:05.787Z] PASS [2022-03-09T09:40:05.787Z] coverage: 6.8% of statements [2022-03-09T09:40:05.787Z] ok github.com/docker/docker/daemon/images 0.510s coverage: 6.8% of statements [2022-03-09T09:40:05.787Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-09T09:40:05.787Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-09T09:40:05.787Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-09T09:40:05.787Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-09T09:40:05.787Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-09T09:40:05.787Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-09T09:40:05.787Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-09T09:40:05.787Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-09T09:40:05.787Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-09T09:40:06.301Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-03-09T09:40:06.301Z] === RUN TestFastTimeMarshalJSON [2022-03-09T09:40:06.301Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-09T09:40:06.301Z] PASS [2022-03-09T09:40:06.301Z] coverage: 87.2% of statements [2022-03-09T09:40:06.301Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.277s coverage: 87.2% of statements [2022-03-09T09:40:06.301Z] === RUN TestJSONFileLogger [2022-03-09T09:40:06.301Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-09T09:40:06.301Z] === RUN TestJSONFileLoggerWithTags [2022-03-09T09:40:06.301Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-09T09:40:06.301Z] === RUN TestJSONFileLoggerWithOpts [2022-03-09T09:40:06.301Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-09T09:40:06.301Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-09T09:40:06.301Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-09T09:40:06.301Z] === RUN TestEncodeDecode [2022-03-09T09:40:06.301Z] === PAUSE TestEncodeDecode [2022-03-09T09:40:06.301Z] === RUN TestUnexpectedEOF [2022-03-09T09:40:06.301Z] time="2022-03-09T09:40:06Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T09:40:06.301Z] time="2022-03-09T09:40:06Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T09:40:06.301Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-03-09T09:40:06.301Z] === CONT TestEncodeDecode [2022-03-09T09:40:06.301Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-09T09:40:06.301Z] PASS [2022-03-09T09:40:06.301Z] coverage: 69.9% of statements [2022-03-09T09:40:06.301Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.300s coverage: 69.9% of statements [2022-03-09T09:40:07.377Z] === RUN TestWriteLog [2022-03-09T09:40:07.377Z] === PAUSE TestWriteLog [2022-03-09T09:40:07.377Z] === RUN TestReadLog [2022-03-09T09:40:07.377Z] === PAUSE TestReadLog [2022-03-09T09:40:07.377Z] === RUN TestDecode [2022-03-09T09:40:07.377Z] --- PASS: TestDecode (0.03s) [2022-03-09T09:40:07.377Z] === CONT TestWriteLog [2022-03-09T09:40:07.377Z] --- PASS: TestWriteLog (0.00s) [2022-03-09T09:40:07.377Z] === CONT TestReadLog [2022-03-09T09:40:07.377Z] === RUN TestReadLog/tail_exact [2022-03-09T09:40:07.377Z] === RUN TestReadLog/tail_less_than_available [2022-03-09T09:40:07.377Z] === RUN TestReadLog/tail_more_than_available [2022-03-09T09:40:07.377Z] --- PASS: TestReadLog (0.27s) [2022-03-09T09:40:07.377Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-03-09T09:40:07.377Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-09T09:40:07.377Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-09T09:40:07.377Z] PASS [2022-03-09T09:40:07.377Z] coverage: 78.7% of statements [2022-03-09T09:40:07.377Z] ok github.com/docker/docker/daemon/logger/local 0.403s coverage: 78.7% of statements [2022-03-09T09:40:07.377Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-09T09:40:07.890Z] === RUN TestLog [2022-03-09T09:40:07.890Z] --- PASS: TestLog (0.04s) [2022-03-09T09:40:07.890Z] PASS [2022-03-09T09:40:07.890Z] coverage: 31.5% of statements [2022-03-09T09:40:07.890Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.157s coverage: 31.5% of statements [2022-03-09T09:40:08.402Z] === RUN TestOpenFileDelete [2022-03-09T09:40:08.402Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-09T09:40:08.402Z] === RUN TestOpenFileRename [2022-03-09T09:40:08.402Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-09T09:40:08.402Z] === RUN TestHandleDecoderErr [2022-03-09T09:40:08.402Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-09T09:40:08.402Z] === RUN TestParseLogTagDefaultTag [2022-03-09T09:40:08.402Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-09T09:40:08.402Z] === RUN TestParseLogTag [2022-03-09T09:40:08.402Z] --- PASS: TestParseLogTag (0.00s) [2022-03-09T09:40:08.402Z] === RUN TestParseLogTagEmptyTag [2022-03-09T09:40:08.402Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-09T09:40:08.402Z] === RUN TestTailFiles [2022-03-09T09:40:08.402Z] --- PASS: TestTailFiles (0.00s) [2022-03-09T09:40:08.402Z] === RUN TestFollowLogsConsumerGone [2022-03-09T09:40:08.402Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-09T09:40:08.402Z] === RUN TestFollowLogsProducerGone [2022-03-09T09:40:08.402Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-09T09:40:08.402Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-09T09:40:08.402Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-09T09:40:08.402Z] === RUN TestCheckCapacityAndRotate [2022-03-09T09:40:08.402Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-09T09:40:08.402Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-09T09:40:08.402Z] --- PASS: TestCheckCapacityAndRotate (0.21s) [2022-03-09T09:40:08.402Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-09T09:40:08.402Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.16s) [2022-03-09T09:40:08.402Z] PASS [2022-03-09T09:40:08.402Z] coverage: 55.1% of statements [2022-03-09T09:40:08.402Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.288s coverage: 55.1% of statements [2022-03-09T09:40:08.919Z] === RUN TestNewParse [2022-03-09T09:40:08.919Z] --- PASS: TestNewParse (0.00s) [2022-03-09T09:40:08.919Z] PASS [2022-03-09T09:40:08.919Z] coverage: 8.3% of statements [2022-03-09T09:40:08.919Z] ok github.com/docker/docker/daemon/logger/templates 0.053s coverage: 8.3% of statements [2022-03-09T09:40:08.919Z] === RUN TestValidateLogOpt [2022-03-09T09:40:08.919Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T09:40:08.919Z] === RUN TestNewMissedConfig [2022-03-09T09:40:08.919Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-09T09:40:08.919Z] === RUN TestNewMissedUrl [2022-03-09T09:40:08.919Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-09T09:40:08.919Z] === RUN TestNewMissedToken [2022-03-09T09:40:08.919Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-09T09:40:08.919Z] === RUN TestNewWithProxy [2022-03-09T09:40:08.919Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-09T09:40:08.919Z] === RUN TestDefault [2022-03-09T09:40:08.919Z] --- PASS: TestDefault (0.01s) [2022-03-09T09:40:08.919Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-09T09:40:08.919Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-03-09T09:40:08.919Z] === RUN TestJsonFormat [2022-03-09T09:40:08.919Z] --- PASS: TestJsonFormat (0.01s) [2022-03-09T09:40:08.919Z] === RUN TestRawFormat [2022-03-09T09:40:08.919Z] --- PASS: TestRawFormat (0.01s) [2022-03-09T09:40:08.919Z] === RUN TestRawFormatWithLabels [2022-03-09T09:40:08.919Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-09T09:40:08.919Z] === RUN TestRawFormatWithoutTag [2022-03-09T09:40:08.919Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-09T09:40:08.919Z] === RUN TestBatching [2022-03-09T09:40:09.432Z] --- PASS: TestBatching (0.27s) [2022-03-09T09:40:09.432Z] === RUN TestFrequency [2022-03-09T09:40:09.432Z] === RUN TestParseLogFormat [2022-03-09T09:40:09.432Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-09T09:40:09.432Z] === RUN TestValidateLogOptEmpty [2022-03-09T09:40:09.432Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-09T09:40:09.432Z] === RUN TestValidateSyslogAddress [2022-03-09T09:40:09.432Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-09T09:40:09.432Z] === RUN TestParseAddressDefaultPort [2022-03-09T09:40:09.432Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-09T09:40:09.432Z] === RUN TestValidateSyslogFacility [2022-03-09T09:40:09.432Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-09T09:40:09.432Z] === RUN TestValidateLogOptSyslogFormat [2022-03-09T09:40:09.432Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-09T09:40:09.432Z] === RUN TestValidateLogOpt [2022-03-09T09:40:09.432Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T09:40:09.432Z] PASS [2022-03-09T09:40:09.432Z] coverage: 46.8% of statements [2022-03-09T09:40:09.432Z] ok github.com/docker/docker/daemon/logger/syslog 0.055s coverage: 46.8% of statements [2022-03-09T09:40:09.432Z] --- PASS: TestFrequency (0.17s) [2022-03-09T09:40:09.432Z] === RUN TestOneMessagePerRequest [2022-03-09T09:40:09.432Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-09T09:40:09.432Z] === RUN TestVerify [2022-03-09T09:40:09.432Z] --- PASS: TestVerify (0.00s) [2022-03-09T09:40:09.432Z] === RUN TestSkipVerify [2022-03-09T09:40:09.953Z] time="2022-03-09T09:40:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:09.953Z] time="2022-03-09T09:40:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:09.953Z] time="2022-03-09T09:40:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:10.466Z] --- PASS: TestSkipVerify (1.02s) [2022-03-09T09:40:10.466Z] === RUN TestBufferMaximum [2022-03-09T09:40:10.466Z] time="2022-03-09T09:40:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:10.466Z] time="2022-03-09T09:40:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:10.466Z] time="2022-03-09T09:40:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818810.303597\",\"host\":\"930e985169ff\"}'" [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818810.303597\",\"host\":\"930e985169ff\"}'" [2022-03-09T09:40:10.467Z] --- PASS: TestBufferMaximum (0.02s) [2022-03-09T09:40:10.467Z] === RUN TestServerAlwaysDown [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818810.323594\",\"host\":\"930e985169ff\"}'" [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818810.323594\",\"host\":\"930e985169ff\"}'" [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818810.323594\",\"host\":\"930e985169ff\"}'" [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818810.324594\",\"host\":\"930e985169ff\"}'" [2022-03-09T09:40:10.467Z] time="2022-03-09T09:40:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646818810.324594\",\"host\":\"930e985169ff\"}'" [2022-03-09T09:40:10.467Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-09T09:40:10.467Z] === RUN TestCannotSendAfterClose [2022-03-09T09:40:10.467Z] --- PASS: TestCannotSendAfterClose (0.01s) [2022-03-09T09:40:10.467Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-09T09:40:10.979Z] === RUN TestV1IDService [2022-03-09T09:40:10.979Z] --- PASS: TestV1IDService (0.04s) [2022-03-09T09:40:10.979Z] === RUN TestV2MetadataService [2022-03-09T09:40:11.494Z] time="2022-03-09T09:40:11Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49211/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-09T09:40:11.494Z] time="2022-03-09T09:40:11Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"930e985169ff\"}'" [2022-03-09T09:40:11.494Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-03-09T09:40:11.494Z] PASS [2022-03-09T09:40:11.494Z] coverage: 82.5% of statements [2022-03-09T09:40:11.494Z] ok github.com/docker/docker/daemon/logger/splunk 2.609s coverage: 82.5% of statements [2022-03-09T09:40:11.494Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-09T09:40:11.494Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-09T09:40:11.494Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-09T09:40:12.010Z] === RUN TestSuccessfulDownload [2022-03-09T09:40:12.010Z] download_test.go:267: Needs fixing on Windows [2022-03-09T09:40:12.010Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-09T09:40:12.010Z] === RUN TestCancelledDownload [2022-03-09T09:40:12.010Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-09T09:40:12.010Z] === RUN TestMaxDownloadAttempts [2022-03-09T09:40:12.010Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T09:40:12.010Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T09:40:12.010Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T09:40:12.010Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T09:40:12.010Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T09:40:12.010Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T09:40:12.010Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T09:40:12.010Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T09:40:12.010Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T09:40:12.010Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T09:40:12.010Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T09:40:12.010Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T09:40:12.010Z] --- PASS: TestV2MetadataService (1.29s) [2022-03-09T09:40:12.010Z] PASS [2022-03-09T09:40:12.010Z] coverage: 48.2% of statements [2022-03-09T09:40:12.010Z] ok github.com/docker/docker/distribution/metadata 1.411s coverage: 48.2% of statements [2022-03-09T09:40:12.010Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-09T09:40:12.010Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-09T09:40:12.010Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-09T09:40:12.010Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-09T09:40:12.010Z] === RUN TestContinueOnError_NeverContinue [2022-03-09T09:40:12.010Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-09T09:40:12.010Z] === RUN TestManifestStore [2022-03-09T09:40:12.010Z] === RUN TestManifestStore/no_remote_or_local [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2453506765\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-09T09:40:12.523Z] === RUN TestManifestStore/no_local_cache [2022-03-09T09:40:12.523Z] === RUN TestManifestStore/with_local_cache [2022-03-09T09:40:12.523Z] === RUN TestManifestStore/unknown_media_type [2022-03-09T09:40:12.523Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=warning msg="reference for unknown type: " [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=warning msg="reference for unknown type: " [2022-03-09T09:40:12.523Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-09T09:40:12.523Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=warning msg="reference for unknown type: " [2022-03-09T09:40:12.523Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=warning msg="reference for unknown type: " [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=warning msg="reference for unknown type: " [2022-03-09T09:40:12.523Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-09T09:40:12.523Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-09T09:40:12.523Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore (0.39s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/no_remote_or_local (0.24s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.06s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2022-03-09T09:40:12.523Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaType [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-09T09:40:12.523Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-09T09:40:12.523Z] === RUN TestFixManifestLayers [2022-03-09T09:40:12.523Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-09T09:40:12.523Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-09T09:40:12.523Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T09:40:12.523Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T09:40:12.523Z] === RUN TestFixManifestLayersBadParent [2022-03-09T09:40:12.523Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-09T09:40:12.523Z] === RUN TestValidateManifest [2022-03-09T09:40:12.523Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T09:40:12.523Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-09T09:40:12.523Z] === RUN TestFormatPlatform [2022-03-09T09:40:12.523Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-09T09:40:12.523Z] === RUN TestPullSchema2Config [2022-03-09T09:40:12.523Z] === RUN TestPullSchema2Config/success_first_time [2022-03-09T09:40:12.523Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:40:12.523Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:40:12.523Z] === RUN TestPullSchema2Config/500_status [2022-03-09T09:40:12.523Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:40:12.523Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:40:12.523Z] time="2022-03-09T09:40:12Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:40:12.523Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-09T09:40:12.523Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.56s) [2022-03-09T09:40:12.523Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.56s) [2022-03-09T09:40:12.523Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.56s) [2022-03-09T09:40:12.523Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.56s) [2022-03-09T09:40:12.523Z] === RUN TestTransfer [2022-03-09T09:40:13.036Z] --- PASS: TestTransfer (0.12s) [2022-03-09T09:40:13.036Z] === RUN TestConcurrencyLimit [2022-03-09T09:40:13.036Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:40:13.036Z] === RUN TestPullSchema2Config/EOF [2022-03-09T09:40:13.036Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:40:13.036Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:40:13.036Z] 2022/03/09 09:40:12 http: panic serving 127.0.0.1:49222: intentional panic [2022-03-09T09:40:13.036Z] goroutine 116 [running]: [2022-03-09T09:40:13.036Z] net/http.(*conn).serve.func1() [2022-03-09T09:40:13.036Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T09:40:13.036Z] panic({0x1154800, 0x12d5ea0}) [2022-03-09T09:40:13.036Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T09:40:13.036Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc000468a04, {0x12e7200, 0xc000542000}) [2022-03-09T09:40:13.036Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-09T09:40:13.036Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x12e7200, 0xc000542000}, 0xc000328600) [2022-03-09T09:40:13.036Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-09T09:40:13.036Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x12e7200, 0xc000542000}, 0xc68e35) [2022-03-09T09:40:13.036Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T09:40:13.036Z] net/http.serverHandler.ServeHTTP({0xc0000b7d70}, {0x12e7200, 0xc000542000}, 0xc000328600) [2022-03-09T09:40:13.036Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T09:40:13.036Z] net/http.(*conn).serve(0xc00019a280, {0x12eb838, 0xc0002fee10}) [2022-03-09T09:40:13.036Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T09:40:13.036Z] created by net/http.(*Server).Serve [2022-03-09T09:40:13.036Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T09:40:13.036Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:40:13.036Z] === RUN TestPullSchema2Config/unauthorized [2022-03-09T09:40:13.036Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:40:13.036Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:40:13.036Z] --- PASS: TestConcurrencyLimit (0.40s) [2022-03-09T09:40:13.036Z] === RUN TestInactiveJobs [2022-03-09T09:40:13.036Z] --- PASS: TestPullSchema2Config (0.60s) [2022-03-09T09:40:13.036Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-09T09:40:13.036Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-09T09:40:13.036Z] --- PASS: TestPullSchema2Config/EOF (0.27s) [2022-03-09T09:40:13.036Z] --- PASS: TestPullSchema2Config/unauthorized (0.05s) [2022-03-09T09:40:13.036Z] === RUN TestGetRepositoryMountCandidates [2022-03-09T09:40:13.036Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestLayerAlreadyExists [2022-03-09T09:40:13.036Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:40:13.036Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:40:13.036Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:40:13.036Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:40:13.036Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:40:13.036Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:40:13.036Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestWhenEmptyAuthConfig [2022-03-09T09:40:13.036Z] === RUN TestNotFound [2022-03-09T09:40:13.036Z] --- PASS: TestNotFound (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestConflict [2022-03-09T09:40:13.036Z] --- PASS: TestConflict (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestForbidden [2022-03-09T09:40:13.036Z] --- PASS: TestForbidden (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestInvalidParameter [2022-03-09T09:40:13.036Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestNotImplemented [2022-03-09T09:40:13.036Z] --- PASS: TestNotImplemented (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestNotModified [2022-03-09T09:40:13.036Z] --- PASS: TestNotModified (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestUnauthorized [2022-03-09T09:40:13.036Z] --- PASS: TestUnauthorized (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestUnknown [2022-03-09T09:40:13.036Z] --- PASS: TestUnknown (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestCancelled [2022-03-09T09:40:13.036Z] --- PASS: TestCancelled (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestDeadline [2022-03-09T09:40:13.036Z] --- PASS: TestDeadline (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestDataLoss [2022-03-09T09:40:13.036Z] --- PASS: TestDataLoss (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestUnavailable [2022-03-09T09:40:13.036Z] --- PASS: TestUnavailable (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestSystem [2022-03-09T09:40:13.036Z] --- PASS: TestSystem (0.00s) [2022-03-09T09:40:13.036Z] === RUN TestFromStatusCode [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Not_Found [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Bad_Request [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Conflict [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Unauthorized [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Forbidden [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Not_Modified [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-09T09:40:13.037Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-09T09:40:13.037Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-09T09:40:13.037Z] PASS [2022-03-09T09:40:13.037Z] coverage: 53.1% of statements [2022-03-09T09:40:13.550Z] ok github.com/docker/docker/errdefs 0.070s coverage: 53.1% of statements [2022-03-09T09:40:13.550Z] --- PASS: TestInactiveJobs (0.38s) [2022-03-09T09:40:13.550Z] === RUN TestWatchRelease [2022-03-09T09:40:13.550Z] --- PASS: TestWatchRelease (0.04s) [2022-03-09T09:40:13.550Z] === RUN TestWatchFinishedTransfer [2022-03-09T09:40:13.550Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-09T09:40:13.550Z] === RUN TestDuplicateTransfer [2022-03-09T09:40:13.550Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-09T09:40:13.550Z] === RUN TestSuccessfulUpload [2022-03-09T09:40:14.066Z] time="2022-03-09T09:40:13Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-09T09:40:14.066Z] --- PASS: TestSuccessfulUpload (0.40s) [2022-03-09T09:40:14.066Z] === RUN TestCancelledUpload [2022-03-09T09:40:14.066Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-09T09:40:14.066Z] PASS [2022-03-09T09:40:14.066Z] coverage: 77.3% of statements [2022-03-09T09:40:14.066Z] ok github.com/docker/docker/distribution/xfer 2.017s coverage: 77.3% of statements [2022-03-09T09:40:14.066Z] === RUN TestFSGetInvalidData [2022-03-09T09:40:14.066Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-09T09:40:14.066Z] === RUN TestFSInvalidSet [2022-03-09T09:40:14.066Z] --- PASS: TestFSInvalidSet (0.02s) [2022-03-09T09:40:14.066Z] === RUN TestFSInvalidRoot [2022-03-09T09:40:14.066Z] --- PASS: TestFSInvalidRoot (0.02s) [2022-03-09T09:40:14.066Z] === RUN TestFSMetadataGetSet [2022-03-09T09:40:14.579Z] --- PASS: TestWhenEmptyAuthConfig (1.13s) [2022-03-09T09:40:14.579Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-09T09:40:14.579Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-09T09:40:14.579Z] === RUN TestTokenPassThru [2022-03-09T09:40:14.579Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-09T09:40:14.579Z] === RUN TestTokenPassThruDifferentHost [2022-03-09T09:40:14.579Z] --- PASS: TestFSMetadataGetSet (0.05s) [2022-03-09T09:40:14.579Z] === RUN TestFSInvalidWalker [2022-03-09T09:40:14.579Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-09T09:40:14.579Z] PASS [2022-03-09T09:40:14.579Z] coverage: 26.7% of statements [2022-03-09T09:40:14.579Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-09T09:40:14.579Z] === RUN TestFSGetSet [2022-03-09T09:40:14.579Z] ok github.com/docker/docker/distribution 2.243s coverage: 26.7% of statements [2022-03-09T09:40:14.579Z] --- PASS: TestFSGetSet (0.04s) [2022-03-09T09:40:14.579Z] === RUN TestFSGetUnsetKey [2022-03-09T09:40:14.579Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-09T09:40:14.579Z] === RUN TestFSGetEmptyData [2022-03-09T09:40:14.579Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-09T09:40:14.579Z] === RUN TestFSDelete [2022-03-09T09:40:14.579Z] --- PASS: TestFSDelete (0.02s) [2022-03-09T09:40:14.579Z] === RUN TestFSWalker [2022-03-09T09:40:14.579Z] === RUN TestCompare [2022-03-09T09:40:14.579Z] --- PASS: TestCompare (0.00s) [2022-03-09T09:40:14.579Z] PASS [2022-03-09T09:40:14.579Z] coverage: 19.2% of statements [2022-03-09T09:40:14.579Z] ok github.com/docker/docker/image/cache 0.091s coverage: 19.2% of statements [2022-03-09T09:40:14.579Z] --- PASS: TestFSWalker (0.03s) [2022-03-09T09:40:14.579Z] === RUN TestFSWalkerStopOnError [2022-03-09T09:40:14.579Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-09T09:40:14.579Z] === RUN TestNewFromJSON [2022-03-09T09:40:14.579Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-09T09:40:14.579Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-09T09:40:14.579Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-09T09:40:14.579Z] === RUN TestMarshalKeyOrder [2022-03-09T09:40:14.579Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-09T09:40:14.579Z] === RUN TestHistoryEqual [2022-03-09T09:40:14.579Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-09T09:40:14.579Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-09T09:40:14.579Z] --- PASS: TestHistoryEqual (0.22s) [2022-03-09T09:40:14.579Z] === RUN TestImage [2022-03-09T09:40:14.579Z] --- PASS: TestImage (0.00s) [2022-03-09T09:40:14.579Z] === RUN TestImageOSNotEmpty [2022-03-09T09:40:14.579Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-09T09:40:14.579Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-09T09:40:14.579Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-09T09:40:14.579Z] === RUN TestCreate [2022-03-09T09:40:14.579Z] --- PASS: TestCreate (0.01s) [2022-03-09T09:40:14.579Z] === RUN TestRestore [2022-03-09T09:40:14.579Z] time="2022-03-09T09:40:14Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-09T09:40:14.579Z] --- PASS: TestRestore (0.06s) [2022-03-09T09:40:14.579Z] === RUN TestAddDelete [2022-03-09T09:40:14.579Z] --- PASS: TestAddDelete (0.04s) [2022-03-09T09:40:14.579Z] === RUN TestSearchAfterDelete [2022-03-09T09:40:15.091Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-09T09:40:15.091Z] === RUN TestParentReset [2022-03-09T09:40:15.091Z] --- PASS: TestParentReset (0.06s) [2022-03-09T09:40:15.091Z] === RUN TestGetAndSetLastUpdated [2022-03-09T09:40:15.091Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-03-09T09:40:15.091Z] === RUN TestStoreLen [2022-03-09T09:40:15.091Z] --- PASS: TestStoreLen (0.09s) [2022-03-09T09:40:15.091Z] PASS [2022-03-09T09:40:15.091Z] coverage: 86.9% of statements [2022-03-09T09:40:15.091Z] ok github.com/docker/docker/image 0.898s coverage: 86.9% of statements [2022-03-09T09:40:15.563Z] --- PASS: TestBuildMultiStageLayerLeak (11.38s) [2022-03-09T09:40:15.563Z] === RUN TestBuildWithHugeFile [2022-03-09T09:40:15.603Z] === RUN TestMakeV1ConfigFromConfig [2022-03-09T09:40:15.603Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-09T09:40:15.603Z] PASS [2022-03-09T09:40:15.603Z] coverage: 25.0% of statements [2022-03-09T09:40:15.603Z] ok github.com/docker/docker/image/v1 0.093s coverage: 25.0% of statements [2022-03-09T09:40:15.603Z] === RUN TestValidateManifest [2022-03-09T09:40:15.603Z] === RUN TestValidateManifest/nil [2022-03-09T09:40:15.603Z] === RUN TestValidateManifest/non-nil [2022-03-09T09:40:15.603Z] --- PASS: TestValidateManifest (0.00s) [2022-03-09T09:40:15.603Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-09T09:40:15.603Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-09T09:40:15.603Z] PASS [2022-03-09T09:40:15.603Z] coverage: 0.7% of statements [2022-03-09T09:40:15.603Z] ok github.com/docker/docker/image/tarexport 0.095s coverage: 0.7% of statements [2022-03-09T09:40:15.603Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-09T09:40:16.292Z] --- PASS: TestBuildWithHugeFile (50.66s) [2022-03-09T09:40:16.292Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T09:40:16.292Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:40:16.292Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:40:16.292Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T09:40:16.292Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:40:16.292Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:40:16.292Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:40:16.292Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:40:16.292Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:40:16.292Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:40:16.292Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:40:16.292Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:40:16.292Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:40:16.292Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-09T09:40:16.292Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-03-09T09:40:16.292Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-03-09T09:40:16.292Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-09T09:40:16.292Z] === RUN TestBuildPreserveOwnership [2022-03-09T09:40:16.292Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-09T09:40:16.292Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-09T09:40:16.891Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-09T09:40:17.148Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-09T09:40:17.303Z] === RUN TestSerialization [2022-03-09T09:40:17.303Z] --- PASS: TestSerialization (0.04s) [2022-03-09T09:40:17.303Z] PASS [2022-03-09T09:40:17.303Z] coverage: 87.5% of statements [2022-03-09T09:40:17.303Z] ok github.com/docker/docker/libcontainerd/queue 0.111s coverage: 87.5% of statements [2022-03-09T09:40:17.815Z] === RUN TestEmptyLayer [2022-03-09T09:40:17.815Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-09T09:40:17.815Z] === RUN TestCommitFailure [2022-03-09T09:40:17.815Z] --- PASS: TestCommitFailure (0.02s) [2022-03-09T09:40:17.815Z] === RUN TestStartTransactionFailure [2022-03-09T09:40:17.815Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-03-09T09:40:17.815Z] === RUN TestGetOrphan [2022-03-09T09:40:17.815Z] --- PASS: TestGetOrphan (0.01s) [2022-03-09T09:40:17.815Z] === RUN TestMountAndRegister [2022-03-09T09:40:17.815Z] layer_test.go:258: Layer size: 14 [2022-03-09T09:40:17.815Z] --- PASS: TestMountAndRegister (0.07s) [2022-03-09T09:40:17.815Z] === RUN TestLayerRelease [2022-03-09T09:40:17.815Z] layer_test.go:291: Failing on Windows [2022-03-09T09:40:17.815Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-09T09:40:17.815Z] === RUN TestStoreRestore [2022-03-09T09:40:17.815Z] layer_test.go:340: Failing on Windows [2022-03-09T09:40:17.815Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-09T09:40:17.815Z] === RUN TestTarStreamStability [2022-03-09T09:40:17.815Z] layer_test.go:455: Failing on Windows [2022-03-09T09:40:17.815Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-09T09:40:17.815Z] === RUN TestRegisterExistingLayer [2022-03-09T09:40:17.815Z] === RUN TestEnvironmentParsing [2022-03-09T09:40:17.815Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-09T09:40:17.815Z] PASS [2022-03-09T09:40:17.815Z] coverage: 1.2% of statements [2022-03-09T09:40:17.815Z] ok github.com/docker/docker/libcontainerd/local 0.081s coverage: 1.2% of statements [2022-03-09T09:40:18.330Z] --- PASS: TestRegisterExistingLayer (0.27s) [2022-03-09T09:40:18.330Z] === RUN TestTarStreamVerification [2022-03-09T09:40:18.330Z] layer_test.go:684: Failing on Windows [2022-03-09T09:40:18.330Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-09T09:40:18.330Z] === RUN TestLayerMigration [2022-03-09T09:40:18.330Z] migration_test.go:45: Failing on Windows [2022-03-09T09:40:18.330Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-09T09:40:18.330Z] === RUN TestLayerMigrationNoTarsplit [2022-03-09T09:40:18.330Z] migration_test.go:181: Failing on Windows [2022-03-09T09:40:18.330Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T09:40:18.330Z] === RUN TestMountInit [2022-03-09T09:40:18.330Z] mount_test.go:17: Failing on Windows [2022-03-09T09:40:18.330Z] --- SKIP: TestMountInit (0.00s) [2022-03-09T09:40:18.330Z] === RUN TestMountSize [2022-03-09T09:40:18.330Z] mount_test.go:76: Failing on Windows [2022-03-09T09:40:18.330Z] --- SKIP: TestMountSize (0.00s) [2022-03-09T09:40:18.330Z] === RUN TestMountChanges [2022-03-09T09:40:18.330Z] mount_test.go:125: Failing on Windows [2022-03-09T09:40:18.330Z] --- SKIP: TestMountChanges (0.00s) [2022-03-09T09:40:18.330Z] === RUN TestMountApply [2022-03-09T09:40:18.330Z] mount_test.go:212: Failing on Windows [2022-03-09T09:40:18.330Z] --- SKIP: TestMountApply (0.00s) [2022-03-09T09:40:18.330Z] PASS [2022-03-09T09:40:18.330Z] coverage: 30.2% of statements [2022-03-09T09:40:18.330Z] ok github.com/docker/docker/layer 0.507s coverage: 30.2% of statements [2022-03-09T09:40:18.330Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-09T09:40:18.330Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-09T09:40:18.330Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-09T09:40:18.330Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-09T09:40:19.455Z] === RUN TestSequenceGetAvailableBit [2022-03-09T09:40:19.455Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestSequenceEqual [2022-03-09T09:40:19.455Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestSequenceCopy [2022-03-09T09:40:19.455Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestGetFirstAvailable [2022-03-09T09:40:19.455Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestFindSequence [2022-03-09T09:40:19.455Z] --- PASS: TestFindSequence (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestCheckIfAvailable [2022-03-09T09:40:19.455Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestMergeSequences [2022-03-09T09:40:19.455Z] --- PASS: TestMergeSequences (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestPushReservation [2022-03-09T09:40:19.455Z] --- PASS: TestPushReservation (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestSerializeDeserialize [2022-03-09T09:40:19.455Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestSet [2022-03-09T09:40:19.455Z] --- PASS: TestSet (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestSetUnset [2022-03-09T09:40:19.455Z] --- PASS: TestSetUnset (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestOffsetSetUnset [2022-03-09T09:40:19.455Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestSetInRange [2022-03-09T09:40:19.455Z] --- PASS: TestSetInRange (0.00s) [2022-03-09T09:40:19.455Z] === RUN TestSetAnyInRange [2022-03-09T09:40:19.455Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-09T09:40:19.969Z] === RUN TestMethods [2022-03-09T09:40:19.969Z] --- PASS: TestMethods (0.00s) [2022-03-09T09:40:19.969Z] === RUN TestRandomAllocateDeallocate [2022-03-09T09:40:20.474Z] --- PASS: TestBuildPreserveOwnership (10.11s) [2022-03-09T09:40:20.474Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.10s) [2022-03-09T09:40:20.474Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-09T09:40:20.474Z] === RUN TestBuildPlatformInvalid [2022-03-09T09:40:20.474Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-09T09:40:20.474Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-09T09:40:20.474Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-09T09:40:20.474Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-09T09:40:20.474Z] PASS [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] === Skipped [2022-03-09T09:40:20.474Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-09T09:40:20.474Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:40:20.474Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-09T09:40:20.474Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] DONE 34 tests, 3 skipped in 111.201s [2022-03-09T09:40:20.474Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-09T09:40:20.474Z] INFO: Testing against a local daemon [2022-03-09T09:40:20.474Z] === RUN TestConfigInspect [2022-03-09T09:40:20.474Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-09T09:40:20.474Z] === RUN TestConfigList [2022-03-09T09:40:20.474Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] --- SKIP: TestConfigList (0.02s) [2022-03-09T09:40:20.474Z] === RUN TestConfigsCreateAndDelete [2022-03-09T09:40:20.474Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-09T09:40:20.474Z] === RUN TestConfigsUpdate [2022-03-09T09:40:20.474Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-09T09:40:20.474Z] === RUN TestTemplatedConfig [2022-03-09T09:40:20.474Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-09T09:40:20.474Z] === RUN TestConfigCreateResolve [2022-03-09T09:40:20.474Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-09T09:40:20.474Z] PASS [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] === Skipped [2022-03-09T09:40:20.474Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-03-09T09:40:20.474Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-03-09T09:40:20.474Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-09T09:40:20.474Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-09T09:40:20.474Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-09T09:40:20.474Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-09T09:40:20.474Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:40:20.474Z] [2022-03-09T09:40:20.474Z] DONE 6 tests, 6 skipped in 0.184s [2022-03-09T09:40:20.474Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-09T09:40:20.733Z] INFO: Testing against a local daemon [2022-03-09T09:40:20.733Z] === RUN TestCheckpoint [2022-03-09T09:40:20.733Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:40:20.733Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T09:40:20.733Z] === RUN TestContainerInvalidJSON [2022-03-09T09:40:20.733Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:40:20.733Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:40:20.733Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:40:20.733Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:40:20.733Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:40:20.733Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:40:20.733Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-09T09:40:20.733Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-09T09:40:20.733Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T09:40:20.733Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T09:40:20.733Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-09T09:40:20.733Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T09:40:20.733Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-09T09:40:20.733Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T09:40:20.733Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-09T09:40:20.733Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T09:40:20.993Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-09T09:40:20.993Z] === RUN TestCopyFromContainer [2022-03-09T09:40:21.046Z] === RUN TestInvalidConfig [2022-03-09T09:40:21.046Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-09T09:40:21.046Z] === RUN TestConfig [2022-03-09T09:40:21.046Z] --- PASS: TestConfig (0.00s) [2022-03-09T09:40:21.046Z] === RUN TestOptionsLabels [2022-03-09T09:40:21.046Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-09T09:40:21.046Z] === RUN TestValidName [2022-03-09T09:40:21.046Z] --- PASS: TestValidName (0.00s) [2022-03-09T09:40:21.046Z] PASS [2022-03-09T09:40:21.046Z] coverage: 19.7% of statements [2022-03-09T09:40:21.046Z] ok github.com/docker/docker/libnetwork/config 0.101s coverage: 19.7% of statements [2022-03-09T09:40:22.127Z] === RUN TestKey [2022-03-09T09:40:22.127Z] --- PASS: TestKey (0.00s) [2022-03-09T09:40:22.127Z] === RUN TestParseKey [2022-03-09T09:40:22.127Z] --- PASS: TestParseKey (0.00s) [2022-03-09T09:40:22.127Z] === RUN TestInvalidDataStore [2022-03-09T09:40:22.127Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-09T09:40:22.127Z] === RUN TestKVObjectFlatKey [2022-03-09T09:40:22.127Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-09T09:40:22.127Z] === RUN TestAtomicKVObjectFlatKey [2022-03-09T09:40:22.127Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-09T09:40:22.127Z] PASS [2022-03-09T09:40:22.127Z] coverage: 21.9% of statements [2022-03-09T09:40:22.127Z] ok github.com/docker/docker/libnetwork/datastore 0.058s coverage: 21.9% of statements [2022-03-09T09:40:22.127Z] === RUN TestErrorInterfaces [2022-03-09T09:40:22.127Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-09T09:40:22.127Z] === RUN TestNetworkMarshalling [2022-03-09T09:40:22.127Z] --- PASS: TestNetworkMarshalling (0.23s) [2022-03-09T09:40:22.127Z] === RUN TestEndpointMarshalling [2022-03-09T09:40:22.639Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-09T09:40:22.639Z] === RUN TestAuxAddresses [2022-03-09T09:40:22.639Z] time="2022-03-09T09:40:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T09:40:22.639Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-09T09:40:22.639Z] === RUN TestSRVServiceQuery [2022-03-09T09:40:22.639Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:40:22.639Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-09T09:40:22.639Z] === RUN TestServiceVIPReuse [2022-03-09T09:40:22.639Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:40:22.639Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-09T09:40:22.639Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-09T09:40:22.639Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:40:22.639Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-09T09:40:22.639Z] === RUN TestDNSIPQuery [2022-03-09T09:40:22.639Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:40:22.639Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-09T09:40:22.639Z] === RUN TestDNSProxyServFail [2022-03-09T09:40:22.639Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:40:22.639Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-09T09:40:22.639Z] === RUN TestSandboxAddEmpty [2022-03-09T09:40:22.639Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:40:22.639Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-09T09:40:22.639Z] === RUN TestSandboxAddMultiPrio [2022-03-09T09:40:22.639Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:40:22.639Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-09T09:40:22.639Z] === RUN TestSandboxAddSamePrio [2022-03-09T09:40:22.639Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:40:22.639Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-09T09:40:22.639Z] === RUN TestCleanupServiceDiscovery [2022-03-09T09:40:22.639Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:40:22.639Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-09T09:40:22.639Z] === RUN TestDNSOptions [2022-03-09T09:40:22.639Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:40:22.639Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-09T09:40:22.639Z] === RUN TestMultipleControllersWithSameStore [2022-03-09T09:40:22.639Z] time="2022-03-09T09:40:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T09:40:22.639Z] time="2022-03-09T09:40:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T09:40:22.639Z] --- PASS: TestMultipleControllersWithSameStore (0.04s) [2022-03-09T09:40:22.639Z] PASS [2022-03-09T09:40:22.639Z] coverage: 8.5% of statements [2022-03-09T09:40:22.639Z] ok github.com/docker/docker/libnetwork 0.436s coverage: 8.5% of statements [2022-03-09T09:40:22.639Z] === RUN TestIPDataMarshalling [2022-03-09T09:40:22.639Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-09T09:40:22.639Z] === RUN TestValidateAndIsV6 [2022-03-09T09:40:22.639Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-09T09:40:22.639Z] PASS [2022-03-09T09:40:22.639Z] coverage: 68.9% of statements [2022-03-09T09:40:22.639Z] ok github.com/docker/docker/libnetwork/driverapi 0.053s coverage: 68.9% of statements [2022-03-09T09:40:23.151Z] === RUN TestDriver [2022-03-09T09:40:23.151Z] --- PASS: TestDriver (0.00s) [2022-03-09T09:40:23.151Z] PASS [2022-03-09T09:40:23.151Z] coverage: 34.8% of statements [2022-03-09T09:40:23.151Z] ok github.com/docker/docker/libnetwork/drivers/host 0.057s coverage: 34.8% of statements [2022-03-09T09:40:23.665Z] === RUN TestDriver [2022-03-09T09:40:23.665Z] --- PASS: TestDriver (0.00s) [2022-03-09T09:40:23.665Z] PASS [2022-03-09T09:40:23.665Z] coverage: 34.8% of statements [2022-03-09T09:40:23.665Z] ok github.com/docker/docker/libnetwork/drivers/null 0.055s coverage: 34.8% of statements [2022-03-09T09:40:24.178Z] === RUN TestNetworkAllocateFree [2022-03-09T09:40:24.178Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-09T09:40:24.178Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-09T09:40:24.178Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-09T09:40:24.178Z] PASS [2022-03-09T09:40:24.178Z] coverage: 63.6% of statements [2022-03-09T09:40:24.178Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.055s coverage: 63.6% of statements [2022-03-09T09:40:24.280Z] === RUN TestCopyFromContainer// [2022-03-09T09:40:24.280Z] === RUN TestCopyFromContainer//bar/root [2022-03-09T09:40:24.280Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-09T09:40:24.280Z] === RUN TestCopyFromContainer/bar/quux [2022-03-09T09:40:24.280Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-09T09:40:24.539Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-09T09:40:24.539Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-09T09:40:24.539Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-09T09:40:24.539Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-09T09:40:24.539Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-09T09:40:24.690Z] === RUN TestGetEmptyCapabilities [2022-03-09T09:40:24.690Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-09T09:40:24.690Z] === RUN TestGetExtraCapabilities [2022-03-09T09:40:24.690Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-09T09:40:24.690Z] === RUN TestGetInvalidCapabilities [2022-03-09T09:40:24.690Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-09T09:40:24.690Z] === RUN TestRemoteDriver [2022-03-09T09:40:24.690Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T09:40:24.690Z] === RUN TestDriverError [2022-03-09T09:40:24.690Z] --- PASS: TestDriverError (0.01s) [2022-03-09T09:40:24.690Z] === RUN TestMissingValues [2022-03-09T09:40:24.690Z] --- PASS: TestMissingValues (0.01s) [2022-03-09T09:40:24.690Z] === RUN TestRollback [2022-03-09T09:40:24.690Z] --- PASS: TestRollback (0.01s) [2022-03-09T09:40:24.690Z] PASS [2022-03-09T09:40:24.690Z] coverage: 57.4% of statements [2022-03-09T09:40:24.690Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.114s coverage: 57.4% of statements [2022-03-09T09:40:24.798Z] --- PASS: TestCopyFromContainer (3.84s) [2022-03-09T09:40:24.799Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-09T09:40:24.799Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-03-09T09:40:24.799Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-09T09:40:24.799Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-09T09:40:24.799Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-09T09:40:24.799Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-09T09:40:24.799Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-09T09:40:24.799Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-09T09:40:24.799Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-09T09:40:24.799Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-09T09:40:24.799Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T09:40:24.799Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:40:24.799Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:40:24.799Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:40:24.799Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:40:24.799Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:40:24.799Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:40:24.799Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:40:24.799Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:40:24.799Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:40:24.799Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-09T09:40:24.799Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T09:40:24.799Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T09:40:24.799Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T09:40:24.799Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T09:40:24.799Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-09T09:40:24.799Z] === RUN TestCreateWithInvalidEnv [2022-03-09T09:40:24.799Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T09:40:24.799Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T09:40:24.799Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T09:40:24.799Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T09:40:24.799Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T09:40:24.799Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T09:40:24.799Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T09:40:24.799Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T09:40:24.799Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T09:40:24.799Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-09T09:40:24.799Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T09:40:24.799Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T09:40:24.799Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T09:40:24.799Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T09:40:24.799Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-09T09:40:24.799Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T09:40:25.208Z] === RUN TestNAT [2022-03-09T09:40:25.208Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T09:40:25.208Z] --- SKIP: TestNAT (0.00s) [2022-03-09T09:40:25.208Z] === RUN TestTransparent [2022-03-09T09:40:25.208Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T09:40:25.208Z] --- SKIP: TestTransparent (0.00s) [2022-03-09T09:40:25.208Z] PASS [2022-03-09T09:40:25.208Z] coverage: 0.0% of statements [2022-03-09T09:40:25.208Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.066s coverage: 0.0% of statements [2022-03-09T09:40:25.720Z] === RUN TestBuildDefault [2022-03-09T09:40:25.720Z] --- PASS: TestBuildDefault (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestBuildHostnameDomainname [2022-03-09T09:40:25.720Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestBuildHostname [2022-03-09T09:40:25.720Z] --- PASS: TestBuildHostname (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestBuildHostnameFQDN [2022-03-09T09:40:25.720Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestBuildNoIP [2022-03-09T09:40:25.720Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestUpdate [2022-03-09T09:40:25.720Z] --- PASS: TestUpdate (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-09T09:40:25.720Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-09T09:40:25.720Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestAddEmpty [2022-03-09T09:40:25.720Z] --- PASS: TestAddEmpty (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestAdd [2022-03-09T09:40:25.720Z] --- PASS: TestAdd (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestDeleteEmpty [2022-03-09T09:40:25.720Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestDeleteNewline [2022-03-09T09:40:25.720Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestDelete [2022-03-09T09:40:25.720Z] --- PASS: TestDelete (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestConcurrentWrites [2022-03-09T09:40:25.720Z] === RUN TestNew [2022-03-09T09:40:25.720Z] --- PASS: TestNew (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestAddDriver [2022-03-09T09:40:25.720Z] --- PASS: TestAddDriver (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestAddDuplicateDriver [2022-03-09T09:40:25.720Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-09T09:40:25.720Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestDriver [2022-03-09T09:40:25.720Z] --- PASS: TestDriver (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestIPAM [2022-03-09T09:40:25.720Z] --- PASS: TestIPAM (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestWalkIPAMs [2022-03-09T09:40:25.720Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-09T09:40:25.720Z] === RUN TestWalkDrivers [2022-03-09T09:40:25.720Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-09T09:40:25.720Z] PASS [2022-03-09T09:40:25.720Z] coverage: 82.4% of statements [2022-03-09T09:40:25.720Z] ok github.com/docker/docker/libnetwork/drvregistry 0.097s coverage: 82.4% of statements [2022-03-09T09:40:26.178Z] --- PASS: TestCreateWithCustomMaskedPaths (1.21s) [2022-03-09T09:40:26.178Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T09:40:26.232Z] --- PASS: TestConcurrentWrites (0.29s) [2022-03-09T09:40:26.232Z] PASS [2022-03-09T09:40:26.232Z] coverage: 81.2% of statements [2022-03-09T09:40:26.232Z] ok github.com/docker/docker/libnetwork/etchosts 0.374s coverage: 81.2% of statements [2022-03-09T09:40:26.232Z] === RUN TestNew [2022-03-09T09:40:26.232Z] --- PASS: TestNew (0.00s) [2022-03-09T09:40:26.232Z] === RUN TestAllocate [2022-03-09T09:40:26.232Z] --- PASS: TestAllocate (0.00s) [2022-03-09T09:40:26.232Z] === RUN TestUninitialized [2022-03-09T09:40:26.232Z] --- PASS: TestUninitialized (0.00s) [2022-03-09T09:40:26.232Z] === RUN TestAllocateInRange [2022-03-09T09:40:26.232Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-09T09:40:26.232Z] === RUN TestAllocateSerial [2022-03-09T09:40:26.232Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-09T09:40:26.232Z] PASS [2022-03-09T09:40:26.232Z] coverage: 87.5% of statements [2022-03-09T09:40:26.232Z] ok github.com/docker/docker/libnetwork/idm 0.049s coverage: 87.5% of statements [2022-03-09T09:40:26.745Z] === RUN TestCaller [2022-03-09T09:40:26.745Z] --- PASS: TestCaller (0.00s) [2022-03-09T09:40:26.745Z] PASS [2022-03-09T09:40:26.745Z] coverage: 100.0% of statements [2022-03-09T09:40:26.745Z] ok github.com/docker/docker/libnetwork/internal/caller 0.069s coverage: 100.0% of statements [2022-03-09T09:40:27.113Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.15s) [2022-03-09T09:40:27.113Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T09:40:27.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:40:27.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:40:27.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:40:27.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:40:27.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:40:27.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:40:27.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:40:27.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:40:27.113Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:40:27.113Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:40:27.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:40:27.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:40:27.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:40:27.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:40:27.113Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:40:27.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-09T09:40:27.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T09:40:27.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T09:40:27.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T09:40:27.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T09:40:27.113Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-09T09:40:27.113Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T09:40:27.257Z] === RUN TestSetSerialInsertDelete [2022-03-09T09:40:27.257Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-09T09:40:27.257Z] === RUN TestSetParallelInsertDelete [2022-03-09T09:40:27.680Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) [2022-03-09T09:40:27.680Z] === RUN TestCreateDifferentPlatform [2022-03-09T09:40:27.680Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T09:40:27.680Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T09:40:27.680Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-09T09:40:27.680Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-09T09:40:27.680Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T09:40:27.680Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T09:40:27.680Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-09T09:40:27.680Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T09:40:27.680Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-09T09:40:27.680Z] === RUN TestContainerStartOnDaemonRestart [2022-03-09T09:40:27.680Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-09T09:40:27.680Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-09T09:40:27.680Z] === RUN TestDaemonRestartIpcMode [2022-03-09T09:40:27.680Z] === PAUSE TestDaemonRestartIpcMode [2022-03-09T09:40:27.680Z] === RUN TestDaemonHostGatewayIP [2022-03-09T09:40:27.680Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:40:27.680Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-09T09:40:27.680Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-09T09:40:27.680Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-09T09:40:27.680Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T09:40:27.680Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-09T09:40:27.680Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-09T09:40:27.680Z] === RUN TestDiff [2022-03-09T09:40:27.770Z] --- PASS: TestRandomAllocateDeallocate (8.65s) [2022-03-09T09:40:27.770Z] === RUN TestAllocateRandomDeallocate [2022-03-09T09:40:28.246Z] --- PASS: TestDiff (0.40s) [2022-03-09T09:40:28.246Z] === RUN TestExecWithCloseStdin [2022-03-09T09:40:28.506Z] --- PASS: TestExecWithCloseStdin (0.46s) [2022-03-09T09:40:28.506Z] === RUN TestExec [2022-03-09T09:40:28.851Z] === RUN TestInt2IP2IntConversion [2022-03-09T09:40:29.071Z] --- PASS: TestExec (0.44s) [2022-03-09T09:40:29.071Z] === RUN TestExecUser [2022-03-09T09:40:29.364Z] --- PASS: TestInt2IP2IntConversion (0.57s) [2022-03-09T09:40:29.364Z] === RUN TestGetAddressVersion [2022-03-09T09:40:29.364Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-09T09:40:29.364Z] === RUN TestKeyString [2022-03-09T09:40:29.364Z] --- PASS: TestKeyString (0.00s) [2022-03-09T09:40:29.364Z] === RUN TestPoolDataMarshal [2022-03-09T09:40:29.364Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-09T09:40:29.364Z] === RUN TestSubnetsMarshal [2022-03-09T09:40:29.364Z] --- PASS: TestSubnetsMarshal (0.09s) [2022-03-09T09:40:29.364Z] === RUN TestAddSubnets [2022-03-09T09:40:29.364Z] === RUN TestPoolRequest [2022-03-09T09:40:29.364Z] --- PASS: TestPoolRequest (0.00s) [2022-03-09T09:40:29.364Z] === RUN TestOtherRequests [2022-03-09T09:40:29.364Z] --- PASS: TestOtherRequests (0.00s) [2022-03-09T09:40:29.364Z] PASS [2022-03-09T09:40:29.364Z] coverage: 57.1% of statements [2022-03-09T09:40:29.364Z] ok github.com/docker/docker/libnetwork/ipams/null 0.050s coverage: 57.1% of statements [2022-03-09T09:40:29.364Z] --- PASS: TestAddSubnets (0.09s) [2022-03-09T09:40:29.364Z] === RUN TestDoublePoolRelease [2022-03-09T09:40:29.364Z] --- PASS: TestDoublePoolRelease (0.07s) [2022-03-09T09:40:29.364Z] === RUN TestAddReleasePoolID [2022-03-09T09:40:29.364Z] --- PASS: TestAddReleasePoolID (0.16s) [2022-03-09T09:40:29.364Z] === RUN TestPredefinedPool [2022-03-09T09:40:29.364Z] --- PASS: TestAllocateRandomDeallocate (1.67s) [2022-03-09T09:40:29.364Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-09T09:40:29.364Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-09T09:40:29.364Z] === RUN TestRemoveSubnet [2022-03-09T09:40:29.638Z] --- PASS: TestExecUser (0.48s) [2022-03-09T09:40:29.638Z] === RUN TestExportContainerAndImportImage [2022-03-09T09:40:29.883Z] --- PASS: TestRemoveSubnet (0.31s) [2022-03-09T09:40:29.883Z] === RUN TestGetSameAddress [2022-03-09T09:40:29.883Z] --- PASS: TestGetSameAddress (0.04s) [2022-03-09T09:40:29.883Z] === RUN TestPoolAllocationReuse [2022-03-09T09:40:29.897Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-03-09T09:40:29.897Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T09:40:30.396Z] === RUN TestGetCapabilities [2022-03-09T09:40:30.396Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-09T09:40:30.396Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-09T09:40:30.396Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-09T09:40:30.396Z] === RUN TestGetDefaultAddressSpaces [2022-03-09T09:40:30.396Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-09T09:40:30.396Z] === RUN TestRemoteDriver [2022-03-09T09:40:30.910Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T09:40:30.910Z] PASS [2022-03-09T09:40:30.910Z] coverage: 47.4% of statements [2022-03-09T09:40:30.910Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.093s coverage: 47.4% of statements [2022-03-09T09:40:31.030Z] INFO: Extraction ended at 03/09/2022 09:40:28. Duration:00:00:23.7860015 [2022-03-09T09:40:31.030Z] INFO: Updating the golang and path environment variables [2022-03-09T09:40:31.030Z] INFO: GOPATH=d:\gopath [2022-03-09T09:40:31.030Z] INFO: go version go1.17.8 windows/amd64 [2022-03-09T09:40:31.030Z] INFO: Running the daemon under test in debug mode [2022-03-09T09:40:31.030Z] INFO: Running the daemon under test in containerd mode [2022-03-09T09:40:31.030Z] INFO: Starting a daemon under test... [2022-03-09T09:40:31.030Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43344\7\daemon --pidfile d:\CI\PR-43344\7\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-09T09:40:31.030Z] INFO: Containerd started successfully. [2022-03-09T09:40:31.030Z] INFO: Process started successfully. [2022-03-09T09:40:31.030Z] INFO: Start tailing logs of the daemon under tests [2022-03-09T09:40:31.030Z] INFO: Waiting for the daemon under test to start... [2022-03-09T09:40:31.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-09T09:40:31.275Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s) [2022-03-09T09:40:31.275Z] === RUN TestHealthCheckWorkdir [2022-03-09T09:40:31.425Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.60s) [2022-03-09T09:40:31.425Z] === RUN TestRetrieveFromStore [2022-03-09T09:40:31.425Z] === RUN TestWindowsIPAM [2022-03-09T09:40:31.425Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-09T09:40:31.425Z] PASS [2022-03-09T09:40:31.425Z] coverage: 71.4% of statements [2022-03-09T09:40:31.425Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.047s coverage: 71.4% of statements [2022-03-09T09:40:31.843Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2022-03-09T09:40:31.843Z] === RUN TestHealthKillContainer [2022-03-09T09:40:31.938Z] --- PASS: TestRetrieveFromStore (0.80s) [2022-03-09T09:40:31.938Z] === RUN TestIsCorrupted [2022-03-09T09:40:31.938Z] --- PASS: TestIsCorrupted (0.03s) [2022-03-09T09:40:31.938Z] === RUN TestSetRollover [2022-03-09T09:40:32.450Z] --- PASS: TestPoolAllocationReuse (2.42s) [2022-03-09T09:40:32.451Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-09T09:40:32.451Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-03-09T09:40:32.451Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-09T09:40:32.451Z] === RUN TestDefaultNetwork [2022-03-09T09:40:32.964Z] --- PASS: TestDefaultNetwork (0.27s) [2022-03-09T09:40:32.964Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-09T09:40:32.964Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-03-09T09:40:32.964Z] === RUN TestInitAddressPools [2022-03-09T09:40:32.964Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-09T09:40:32.964Z] PASS [2022-03-09T09:40:32.964Z] coverage: 74.0% of statements [2022-03-09T09:40:32.964Z] ok github.com/docker/docker/libnetwork/ipamutils 0.644s coverage: 74.0% of statements [2022-03-09T09:40:34.040Z] === RUN TestKeyValue [2022-03-09T09:40:34.040Z] --- PASS: TestKeyValue (0.00s) [2022-03-09T09:40:34.040Z] PASS [2022-03-09T09:40:34.040Z] coverage: 60.0% of statements [2022-03-09T09:40:34.040Z] ok github.com/docker/docker/libnetwork/netlabel 0.048s coverage: 60.0% of statements [2022-03-09T09:40:34.552Z] --- PASS: TestSetRollover (2.47s) [2022-03-09T09:40:34.552Z] === RUN TestSetRolloverSerial [2022-03-09T09:40:35.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-09T09:40:36.250Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.76s) [2022-03-09T09:40:36.250Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-09T09:40:36.763Z] === RUN TestNetworkDBSimple [2022-03-09T09:40:37.275Z] --- PASS: TestSetRolloverSerial (2.65s) [2022-03-09T09:40:37.275Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-09T09:40:37.275Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-09T09:40:37.275Z] PASS [2022-03-09T09:40:37.275Z] coverage: 84.4% of statements [2022-03-09T09:40:37.275Z] ok github.com/docker/docker/libnetwork/bitseq 17.966s coverage: 84.4% of statements [2022-03-09T09:40:37.275Z] --- PASS: TestSetParallelInsertDelete (10.03s) [2022-03-09T09:40:37.275Z] PASS [2022-03-09T09:40:37.275Z] coverage: 100.0% of statements [2022-03-09T09:40:37.275Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.167s coverage: 100.0% of statements [2022-03-09T09:40:37.786Z] 2022/03/09 09:40:37 Closing DB instances... [2022-03-09T09:40:38.300Z] === RUN TestGenerate [2022-03-09T09:40:38.300Z] --- PASS: TestGenerate (0.00s) [2022-03-09T09:40:38.300Z] === RUN TestGeneratePtr [2022-03-09T09:40:38.300Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-09T09:40:38.300Z] === RUN TestGenerateMissingField [2022-03-09T09:40:38.300Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-09T09:40:38.300Z] === RUN TestFieldCannotBeSet [2022-03-09T09:40:38.300Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-09T09:40:38.300Z] === RUN TestTypeMismatchError [2022-03-09T09:40:38.300Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-09T09:40:38.300Z] PASS [2022-03-09T09:40:38.300Z] coverage: 100.0% of statements [2022-03-09T09:40:38.300Z] ok github.com/docker/docker/libnetwork/options 0.036s coverage: 100.0% of statements [2022-03-09T09:40:38.813Z] testing: warning: no tests to run [2022-03-09T09:40:38.813Z] PASS [2022-03-09T09:40:38.813Z] coverage: 0.0% of statements [2022-03-09T09:40:38.813Z] ok github.com/docker/docker/libnetwork/osl 0.048s coverage: 0.0% of statements [no tests to run] [2022-03-09T09:40:39.326Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.18s) [2022-03-09T09:40:39.326Z] === RUN TestGetAddress [2022-03-09T09:40:39.326Z] --- PASS: TestNetworkDBSimple (2.65s) [2022-03-09T09:40:39.326Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-09T09:40:39.842Z] === RUN TestRequestNewPort [2022-03-09T09:40:39.842Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-09T09:40:39.842Z] === RUN TestRequestSpecificPort [2022-03-09T09:40:39.842Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-09T09:40:39.842Z] === RUN TestReleasePort [2022-03-09T09:40:39.842Z] --- PASS: TestReleasePort (0.00s) [2022-03-09T09:40:39.842Z] === RUN TestReuseReleasedPort [2022-03-09T09:40:39.842Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-09T09:40:39.842Z] === RUN TestReleaseUnreadledPort [2022-03-09T09:40:39.842Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-09T09:40:39.842Z] === RUN TestUnknowProtocol [2022-03-09T09:40:39.842Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-09T09:40:39.842Z] === RUN TestAllocateAllPorts [2022-03-09T09:40:39.842Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-09T09:40:39.842Z] === RUN TestPortAllocation [2022-03-09T09:40:39.842Z] --- PASS: TestPortAllocation (0.00s) [2022-03-09T09:40:39.842Z] === RUN TestPortAllocationWithCustomRange [2022-03-09T09:40:39.842Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-09T09:40:39.842Z] === RUN TestNoDuplicateBPR [2022-03-09T09:40:39.842Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-09T09:40:39.842Z] === RUN TestChangePortRange [2022-03-09T09:40:39.842Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-09T09:40:39.842Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-09T09:40:39.842Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-09T09:40:39.842Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-09T09:40:39.842Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-09T09:40:39.842Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-09T09:40:39.842Z] --- PASS: TestChangePortRange (0.00s) [2022-03-09T09:40:39.842Z] PASS [2022-03-09T09:40:39.842Z] coverage: 88.6% of statements [2022-03-09T09:40:39.842Z] ok github.com/docker/docker/libnetwork/portallocator 0.051s coverage: 88.6% of statements [2022-03-09T09:40:39.954Z] --- PASS: TestHealthKillContainer (7.87s) [2022-03-09T09:40:39.954Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T09:40:39.954Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T09:40:39.954Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T09:40:39.954Z] === RUN TestIpcModeNone [2022-03-09T09:40:40.212Z] --- PASS: TestIpcModeNone (0.41s) [2022-03-09T09:40:40.212Z] === RUN TestIpcModePrivate [2022-03-09T09:40:40.470Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-03-09T09:40:40.470Z] --- PASS: TestIpcModePrivate (0.45s) [2022-03-09T09:40:40.470Z] === RUN TestIpcModeShareable [2022-03-09T09:40:40.470Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T09:40:40.470Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-09T09:40:40.470Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-09T09:40:40.920Z] testing: warning: no tests to run [2022-03-09T09:40:40.920Z] PASS [2022-03-09T09:40:40.920Z] coverage: 0.0% of statements [2022-03-09T09:40:40.920Z] ok github.com/docker/docker/libnetwork/portmapper 0.050s coverage: 0.0% of statements [no tests to run] [2022-03-09T09:40:40.920Z] 2022/03/09 09:40:40 Closing DB instances... [2022-03-09T09:40:41.433Z] === RUN TestHashData [2022-03-09T09:40:41.433Z] --- PASS: TestHashData (0.00s) [2022-03-09T09:40:41.433Z] PASS [2022-03-09T09:40:41.433Z] coverage: 2.8% of statements [2022-03-09T09:40:41.433Z] ok github.com/docker/docker/libnetwork/resolvconf 0.042s coverage: 2.8% of statements [2022-03-09T09:40:41.751Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-09T09:40:41.850Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.35s) [2022-03-09T09:40:41.850Z] === RUN TestAPIIpcModeHost [2022-03-09T09:40:41.850Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T09:40:41.850Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-09T09:40:41.850Z] === RUN TestDaemonIpcModeShareable [2022-03-09T09:40:41.850Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T09:40:41.850Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-09T09:40:41.850Z] === RUN TestDaemonIpcModePrivate [2022-03-09T09:40:42.508Z] === RUN TestErrorConstructors [2022-03-09T09:40:42.508Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-09T09:40:42.508Z] === RUN TestCompareIPMask [2022-03-09T09:40:42.508Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-09T09:40:42.508Z] === RUN TestUtilGetHostPartIP [2022-03-09T09:40:42.508Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-09T09:40:42.508Z] === RUN TestUtilGetBroadcastIP [2022-03-09T09:40:42.508Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-09T09:40:42.508Z] === RUN TestParseCIDR [2022-03-09T09:40:42.508Z] --- PASS: TestParseCIDR (0.00s) [2022-03-09T09:40:42.508Z] PASS [2022-03-09T09:40:42.508Z] coverage: 37.3% of statements [2022-03-09T09:40:42.508Z] ok github.com/docker/docker/libnetwork/types 0.045s coverage: 37.3% of statements [2022-03-09T09:40:42.508Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.07s) [2022-03-09T09:40:42.508Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-09T09:40:42.620Z] INFO [linters context/goanalysis] analyzers took 4m30.951450151s with top 10 stages: buildir: 1m49.027841317s, goimports: 24.021712027s, unconvert: 18.04479054s, gosec: 14.788822284s, golint: 7.565213418s, S1038: 7.477811681s, misspell: 5.786507257s, inspect: 4.011053448s, nilness: 3.998294638s, directives: 3.149039247s [2022-03-09T09:40:42.620Z] INFO [runner] Issues before processing: 3051, after processing: 0 [2022-03-09T09:40:42.620Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2444/2444, identifier_marker: 2056/2056, exclude-rules: 76/2056, skip_dirs: 2444/2444, nolint: 0/76, cgo: 2444/3051, autogenerated_exclude: 2056/2444, exclude: 2056/2056, filename_unadjuster: 2444/2444, skip_files: 2444/2444 [2022-03-09T09:40:42.620Z] INFO [runner] processing took 82.544504ms with stages: nolint: 33.667238ms, identifier_marker: 21.496413ms, path_prettifier: 9.371028ms, autogenerated_exclude: 8.370784ms, exclude-rules: 7.335046ms, skip_dirs: 1.857323ms, cgo: 287.683µs, filename_unadjuster: 154.269µs, max_same_issues: 1.175µs, uniq_by_line: 702ns, source_code: 389ns, skip_files: 334ns, diff: 327ns, max_from_linter: 301ns, severity-rules: 295ns, path_shortener: 275ns, exclude: 254ns, max_per_file_from_linter: 250ns, sort_results: 223ns, path_prefixer: 195ns [2022-03-09T09:40:42.620Z] INFO [runner] linters took 1m25.580668346s with stages: goanalysis_metalinter: 1m25.498006414s [2022-03-09T09:40:42.620Z] INFO File cache stats: 1663 entries of total size 8.4MiB [2022-03-09T09:40:42.620Z] INFO Memory: 2247 samples, avg is 305.7MB, max is 1084.1MB [2022-03-09T09:40:42.620Z] INFO Execution took 3m44.551352985s [2022-03-09T09:40:42.620Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-03-09T09:40:42.785Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-03-09T09:40:42.958Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d hack/make.sh dynbinary test-docker-py [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-09T09:40:43.021Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-09T09:40:43.044Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2022-03-09T09:40:43.044Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-09T09:40:43.044Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T09:40:43.044Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-09T09:40:43.044Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-09T09:40:43.044Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T09:40:43.044Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-09T09:40:43.044Z] === RUN TestIpcModeOlderClient [2022-03-09T09:40:43.044Z] === PAUSE TestIpcModeOlderClient [2022-03-09T09:40:43.044Z] === RUN TestKillContainerInvalidSignal [2022-03-09T09:40:43.532Z] [2022-03-09T09:40:43.532Z] Removing bundles/ [2022-03-09T09:40:43.532Z] [2022-03-09T09:40:43.532Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-09T09:40:43.532Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T09:40:43.532Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-09T09:40:43.534Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-09T09:40:43.534Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-09T09:40:43.534Z] PASS [2022-03-09T09:40:43.534Z] coverage: 50.0% of statements [2022-03-09T09:40:43.534Z] ok github.com/docker/docker/oci 0.063s coverage: 50.0% of statements [2022-03-09T09:40:43.534Z] 2022/03/09 09:40:43 Closing DB instances... [2022-03-09T09:40:43.613Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-03-09T09:40:43.613Z] === RUN TestKillContainer [2022-03-09T09:40:43.613Z] === RUN TestKillContainer/no_signal [2022-03-09T09:40:43.875Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T09:40:44.134Z] === RUN TestKillContainer/killing_signal [2022-03-09T09:40:44.610Z] === RUN TestParseVersion [2022-03-09T09:40:44.610Z] --- PASS: TestParseVersion (0.00s) [2022-03-09T09:40:44.610Z] PASS [2022-03-09T09:40:44.610Z] coverage: 52.9% of statements [2022-03-09T09:40:44.610Z] ok github.com/docker/docker/pkg/aaparser 0.045s coverage: 52.9% of statements [2022-03-09T09:40:44.701Z] --- PASS: TestKillContainer (1.23s) [2022-03-09T09:40:44.701Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-03-09T09:40:44.701Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2022-03-09T09:40:44.701Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-03-09T09:40:44.701Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T09:40:44.701Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-09T09:40:45.123Z] === RUN TestAddressPoolOpt [2022-03-09T09:40:45.123Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/a [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/something [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/_=a [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/env1=value1 [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/_env1=value1 [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/PATH [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/=a [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/PATH= [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/PATH=something [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/asd!qwe [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/1asd [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/123 [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/some_space [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/__some_space_before [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/some_space_after__ [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/= [2022-03-09T09:40:45.123Z] === RUN TestValidateEnv/PaTh [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestParseHost [2022-03-09T09:40:45.123Z] --- PASS: TestParseHost (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestParseDockerDaemonHost [2022-03-09T09:40:45.123Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestParseTCP [2022-03-09T09:40:45.123Z] --- PASS: TestParseTCP (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-09T09:40:45.123Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestValidateExtraHosts [2022-03-09T09:40:45.123Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestIpOptString [2022-03-09T09:40:45.123Z] --- PASS: TestIpOptString (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-09T09:40:45.123Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestNewIpOptValidDefaultVal [2022-03-09T09:40:45.123Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestIpOptSetInvalidVal [2022-03-09T09:40:45.123Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestValidateIPAddress [2022-03-09T09:40:45.123Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestMapOpts [2022-03-09T09:40:45.123Z] --- PASS: TestMapOpts (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestListOptsWithoutValidator [2022-03-09T09:40:45.123Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestListOptsWithValidator [2022-03-09T09:40:45.123Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestValidateDNSSearch [2022-03-09T09:40:45.123Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_general_format [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_one_more [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-09T09:40:45.123Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-09T09:40:45.123Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-09T09:40:45.123Z] === RUN TestNamedListOpts [2022-03-09T09:40:45.124Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-09T09:40:45.124Z] === RUN TestNamedMapOpts [2022-03-09T09:40:45.124Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-09T09:40:45.124Z] === RUN TestParseLink [2022-03-09T09:40:45.124Z] --- PASS: TestParseLink (0.00s) [2022-03-09T09:40:45.124Z] === RUN TestQuotedStringSetWithQuotes [2022-03-09T09:40:45.124Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-09T09:40:45.124Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-09T09:40:45.124Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-09T09:40:45.124Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-09T09:40:45.124Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-09T09:40:45.124Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-09T09:40:45.124Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-09T09:40:45.124Z] === RUN TestUlimitOpt [2022-03-09T09:40:45.124Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-09T09:40:45.124Z] PASS [2022-03-09T09:40:45.124Z] coverage: 67.4% of statements [2022-03-09T09:40:45.124Z] ok github.com/docker/docker/opts 0.092s coverage: 67.4% of statements [2022-03-09T09:40:45.269Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-09T09:40:45.527Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.82s) [2022-03-09T09:40:45.527Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) [2022-03-09T09:40:45.527Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2022-03-09T09:40:45.527Z] === RUN TestKillStoppedContainer [2022-03-09T09:40:45.527Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-09T09:40:45.527Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T09:40:45.527Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-09T09:40:45.527Z] === RUN TestKillDifferentUserContainer [2022-03-09T09:40:45.636Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.85s) [2022-03-09T09:40:45.636Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-09T09:40:45.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-09T09:40:46.093Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-03-09T09:40:46.093Z] === RUN TestInspectOomKilledTrue [2022-03-09T09:40:46.093Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:40:46.093Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T09:40:46.093Z] === RUN TestInspectOomKilledFalse [2022-03-09T09:40:46.093Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:40:46.093Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T09:40:46.093Z] === RUN TestLinksEtcHostsContentMatch [2022-03-09T09:40:46.093Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-09T09:40:46.093Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-09T09:40:46.093Z] === RUN TestLinksContainerNames [2022-03-09T09:40:46.711Z] === RUN TestIsArchivePathDir [2022-03-09T09:40:47.028Z] --- PASS: TestLinksContainerNames (0.80s) [2022-03-09T09:40:47.028Z] === RUN TestLogsFollowTailEmpty [2022-03-09T09:40:47.224Z] --- PASS: TestIsArchivePathDir (0.09s) [2022-03-09T09:40:47.224Z] === RUN TestIsArchivePathInvalidFile [2022-03-09T09:40:47.224Z] === RUN TestPeerCertificateMarshalJSON [2022-03-09T09:40:47.224Z] --- PASS: TestIsArchivePathInvalidFile (0.15s) [2022-03-09T09:40:47.224Z] === RUN TestIsArchivePathTar [2022-03-09T09:40:47.224Z] --- PASS: TestIsArchivePathTar (0.20s) [2022-03-09T09:40:47.224Z] === RUN TestDecompressStreamGzip [2022-03-09T09:40:47.288Z] --- PASS: TestLogsFollowTailEmpty (0.37s) [2022-03-09T09:40:47.288Z] === RUN TestContainerNetworkMountsNoChown [2022-03-09T09:40:47.548Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s) [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/default [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/default [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/private [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/private [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rprivate [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/slave [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/slave [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rslave [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/shared [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/shared [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rshared [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/default [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/rshared [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/shared [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/rslave [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/slave [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/rprivate [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/private [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-09T09:40:47.548Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:40:47.548Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:40:47.548Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-09T09:40:47.736Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-09T09:40:47.736Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-09T09:40:47.736Z] --- PASS: TestPeerCertificateMarshalJSON (0.46s) [2022-03-09T09:40:47.736Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-09T09:40:47.736Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestMiddleware [2022-03-09T09:40:47.736Z] --- PASS: TestMiddleware (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestNewResponseModifier [2022-03-09T09:40:47.736Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-09T09:40:47.736Z] PASS [2022-03-09T09:40:47.736Z] coverage: 26.8% of statements [2022-03-09T09:40:47.736Z] --- PASS: TestDecompressStreamGzip (0.17s) [2022-03-09T09:40:47.736Z] === RUN TestDecompressStreamBzip2 [2022-03-09T09:40:47.736Z] ok github.com/docker/docker/pkg/authorization 0.515s coverage: 26.8% of statements [2022-03-09T09:40:47.736Z] --- PASS: TestDecompressStreamBzip2 (0.15s) [2022-03-09T09:40:47.736Z] === RUN TestDecompressStreamXz [2022-03-09T09:40:47.736Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T09:40:47.736Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestDecompressStreamZstd [2022-03-09T09:40:47.736Z] archive_test.go:140: zstd not installed [2022-03-09T09:40:47.736Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-09T09:40:47.736Z] === RUN TestCompressStreamXzUnsupported [2022-03-09T09:40:47.736Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-09T09:40:47.736Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestCompressStreamInvalid [2022-03-09T09:40:47.736Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestExtensionInvalid [2022-03-09T09:40:47.736Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestExtensionUncompressed [2022-03-09T09:40:47.736Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestExtensionBzip2 [2022-03-09T09:40:47.736Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestExtensionGzip [2022-03-09T09:40:47.736Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestExtensionXz [2022-03-09T09:40:47.736Z] --- PASS: TestExtensionXz (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestExtensionZstd [2022-03-09T09:40:47.736Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestCmdStreamLargeStderr [2022-03-09T09:40:47.736Z] 2022/03/09 09:40:47 Closing DB instances... [2022-03-09T09:40:47.736Z] --- PASS: TestCmdStreamLargeStderr (0.16s) [2022-03-09T09:40:47.736Z] === RUN TestCmdStreamBad [2022-03-09T09:40:47.736Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T09:40:47.736Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-09T09:40:47.736Z] === RUN TestCmdStreamGood [2022-03-09T09:40:47.736Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-09T09:40:47.736Z] === RUN TestUntarPathWithInvalidDest [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-09T09:40:47.807Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:40:48.065Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-09T09:40:48.065Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:40:48.065Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:40:48.065Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:40:48.065Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:40:48.065Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-09T09:40:48.065Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-09T09:40:48.065Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-09T09:40:48.065Z] === RUN TestContainerBindMountNonRecursive [2022-03-09T09:40:48.065Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-09T09:40:48.065Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2022-03-09T09:40:48.065Z] === RUN TestContainerVolumesMountedAsShared [2022-03-09T09:40:48.065Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-09T09:40:48.065Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-09T09:40:48.065Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-09T09:40:48.065Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-09T09:40:48.065Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-09T09:40:48.065Z] === RUN TestNetworkNat [2022-03-09T09:40:48.250Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2022-03-09T09:40:48.250Z] === RUN TestUntarPathWithInvalidSrc [2022-03-09T09:40:48.250Z] --- PASS: TestUntarPathWithInvalidSrc (0.01s) [2022-03-09T09:40:48.250Z] === RUN TestUntarPath [2022-03-09T09:40:48.250Z] --- PASS: TestUntarPath (0.09s) [2022-03-09T09:40:48.250Z] === RUN TestUntarPathWithDestinationFile [2022-03-09T09:40:48.250Z] --- PASS: TestUntarPathWithDestinationFile (0.09s) [2022-03-09T09:40:48.250Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-09T09:40:48.250Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-03-09T09:40:48.250Z] === RUN TestCopyWithTarInvalidSrc [2022-03-09T09:40:48.250Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-09T09:40:48.250Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-09T09:40:48.250Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-09T09:40:48.250Z] === RUN TestCopyWithTarSrcFile [2022-03-09T09:40:48.250Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-09T09:40:48.250Z] === RUN TestCopyWithTarSrcFolder [2022-03-09T09:40:48.250Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-09T09:40:48.250Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-09T09:40:48.250Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-09T09:40:48.250Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-09T09:40:48.250Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2022-03-09T09:40:48.250Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-09T09:40:48.250Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-09T09:40:48.250Z] === RUN TestCopyFileWithTarSrcFile [2022-03-09T09:40:48.250Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-09T09:40:48.250Z] === RUN TestTarFiles [2022-03-09T09:40:48.250Z] === RUN TestUnbuffered [2022-03-09T09:40:48.250Z] --- PASS: TestUnbuffered (0.00s) [2022-03-09T09:40:48.250Z] === RUN TestRaceUnbuffered [2022-03-09T09:40:48.250Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-09T09:40:48.250Z] PASS [2022-03-09T09:40:48.250Z] coverage: 100.0% of statements [2022-03-09T09:40:48.250Z] ok github.com/docker/docker/pkg/broadcaster 0.055s coverage: 100.0% of statements [2022-03-09T09:40:48.633Z] --- PASS: TestNetworkNat (0.55s) [2022-03-09T09:40:48.633Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T09:40:48.839Z] ...INFO: Daemon under test started and replied! [2022-03-09T09:40:48.839Z] INFO: Docker version of the daemon under test [2022-03-09T09:40:48.839Z] [2022-03-09T09:40:48.839Z] Client: [2022-03-09T09:40:48.839Z] Version: 17.06.2-ce [2022-03-09T09:40:48.839Z] API version: 1.30 [2022-03-09T09:40:48.839Z] Go version: go1.8.3 [2022-03-09T09:40:48.839Z] Git commit: cec0b72 [2022-03-09T09:40:48.839Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-09T09:40:48.839Z] OS/Arch: windows/amd64 [2022-03-09T09:40:48.839Z] [2022-03-09T09:40:48.839Z] Server: [2022-03-09T09:40:48.839Z] Version: 0.0.0-dev [2022-03-09T09:40:48.839Z] API version: 1.42 (minimum version 1.24) [2022-03-09T09:40:48.839Z] Go version: go1.17.8 [2022-03-09T09:40:48.839Z] Git commit: 39615f8c7c [2022-03-09T09:40:48.839Z] Built: 03/09/2022 09:38:52 [2022-03-09T09:40:48.839Z] OS/Arch: windows/amd64 [2022-03-09T09:40:48.839Z] Experimental: false [2022-03-09T09:40:48.839Z] [2022-03-09T09:40:48.839Z] INFO: Docker info of the daemon under test [2022-03-09T09:40:48.839Z] [2022-03-09T09:40:48.839Z] Containers: 0 [2022-03-09T09:40:48.839Z] Running: 0 [2022-03-09T09:40:48.839Z] Paused: 0 [2022-03-09T09:40:48.839Z] Stopped: 0 [2022-03-09T09:40:48.839Z] Images: 0 [2022-03-09T09:40:48.839Z] Server Version: 0.0.0-dev [2022-03-09T09:40:48.839Z] Storage Driver: windowsfilter [2022-03-09T09:40:48.839Z] Windows: [2022-03-09T09:40:48.839Z] Logging Driver: json-file [2022-03-09T09:40:48.839Z] Plugins: [2022-03-09T09:40:48.839Z] Volume: local [2022-03-09T09:40:48.839Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T09:40:48.839Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T09:40:48.839Z] Swarm: inactive [2022-03-09T09:40:48.839Z] Default Isolation: process [2022-03-09T09:40:48.839Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T09:40:48.839Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T09:40:48.839Z] OSType: windows [2022-03-09T09:40:48.839Z] Architecture: x86_64 [2022-03-09T09:40:48.839Z] CPUs: 4 [2022-03-09T09:40:48.839Z] Total Memory: 32GiB [2022-03-09T09:40:48.839Z] Name: azwin-2-c8b750 [2022-03-09T09:40:48.839Z] ID: CE6T:223K:K66T:PXVE:S7VK:5CCI:FNCW:Y5VV:BSTS:6DFG:UIBH:5A4H [2022-03-09T09:40:48.839Z] Docker Root Dir: D:\CI\PR-43344\7\daemon [2022-03-09T09:40:48.839Z] Debug Mode (client): false [2022-03-09T09:40:48.839Z] Debug Mode (server): true [2022-03-09T09:40:48.839Z] File Descriptors: -1 [2022-03-09T09:40:48.839Z] Goroutines: 31 [2022-03-09T09:40:48.839Z] System Time: 2022-03-09T09:40:48.5175762Z [2022-03-09T09:40:48.839Z] EventsListeners: 0 [2022-03-09T09:40:48.839Z] Registry: https://index.docker.io/v1/ [2022-03-09T09:40:48.839Z] Labels: [2022-03-09T09:40:48.839Z] Experimental: false [2022-03-09T09:40:48.839Z] Insecure Registries: [2022-03-09T09:40:48.839Z] 127.0.0.0/8 [2022-03-09T09:40:48.839Z] Live Restore Enabled: false [2022-03-09T09:40:48.839Z] [2022-03-09T09:40:48.839Z] [2022-03-09T09:40:48.839Z] INFO: Docker images of the daemon under test [2022-03-09T09:40:48.839Z] [2022-03-09T09:40:48.839Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T09:40:48.839Z] [2022-03-09T09:40:48.839Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-09T09:40:48.839Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-09T09:40:48.890Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s) [2022-03-09T09:40:48.891Z] === RUN TestNetworkLoopbackNat [2022-03-09T09:40:49.305Z] ltsc2022: Pulling from windows/servercore [2022-03-09T09:40:49.326Z] === RUN TestMatch [2022-03-09T09:40:49.326Z] === RUN TestMatch/[[]] [2022-03-09T09:40:49.326Z] === RUN TestMatch/[[foo]] [2022-03-09T09:40:49.326Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-09T09:40:49.326Z] === RUN TestMatch/[[foo_bar]] [2022-03-09T09:40:49.326Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-09T09:40:49.326Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-09T09:40:49.326Z] === RUN TestMatch/[] [2022-03-09T09:40:49.326Z] === RUN TestMatch/[]#01 [2022-03-09T09:40:49.326Z] === RUN TestMatch/[[qux]] [2022-03-09T09:40:49.326Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-09T09:40:49.326Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-09T09:40:49.326Z] === RUN TestMatch/[[foo_baz]] [2022-03-09T09:40:49.326Z] --- PASS: TestMatch (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[] (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-09T09:40:49.326Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-09T09:40:49.326Z] PASS [2022-03-09T09:40:49.326Z] coverage: 87.5% of statements [2022-03-09T09:40:49.326Z] ok github.com/docker/docker/pkg/capabilities 0.051s coverage: 87.5% of statements [2022-03-09T09:40:49.772Z] 8f616e6e9eec: Pulling fs layer [2022-03-09T09:40:49.772Z] 037d5740b404: Pulling fs layer [2022-03-09T09:40:49.843Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-03-09T09:40:49.843Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-09T09:40:49.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-09T09:40:49.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-09T09:40:50.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-09T09:40:50.925Z] === RUN TestChrootTarUntar [2022-03-09T09:40:50.926Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:40:50.926Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-09T09:40:50.926Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-09T09:40:50.926Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:40:50.926Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T09:40:50.926Z] === RUN TestChrootUntarEmptyArchive [2022-03-09T09:40:50.926Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-09T09:40:50.926Z] === RUN TestChrootTarUntarWithSymlink [2022-03-09T09:40:50.926Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:40:50.926Z] --- SKIP: TestChrootTarUntarWithSymlink (0.01s) [2022-03-09T09:40:50.926Z] === RUN TestChrootCopyWithTar [2022-03-09T09:40:50.926Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:40:50.926Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-09T09:40:50.926Z] === RUN TestChrootCopyFileWithTar [2022-03-09T09:40:50.926Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:40:50.926Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-09T09:40:50.926Z] === RUN TestChrootUntarPath [2022-03-09T09:40:50.926Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:40:50.926Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-09T09:40:50.926Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-09T09:40:50.926Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:40:50.926Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:40:50.926Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-09T09:40:50.926Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:40:50.926Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:40:50.926Z] === RUN TestChrootApplyDotDotFile [2022-03-09T09:40:50.926Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:40:50.926Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-09T09:40:50.926Z] PASS [2022-03-09T09:40:50.926Z] coverage: 15.1% of statements [2022-03-09T09:40:50.926Z] ok github.com/docker/docker/pkg/chrootarchive 0.166s coverage: 15.1% of statements [2022-03-09T09:40:51.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-09T09:40:51.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-09T09:40:51.426Z] --- PASS: TestNetworkLoopbackNat (2.53s) [2022-03-09T09:40:51.426Z] === RUN TestPause [2022-03-09T09:40:51.426Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:40:51.426Z] --- SKIP: TestPause (0.00s) [2022-03-09T09:40:51.426Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T09:40:51.426Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T09:40:51.426Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T09:40:51.426Z] === RUN TestPauseStopPausedContainer [2022-03-09T09:40:51.426Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:40:51.426Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-03-09T09:40:51.426Z] === RUN TestPidHost [2022-03-09T09:40:51.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-09T09:40:52.004Z] 2022/03/09 09:40:51 Closing DB instances... [2022-03-09T09:40:52.362Z] --- PASS: TestPidHost (0.89s) [2022-03-09T09:40:52.363Z] === RUN TestPsFilter [2022-03-09T09:40:52.519Z] === RUN TestEnsureRemoveAllNotExist [2022-03-09T09:40:52.519Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-09T09:40:52.519Z] === RUN TestEnsureRemoveAllWithDir [2022-03-09T09:40:52.519Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-09T09:40:52.519Z] === RUN TestEnsureRemoveAllWithFile [2022-03-09T09:40:52.519Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-09T09:40:52.519Z] PASS [2022-03-09T09:40:52.519Z] coverage: 0.0% of statements [2022-03-09T09:40:52.519Z] ok github.com/docker/docker/pkg/containerfs 0.065s coverage: 0.0% of statements [2022-03-09T09:40:52.622Z] --- PASS: TestPsFilter (0.11s) [2022-03-09T09:40:52.622Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T09:40:52.881Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-03-09T09:40:52.881Z] === RUN TestRemoveContainerWithVolume [2022-03-09T09:40:53.031Z] --- PASS: TestNetworkDBCRUDTableEntries (3.27s) [2022-03-09T09:40:53.031Z] === RUN TestNetworkDBNodeLeave [2022-03-09T09:40:53.449Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-03-09T09:40:53.449Z] === RUN TestRemoveContainerRunning [2022-03-09T09:40:53.547Z] === RUN TestSizeEmpty [2022-03-09T09:40:53.547Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-09T09:40:53.547Z] === RUN TestSizeEmptyFile [2022-03-09T09:40:53.547Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-09T09:40:53.547Z] === RUN TestSizeNonemptyFile [2022-03-09T09:40:53.547Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-09T09:40:53.547Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-09T09:40:53.547Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-09T09:40:53.547Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-09T09:40:53.547Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-09T09:40:53.547Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-09T09:40:53.547Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-09T09:40:53.547Z] === RUN TestMoveToSubdir [2022-03-09T09:40:53.547Z] --- PASS: TestMoveToSubdir (0.02s) [2022-03-09T09:40:53.547Z] === RUN TestSizeNonExistingDirectory [2022-03-09T09:40:53.547Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-09T09:40:53.547Z] PASS [2022-03-09T09:40:53.547Z] coverage: 80.0% of statements [2022-03-09T09:40:53.547Z] ok github.com/docker/docker/pkg/directory 0.086s coverage: 80.0% of statements [2022-03-09T09:40:53.708Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-03-09T09:40:53.708Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T09:40:53.869Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-09T09:40:54.275Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.38s) [2022-03-09T09:40:54.275Z] === RUN TestRemoveInvalidContainer [2022-03-09T09:40:54.275Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-09T09:40:54.275Z] === RUN TestRenameLinkedContainer [2022-03-09T09:40:54.627Z] === RUN TestPollerAddRemove [2022-03-09T09:40:54.627Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-09T09:40:54.627Z] === RUN TestPollerEvent [2022-03-09T09:40:54.627Z] poller_test.go:40: No chmod on Windows [2022-03-09T09:40:54.627Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-09T09:40:54.627Z] === RUN TestPollerClose [2022-03-09T09:40:54.627Z] --- PASS: TestPollerClose (0.00s) [2022-03-09T09:40:54.627Z] PASS [2022-03-09T09:40:54.627Z] coverage: 45.7% of statements [2022-03-09T09:40:54.627Z] ok github.com/docker/docker/pkg/filenotify 0.052s coverage: 45.7% of statements [2022-03-09T09:40:54.800Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-09T09:40:55.652Z] --- PASS: TestRenameLinkedContainer (1.59s) [2022-03-09T09:40:55.652Z] === RUN TestRenameStoppedContainer [2022-03-09T09:40:55.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-09T09:40:55.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-09T09:40:56.220Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-03-09T09:40:56.220Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T09:40:56.326Z] --- PASS: TestNetworkDBNodeLeave (2.99s) [2022-03-09T09:40:56.326Z] === RUN TestNetworkDBWatch [2022-03-09T09:40:56.326Z] === RUN TestCopyFileWithInvalidSrc [2022-03-09T09:40:56.326Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T09:40:56.326Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-09T09:40:56.326Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-09T09:40:56.326Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-03-09T09:40:56.326Z] === RUN TestCopyFile [2022-03-09T09:40:56.326Z] --- PASS: TestCopyFile (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-09T09:40:56.326Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T09:40:56.326Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-09T09:40:56.326Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-09T09:40:56.326Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T09:40:56.326Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestWildcardMatches [2022-03-09T09:40:56.326Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestPatternMatches [2022-03-09T09:40:56.326Z] --- PASS: TestPatternMatches (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-09T09:40:56.326Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestPatternMatchesFolderExclusions [2022-03-09T09:40:56.326Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-09T09:40:56.326Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-09T09:40:56.326Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-09T09:40:56.326Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-09T09:40:56.326Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestSingleExclamationError [2022-03-09T09:40:56.326Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestMatchesWithNoPatterns [2022-03-09T09:40:56.326Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestMatchesWithMalformedPatterns [2022-03-09T09:40:56.326Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestMatches [2022-03-09T09:40:56.326Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-09T09:40:56.326Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-09T09:40:56.326Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-09T09:40:56.326Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-09T09:40:56.326Z] --- PASS: TestMatches (0.01s) [2022-03-09T09:40:56.326Z] --- PASS: TestMatches/MatchesOrParentMatches (0.01s) [2022-03-09T09:40:56.326Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-09T09:40:56.326Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-09T09:40:56.326Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCleanPatterns [2022-03-09T09:40:56.326Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-09T09:40:56.326Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCleanPatternsExceptionFlag [2022-03-09T09:40:56.326Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-09T09:40:56.326Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-09T09:40:56.326Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCleanPatternsErrorSingleException [2022-03-09T09:40:56.326Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCreateIfNotExistsDir [2022-03-09T09:40:56.326Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCreateIfNotExistsFile [2022-03-09T09:40:56.326Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-09T09:40:56.326Z] === RUN TestMatch [2022-03-09T09:40:56.326Z] --- PASS: TestMatch (0.00s) [2022-03-09T09:40:56.326Z] === RUN TestCompile [2022-03-09T09:40:56.326Z] === RUN TestCompile/slash [2022-03-09T09:40:56.326Z] === RUN TestCompile/backslash [2022-03-09T09:40:56.326Z] --- PASS: TestCompile (0.00s) [2022-03-09T09:40:56.326Z] --- PASS: TestCompile/slash (0.00s) [2022-03-09T09:40:56.326Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-09T09:40:56.326Z] PASS [2022-03-09T09:40:56.326Z] coverage: 84.7% of statements [2022-03-09T09:40:56.326Z] ok github.com/docker/docker/pkg/fileutils 0.136s coverage: 84.7% of statements [2022-03-09T09:40:56.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-09T09:40:56.840Z] --- PASS: TestTarFiles (8.29s) [2022-03-09T09:40:56.840Z] === RUN TestDetectCompressionZstd [2022-03-09T09:40:56.840Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-09T09:40:56.840Z] === RUN TestTarUntar [2022-03-09T09:40:56.840Z] --- PASS: TestTarUntar (0.05s) [2022-03-09T09:40:56.840Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-09T09:40:56.840Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2022-03-09T09:40:56.840Z] === RUN TestTarWithOptions [2022-03-09T09:40:56.840Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-09T09:40:56.840Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-09T09:40:56.840Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-09T09:40:56.840Z] === RUN TestUntarUstarGnuConflict [2022-03-09T09:40:56.840Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-09T09:40:56.840Z] === RUN TestUntarInvalidFilenames [2022-03-09T09:40:56.840Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames4205633087\\dest" [2022-03-09T09:40:56.840Z] --- PASS: TestUntarInvalidFilenames (0.22s) [2022-03-09T09:40:56.840Z] === RUN TestUntarHardlinkToSymlink [2022-03-09T09:40:56.840Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-09T09:40:56.840Z] === RUN TestUntarInvalidHardlink [2022-03-09T09:40:56.840Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3504115149\\victim\\hello" -> "../victim/hello" [2022-03-09T09:40:56.840Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2492697272\\victim\\hello" -> "/../victim/hello" [2022-03-09T09:40:56.840Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink867592304\\victim" -> "../victim" [2022-03-09T09:40:56.840Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink858543868\\victim" -> "../victim" [2022-03-09T09:40:56.840Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2079772562\\victim" -> "../victim" [2022-03-09T09:40:56.840Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3216414956\\victim" -> "../victim" [2022-03-09T09:40:56.840Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2022-03-09T09:40:56.840Z] === RUN TestUntarInvalidSymlink [2022-03-09T09:40:56.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink495077574\\dest\\dotdot" -> "../victim/hello" [2022-03-09T09:40:56.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2698557638\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T09:40:56.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2857181793\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:40:56.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3962075442\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:40:56.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink34337425\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:40:56.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1661418821\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:40:56.840Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2117914015\\dest\\dir\\loophole" -> "../../victim" [2022-03-09T09:40:56.840Z] --- PASS: TestUntarInvalidSymlink (0.06s) [2022-03-09T09:40:56.840Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-09T09:40:56.840Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-09T09:40:56.840Z] === RUN TestXGlobalNoParent [2022-03-09T09:40:56.840Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-09T09:40:56.840Z] === RUN TestReplaceFileTarWrapper [2022-03-09T09:40:57.157Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s) [2022-03-09T09:40:57.158Z] === RUN TestRenameInvalidName [2022-03-09T09:40:57.355Z] === RUN TestGet [2022-03-09T09:40:57.355Z] --- PASS: TestGet (0.00s) [2022-03-09T09:40:57.355Z] === RUN TestGetShortcutString [2022-03-09T09:40:57.355Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-09T09:40:57.355Z] PASS [2022-03-09T09:40:57.355Z] coverage: 42.9% of statements [2022-03-09T09:40:57.355Z] ok github.com/docker/docker/pkg/homedir 0.046s coverage: 42.9% of statements [2022-03-09T09:40:57.355Z] --- PASS: TestReplaceFileTarWrapper (0.25s) [2022-03-09T09:40:57.355Z] === RUN TestPrefixHeaderReadable [2022-03-09T09:40:57.355Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-09T09:40:57.355Z] === RUN TestDisablePigz [2022-03-09T09:40:57.355Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-09T09:40:57.355Z] --- PASS: TestDisablePigz (0.18s) [2022-03-09T09:40:57.355Z] === RUN TestPigz [2022-03-09T09:40:57.417Z] --- PASS: TestRenameInvalidName (0.38s) [2022-03-09T09:40:57.417Z] === RUN TestRenameAnonymousContainer [2022-03-09T09:40:57.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-09T09:40:57.868Z] 2022/03/09 09:40:57 Closing DB instances... [2022-03-09T09:40:57.869Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-09T09:40:57.869Z] --- PASS: TestPigz (0.18s) [2022-03-09T09:40:57.869Z] === RUN TestNosysFileInfo [2022-03-09T09:40:57.869Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-09T09:40:57.869Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T09:40:57.869Z] archive_windows_test.go:16: Currently fails [2022-03-09T09:40:57.869Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T09:40:57.869Z] === RUN TestCanonicalTarNameForPath [2022-03-09T09:40:57.869Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-09T09:40:57.869Z] === RUN TestCanonicalTarName [2022-03-09T09:40:57.869Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-09T09:40:57.869Z] === RUN TestChmodTarEntry [2022-03-09T09:40:57.869Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-09T09:40:57.869Z] === RUN TestHardLinkOrder [2022-03-09T09:40:57.869Z] --- PASS: TestHardLinkOrder (0.13s) [2022-03-09T09:40:57.869Z] === RUN TestChangeString [2022-03-09T09:40:57.869Z] --- PASS: TestChangeString (0.00s) [2022-03-09T09:40:57.869Z] === RUN TestChangesWithNoChanges [2022-03-09T09:40:57.869Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-09T09:40:57.869Z] === RUN TestChangesWithChanges [2022-03-09T09:40:57.869Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-09T09:40:57.869Z] === RUN TestChangesWithChangesGH13590 [2022-03-09T09:40:57.869Z] changes_test.go:195: needs more investigation [2022-03-09T09:40:57.869Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-09T09:40:57.869Z] === RUN TestChangesDirsEmpty [2022-03-09T09:40:58.092Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-09T09:40:58.391Z] --- PASS: TestChangesDirsEmpty (0.21s) [2022-03-09T09:40:58.391Z] === RUN TestChangesDirsMutated [2022-03-09T09:40:58.391Z] === RUN TestCreateIDMapOrder [2022-03-09T09:40:58.391Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-09T09:40:58.391Z] PASS [2022-03-09T09:40:58.391Z] coverage: 7.2% of statements [2022-03-09T09:40:58.391Z] ok github.com/docker/docker/pkg/idtools 0.049s coverage: 7.2% of statements [2022-03-09T09:40:58.391Z] --- PASS: TestChangesDirsMutated (0.21s) [2022-03-09T09:40:58.391Z] === RUN TestApplyLayer [2022-03-09T09:40:58.391Z] changes_test.go:432: needs further investigation [2022-03-09T09:40:58.391Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-09T09:40:58.391Z] === RUN TestChangesSizeWithHardlinks [2022-03-09T09:40:58.391Z] changes_test.go:468: needs further investigation [2022-03-09T09:40:58.391Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-09T09:40:58.391Z] === RUN TestChangesSizeWithNoChanges [2022-03-09T09:40:58.391Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-09T09:40:58.391Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-09T09:40:58.391Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-09T09:40:58.391Z] === RUN TestChangesSize [2022-03-09T09:40:58.391Z] --- PASS: TestChangesSize (0.00s) [2022-03-09T09:40:58.391Z] === RUN TestApplyLayerInvalidFilenames [2022-03-09T09:40:58.391Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2663683580\\dest" [2022-03-09T09:40:58.391Z] --- PASS: TestApplyLayerInvalidFilenames (0.03s) [2022-03-09T09:40:58.391Z] === RUN TestApplyLayerInvalidHardlink [2022-03-09T09:40:58.391Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2924941670\\victim\\hello" -> "../victim/hello" [2022-03-09T09:40:58.391Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1564691931\\victim\\hello" -> "/../victim/hello" [2022-03-09T09:40:58.391Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink950996628\\victim" -> "../victim" [2022-03-09T09:40:58.391Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink708492925\\victim" -> "../victim" [2022-03-09T09:40:58.391Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1899133815\\victim" -> "../victim" [2022-03-09T09:40:58.391Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1969261588\\victim" -> "../victim" [2022-03-09T09:40:58.391Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-09T09:40:58.391Z] === RUN TestApplyLayerInvalidSymlink [2022-03-09T09:40:58.391Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2869646301\\dest\\dotdot" -> "../victim/hello" [2022-03-09T09:40:58.391Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1810083936\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T09:40:58.391Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3197938859\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:40:58.391Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2333643198\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:40:58.391Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4207635251\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:40:58.391Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4187383483\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:40:58.391Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-03-09T09:40:58.391Z] === RUN TestApplyLayerWhiteouts [2022-03-09T09:40:58.391Z] --- PASS: TestApplyLayerWhiteouts (0.12s) [2022-03-09T09:40:58.391Z] === RUN TestGenerateEmptyFile [2022-03-09T09:40:58.391Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-09T09:40:58.391Z] === RUN TestGenerateWithContent [2022-03-09T09:40:58.391Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-09T09:40:58.391Z] PASS [2022-03-09T09:40:58.391Z] coverage: 63.1% of statements [2022-03-09T09:40:58.391Z] ok github.com/docker/docker/pkg/archive 11.712s coverage: 63.1% of statements [2022-03-09T09:40:58.421Z] 037d5740b404: Verifying Checksum [2022-03-09T09:40:58.421Z] 037d5740b404: Download complete [2022-03-09T09:40:58.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-09T09:40:58.796Z] --- PASS: TestRenameAnonymousContainer (1.49s) [2022-03-09T09:40:58.796Z] === RUN TestRenameContainerWithSameName [2022-03-09T09:40:58.906Z] --- PASS: TestNetworkDBWatch (3.09s) [2022-03-09T09:40:58.906Z] === RUN TestNetworkDBBulkSync [2022-03-09T09:40:59.365Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-09T09:40:59.365Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T09:40:59.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-09T09:40:59.932Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s) [2022-03-09T09:40:59.932Z] === RUN TestResize [2022-03-09T09:40:59.988Z] === RUN TestFixedBufferCap [2022-03-09T09:40:59.988Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-09T09:40:59.988Z] === RUN TestFixedBufferLen [2022-03-09T09:40:59.988Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-09T09:40:59.988Z] === RUN TestFixedBufferString [2022-03-09T09:40:59.988Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-09T09:40:59.988Z] === RUN TestFixedBufferWrite [2022-03-09T09:40:59.988Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-09T09:40:59.988Z] === RUN TestFixedBufferRead [2022-03-09T09:40:59.988Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-09T09:40:59.988Z] === RUN TestBytesPipeRead [2022-03-09T09:40:59.988Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-09T09:40:59.988Z] === RUN TestBytesPipeWrite [2022-03-09T09:40:59.988Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-09T09:40:59.989Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-09T09:41:00.156Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T09:41:00.156Z] Using test binary docker [2022-03-09T09:41:00.156Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-09T09:41:00.156Z] +++ /etc/init.d/apparmor start [2022-03-09T09:41:00.156Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T09:41:00.156Z] Starting dockerd [2022-03-09T09:41:00.156Z] INFO: Waiting for daemon to start... [2022-03-09T09:41:00.156Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-03-09T09:41:00.498Z] --- PASS: TestResize (0.41s) [2022-03-09T09:41:00.498Z] === RUN TestResizeWithInvalidSize [2022-03-09T09:41:00.501Z] 2022/03/09 09:41:00 Closing DB instances... [2022-03-09T09:41:00.501Z] --- PASS: TestBytesPipeWriteRandomChunks (0.53s) [2022-03-09T09:41:00.501Z] === RUN TestAtomicWriteToFile [2022-03-09T09:41:00.501Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-09T09:41:00.501Z] === RUN TestAtomicWriteSetCommit [2022-03-09T09:41:00.501Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-09T09:41:00.501Z] === RUN TestAtomicWriteSetCancel [2022-03-09T09:41:00.501Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-09T09:41:00.501Z] === RUN TestReadCloserWrapperClose [2022-03-09T09:41:00.501Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-09T09:41:00.501Z] === RUN TestReaderErrWrapperReadOnError [2022-03-09T09:41:00.501Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-09T09:41:00.501Z] === RUN TestReaderErrWrapperRead [2022-03-09T09:41:00.501Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-09T09:41:00.501Z] === RUN TestCancelReadCloser [2022-03-09T09:41:00.501Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-09T09:41:00.501Z] === RUN TestWriteCloserWrapperClose [2022-03-09T09:41:00.501Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-09T09:41:00.501Z] === RUN TestNopWriteCloser [2022-03-09T09:41:00.501Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-09T09:41:00.501Z] === RUN TestNopWriter [2022-03-09T09:41:00.501Z] --- PASS: TestNopWriter (0.00s) [2022-03-09T09:41:00.501Z] === RUN TestWriteCounter [2022-03-09T09:41:00.501Z] --- PASS: TestWriteCounter (0.00s) [2022-03-09T09:41:00.501Z] PASS [2022-03-09T09:41:00.501Z] coverage: 70.1% of statements [2022-03-09T09:41:00.501Z] ok github.com/docker/docker/pkg/ioutils 0.726s coverage: 70.1% of statements [2022-03-09T09:41:00.756Z] --- PASS: TestResizeWithInvalidSize (0.39s) [2022-03-09T09:41:00.756Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T09:41:01.321Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-03-09T09:41:01.321Z] === RUN TestDaemonRestartKillContainers [2022-03-09T09:41:01.321Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-09T09:41:01.321Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:41:01.321Z] === RUN TestCgroupNamespacesRun [2022-03-09T09:41:01.592Z] === RUN TestError [2022-03-09T09:41:01.592Z] --- PASS: TestError (0.00s) [2022-03-09T09:41:01.592Z] === RUN TestProgressString [2022-03-09T09:41:01.592Z] === RUN TestProgressString/no_progress [2022-03-09T09:41:01.592Z] === RUN TestProgressString/progress_1 [2022-03-09T09:41:01.592Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-09T09:41:01.592Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-09T09:41:01.592Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-09T09:41:01.592Z] === RUN TestProgressString/with_units [2022-03-09T09:41:01.592Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-09T09:41:01.592Z] === RUN TestProgressString/hide_counts [2022-03-09T09:41:01.592Z] --- PASS: TestProgressString (0.00s) [2022-03-09T09:41:01.592Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-09T09:41:01.592Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-09T09:41:01.592Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-09T09:41:01.592Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-09T09:41:01.592Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-09T09:41:01.592Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-09T09:41:01.592Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-09T09:41:01.593Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-09T09:41:01.593Z] === RUN TestJSONMessageDisplay [2022-03-09T09:41:02.106Z] --- PASS: TestJSONMessageDisplay (0.21s) [2022-03-09T09:41:02.106Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-09T09:41:02.106Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-09T09:41:02.106Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-09T09:41:02.106Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-09T09:41:02.106Z] === RUN TestDisplayJSONMessagesStream [2022-03-09T09:41:02.106Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-09T09:41:02.106Z] PASS [2022-03-09T09:41:02.106Z] coverage: 91.7% of statements [2022-03-09T09:41:02.106Z] ok github.com/docker/docker/pkg/jsonmessage 0.253s coverage: 91.7% of statements [2022-03-09T09:41:02.106Z] --- PASS: TestNetworkDBBulkSync (2.93s) [2022-03-09T09:41:02.106Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-09T09:41:02.256Z] --- PASS: TestCgroupNamespacesRun (1.13s) [2022-03-09T09:41:02.256Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-09T09:41:02.619Z] === RUN TestStandardLongPath [2022-03-09T09:41:02.619Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-09T09:41:02.619Z] === RUN TestUNCLongPath [2022-03-09T09:41:02.619Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-09T09:41:02.619Z] PASS [2022-03-09T09:41:02.619Z] coverage: 100.0% of statements [2022-03-09T09:41:02.619Z] ok github.com/docker/docker/pkg/longpath 0.053s coverage: 100.0% of statements [2022-03-09T09:41:02.671Z] . [2022-03-09T09:41:02.671Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T09:41:02.672Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T09:41:02.672Z] Error: No such image: emptyfs [2022-03-09T09:41:02.672Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-09T09:41:02.672Z] ++++ docker load [2022-03-09T09:41:02.672Z] Running integration-test (iteration 1) [2022-03-09T09:41:02.672Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-09T09:41:02.672Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:41:02.672Z] ++ set -e [2022-03-09T09:41:02.672Z] ++ '[' -n 0 ']' [2022-03-09T09:41:02.672Z] ++ set -x [2022-03-09T09:41:02.672Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:41:02.672Z] Loaded image: busybox:latest [2022-03-09T09:41:02.928Z] Loaded image: busybox:glibc [2022-03-09T09:41:03.135Z] === RUN TestNameFormat [2022-03-09T09:41:03.135Z] --- PASS: TestNameFormat (0.00s) [2022-03-09T09:41:03.135Z] === RUN TestNameRetries [2022-03-09T09:41:03.135Z] --- PASS: TestNameRetries (0.00s) [2022-03-09T09:41:03.135Z] PASS [2022-03-09T09:41:03.135Z] coverage: 85.7% of statements [2022-03-09T09:41:03.135Z] ok github.com/docker/docker/pkg/namesgenerator 0.054s coverage: 85.7% of statements [2022-03-09T09:41:03.632Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2022-03-09T09:41:03.632Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-09T09:41:03.859Z] Loaded image: debian:bullseye-slim [2022-03-09T09:41:03.859Z] Loaded image: hello-world:latest [2022-03-09T09:41:03.859Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T09:41:03.859Z] INFO: Testing against a local daemon [2022-03-09T09:41:03.859Z] === RUN TestCgroupNamespacesBuild [2022-03-09T09:41:04.212Z] === RUN TestParseKeyValueOpt [2022-03-09T09:41:04.212Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-09T09:41:04.212Z] === RUN TestParseUintList [2022-03-09T09:41:04.212Z] --- PASS: TestParseUintList (0.00s) [2022-03-09T09:41:04.212Z] === RUN TestParseUintListMaximumLimits [2022-03-09T09:41:04.212Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-09T09:41:04.212Z] PASS [2022-03-09T09:41:04.212Z] coverage: 97.0% of statements [2022-03-09T09:41:04.212Z] ok github.com/docker/docker/pkg/parsers 0.050s coverage: 97.0% of statements [2022-03-09T09:41:04.571Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2022-03-09T09:41:04.571Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-09T09:41:04.726Z] === RUN TestNewAndRemove [2022-03-09T09:41:04.726Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-09T09:41:04.726Z] === RUN TestRemoveInvalidPath [2022-03-09T09:41:04.726Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-09T09:41:04.726Z] PASS [2022-03-09T09:41:04.726Z] coverage: 82.6% of statements [2022-03-09T09:41:04.726Z] ok github.com/docker/docker/pkg/pidfile 0.052s coverage: 82.6% of statements [2022-03-09T09:41:05.227Z] --- PASS: TestCgroupNamespacesBuild (1.06s) [2022-03-09T09:41:05.227Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-09T09:41:05.241Z] 2022/03/09 09:41:04 Closing DB instances... [2022-03-09T09:41:05.241Z] time="2022-03-09T09:41:04Z" level=error msg="node: 0a31b9b1a3bb is unknown to memberlist" [2022-03-09T09:41:05.949Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-03-09T09:41:05.949Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-09T09:41:06.158Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.05s) [2022-03-09T09:41:06.158Z] === RUN TestBuildWithSession [2022-03-09T09:41:06.158Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:41:06.158Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T09:41:06.158Z] === RUN TestBuildSquashParent [2022-03-09T09:41:06.888Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-03-09T09:41:06.888Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-09T09:41:06.943Z] === RUN TestFailedConnection [2022-03-09T09:41:06.943Z] --- PASS: TestGetAddress (27.63s) [2022-03-09T09:41:06.943Z] === RUN TestRequestSyntaxCheck [2022-03-09T09:41:06.943Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-03-09T09:41:06.943Z] === RUN TestRequest [2022-03-09T09:41:07.068Z] 8f616e6e9eec: Verifying Checksum [2022-03-09T09:41:07.068Z] 8f616e6e9eec: Download complete [2022-03-09T09:41:07.460Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.38s) [2022-03-09T09:41:07.460Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-09T09:41:07.824Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s) [2022-03-09T09:41:07.825Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-09T09:41:07.973Z] --- PASS: TestFailedConnection (1.12s) [2022-03-09T09:41:07.973Z] === RUN TestFailOnce [2022-03-09T09:41:07.973Z] 2022/03/09 09:41:07 http: panic serving 127.0.0.1:49304: Plugin not ready [2022-03-09T09:41:07.973Z] goroutine 28 [running]: [2022-03-09T09:41:07.973Z] net/http.(*conn).serve.func1() [2022-03-09T09:41:07.973Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T09:41:07.973Z] panic({0xc3ca00, 0xd509d0}) [2022-03-09T09:41:07.973Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T09:41:07.973Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x14512bde21b6d312}, 0xc000171a98) [2022-03-09T09:41:07.973Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-09T09:41:07.973Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xd5d900, 0xc000224000}, 0xb71d26) [2022-03-09T09:41:07.973Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T09:41:07.973Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xd5d900, 0xc000224000}, 0xc000212000) [2022-03-09T09:41:07.973Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-09T09:41:07.973Z] net/http.serverHandler.ServeHTTP({0xd5bff0}, {0xd5d900, 0xc000224000}, 0xc000212000) [2022-03-09T09:41:07.973Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T09:41:07.973Z] net/http.(*conn).serve(0xc000094dc0, {0xd5f900, 0xc0001840c0}) [2022-03-09T09:41:07.973Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T09:41:07.973Z] created by net/http.(*Server).Serve [2022-03-09T09:41:07.973Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T09:41:07.973Z] time="2022-03-09T09:41:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49303/Test.FailOnce: Post \"http://127.0.0.1:49303/Test.FailOnce\": EOF, retrying in 1s" [2022-03-09T09:41:08.485Z] 2022/03/09 09:41:08 Closing DB instances... [2022-03-09T09:41:08.762Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-03-09T09:41:08.762Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-09T09:41:09.001Z] --- PASS: TestFailOnce (1.20s) [2022-03-09T09:41:09.001Z] === RUN TestEchoInputOutput [2022-03-09T09:41:09.001Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-09T09:41:09.001Z] === RUN TestBackoff [2022-03-09T09:41:09.001Z] --- PASS: TestBackoff (0.00s) [2022-03-09T09:41:09.001Z] === RUN TestAbortRetry [2022-03-09T09:41:09.001Z] --- PASS: TestAbortRetry (0.00s) [2022-03-09T09:41:09.001Z] === RUN TestClientScheme [2022-03-09T09:41:09.001Z] --- PASS: TestClientScheme (0.00s) [2022-03-09T09:41:09.001Z] === RUN TestNewClientWithTimeout [2022-03-09T09:41:09.430Z] --- PASS: TestBuildSquashParent (3.06s) [2022-03-09T09:41:09.430Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T09:41:09.430Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:41:09.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:41:09.430Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:41:09.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:41:09.430Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:41:09.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:41:09.430Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:41:09.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:41:09.430Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:41:09.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:41:09.430Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:41:09.430Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:41:09.430Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:41:09.430Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:41:09.514Z] time="2022-03-09T09:41:09Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49310/Test.Echo: Post \"http://127.0.0.1:49310/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-09T09:41:09.740Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s) [2022-03-09T09:41:09.740Z] === RUN TestNISDomainname [2022-03-09T09:41:09.740Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-09T09:41:09.740Z] --- SKIP: TestNISDomainname (0.01s) [2022-03-09T09:41:09.740Z] === RUN TestHostnameDnsResolution [2022-03-09T09:41:10.028Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-09T09:41:10.028Z] === RUN TestNetworkDBGarbageCollection [2022-03-09T09:41:10.325Z] --- PASS: TestHostnameDnsResolution (0.71s) [2022-03-09T09:41:10.325Z] === RUN TestUnprivilegedPortsAndPing [2022-03-09T09:41:10.325Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-09T09:41:10.325Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-09T09:41:10.325Z] === RUN TestStats [2022-03-09T09:41:10.325Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:10.325Z] --- SKIP: TestStats (0.00s) [2022-03-09T09:41:10.325Z] === RUN TestStopContainerWithTimeout [2022-03-09T09:41:10.325Z] === RUN TestStopContainerWithTimeout/0 [2022-03-09T09:41:10.325Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-09T09:41:10.325Z] === RUN TestStopContainerWithTimeout/1 [2022-03-09T09:41:10.325Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-09T09:41:10.325Z] === RUN TestStopContainerWithTimeout/3 [2022-03-09T09:41:10.325Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-09T09:41:10.325Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-09T09:41:10.325Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-09T09:41:10.360Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:41:10.360Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:41:10.589Z] === CONT TestStopContainerWithTimeout/0 [2022-03-09T09:41:10.589Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-09T09:41:11.110Z] time="2022-03-09T09:41:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49310/Test.Echo: Post \"http://127.0.0.1:49310/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-09T09:41:11.171Z] === CONT TestStopContainerWithTimeout/3 [2022-03-09T09:41:11.726Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:41:11.726Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:41:12.653Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-09T09:41:12.653Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.17s) [2022-03-09T09:41:12.653Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.21s) [2022-03-09T09:41:12.653Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.22s) [2022-03-09T09:41:12.653Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.23s) [2022-03-09T09:41:12.653Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.02s) [2022-03-09T09:41:12.653Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.07s) [2022-03-09T09:41:12.653Z] === RUN TestBuildMultiStageCopy [2022-03-09T09:41:12.653Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T09:41:13.072Z] === CONT TestStopContainerWithTimeout/1 [2022-03-09T09:41:13.582Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T09:41:13.839Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T09:41:14.085Z] time="2022-03-09T09:41:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49310/Test.Echo: Post \"http://127.0.0.1:49310/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-09T09:41:14.095Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T09:41:14.095Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T09:41:14.352Z] --- PASS: TestBuildMultiStageCopy (1.78s) [2022-03-09T09:41:14.352Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.06s) [2022-03-09T09:41:14.352Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2022-03-09T09:41:14.352Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2022-03-09T09:41:14.352Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.18s) [2022-03-09T09:41:14.352Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.19s) [2022-03-09T09:41:14.352Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T09:41:14.445Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-09T09:41:14.445Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2022-03-09T09:41:14.445Z] --- PASS: TestStopContainerWithTimeout/-1 (2.69s) [2022-03-09T09:41:14.445Z] --- PASS: TestStopContainerWithTimeout/3 (2.35s) [2022-03-09T09:41:14.445Z] --- PASS: TestStopContainerWithTimeout/1 (1.40s) [2022-03-09T09:41:14.445Z] === RUN TestDeleteDevicemapper [2022-03-09T09:41:14.445Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T09:41:14.445Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-09T09:41:14.445Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T09:41:14.917Z] --- PASS: TestBuildMultiStageParentConfig (0.53s) [2022-03-09T09:41:14.917Z] === RUN TestBuildLabelWithTargets [2022-03-09T09:41:15.849Z] --- PASS: TestBuildLabelWithTargets (0.83s) [2022-03-09T09:41:15.849Z] === RUN TestBuildWithEmptyLayers [2022-03-09T09:41:16.106Z] --- PASS: TestBuildWithEmptyLayers (0.37s) [2022-03-09T09:41:16.106Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T09:41:16.349Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.51s) [2022-03-09T09:41:16.349Z] === RUN TestUpdateMemory [2022-03-09T09:41:16.349Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:16.349Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-09T09:41:16.349Z] === RUN TestUpdateCPUQuota [2022-03-09T09:41:16.349Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:16.349Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-09T09:41:16.349Z] === RUN TestUpdatePidsLimit [2022-03-09T09:41:16.349Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:16.349Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-09T09:41:16.349Z] === RUN TestUpdateRestartPolicy [2022-03-09T09:41:17.479Z] --- PASS: TestBuildMultiStageOnBuild (1.28s) [2022-03-09T09:41:17.479Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T09:41:18.056Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2022-03-09T09:41:18.056Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T09:41:18.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-09T09:41:18.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-09T09:41:18.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-09T09:41:18.860Z] time="2022-03-09T09:41:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49310/Test.Echo: Post \"http://127.0.0.1:49310/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-09T09:41:19.432Z] --- PASS: TestBuildMultiStageLayerLeak (1.26s) [2022-03-09T09:41:19.432Z] === RUN TestBuildWithHugeFile [2022-03-09T09:41:20.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-09T09:41:21.090Z] --- PASS: TestRequest (14.21s) [2022-03-09T09:41:21.090Z] === RUN TestOverlappingRequests [2022-03-09T09:41:21.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-09T09:41:21.559Z] === RUN TestParseEmptyInterface [2022-03-09T09:41:21.559Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-09T09:41:21.559Z] === RUN TestParseNonInterfaceType [2022-03-09T09:41:21.559Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-09T09:41:21.559Z] === RUN TestParseWithOneFunction [2022-03-09T09:41:21.559Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-09T09:41:21.559Z] === RUN TestParseWithMultipleFuncs [2022-03-09T09:41:21.559Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-09T09:41:21.559Z] === RUN TestParseWithUnnamedReturn [2022-03-09T09:41:21.559Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-09T09:41:21.559Z] === RUN TestEmbeddedInterface [2022-03-09T09:41:21.559Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-09T09:41:21.559Z] === RUN TestParsedImports [2022-03-09T09:41:21.559Z] --- PASS: TestParsedImports (0.00s) [2022-03-09T09:41:21.559Z] === RUN TestAliasedImports [2022-03-09T09:41:21.559Z] --- PASS: TestAliasedImports (0.00s) [2022-03-09T09:41:21.559Z] PASS [2022-03-09T09:41:21.559Z] coverage: 56.8% of statements [2022-03-09T09:41:21.559Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.061s coverage: 56.8% of statements [2022-03-09T09:41:22.028Z] --- PASS: TestOverlappingRequests (0.66s) [2022-03-09T09:41:22.028Z] === RUN TestRelease [2022-03-09T09:41:22.498Z] === RUN TestHTTPTransport [2022-03-09T09:41:22.498Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-09T09:41:22.498Z] PASS [2022-03-09T09:41:22.498Z] coverage: 85.7% of statements [2022-03-09T09:41:22.498Z] ok github.com/docker/docker/pkg/plugins/transport 0.045s coverage: 85.7% of statements [2022-03-09T09:41:23.492Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-09T09:41:23.492Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T09:41:23.492Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-09T09:41:23.492Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-09T09:41:23.492Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-09T09:41:23.492Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-09T09:41:23.492Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-09T09:41:23.492Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T09:41:23.492Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-09T09:41:23.492Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-09T09:41:23.492Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-09T09:41:23.492Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-09T09:41:23.492Z] === RUN TestBufferPoolPutAndGet [2022-03-09T09:41:23.492Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-09T09:41:23.492Z] PASS [2022-03-09T09:41:23.492Z] coverage: 88.2% of statements [2022-03-09T09:41:23.492Z] ok github.com/docker/docker/pkg/pools 0.041s coverage: 88.2% of statements [2022-03-09T09:41:23.742Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-09T09:41:23.961Z] === RUN TestOutputOnPrematureClose [2022-03-09T09:41:23.961Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-09T09:41:23.961Z] === RUN TestCompleteSilently [2022-03-09T09:41:23.961Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-09T09:41:23.961Z] PASS [2022-03-09T09:41:23.961Z] coverage: 75.9% of statements [2022-03-09T09:41:23.961Z] ok github.com/docker/docker/pkg/progress 0.052s coverage: 75.9% of statements [2022-03-09T09:41:24.432Z] === RUN TestSendToOneSub [2022-03-09T09:41:24.432Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-09T09:41:24.432Z] === RUN TestSendToMultipleSubs [2022-03-09T09:41:24.432Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-09T09:41:24.432Z] === RUN TestEvictOneSub [2022-03-09T09:41:24.432Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-09T09:41:24.432Z] === RUN TestClosePublisher [2022-03-09T09:41:24.432Z] --- PASS: TestClosePublisher (0.00s) [2022-03-09T09:41:24.432Z] === RUN TestPubSubRace [2022-03-09T09:41:24.432Z] --- PASS: TestRelease (2.77s) [2022-03-09T09:41:24.432Z] === RUN TestAllocateRandomDeallocate [2022-03-09T09:41:25.426Z] --- PASS: TestPubSubRace (1.08s) [2022-03-09T09:41:25.426Z] PASS [2022-03-09T09:41:25.426Z] coverage: 75.0% of statements [2022-03-09T09:41:25.426Z] ok github.com/docker/docker/pkg/pubsub 1.121s coverage: 75.0% of statements [2022-03-09T09:41:26.420Z] === RUN TestRegister [2022-03-09T09:41:26.420Z] --- PASS: TestRegister (0.00s) [2022-03-09T09:41:26.420Z] === RUN TestCommand [2022-03-09T09:41:26.420Z] --- PASS: TestCommand (0.04s) [2022-03-09T09:41:26.420Z] === RUN TestNaiveSelf [2022-03-09T09:41:26.420Z] --- PASS: TestNaiveSelf (0.04s) [2022-03-09T09:41:26.420Z] PASS [2022-03-09T09:41:26.420Z] coverage: 82.4% of statements [2022-03-09T09:41:26.420Z] ok github.com/docker/docker/pkg/reexec 0.122s coverage: 82.4% of statements [2022-03-09T09:41:26.750Z] --- PASS: TestImportExtremelyLargeImageWorks (90.32s) [2022-03-09T09:41:26.750Z] PASS [2022-03-09T09:41:26.750Z] [2022-03-09T09:41:26.750Z] DONE 22 tests in 93.454s [2022-03-09T09:41:26.750Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-09T09:41:26.750Z] INFO: Testing against a local daemon [2022-03-09T09:41:26.750Z] === RUN TestNetworkCreateDelete [2022-03-09T09:41:26.750Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-09T09:41:26.750Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T09:41:26.750Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-09T09:41:26.750Z] === RUN TestDaemonDNSFallback [2022-03-09T09:41:26.888Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-09T09:41:26.888Z] === RUN TestClientStream [2022-03-09T09:41:26.888Z] --- PASS: TestClientStream (0.00s) [2022-03-09T09:41:26.888Z] === RUN TestClientSendFile [2022-03-09T09:41:26.888Z] --- PASS: TestClientSendFile (0.00s) [2022-03-09T09:41:26.888Z] === RUN TestClientWithRequestTimeout [2022-03-09T09:41:26.888Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-09T09:41:26.888Z] === RUN TestFileSpecPlugin [2022-03-09T09:41:26.888Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-09T09:41:26.888Z] === RUN TestFileJSONSpecPlugin [2022-03-09T09:41:26.888Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-09T09:41:26.888Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-09T09:41:26.888Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-09T09:41:26.888Z] === RUN TestPluginAddHandler [2022-03-09T09:41:26.888Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-09T09:41:26.888Z] === RUN TestPluginWaitBadPlugin [2022-03-09T09:41:26.888Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-09T09:41:26.888Z] === RUN TestGet [2022-03-09T09:41:26.888Z] time="2022-03-09T09:41:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-09T09:41:26.888Z] === RUN TestDump [2022-03-09T09:41:26.888Z] goroutine 21 [running]: [2022-03-09T09:41:26.888Z] github.com/docker/docker/pkg/stack.dump(0x113b9d7) [2022-03-09T09:41:26.888Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T09:41:26.888Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-09T09:41:26.888Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-09T09:41:26.888Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-09T09:41:26.888Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-09T09:41:26.888Z] testing.tRunner(0xc0000856c0, 0x12aa190) [2022-03-09T09:41:26.888Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:41:26.888Z] created by testing.(*T).Run [2022-03-09T09:41:26.888Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T09:41:26.888Z] [2022-03-09T09:41:26.888Z] goroutine 1 [chan receive]: [2022-03-09T09:41:26.888Z] testing.(*T).Run(0xc000085520, {0x129b7b1, 0x111a733}, 0x12aa190) [2022-03-09T09:41:26.888Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T09:41:26.888Z] testing.runTests.func1(0xc0000c6810) [2022-03-09T09:41:26.888Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T09:41:26.888Z] testing.tRunner(0xc000085520, 0xc0000d1ce0) [2022-03-09T09:41:26.888Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:41:26.888Z] testing.runTests(0xc0000dc080, {0x140ec20, 0x3, 0x3}, {0x113ac2d, 0x129d4ab, 0x14136e0}) [2022-03-09T09:41:26.888Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T09:41:26.888Z] testing.(*M).Run(0xc0000dc080) [2022-03-09T09:41:26.888Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T09:41:26.888Z] main.main() [2022-03-09T09:41:26.888Z] _testmain.go:95 +0x1f5 [2022-03-09T09:41:26.888Z] --- PASS: TestDump (0.00s) [2022-03-09T09:41:26.888Z] === RUN TestDumpToFile [2022-03-09T09:41:27.323Z] --- PASS: TestDaemonDNSFallback (6.35s) [2022-03-09T09:41:27.323Z] === RUN TestInspectNetwork [2022-03-09T09:41:27.359Z] --- PASS: TestDumpToFile (0.17s) [2022-03-09T09:41:27.359Z] === RUN TestDumpToFileWithEmptyInput [2022-03-09T09:41:27.359Z] goroutine 23 [running]: [2022-03-09T09:41:27.359Z] github.com/docker/docker/pkg/stack.dump(0x11a8bb4) [2022-03-09T09:41:27.359Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T09:41:27.359Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x11a8f60}) [2022-03-09T09:41:27.359Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-09T09:41:27.359Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0000856c0) [2022-03-09T09:41:27.359Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-09T09:41:27.359Z] testing.tRunner(0xc000085ba0, 0x12aa180) [2022-03-09T09:41:27.359Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:41:27.359Z] created by testing.(*T).Run [2022-03-09T09:41:27.359Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T09:41:27.359Z] [2022-03-09T09:41:27.359Z] goroutine 1 [chan receive]: [2022-03-09T09:41:27.359Z] testing.(*T).Run(0xc000085520, {0x12a2596, 0x111a733}, 0x12aa180) [2022-03-09T09:41:27.359Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T09:41:27.359Z] testing.runTests.func1(0xc0000c6810) [2022-03-09T09:41:27.359Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T09:41:27.359Z] testing.tRunner(0xc000085520, 0xc0000d1ce0) [2022-03-09T09:41:27.359Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:41:27.359Z] testing.runTests(0xc0000dc080, {0x140ec20, 0x3, 0x3}, {0x113ac2d, 0x129d4ab, 0x14136e0}) [2022-03-09T09:41:27.359Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T09:41:27.359Z] testing.(*M).Run(0xc0000dc080) [2022-03-09T09:41:27.359Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T09:41:27.359Z] main.main() [2022-03-09T09:41:27.359Z] _testmain.go:95 +0x1f5 [2022-03-09T09:41:27.359Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-09T09:41:27.359Z] PASS [2022-03-09T09:41:27.359Z] coverage: 90.9% of statements [2022-03-09T09:41:27.359Z] ok github.com/docker/docker/pkg/stack 0.209s coverage: 90.9% of statements [2022-03-09T09:41:27.831Z] time="2022-03-09T09:41:27Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-09T09:41:27.831Z] === RUN TestNewStdWriter [2022-03-09T09:41:27.831Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-09T09:41:27.831Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestWriteWithNilBytes [2022-03-09T09:41:27.831Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestWrite [2022-03-09T09:41:27.831Z] --- PASS: TestWrite (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestWriteWithWriterError [2022-03-09T09:41:27.831Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-09T09:41:27.831Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestStdCopyWriteAndRead [2022-03-09T09:41:27.831Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-09T09:41:27.831Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-09T09:41:27.831Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-09T09:41:27.831Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-09T09:41:27.831Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-09T09:41:27.831Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-09T09:41:27.831Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-09T09:41:27.831Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-09T09:41:27.831Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-09T09:41:27.831Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-09T09:41:27.831Z] PASS [2022-03-09T09:41:27.831Z] coverage: 100.0% of statements [2022-03-09T09:41:27.831Z] ok github.com/docker/docker/pkg/stdcopy 0.051s coverage: 100.0% of statements [2022-03-09T09:41:28.552Z] --- PASS: TestUpdateRestartPolicy (10.87s) [2022-03-09T09:41:28.552Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T09:41:28.552Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-03-09T09:41:28.552Z] === RUN TestWaitNonBlocked [2022-03-09T09:41:28.552Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:41:28.552Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:41:28.552Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:41:28.552Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:41:28.552Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:41:28.552Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:41:28.552Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-09T09:41:28.552Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-03-09T09:41:28.552Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2022-03-09T09:41:28.552Z] === RUN TestWaitBlocked [2022-03-09T09:41:28.552Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:41:28.552Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:41:28.552Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:41:28.552Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:41:28.552Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:41:28.552Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:41:28.810Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-09T09:41:28.810Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2022-03-09T09:41:28.810Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s) [2022-03-09T09:41:28.810Z] === CONT TestDaemonRestartIpcMode [2022-03-09T09:41:28.810Z] === CONT TestIpcModeOlderClient [2022-03-09T09:41:28.810Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-03-09T09:41:28.810Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-09T09:41:28.822Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-09T09:41:28.822Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-09T09:41:28.822Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-09T09:41:28.822Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-09T09:41:28.822Z] === RUN TestFormatStatus [2022-03-09T09:41:28.822Z] --- PASS: TestFormatStatus (0.00s) [2022-03-09T09:41:28.822Z] === RUN TestFormatError [2022-03-09T09:41:28.822Z] --- PASS: TestFormatError (0.00s) [2022-03-09T09:41:28.822Z] === RUN TestFormatJSONError [2022-03-09T09:41:28.822Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-09T09:41:28.822Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-09T09:41:28.822Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-09T09:41:28.822Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-09T09:41:28.822Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-09T09:41:28.822Z] === RUN TestNewJSONProgressOutput [2022-03-09T09:41:28.822Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-09T09:41:28.822Z] === RUN TestAuxFormatterEmit [2022-03-09T09:41:28.822Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-09T09:41:28.822Z] === RUN TestStreamWriterStdout [2022-03-09T09:41:28.822Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-09T09:41:28.822Z] === RUN TestStreamWriterStderr [2022-03-09T09:41:28.822Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-09T09:41:28.822Z] PASS [2022-03-09T09:41:28.822Z] coverage: 66.2% of statements [2022-03-09T09:41:28.822Z] ok github.com/docker/docker/pkg/streamformatter 0.045s coverage: 66.2% of statements [2022-03-09T09:41:29.302Z] === RUN TestGenerateRandomID [2022-03-09T09:41:29.302Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-09T09:41:29.302Z] === RUN TestShortenId [2022-03-09T09:41:29.302Z] --- PASS: TestShortenId (0.00s) [2022-03-09T09:41:29.302Z] === RUN TestShortenSha256Id [2022-03-09T09:41:29.302Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-09T09:41:29.302Z] === RUN TestShortenIdEmpty [2022-03-09T09:41:29.302Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-09T09:41:29.302Z] === RUN TestShortenIdInvalid [2022-03-09T09:41:29.302Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-09T09:41:29.302Z] === RUN TestIsShortIDNonHex [2022-03-09T09:41:29.302Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-09T09:41:29.302Z] === RUN TestIsShortIDNotCorrectSize [2022-03-09T09:41:29.302Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-09T09:41:29.302Z] PASS [2022-03-09T09:41:29.302Z] coverage: 70.6% of statements [2022-03-09T09:41:29.302Z] ok github.com/docker/docker/pkg/stringid 0.041s coverage: 70.6% of statements [2022-03-09T09:41:29.772Z] time="2022-03-09T09:41:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-09T09:41:30.244Z] === RUN TestIsCpusetListAvailable [2022-03-09T09:41:30.244Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-09T09:41:30.244Z] PASS [2022-03-09T09:41:30.244Z] coverage: 39.4% of statements [2022-03-09T09:41:30.244Z] ok github.com/docker/docker/pkg/sysinfo 0.036s coverage: 39.4% of statements [2022-03-09T09:41:30.628Z] === RUN TestInspectNetwork/full_network_id [2022-03-09T09:41:30.628Z] === RUN TestInspectNetwork/partial_network_id [2022-03-09T09:41:30.629Z] === RUN TestInspectNetwork/network_name [2022-03-09T09:41:30.629Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-09T09:41:31.346Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.39s) [2022-03-09T09:41:31.346Z] --- PASS: TestDaemonRestartIpcMode (2.66s) [2022-03-09T09:41:31.346Z] PASS [2022-03-09T09:41:31.346Z] [2022-03-09T09:41:31.346Z] === Skipped [2022-03-09T09:41:31.346Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-09T09:41:31.346Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:41:31.346Z] [2022-03-09T09:41:31.346Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-09T09:41:31.346Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-09T09:41:31.346Z] [2022-03-09T09:41:31.346Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-09T09:41:31.346Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:41:31.346Z] [2022-03-09T09:41:31.346Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-09T09:41:31.346Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-09T09:41:31.346Z] [2022-03-09T09:41:31.346Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T09:41:31.346Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T09:41:31.346Z] [2022-03-09T09:41:31.346Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-09T09:41:31.346Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T09:41:31.346Z] [2022-03-09T09:41:31.346Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-09T09:41:31.346Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T09:41:31.346Z] [2022-03-09T09:41:31.346Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-09T09:41:31.346Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T09:41:31.346Z] [2022-03-09T09:41:31.346Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-09T09:41:31.346Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T09:41:31.346Z] [2022-03-09T09:41:31.346Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-09T09:41:31.347Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-09T09:41:31.347Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-09T09:41:31.347Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-09T09:41:31.347Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2022-03-09T09:41:31.347Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-09T09:41:31.347Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-09T09:41:31.347Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-09T09:41:31.347Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T09:41:31.347Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-03-09T09:41:31.347Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:41:31.347Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-03-09T09:41:31.347Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-09T09:41:31.347Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-09T09:41:31.347Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-09T09:41:31.347Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-09T09:41:31.347Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-09T09:41:31.347Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-09T09:41:31.347Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-09T09:41:31.347Z] [2022-03-09T09:41:31.347Z] DONE 177 tests, 27 skipped in 70.887s [2022-03-09T09:41:31.347Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-09T09:41:31.610Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T09:41:31.820Z] === RUN TestChtimes [2022-03-09T09:41:31.821Z] --- PASS: TestChtimes (0.01s) [2022-03-09T09:41:31.821Z] === RUN TestChtimesWindows [2022-03-09T09:41:31.821Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-09T09:41:31.821Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-09T09:41:31.821Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-09T09:41:31.821Z] PASS [2022-03-09T09:41:31.821Z] coverage: 12.9% of statements [2022-03-09T09:41:31.821Z] ok github.com/docker/docker/pkg/system 0.050s coverage: 12.9% of statements [2022-03-09T09:41:31.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-09T09:41:32.179Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-09T09:41:32.179Z] === RUN TestDaemonConfigValidation [2022-03-09T09:41:32.179Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:41:32.179Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:41:32.179Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-09T09:41:32.179Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-09T09:41:32.179Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-09T09:41:32.179Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-09T09:41:32.179Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-09T09:41:32.179Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-09T09:41:32.179Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-09T09:41:32.179Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-09T09:41:32.179Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:41:32.179Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-09T09:41:32.179Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-09T09:41:32.179Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-09T09:41:32.179Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-09T09:41:32.290Z] === RUN TestTailFile [2022-03-09T09:41:32.290Z] --- PASS: TestTailFile (0.00s) [2022-03-09T09:41:32.290Z] === RUN TestTailFileManyLines [2022-03-09T09:41:32.290Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-09T09:41:32.290Z] === RUN TestTailEmptyFile [2022-03-09T09:41:32.290Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-09T09:41:32.290Z] === RUN TestTailNegativeN [2022-03-09T09:41:32.290Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader [2022-03-09T09:41:32.290Z] === CONT TestNewTailReader [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/truncated_last_line [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-09T09:41:32.290Z] === CONT TestNewTailReader/no_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.290Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-09T09:41:32.290Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.290Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.290Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T09:41:32.290Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T09:41:32.290Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T09:41:32.438Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-09T09:41:32.438Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-09T09:41:32.438Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-09T09:41:32.438Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-03-09T09:41:32.438Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-09T09:41:32.438Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-09T09:41:32.438Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T09:41:32.438Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.764Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:32.764Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:32.764Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:32.765Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:32.765Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:32.765Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:32.766Z] --- PASS: TestAllocateRandomDeallocate (7.91s) [2022-03-09T09:41:32.766Z] === RUN TestRetrieveFromStore [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:32.766Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:32.766Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:32.766Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:32.767Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:32.767Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:32.767Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:32.767Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:32.767Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:41:33.240Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:33.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:33.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:33.241Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:33.241Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:33.241Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:33.241Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:33.241Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:33.241Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:33.241Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:41:33.242Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-09T09:41:33.242Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.243Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:41:33.374Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:41:33.712Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.02s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:41:33.713Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:41:33.713Z] PASS [2022-03-09T09:41:33.713Z] coverage: 88.6% of statements [2022-03-09T09:41:33.713Z] ok github.com/docker/docker/pkg/tailfile 0.224s coverage: 88.6% of statements [2022-03-09T09:41:33.713Z] time="2022-03-09T09:41:33Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-09T09:41:34.183Z] === RUN TestTarSumRemoveNonExistent [2022-03-09T09:41:34.183Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-09T09:41:34.183Z] === RUN TestTarSumRemove [2022-03-09T09:41:34.183Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-09T09:41:34.183Z] === RUN TestSortFileInfoSums [2022-03-09T09:41:34.183Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-09T09:41:34.183Z] === RUN TestNewTarSumForLabelInvalid [2022-03-09T09:41:34.183Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-09T09:41:34.183Z] === RUN TestNewTarSumForLabel [2022-03-09T09:41:34.183Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-09T09:41:34.183Z] === RUN TestEmptyTar [2022-03-09T09:41:34.183Z] --- PASS: TestEmptyTar (0.00s) [2022-03-09T09:41:34.183Z] === RUN TestTarSumsReadSize [2022-03-09T09:41:34.183Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-09T09:41:34.183Z] === RUN TestTarSums [2022-03-09T09:41:34.183Z] --- PASS: TestTarSums (0.07s) [2022-03-09T09:41:34.183Z] === RUN TestIteration [2022-03-09T09:41:34.183Z] --- PASS: TestIteration (0.00s) [2022-03-09T09:41:34.183Z] === RUN TestVersionLabelForChecksum [2022-03-09T09:41:34.183Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-09T09:41:34.183Z] === RUN TestVersion [2022-03-09T09:41:34.183Z] --- PASS: TestVersion (0.00s) [2022-03-09T09:41:34.183Z] === RUN TestGetVersion [2022-03-09T09:41:34.183Z] --- PASS: TestGetVersion (0.00s) [2022-03-09T09:41:34.183Z] === RUN TestGetVersions [2022-03-09T09:41:34.183Z] --- PASS: TestGetVersions (0.00s) [2022-03-09T09:41:34.183Z] PASS [2022-03-09T09:41:34.183Z] coverage: 89.3% of statements [2022-03-09T09:41:34.183Z] ok github.com/docker/docker/pkg/tarsum 0.131s coverage: 89.3% of statements [2022-03-09T09:41:34.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-09T09:41:34.660Z] === RUN TestTruncIndex [2022-03-09T09:41:34.660Z] --- PASS: TestTruncIndex (0.10s) [2022-03-09T09:41:34.660Z] PASS [2022-03-09T09:41:34.660Z] coverage: 91.5% of statements [2022-03-09T09:41:34.660Z] ok github.com/docker/docker/pkg/truncindex 0.143s coverage: 91.5% of statements [2022-03-09T09:41:34.748Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-09T09:41:34.833Z] --- PASS: TestInspectNetwork (6.88s) [2022-03-09T09:41:34.833Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-09T09:41:34.833Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-09T09:41:34.833Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-09T09:41:34.833Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-09T09:41:34.833Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T09:41:35.132Z] === RUN TestIsGIT [2022-03-09T09:41:35.132Z] --- PASS: TestIsGIT (0.00s) [2022-03-09T09:41:35.132Z] === RUN TestIsTransport [2022-03-09T09:41:35.132Z] --- PASS: TestIsTransport (0.00s) [2022-03-09T09:41:35.132Z] PASS [2022-03-09T09:41:35.132Z] coverage: 100.0% of statements [2022-03-09T09:41:35.132Z] ok github.com/docker/docker/pkg/urlutil 0.044s coverage: 100.0% of statements [2022-03-09T09:41:35.605Z] --- PASS: TestRetrieveFromStore (2.96s) [2022-03-09T09:41:35.605Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-09T09:41:35.605Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-09T09:41:35.605Z] === RUN TestParallelPredefinedRequest1 [2022-03-09T09:41:35.605Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-09T09:41:35.605Z] === RUN TestParallelPredefinedRequest2 [2022-03-09T09:41:35.605Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-09T09:41:35.605Z] === RUN TestParallelPredefinedRequest3 [2022-03-09T09:41:35.605Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-09T09:41:35.605Z] === RUN TestParallelPredefinedRequest4 [2022-03-09T09:41:35.605Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-09T09:41:35.605Z] === RUN TestParallelPredefinedRequest5 [2022-03-09T09:41:35.605Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-09T09:41:35.605Z] === RUN TestDebug [2022-03-09T09:41:35.605Z] --- PASS: TestDebug (0.00s) [2022-03-09T09:41:35.605Z] === RUN TestRequestPoolParallel [2022-03-09T09:41:35.682Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-09T09:41:35.682Z] daemon_test.go:156: [d6349fdcf88c3] daemon is not started [2022-03-09T09:41:35.682Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-03-09T09:41:35.682Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-03-09T09:41:35.682Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-03-09T09:41:35.682Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-03-09T09:41:35.682Z] === RUN TestDaemonProxy [2022-03-09T09:41:35.682Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-09T09:41:35.682Z] --- SKIP: TestDaemonProxy (0.01s) [2022-03-09T09:41:35.682Z] PASS [2022-03-09T09:41:35.682Z] [2022-03-09T09:41:35.682Z] === Skipped [2022-03-09T09:41:35.682Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.01s) [2022-03-09T09:41:35.682Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-09T09:41:35.682Z] [2022-03-09T09:41:35.682Z] DONE 12 tests, 1 skipped in 4.177s [2022-03-09T09:41:35.682Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-09T09:41:35.682Z] INFO: Testing against a local daemon [2022-03-09T09:41:35.682Z] === RUN TestCommitInheritsEnv [2022-03-09T09:41:35.773Z] --- PASS: TestRunContainerWithBridgeNone (1.53s) [2022-03-09T09:41:35.773Z] === RUN TestNetworkInvalidJSON [2022-03-09T09:41:35.773Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T09:41:35.773Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T09:41:35.773Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:41:35.773Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:41:35.773Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:41:35.773Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:41:35.773Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T09:41:35.773Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:41:35.773Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:41:35.773Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-09T09:41:35.773Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-09T09:41:35.773Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-09T09:41:35.773Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-09T09:41:35.773Z] === RUN TestNetworkList [2022-03-09T09:41:35.773Z] === RUN TestNetworkList//networks [2022-03-09T09:41:35.773Z] === PAUSE TestNetworkList//networks [2022-03-09T09:41:35.773Z] === RUN TestNetworkList//networks/ [2022-03-09T09:41:35.773Z] === PAUSE TestNetworkList//networks/ [2022-03-09T09:41:35.773Z] === CONT TestNetworkList//networks [2022-03-09T09:41:35.773Z] === CONT TestNetworkList//networks/ [2022-03-09T09:41:35.773Z] --- PASS: TestNetworkList (0.01s) [2022-03-09T09:41:35.773Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T09:41:35.773Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T09:41:35.773Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T09:41:36.074Z] === RUN TestVersionInfo [2022-03-09T09:41:36.074Z] --- PASS: TestVersionInfo (0.00s) [2022-03-09T09:41:36.074Z] === RUN TestAppendVersions [2022-03-09T09:41:36.074Z] --- PASS: TestAppendVersions (0.00s) [2022-03-09T09:41:36.074Z] PASS [2022-03-09T09:41:36.074Z] coverage: 88.9% of statements [2022-03-09T09:41:36.074Z] ok github.com/docker/docker/pkg/useragent 0.047s coverage: 88.9% of statements [2022-03-09T09:41:36.074Z] --- PASS: TestRequestPoolParallel (0.58s) [2022-03-09T09:41:36.074Z] === RUN TestFullAllocateRelease [2022-03-09T09:41:36.344Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-03-09T09:41:36.344Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T09:41:36.544Z] --- PASS: TestFullAllocateRelease (0.48s) [2022-03-09T09:41:36.544Z] === RUN TestOddAllocateRelease [2022-03-09T09:41:37.015Z] --- PASS: TestOddAllocateRelease (0.31s) [2022-03-09T09:41:37.015Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-09T09:41:37.015Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s) [2022-03-09T09:41:37.015Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-09T09:41:37.015Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-09T09:41:37.015Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-09T09:41:37.015Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s) [2022-03-09T09:41:37.015Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T09:41:37.015Z] === CONT TestParallelPredefinedRequest4 [2022-03-09T09:41:37.015Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T09:41:37.015Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:41:37.015Z] === CONT TestParallelPredefinedRequest3 [2022-03-09T09:41:37.015Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-09T09:41:37.015Z] === CONT TestParallelPredefinedRequest4 [2022-03-09T09:41:37.015Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:41:37.015Z] === CONT TestParallelPredefinedRequest2 [2022-03-09T09:41:37.015Z] === CONT TestParallelPredefinedRequest5 [2022-03-09T09:41:37.015Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:41:37.015Z] === CONT TestParallelPredefinedRequest2 [2022-03-09T09:41:37.015Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:41:37.015Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-09T09:41:37.015Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-09T09:41:37.015Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-09T09:41:37.015Z] === CONT TestParallelPredefinedRequest3 [2022-03-09T09:41:37.015Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:41:37.015Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-09T09:41:37.015Z] PASS [2022-03-09T09:41:37.015Z] coverage: 85.3% of statements [2022-03-09T09:41:37.015Z] ok github.com/docker/docker/libnetwork/ipam 68.607s coverage: 85.3% of statements [2022-03-09T09:41:37.056Z] --- PASS: TestCommitInheritsEnv (1.38s) [2022-03-09T09:41:37.056Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T09:41:37.056Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-09T09:41:37.056Z] === RUN TestImportWithCustomPlatform [2022-03-09T09:41:37.056Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-09T09:41:37.315Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-09T09:41:37.315Z] === RUN TestImportWithCustomPlatform// [2022-03-09T09:41:37.315Z] === RUN TestImportWithCustomPlatform/linux [2022-03-09T09:41:37.315Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-09T09:41:37.315Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-09T09:41:37.574Z] === RUN TestImportWithCustomPlatform/macos [2022-03-09T09:41:37.574Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-09T09:41:37.574Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-09T09:41:37.574Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-03-09T09:41:37.574Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-09T09:41:37.574Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-09T09:41:37.574Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-09T09:41:37.574Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-09T09:41:37.574Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-09T09:41:37.574Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-09T09:41:37.574Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-09T09:41:37.574Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-09T09:41:37.574Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-09T09:41:37.574Z] === RUN TestImagesFilterMultiReference [2022-03-09T09:41:37.574Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-09T09:41:37.574Z] === RUN TestImagePullPlatformInvalid [2022-03-09T09:41:37.574Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2022-03-09T09:41:37.574Z] === RUN TestRemoveImageOrphaning [2022-03-09T09:41:37.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-09T09:41:37.729Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-09T09:41:37.729Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T09:41:38.005Z] === RUN TestValidatePrivileges [2022-03-09T09:41:38.005Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-09T09:41:38.005Z] === RUN TestFilterByCapNeg [2022-03-09T09:41:38.005Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-09T09:41:38.005Z] === RUN TestFilterByCapPos [2022-03-09T09:41:38.005Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-09T09:41:38.005Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-09T09:41:38.005Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-09T09:41:38.005Z] PASS [2022-03-09T09:41:38.005Z] coverage: 12.0% of statements [2022-03-09T09:41:38.005Z] ok github.com/docker/docker/plugin 0.060s coverage: 12.0% of statements [2022-03-09T09:41:38.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-09T09:41:38.301Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-03-09T09:41:38.302Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T09:41:38.998Z] === RUN TestNewSettable [2022-03-09T09:41:38.998Z] --- PASS: TestNewSettable (0.00s) [2022-03-09T09:41:38.998Z] === RUN TestIsSettable [2022-03-09T09:41:38.998Z] --- PASS: TestIsSettable (0.00s) [2022-03-09T09:41:38.998Z] === RUN TestUpdateSettingsEnv [2022-03-09T09:41:38.998Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-09T09:41:38.998Z] PASS [2022-03-09T09:41:38.998Z] coverage: 20.0% of statements [2022-03-09T09:41:38.998Z] ok github.com/docker/docker/plugin/v2 0.065s coverage: 20.0% of statements [2022-03-09T09:41:39.248Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-03-09T09:41:39.248Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T09:41:39.479Z] --- PASS: TestRemoveImageOrphaning (1.63s) [2022-03-09T09:41:39.479Z] === RUN TestRemoveImageGarbageCollector [2022-03-09T09:41:39.479Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-09T09:41:39.479Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2022-03-09T09:41:39.479Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T09:41:39.479Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-09T09:41:39.479Z] === RUN TestTagInvalidReference [2022-03-09T09:41:39.479Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-09T09:41:39.479Z] === RUN TestTagValidPrefixedRepo [2022-03-09T09:41:39.479Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-09T09:41:39.479Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T09:41:39.479Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-09T09:41:39.479Z] === RUN TestTagOfficialNames [2022-03-09T09:41:39.479Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-09T09:41:39.479Z] === RUN TestTagMatchesDigest [2022-03-09T09:41:39.479Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-09T09:41:39.479Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-09T09:41:39.995Z] === RUN TestLoad [2022-03-09T09:41:39.995Z] --- PASS: TestLoad (0.00s) [2022-03-09T09:41:39.995Z] === RUN TestSave [2022-03-09T09:41:39.995Z] --- PASS: TestSave (0.06s) [2022-03-09T09:41:39.995Z] === RUN TestAddDeleteGet [2022-03-09T09:41:39.995Z] --- PASS: TestAddDeleteGet (0.07s) [2022-03-09T09:41:39.995Z] === RUN TestInvalidTags [2022-03-09T09:41:39.995Z] --- PASS: TestInvalidTags (0.01s) [2022-03-09T09:41:39.995Z] PASS [2022-03-09T09:41:39.995Z] coverage: 83.7% of statements [2022-03-09T09:41:39.995Z] ok github.com/docker/docker/reference 0.191s coverage: 83.7% of statements [2022-03-09T09:41:40.636Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-03-09T09:41:40.636Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T09:41:40.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-09T09:41:41.208Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-09T09:41:41.208Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T09:41:42.220Z] --- PASS: TestGet (15.01s) [2022-03-09T09:41:42.220Z] === RUN TestPluginWithNoManifest [2022-03-09T09:41:42.220Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-09T09:41:42.220Z] === RUN TestGetAll [2022-03-09T09:41:42.220Z] --- PASS: TestGetAll (0.00s) [2022-03-09T09:41:42.220Z] PASS [2022-03-09T09:41:42.220Z] coverage: 73.2% of statements [2022-03-09T09:41:42.220Z] ok github.com/docker/docker/pkg/plugins 35.034s coverage: 73.2% of statements [2022-03-09T09:41:42.220Z] === RUN TestResolveAuthConfigIndexServer [2022-03-09T09:41:42.220Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-09T09:41:42.220Z] === RUN TestResolveAuthConfigFullURL [2022-03-09T09:41:42.220Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-09T09:41:42.220Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-09T09:41:42.220Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-09T09:41:42.220Z] === RUN TestValidateMirror [2022-03-09T09:41:42.220Z] --- PASS: TestValidateMirror (0.00s) [2022-03-09T09:41:42.220Z] === RUN TestLoadInsecureRegistries [2022-03-09T09:41:42.220Z] time="2022-03-09T09:41:41Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-09T09:41:42.220Z] time="2022-03-09T09:41:42Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-09T09:41:42.220Z] time="2022-03-09T09:41:42Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-09T09:41:42.220Z] --- PASS: TestLoadInsecureRegistries (0.20s) [2022-03-09T09:41:42.220Z] === RUN TestNewServiceConfig [2022-03-09T09:41:42.220Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-09T09:41:42.220Z] === RUN TestValidateIndexName [2022-03-09T09:41:42.220Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-09T09:41:42.220Z] === RUN TestValidateIndexNameWithError [2022-03-09T09:41:42.220Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-09T09:41:42.690Z] === RUN TestEndpointParse [2022-03-09T09:41:42.690Z] --- PASS: TestEndpointParse (0.00s) [2022-03-09T09:41:42.690Z] === RUN TestEndpointParseInvalid [2022-03-09T09:41:42.690Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-09T09:41:42.690Z] === RUN TestValidateEndpoint [2022-03-09T09:41:42.690Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-09T09:41:42.690Z] === RUN TestPing [2022-03-09T09:41:42.690Z] --- PASS: TestPing (0.00s) [2022-03-09T09:41:42.690Z] === RUN TestPingRegistryEndpoint [2022-03-09T09:41:42.690Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:41:42.690Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-09T09:41:42.690Z] === RUN TestEndpoint [2022-03-09T09:41:42.690Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:41:42.690Z] --- SKIP: TestEndpoint (0.01s) [2022-03-09T09:41:42.690Z] === RUN TestParseRepositoryInfo [2022-03-09T09:41:42.690Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-09T09:41:42.690Z] === RUN TestNewIndexInfo [2022-03-09T09:41:42.690Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-09T09:41:42.690Z] === RUN TestMirrorEndpointLookup [2022-03-09T09:41:42.690Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:41:42.690Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-09T09:41:42.690Z] === RUN TestSearchRepositories [2022-03-09T09:41:42.690Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-09T09:41:42.690Z] Host: 127.0.0.1:49338 [2022-03-09T09:41:42.690Z] User-Agent: docker test client [2022-03-09T09:41:42.690Z] Authorization: Token fake-token [2022-03-09T09:41:42.690Z] X-Docker-Token: true [2022-03-09T09:41:42.690Z] Accept-Encoding: gzip [2022-03-09T09:41:42.690Z] [2022-03-09T09:41:42.690Z] [2022-03-09T09:41:42.690Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-09T09:41:42.690Z] Connection: close [2022-03-09T09:41:42.690Z] Content-Length: 144 [2022-03-09T09:41:42.690Z] Cache-Control: no-cache [2022-03-09T09:41:42.690Z] Content-Type: application/json [2022-03-09T09:41:42.690Z] Date: Wed, 09 Mar 2022 09:41:42 GMT [2022-03-09T09:41:42.690Z] Expires: -1 [2022-03-09T09:41:42.690Z] Pragma: no-cache [2022-03-09T09:41:42.690Z] Server: docker-tests/mock [2022-03-09T09:41:42.690Z] X-Docker-Registry-Config: mock [2022-03-09T09:41:42.690Z] X-Docker-Registry-Version: 0.0.0 [2022-03-09T09:41:42.690Z] [2022-03-09T09:41:42.690Z] [2022-03-09T09:41:42.690Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-09T09:41:42.690Z] === RUN TestTrustedLocation [2022-03-09T09:41:42.690Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-09T09:41:42.691Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-09T09:41:42.691Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-09T09:41:42.691Z] === RUN TestAllowNondistributableArtifacts [2022-03-09T09:41:42.691Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-09T09:41:42.691Z] === RUN TestIsSecureIndex [2022-03-09T09:41:42.691Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-09T09:41:42.691Z] PASS [2022-03-09T09:41:42.691Z] coverage: 51.2% of statements [2022-03-09T09:41:42.691Z] ok github.com/docker/docker/registry 0.316s coverage: 51.2% of statements [2022-03-09T09:41:43.161Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-09T09:41:43.161Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-09T09:41:43.161Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-09T09:41:43.161Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-09T09:41:43.161Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-09T09:41:43.161Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-09T09:41:43.161Z] === RUN TestResumableRequestReaderWithReadError [2022-03-09T09:41:43.161Z] === RUN TestRestartManagerTimeout [2022-03-09T09:41:43.161Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-09T09:41:43.161Z] === RUN TestRestartManagerTimeoutReset [2022-03-09T09:41:43.161Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-09T09:41:43.161Z] PASS [2022-03-09T09:41:43.161Z] coverage: 50.9% of statements [2022-03-09T09:41:43.161Z] ok github.com/docker/docker/restartmanager 0.039s coverage: 50.9% of statements [2022-03-09T09:41:43.161Z] time="2022-03-09T09:41:42Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-09T09:41:43.161Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-03-09T09:41:43.161Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-09T09:41:43.161Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-09T09:41:43.161Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-09T09:41:43.161Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-09T09:41:43.161Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-09T09:41:43.161Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-09T09:41:43.161Z] === RUN TestResumableRequestReader [2022-03-09T09:41:43.161Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-09T09:41:43.161Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-09T09:41:43.161Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-09T09:41:43.161Z] PASS [2022-03-09T09:41:43.161Z] coverage: 100.0% of statements [2022-03-09T09:41:43.161Z] ok github.com/docker/docker/registry/resumable 0.286s coverage: 100.0% of statements [2022-03-09T09:41:43.278Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-09T09:41:43.769Z] --- PASS: TestServiceWithPredefinedNetwork (2.30s) [2022-03-09T09:41:43.769Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T09:41:43.769Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:41:43.769Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:41:43.769Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T09:41:44.154Z] === RUN TestDecodeContainerConfig [2022-03-09T09:41:44.154Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-09T09:41:44.154Z] === RUN TestDecodeContainerConfigIsolation [2022-03-09T09:41:44.154Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-09T09:41:44.154Z] === RUN TestValidatePrivileged [2022-03-09T09:41:44.154Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-09T09:41:44.154Z] PASS [2022-03-09T09:41:44.154Z] coverage: 52.6% of statements [2022-03-09T09:41:44.154Z] ok github.com/docker/docker/runconfig 0.051s coverage: 52.6% of statements [2022-03-09T09:41:44.625Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-09T09:41:44.625Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-09T09:41:44.625Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-09T09:41:44.625Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-09T09:41:44.625Z] PASS [2022-03-09T09:41:44.625Z] coverage: 62.5% of statements [2022-03-09T09:41:44.625Z] ok github.com/docker/docker/testutil 0.180s coverage: 62.5% of statements [2022-03-09T09:41:46.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-09T09:41:48.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-09T09:41:49.402Z] === RUN TestGetDriver [2022-03-09T09:41:49.402Z] --- PASS: TestGetDriver (0.00s) [2022-03-09T09:41:49.402Z] === RUN TestVolumeRequestError [2022-03-09T09:41:49.402Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-09T09:41:49.402Z] PASS [2022-03-09T09:41:49.402Z] coverage: 36.1% of statements [2022-03-09T09:41:49.402Z] ok github.com/docker/docker/volume/drivers 0.065s coverage: 36.1% of statements [2022-03-09T09:41:49.402Z] === RUN TestGetAddress [2022-03-09T09:41:49.402Z] --- PASS: TestGetAddress (0.00s) [2022-03-09T09:41:49.402Z] === RUN TestRemove [2022-03-09T09:41:49.402Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T09:41:49.402Z] --- SKIP: TestRemove (0.00s) [2022-03-09T09:41:49.402Z] === RUN TestInitializeWithVolumes [2022-03-09T09:41:49.402Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-09T09:41:49.402Z] === RUN TestCreate [2022-03-09T09:41:49.402Z] --- PASS: TestCreate (0.01s) [2022-03-09T09:41:49.402Z] === RUN TestValidateName [2022-03-09T09:41:49.402Z] --- PASS: TestValidateName (0.00s) [2022-03-09T09:41:49.402Z] === RUN TestCreateWithOpts [2022-03-09T09:41:49.402Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T09:41:49.402Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-09T09:41:49.402Z] === RUN TestRelaodNoOpts [2022-03-09T09:41:49.402Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-09T09:41:49.402Z] PASS [2022-03-09T09:41:49.402Z] coverage: 41.5% of statements [2022-03-09T09:41:49.402Z] ok github.com/docker/docker/volume/local 0.104s coverage: 41.5% of statements [2022-03-09T09:41:50.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-09T09:41:50.982Z] === RUN TestLCOWParseMountRaw [2022-03-09T09:41:50.982Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-09T09:41:50.982Z] === RUN TestLCOWParseMountRawSplit [2022-03-09T09:41:50.982Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-09T09:41:50.982Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-09T09:41:50.982Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-09T09:41:50.982Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-09T09:41:50.983Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-09T09:41:50.983Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-09T09:41:50.983Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-09T09:41:50.983Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-09T09:41:50.983Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-09T09:41:50.983Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T09:41:50.983Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-09T09:41:50.983Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRaw [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRawSplit [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-09T09:41:50.983Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-09T09:41:50.983Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T09:41:50.983Z] === RUN TestConvertTmpfsOptions [2022-03-09T09:41:50.983Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-09T09:41:50.983Z] linux_parser_test.go:209: data="ro" [2022-03-09T09:41:50.983Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-09T09:41:50.983Z] === RUN TestParseMountSpec [2022-03-09T09:41:50.983Z] parser_test.go:62: case 0 [2022-03-09T09:41:50.983Z] parser_test.go:62: case 1 [2022-03-09T09:41:50.983Z] parser_test.go:62: case 2 [2022-03-09T09:41:50.983Z] parser_test.go:62: case 3 [2022-03-09T09:41:50.983Z] parser_test.go:62: case 4 [2022-03-09T09:41:50.983Z] parser_test.go:62: case 5 [2022-03-09T09:41:50.983Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-09T09:41:50.983Z] === RUN TestValidateMount [2022-03-09T09:41:50.983Z] --- PASS: TestValidateMount (0.00s) [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRaw [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T09:41:50.983Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-09T09:41:50.983Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T09:41:50.983Z] PASS [2022-03-09T09:41:50.983Z] coverage: 67.6% of statements [2022-03-09T09:41:50.983Z] ok github.com/docker/docker/volume/mounts 0.085s coverage: 67.6% of statements [2022-03-09T09:41:51.973Z] === RUN TestSetGetMeta [2022-03-09T09:41:51.973Z] === PAUSE TestSetGetMeta [2022-03-09T09:41:51.973Z] === RUN TestRestore [2022-03-09T09:41:51.973Z] === PAUSE TestRestore [2022-03-09T09:41:51.973Z] === RUN TestServiceCreate [2022-03-09T09:41:51.973Z] === PAUSE TestServiceCreate [2022-03-09T09:41:51.973Z] === RUN TestServiceList [2022-03-09T09:41:51.973Z] === PAUSE TestServiceList [2022-03-09T09:41:51.973Z] === RUN TestServiceRemove [2022-03-09T09:41:51.973Z] === PAUSE TestServiceRemove [2022-03-09T09:41:51.973Z] === RUN TestServiceGet [2022-03-09T09:41:51.973Z] === PAUSE TestServiceGet [2022-03-09T09:41:51.973Z] === RUN TestServicePrune [2022-03-09T09:41:51.973Z] === PAUSE TestServicePrune [2022-03-09T09:41:51.973Z] === RUN TestCreate [2022-03-09T09:41:51.973Z] === PAUSE TestCreate [2022-03-09T09:41:51.973Z] === RUN TestRemove [2022-03-09T09:41:51.973Z] === PAUSE TestRemove [2022-03-09T09:41:51.974Z] === RUN TestList [2022-03-09T09:41:51.974Z] === PAUSE TestList [2022-03-09T09:41:51.974Z] === RUN TestFindByDriver [2022-03-09T09:41:51.974Z] === PAUSE TestFindByDriver [2022-03-09T09:41:51.974Z] === RUN TestFindByReferenced [2022-03-09T09:41:51.974Z] === PAUSE TestFindByReferenced [2022-03-09T09:41:51.974Z] === RUN TestDerefMultipleOfSameRef [2022-03-09T09:41:51.974Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-09T09:41:51.974Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T09:41:51.974Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T09:41:51.974Z] === RUN TestDefererencePluginOnCreateError [2022-03-09T09:41:51.974Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-09T09:41:51.974Z] === RUN TestRefDerefRemove [2022-03-09T09:41:51.974Z] === PAUSE TestRefDerefRemove [2022-03-09T09:41:51.974Z] === RUN TestGet [2022-03-09T09:41:51.974Z] === PAUSE TestGet [2022-03-09T09:41:51.974Z] === RUN TestGetWithReference [2022-03-09T09:41:51.974Z] === PAUSE TestGetWithReference [2022-03-09T09:41:51.974Z] === RUN TestFilterFunc [2022-03-09T09:41:51.974Z] === RUN TestFilterFunc/test_nil_list [2022-03-09T09:41:51.974Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-09T09:41:51.974Z] === RUN TestFilterFunc/test_empty_list [2022-03-09T09:41:51.974Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-09T09:41:51.974Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T09:41:51.974Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T09:41:51.974Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T09:41:51.974Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T09:41:51.974Z] === RUN TestFilterFunc/test_filter_some [2022-03-09T09:41:51.974Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-09T09:41:51.974Z] === RUN TestFilterFunc/test_filter_middle [2022-03-09T09:41:51.974Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-09T09:41:51.974Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-09T09:41:51.974Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-09T09:41:51.974Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-09T09:41:51.974Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-09T09:41:51.974Z] === CONT TestFilterFunc/test_nil_list [2022-03-09T09:41:51.974Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-09T09:41:51.974Z] === CONT TestFilterFunc/test_filter_some [2022-03-09T09:41:51.974Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-09T09:41:51.974Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T09:41:51.974Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T09:41:51.974Z] === CONT TestFilterFunc/test_empty_list [2022-03-09T09:41:51.974Z] === CONT TestFilterFunc/test_filter_middle [2022-03-09T09:41:51.974Z] --- PASS: TestFilterFunc (0.00s) [2022-03-09T09:41:51.974Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-09T09:41:51.974Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-09T09:41:51.974Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-09T09:41:51.974Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-09T09:41:51.974Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-09T09:41:51.974Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-09T09:41:51.974Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-09T09:41:51.974Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-09T09:41:51.974Z] === CONT TestSetGetMeta [2022-03-09T09:41:51.974Z] === CONT TestGetWithReference [2022-03-09T09:41:51.974Z] === CONT TestList [2022-03-09T09:41:51.974Z] === CONT TestServiceGet [2022-03-09T09:41:51.974Z] --- PASS: TestSetGetMeta (0.04s) [2022-03-09T09:41:51.974Z] === CONT TestServiceRemove [2022-03-09T09:41:51.974Z] --- PASS: TestGetWithReference (0.04s) [2022-03-09T09:41:51.974Z] === CONT TestServiceList [2022-03-09T09:41:51.974Z] --- PASS: TestList (0.07s) [2022-03-09T09:41:51.974Z] === CONT TestServiceCreate [2022-03-09T09:41:51.974Z] --- PASS: TestServiceGet (0.22s) [2022-03-09T09:41:51.974Z] === CONT TestRestore [2022-03-09T09:41:51.974Z] --- PASS: TestServiceRemove (0.20s) [2022-03-09T09:41:51.974Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T09:41:51.974Z] --- PASS: TestServiceList (0.19s) [2022-03-09T09:41:51.974Z] === CONT TestGet [2022-03-09T09:41:51.974Z] --- PASS: TestServiceCreate (0.17s) [2022-03-09T09:41:51.974Z] === CONT TestRefDerefRemove [2022-03-09T09:41:51.974Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2022-03-09T09:41:51.974Z] === CONT TestDefererencePluginOnCreateError [2022-03-09T09:41:51.974Z] --- PASS: TestGet (0.03s) [2022-03-09T09:41:51.974Z] === CONT TestCreate [2022-03-09T09:41:51.974Z] --- PASS: TestRestore (0.04s) [2022-03-09T09:41:51.974Z] === CONT TestRemove [2022-03-09T09:41:51.974Z] --- PASS: TestRefDerefRemove (0.03s) [2022-03-09T09:41:51.974Z] === CONT TestFindByReferenced [2022-03-09T09:41:51.974Z] --- PASS: TestCreate (0.04s) [2022-03-09T09:41:51.974Z] === CONT TestDerefMultipleOfSameRef [2022-03-09T09:41:51.974Z] --- PASS: TestDefererencePluginOnCreateError (0.05s) [2022-03-09T09:41:51.974Z] === CONT TestFindByDriver [2022-03-09T09:41:51.974Z] --- PASS: TestRemove (0.05s) [2022-03-09T09:41:51.974Z] === CONT TestServicePrune [2022-03-09T09:41:51.974Z] --- PASS: TestFindByReferenced (0.04s) [2022-03-09T09:41:51.974Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-09T09:41:51.974Z] --- PASS: TestFindByDriver (0.03s) [2022-03-09T09:41:51.974Z] time="2022-03-09T09:41:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:41:51.974Z] time="2022-03-09T09:41:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:41:51.974Z] time="2022-03-09T09:41:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:41:51.974Z] time="2022-03-09T09:41:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-09T09:41:51.974Z] time="2022-03-09T09:41:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:41:51.974Z] --- PASS: TestServicePrune (0.06s) [2022-03-09T09:41:51.974Z] PASS [2022-03-09T09:41:51.974Z] coverage: 69.0% of statements [2022-03-09T09:41:51.974Z] ok github.com/docker/docker/volume/service 0.427s coverage: 69.0% of statements [2022-03-09T09:41:53.510Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T09:41:53.510Z] Using test binary docker [2022-03-09T09:41:53.510Z] +++ /etc/init.d/apparmor start [2022-03-09T09:41:53.510Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T09:41:53.510Z] Starting dockerd [2022-03-09T09:41:53.510Z] INFO: Waiting for daemon to start... [2022-03-09T09:41:53.510Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-09T09:41:53.542Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-09T09:41:53.542Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-09T09:41:53.542Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-09T09:41:53.542Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-09T09:41:55.409Z] . [2022-03-09T09:41:55.409Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T09:41:55.409Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T09:41:55.409Z] Error: No such image: emptyfs [2022-03-09T09:41:55.409Z] ++++ docker load [2022-03-09T09:41:55.409Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-09T09:41:55.973Z] Running integration-test (iteration 1) [2022-03-09T09:41:55.973Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-09T09:41:55.973Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:41:55.973Z] ++ set -e [2022-03-09T09:41:55.973Z] ++ '[' -n 0 ']' [2022-03-09T09:41:55.973Z] ++ set -x [2022-03-09T09:41:55.973Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:41:56.904Z] Loaded image: busybox:latest [2022-03-09T09:41:57.468Z] Loaded image: busybox:glibc [2022-03-09T09:41:58.121Z] --- PASS: TestBuildWithHugeFile (34.99s) [2022-03-09T09:41:58.121Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T09:41:58.121Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:41:58.121Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:41:58.121Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T09:41:58.121Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:41:58.121Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:41:58.121Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:41:58.121Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:41:58.121Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:41:58.121Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:41:58.121Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:41:58.121Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:41:58.121Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:41:58.121Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-09T09:41:58.121Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2022-03-09T09:41:58.121Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2022-03-09T09:41:58.121Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-03-09T09:41:58.121Z] === RUN TestBuildPreserveOwnership [2022-03-09T09:41:58.121Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-09T09:41:58.121Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-09T09:41:58.121Z] --- PASS: TestBuildPreserveOwnership (2.45s) [2022-03-09T09:41:58.121Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.61s) [2022-03-09T09:41:58.121Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.83s) [2022-03-09T09:41:58.121Z] === RUN TestBuildPlatformInvalid [2022-03-09T09:41:58.121Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-09T09:41:58.121Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-09T09:41:58.121Z] Loaded image: busybox:latest [2022-03-09T09:41:58.121Z] Loaded image: busybox:glibc [2022-03-09T09:41:58.669Z] --- PASS: TestServiceWithDataPathPortInit (13.76s) [2022-03-09T09:41:58.669Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T09:41:58.683Z] Loaded image: debian:bullseye-slim [2022-03-09T09:41:58.683Z] Loaded image: hello-world:latest [2022-03-09T09:41:58.939Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T09:41:59.609Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:kmt15yfzyzbxk0mnw89y0vxcb Created:2022-03-09 09:41:58.449584629 +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[e2314d2b9d19d25f7066e42e4f1e4f7e201bd62b5b039ee191d2b7d0c2e2a167:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4cf0nlzlkt6omx8zio6ncj9q8 EndpointID:5f701ac3153a15f3089b0eb0771b35595a2f79fa93db938744f1bf14fee63634 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:de291b01a8d7a6752274d92f563ae7a15b3b2eac0ab0ac4dc5ad9388e1879048 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:876aeb79ccf7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.4cf0nlzlkt6omx8zio6ncj9q8 EndpointID:5f701ac3153a15f3089b0eb0771b35595a2f79fa93db938744f1bf14fee63634 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-09T09:42:01.647Z] Loaded image: debian:bullseye-slim [2022-03-09T09:42:01.905Z] Loaded image: hello-world:latest [2022-03-09T09:42:02.162Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T09:42:02.162Z] INFO: Testing against a local daemon [2022-03-09T09:42:02.162Z] === RUN TestCgroupNamespacesBuild [2022-03-09T09:42:02.215Z] 2022/03/09 09:42:02 Closing DB instances... [2022-03-09T09:42:04.435Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-03-09T09:42:04.435Z] === RUN TestFindNode [2022-03-09T09:42:04.435Z] 2022/03/09 09:42:03 Closing DB instances... [2022-03-09T09:42:04.435Z] --- PASS: TestFindNode (0.02s) [2022-03-09T09:42:04.435Z] === RUN TestChangeNodeState [2022-03-09T09:42:04.435Z] 2022/03/09 09:42:04 Closing DB instances... [2022-03-09T09:42:04.435Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-09T09:42:04.435Z] === RUN TestNodeReincarnation [2022-03-09T09:42:04.435Z] 2022/03/09 09:42:04 Closing DB instances... [2022-03-09T09:42:04.691Z] --- PASS: TestCgroupNamespacesBuild (2.22s) [2022-03-09T09:42:04.691Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-09T09:42:04.899Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.96s) [2022-03-09T09:42:04.899Z] PASS [2022-03-09T09:42:04.899Z] [2022-03-09T09:42:04.899Z] === Skipped [2022-03-09T09:42:04.899Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:42:04.899Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:42:04.899Z] [2022-03-09T09:42:04.899Z] DONE 26 tests, 1 skipped in 43.569s [2022-03-09T09:42:04.899Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-09T09:42:04.899Z] INFO: Testing against a local daemon [2022-03-09T09:42:04.899Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-09T09:42:04.899Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:42:04.899Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T09:42:04.899Z] === RUN TestDockerNetworkIpvlan [2022-03-09T09:42:04.899Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:42:04.899Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-09T09:42:04.899Z] PASS [2022-03-09T09:42:04.899Z] [2022-03-09T09:42:04.899Z] === Skipped [2022-03-09T09:42:04.899Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T09:42:04.899Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:42:04.899Z] [2022-03-09T09:42:04.899Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-09T09:42:04.899Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:42:04.899Z] [2022-03-09T09:42:04.899Z] DONE 2 tests, 2 skipped in 0.041s [2022-03-09T09:42:04.899Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-09T09:42:04.899Z] INFO: Testing against a local daemon [2022-03-09T09:42:04.899Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-09T09:42:05.471Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s) [2022-03-09T09:42:05.471Z] === RUN TestDockerNetworkMacvlan [2022-03-09T09:42:06.413Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-09T09:42:06.592Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.08s) [2022-03-09T09:42:06.592Z] === RUN TestBuildWithSession [2022-03-09T09:42:06.592Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:42:06.592Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T09:42:06.592Z] === RUN TestBuildSquashParent [2022-03-09T09:42:06.986Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-09T09:42:07.037Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.86s) [2022-03-09T09:42:07.037Z] PASS [2022-03-09T09:42:07.037Z] [2022-03-09T09:42:07.037Z] === Skipped [2022-03-09T09:42:07.037Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-09T09:42:07.037Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:42:07.037Z] [2022-03-09T09:42:07.037Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:42:07.037Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:42:07.037Z] [2022-03-09T09:42:07.037Z] DONE 34 tests, 2 skipped in 63.277s [2022-03-09T09:42:07.037Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-09T09:42:07.037Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:42:07.037Z] ++ set -e [2022-03-09T09:42:07.037Z] ++ '[' -n 0 ']' [2022-03-09T09:42:07.037Z] ++ set -x [2022-03-09T09:42:07.038Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:42:07.038Z] INFO: Testing against a local daemon [2022-03-09T09:42:07.038Z] === RUN TestConfigInspect [2022-03-09T09:42:07.925Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-09T09:42:07.964Z] --- PASS: TestConfigInspect (2.16s) [2022-03-09T09:42:07.964Z] === RUN TestConfigList [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-09T09:42:09.193Z] --- PASS: TestNodeReincarnation (5.03s) [2022-03-09T09:42:09.193Z] === RUN TestParallelCreate [2022-03-09T09:42:09.193Z] 2022/03/09 09:42:09 Closing DB instances... [2022-03-09T09:42:09.193Z] --- PASS: TestParallelCreate (0.03s) [2022-03-09T09:42:09.193Z] === RUN TestParallelDelete [2022-03-09T09:42:09.193Z] 2022/03/09 09:42:09 Closing DB instances... [2022-03-09T09:42:09.193Z] --- PASS: TestParallelDelete (0.02s) [2022-03-09T09:42:09.193Z] === RUN TestNetworkDBIslands [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:864549333f37 with config:&{NodeID:864549333f37 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="Node 864549333f37/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="Node 864549333f37/172.29.232.134, added to nodes list" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a26d525f57bb with config:&{NodeID:a26d525f57bb Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="Node a26d525f57bb/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="Node a26d525f57bb/172.29.232.134, added to nodes list" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="Node a26d525f57bb/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="Node a26d525f57bb/172.29.232.134, added to nodes list" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="Node 864549333f37/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=info msg="Node 864549333f37/172.29.232.134, added to nodes list" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-03-09T09:42:09.193Z] time="2022-03-09T09:42:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-09T09:42:09.306Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-09T09:42:09.852Z] --- PASS: TestConfigList (1.67s) [2022-03-09T09:42:09.852Z] === RUN TestConfigsCreateAndDelete [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:07f7299abcab with config:&{NodeID:07f7299abcab Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=info msg="Node 07f7299abcab/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=info msg="Node 07f7299abcab/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=info msg="Node 07f7299abcab/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=info msg="Node 07f7299abcab/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=info msg="Node 864549333f37/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=info msg="Node 864549333f37/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=info msg="Node a26d525f57bb/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=info msg="Node a26d525f57bb/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:10Z" level=info msg="Node 07f7299abcab/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.183Z] time="2022-03-09T09:42:10Z" level=info msg="Node 07f7299abcab/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:13348572d11c with config:&{NodeID:13348572d11c Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 13348572d11c/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 13348572d11c/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 13348572d11c/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 13348572d11c/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node a26d525f57bb/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node a26d525f57bb/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 07f7299abcab/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 07f7299abcab/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 864549333f37/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 864549333f37/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 13348572d11c/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 13348572d11c/172.29.232.134, added to nodes list" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 13348572d11c/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:10.652Z] time="2022-03-09T09:42:10Z" level=info msg="Node 13348572d11c/172.29.232.134, added to nodes list" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:7de89377eaea with config:&{NodeID:7de89377eaea Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 7de89377eaea/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 7de89377eaea/172.29.232.134, added to nodes list" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49371" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 7de89377eaea/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 7de89377eaea/172.29.232.134, added to nodes list" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node a26d525f57bb/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node a26d525f57bb/172.29.232.134, added to nodes list" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 07f7299abcab/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 07f7299abcab/172.29.232.134, added to nodes list" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 864549333f37/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 864549333f37/172.29.232.134, added to nodes list" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 13348572d11c/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 13348572d11c/172.29.232.134, added to nodes list" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49372" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 7de89377eaea/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 7de89377eaea/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 7de89377eaea/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 7de89377eaea/172.29.232.134, added to nodes list" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 7de89377eaea/172.29.232.134, added to nodes list" [2022-03-09T09:42:11.121Z] time="2022-03-09T09:42:10Z" level=info msg="Node 7de89377eaea/172.29.232.134, added to nodes list" [2022-03-09T09:42:11.219Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-09T09:42:11.590Z] networkdb_test.go:835: Re-joining: 3 [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=info msg="The new bootstrap node list is:[172.29.232.134:10033 172.29.232.134:10034 172.29.232.134:10035]" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10033" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49373" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10034" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49374" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10035" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49375" [2022-03-09T09:42:11.590Z] networkdb_test.go:835: Re-joining: 4 [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=info msg="The new bootstrap node list is:[172.29.232.134:10033 172.29.232.134:10034 172.29.232.134:10035]" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10033" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49376" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10034" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49377" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10035" [2022-03-09T09:42:11.590Z] time="2022-03-09T09:42:11Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49378" [2022-03-09T09:42:11.758Z] --- PASS: TestConfigsCreateAndDelete (2.07s) [2022-03-09T09:42:11.758Z] === RUN TestConfigsUpdate [2022-03-09T09:42:12.059Z] time="2022-03-09T09:42:11Z" level=info msg="node 0 leaving" [2022-03-09T09:42:12.059Z] time="2022-03-09T09:42:11Z" level=info msg="Node 864549333f37 change state NodeActive --> NodeLeft" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="Node 864549333f37 change state NodeActive --> NodeLeft" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="node4(13348572d11c): Node leave event for 864549333f37/172.29.232.134" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="node5(7de89377eaea): Node leave event for 864549333f37/172.29.232.134" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="Node 864549333f37 change state NodeActive --> NodeLeft" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="node2(a26d525f57bb): Node leave event for 864549333f37/172.29.232.134" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="Node 864549333f37 change state NodeActive --> NodeLeft" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="node3(07f7299abcab): Node leave event for 864549333f37/172.29.232.134" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="Node 864549333f37 change state NodeActive --> NodeLeft" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="node1(864549333f37): Node leave event for 864549333f37/172.29.232.134" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="Node 864549333f37/172.29.232.134, left gossip cluster" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="Node 864549333f37/172.29.232.134, left gossip cluster" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="Node 864549333f37/172.29.232.134, left gossip cluster" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="Node 864549333f37/172.29.232.134, left gossip cluster" [2022-03-09T09:42:12.060Z] time="2022-03-09T09:42:11Z" level=info msg="Node 864549333f37/172.29.232.134, left gossip cluster" [2022-03-09T09:42:12.254Z] --- PASS: TestBuildWithHugeFile (107.96s) [2022-03-09T09:42:12.254Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T09:42:12.254Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:42:12.254Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:42:12.254Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T09:42:12.254Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:42:12.254Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:42:12.254Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:42:12.254Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:42:12.254Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:42:12.254Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:42:12.254Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:42:12.254Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:42:12.254Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:42:12.254Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-09T09:42:12.254Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-09T09:42:12.254Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-09T09:42:12.254Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-09T09:42:12.254Z] === RUN TestBuildPreserveOwnership [2022-03-09T09:42:12.254Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:42:12.254Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-09T09:42:12.254Z] === RUN TestBuildPlatformInvalid [2022-03-09T09:42:12.254Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-09T09:42:12.254Z] PASS [2022-03-09T09:42:12.254Z] ok github.com/docker/docker/integration/build 171.847s [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === Skipped [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-09T09:42:12.254Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-09T09:42:12.254Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-09T09:42:12.254Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-09T09:42:12.254Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:42:12.254Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-09T09:42:12.254Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] DONE 29 tests, 6 skipped in 195.108s [2022-03-09T09:42:12.254Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-09T09:42:12.254Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:42:12.254Z] INFO: Testing against a local daemon [2022-03-09T09:42:12.254Z] === RUN TestConfigInspect [2022-03-09T09:42:12.254Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-09T09:42:12.254Z] === RUN TestConfigList [2022-03-09T09:42:12.254Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] --- SKIP: TestConfigList (0.00s) [2022-03-09T09:42:12.254Z] === RUN TestConfigsCreateAndDelete [2022-03-09T09:42:12.254Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-09T09:42:12.254Z] === RUN TestConfigsUpdate [2022-03-09T09:42:12.254Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-09T09:42:12.254Z] === RUN TestTemplatedConfig [2022-03-09T09:42:12.254Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-09T09:42:12.254Z] === RUN TestConfigCreateResolve [2022-03-09T09:42:12.254Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:42:12.254Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-09T09:42:12.254Z] PASS [2022-03-09T09:42:12.254Z] ok github.com/docker/docker/integration/config 0.085s [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === Skipped [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-09T09:42:12.254Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-09T09:42:12.254Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-09T09:42:12.254Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-09T09:42:12.254Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-09T09:42:12.254Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-09T09:42:12.254Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:42:12.254Z] [2022-03-09T09:42:12.254Z] DONE 6 tests, 6 skipped in 2.004s [2022-03-09T09:42:12.254Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-09T09:42:12.254Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:42:12.254Z] INFO: Testing against a local daemon [2022-03-09T09:42:12.254Z] === RUN TestCheckpoint [2022-03-09T09:42:12.254Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:42:12.254Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T09:42:12.254Z] === RUN TestContainerInvalidJSON [2022-03-09T09:42:12.254Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:42:12.254Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:42:12.254Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:42:12.254Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:42:12.254Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:42:12.254Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:42:12.254Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-03-09T09:42:12.254Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T09:42:12.254Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-09T09:42:12.254Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T09:42:12.254Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2022-03-09T09:42:12.254Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T09:42:12.254Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.26s) [2022-03-09T09:42:12.254Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T09:42:12.254Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.27s) [2022-03-09T09:42:12.254Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T09:42:12.254Z] --- PASS: TestCopyToContainerPathIsNotDir (0.29s) [2022-03-09T09:42:12.254Z] === RUN TestCopyFromContainer [2022-03-09T09:42:12.254Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.255Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-09T09:42:12.255Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T09:42:12.255Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:42:12.255Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:42:12.255Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:42:12.255Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:42:12.255Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:42:12.255Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:42:12.255Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:42:12.255Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:42:12.255Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:42:12.255Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.02s) [2022-03-09T09:42:12.255Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T09:42:12.255Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T09:42:12.255Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2022-03-09T09:42:12.255Z] === RUN TestCreateWithInvalidEnv [2022-03-09T09:42:12.255Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T09:42:12.255Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T09:42:12.255Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T09:42:12.255Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T09:42:12.255Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T09:42:12.255Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T09:42:12.255Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T09:42:12.255Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T09:42:12.255Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T09:42:12.255Z] --- PASS: TestCreateWithInvalidEnv (0.11s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-03-09T09:42:12.255Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T09:42:12.255Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.255Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-09T09:42:12.255Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T09:42:12.255Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:42:12.255Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T09:42:12.255Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T09:42:12.255Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:42:12.255Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-09T09:42:12.255Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T09:42:12.255Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:42:12.255Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:42:12.255Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:42:12.255Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:42:12.255Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:42:12.255Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:42:12.255Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:42:12.255Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:42:12.255Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:42:12.255Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:42:12.255Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:42:12.255Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:42:12.255Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:42:12.255Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:42:12.255Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:42:12.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.06s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2022-03-09T09:42:12.255Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T09:42:12.255Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T09:42:12.255Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-09T09:42:12.255Z] === RUN TestCreateDifferentPlatform [2022-03-09T09:42:12.255Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T09:42:12.255Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T09:42:12.255Z] --- PASS: TestCreateDifferentPlatform (0.07s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-09T09:42:12.255Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T09:42:12.255Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T09:42:12.255Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.24s) [2022-03-09T09:42:12.255Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T09:42:12.255Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T09:42:12.255Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-09T09:42:12.255Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T09:42:12.255Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:12.255Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-09T09:42:12.255Z] === RUN TestDiff [2022-03-09T09:42:12.255Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T09:42:12.255Z] --- SKIP: TestDiff (0.00s) [2022-03-09T09:42:12.255Z] === RUN TestExecWithCloseStdin [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="node 1 leaving" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="Node a26d525f57bb change state NodeActive --> NodeLeft" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="node3(07f7299abcab): Node leave event for a26d525f57bb/172.29.232.134" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="Node a26d525f57bb change state NodeActive --> NodeLeft" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="node4(13348572d11c): Node leave event for a26d525f57bb/172.29.232.134" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="Node a26d525f57bb change state NodeActive --> NodeLeft" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="node5(7de89377eaea): Node leave event for a26d525f57bb/172.29.232.134" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="Node a26d525f57bb change state NodeActive --> NodeLeft" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="node2(a26d525f57bb): Node leave event for a26d525f57bb/172.29.232.134" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="Node a26d525f57bb/172.29.232.134, left gossip cluster" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="Node a26d525f57bb/172.29.232.134, left gossip cluster" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="Node a26d525f57bb/172.29.232.134, left gossip cluster" [2022-03-09T09:42:12.529Z] time="2022-03-09T09:42:12Z" level=info msg="Node a26d525f57bb/172.29.232.134, left gossip cluster" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=info msg="node 2 leaving" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=info msg="Node 07f7299abcab change state NodeActive --> NodeLeft" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=info msg="node5(7de89377eaea): Node leave event for 07f7299abcab/172.29.232.134" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=info msg="Node 07f7299abcab change state NodeActive --> NodeLeft" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=info msg="node4(13348572d11c): Node leave event for 07f7299abcab/172.29.232.134" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=info msg="Node 07f7299abcab change state NodeActive --> NodeLeft" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=info msg="node3(07f7299abcab): Node leave event for 07f7299abcab/172.29.232.134" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=debug msg="memberlist: Failed ping: a26d525f57bb (timeout reached)" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.232.134:10035: use of closed network connection" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.232.134:10037: use of closed network connection" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.232.134:10036: use of closed network connection" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=info msg="Node 07f7299abcab/172.29.232.134, left gossip cluster" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=info msg="Node 07f7299abcab/172.29.232.134, left gossip cluster" [2022-03-09T09:42:13.000Z] time="2022-03-09T09:42:12Z" level=info msg="Node 07f7299abcab/172.29.232.134, left gossip cluster" [2022-03-09T09:42:13.470Z] networkdb_test.go:867: node4: OK [2022-03-09T09:42:13.470Z] networkdb_test.go:867: node5: OK [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:12Z" level=info msg="node 0 coming back" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:12Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:b7610eb35167 with config:&{NodeID:b7610eb35167 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:12Z" level=info msg="Node b7610eb35167/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:12Z" level=info msg="Node b7610eb35167/172.29.232.134, added to nodes list" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:12Z" level=info msg="node 1 coming back" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:12Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a13ea5bbc212 with config:&{NodeID:a13ea5bbc212 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:13Z" level=info msg="Node a13ea5bbc212/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:13Z" level=info msg="Node a13ea5bbc212/172.29.232.134, added to nodes list" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:13Z" level=info msg="node 2 coming back" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:13Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:4cef324c55a8 with config:&{NodeID:4cef324c55a8 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:13Z" level=info msg="Node 4cef324c55a8/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:13Z" level=info msg="Node 4cef324c55a8/172.29.232.134, added to nodes list" [2022-03-09T09:42:13.470Z] time="2022-03-09T09:42:13Z" level=info msg="memberlist: Suspect a26d525f57bb has failed, no acks received" [2022-03-09T09:42:13.819Z] --- PASS: TestExecWithCloseStdin (3.92s) [2022-03-09T09:42:13.819Z] === RUN TestExec [2022-03-09T09:42:13.944Z] time="2022-03-09T09:42:13Z" level=debug msg="memberlist: Failed ping: 7de89377eaea (timeout reached)" [2022-03-09T09:42:13.944Z] time="2022-03-09T09:42:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.29.232.134:10036: use of closed network connection" [2022-03-09T09:42:13.944Z] time="2022-03-09T09:42:13Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49380" [2022-03-09T09:42:14.278Z] --- PASS: TestConfigsUpdate (2.10s) [2022-03-09T09:42:14.278Z] === RUN TestTemplatedConfig [2022-03-09T09:42:14.413Z] time="2022-03-09T09:42:13Z" level=warning msg="memberlist: Was able to connect to 7de89377eaea but other probes failed, network may be misconfigured" [2022-03-09T09:42:14.522Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-09T09:42:14.692Z] --- PASS: TestBuildSquashParent (7.99s) [2022-03-09T09:42:14.692Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T09:42:14.692Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:42:14.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:42:14.692Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:42:14.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:42:14.692Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:42:14.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:42:14.692Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:42:14.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:42:14.692Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:42:14.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:42:14.692Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:42:14.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:42:14.692Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:42:14.692Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:42:15.103Z] --- PASS: TestDockerNetworkMacvlan (9.63s) [2022-03-09T09:42:15.103Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-03-09T09:42:15.103Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-09T09:42:15.103Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s) [2022-03-09T09:42:15.103Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.84s) [2022-03-09T09:42:15.103Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.01s) [2022-03-09T09:42:15.103Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2022-03-09T09:42:15.103Z] PASS [2022-03-09T09:42:15.103Z] [2022-03-09T09:42:15.103Z] DONE 8 tests in 10.965s [2022-03-09T09:42:15.103Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-09T09:42:15.103Z] testing: warning: no tests to run [2022-03-09T09:42:15.103Z] PASS [2022-03-09T09:42:15.103Z] [2022-03-09T09:42:15.103Z] DONE 0 tests in 0.012s [2022-03-09T09:42:15.103Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-09T09:42:15.103Z] INFO: Testing against a local daemon [2022-03-09T09:42:15.103Z] === RUN TestAuthZPluginAllowRequest [2022-03-09T09:42:16.491Z] --- PASS: TestAuthZPluginAllowRequest (1.19s) [2022-03-09T09:42:16.491Z] === RUN TestAuthZPluginTLS [2022-03-09T09:42:16.637Z] time="2022-03-09T09:42:16Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.232.134:10033 172.29.232.134:10034 172.29.232.134:10035]" [2022-03-09T09:42:16.799Z] --- PASS: TestTemplatedConfig (2.45s) [2022-03-09T09:42:16.799Z] === RUN TestConfigCreateResolve [2022-03-09T09:42:17.063Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-03-09T09:42:17.063Z] === RUN TestAuthZPluginDenyRequest [2022-03-09T09:42:17.107Z] time="2022-03-09T09:42:16Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.232.134:10033 172.29.232.134:10034 172.29.232.134:10035]" [2022-03-09T09:42:17.221Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:42:17.479Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10033" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49381" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 13348572d11c/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 13348572d11c/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 7de89377eaea/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 7de89377eaea/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node b7610eb35167/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node b7610eb35167/172.29.232.134, is the new incarnation of the shutdown node 864549333f37/172.29.232.134" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node b7610eb35167/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10034" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49382" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node b7610eb35167/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node b7610eb35167/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 7de89377eaea/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 7de89377eaea/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 13348572d11c/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node a13ea5bbc212/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node a13ea5bbc212/172.29.232.134, is the new incarnation of the shutdown node a26d525f57bb/172.29.232.134" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node a13ea5bbc212/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 13348572d11c/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10035" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49383" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node b7610eb35167/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node b7610eb35167/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 7de89377eaea/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 7de89377eaea/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node a13ea5bbc212/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node a13ea5bbc212/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 13348572d11c/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 4cef324c55a8/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 4cef324c55a8/172.29.232.134, is the new incarnation of the shutdown node 07f7299abcab/172.29.232.134" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 4cef324c55a8/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 13348572d11c/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node a13ea5bbc212/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node a13ea5bbc212/172.29.232.134, is the new incarnation of the shutdown node a26d525f57bb/172.29.232.134" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node a13ea5bbc212/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node b7610eb35167/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node b7610eb35167/172.29.232.134, is the new incarnation of the shutdown node 864549333f37/172.29.232.134" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node b7610eb35167/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node a13ea5bbc212/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node a13ea5bbc212/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 4cef324c55a8/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 4cef324c55a8/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 4cef324c55a8/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:17.577Z] time="2022-03-09T09:42:17Z" level=info msg="Node 4cef324c55a8/172.29.232.134, added to nodes list" [2022-03-09T09:42:17.632Z] --- PASS: TestExec (3.29s) [2022-03-09T09:42:17.632Z] === RUN TestExecUser [2022-03-09T09:42:17.632Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T09:42:17.632Z] --- SKIP: TestExecUser (0.00s) [2022-03-09T09:42:17.632Z] === RUN TestExportContainerAndImportImage [2022-03-09T09:42:17.632Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:17.632Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-09T09:42:17.632Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T09:42:17.632Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:17.632Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T09:42:17.632Z] === RUN TestHealthCheckWorkdir [2022-03-09T09:42:17.632Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T09:42:17.632Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-09T09:42:17.632Z] === RUN TestHealthKillContainer [2022-03-09T09:42:17.632Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T09:42:17.632Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-09T09:42:17.632Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T09:42:17.632Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T09:42:17.632Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T09:42:17.632Z] === RUN TestKillContainerInvalidSignal [2022-03-09T09:42:17.633Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-09T09:42:17.633Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-09T09:42:18.046Z] time="2022-03-09T09:42:17Z" level=info msg="Node 4cef324c55a8/172.29.232.134, joined gossip cluster" [2022-03-09T09:42:18.046Z] time="2022-03-09T09:42:17Z" level=info msg="Node 4cef324c55a8/172.29.232.134, is the new incarnation of the shutdown node 07f7299abcab/172.29.232.134" [2022-03-09T09:42:18.046Z] time="2022-03-09T09:42:17Z" level=info msg="Node 4cef324c55a8/172.29.232.134, added to nodes list" [2022-03-09T09:42:18.046Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49384" [2022-03-09T09:42:18.046Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10033" [2022-03-09T09:42:18.046Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10034" [2022-03-09T09:42:18.046Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49385" [2022-03-09T09:42:18.046Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.29.232.134:10035" [2022-03-09T09:42:18.046Z] time="2022-03-09T09:42:17Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49386" [2022-03-09T09:42:18.205Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-03-09T09:42:18.205Z] === RUN TestAuthZPluginDenyResponse [2022-03-09T09:42:18.465Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-09T09:42:18.465Z] === RUN TestAuthZPluginAllowEventStream [2022-03-09T09:42:18.516Z] 2022/03/09 09:42:18 Closing DB instances... [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="Node b7610eb35167 change state NodeActive --> NodeLeft" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="node2(a13ea5bbc212): Node leave event for b7610eb35167/172.29.232.134" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="Node b7610eb35167 change state NodeActive --> NodeLeft" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="node4(13348572d11c): Node leave event for b7610eb35167/172.29.232.134" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="Node b7610eb35167 change state NodeActive --> NodeLeft" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="node5(7de89377eaea): Node leave event for b7610eb35167/172.29.232.134" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="Node b7610eb35167 change state NodeActive --> NodeLeft" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="node3(4cef324c55a8): Node leave event for b7610eb35167/172.29.232.134" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="Node b7610eb35167 change state NodeActive --> NodeLeft" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="node1(b7610eb35167): Node leave event for b7610eb35167/172.29.232.134" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="Node b7610eb35167/172.29.232.134, left gossip cluster" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="Node b7610eb35167/172.29.232.134, left gossip cluster" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="Node b7610eb35167/172.29.232.134, left gossip cluster" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="Node b7610eb35167/172.29.232.134, left gossip cluster" [2022-03-09T09:42:18.516Z] time="2022-03-09T09:42:18Z" level=info msg="Node b7610eb35167/172.29.232.134, left gossip cluster" [2022-03-09T09:42:18.692Z] --- PASS: TestConfigCreateResolve (2.08s) [2022-03-09T09:42:18.692Z] PASS [2022-03-09T09:42:18.692Z] [2022-03-09T09:42:18.692Z] DONE 6 tests in 12.616s [2022-03-09T09:42:18.692Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-09T09:42:18.692Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:42:18.692Z] ++ set -e [2022-03-09T09:42:18.692Z] ++ '[' -n 0 ']' [2022-03-09T09:42:18.692Z] ++ set -x [2022-03-09T09:42:18.692Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:42:18.692Z] INFO: Testing against a local daemon [2022-03-09T09:42:18.692Z] === RUN TestCheckpoint [2022-03-09T09:42:18.692Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:42:18.692Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T09:42:18.692Z] === RUN TestContainerInvalidJSON [2022-03-09T09:42:18.692Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:42:18.692Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:42:18.692Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:42:18.692Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:42:18.692Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:42:18.692Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:42:18.692Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-09T09:42:18.692Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-09T09:42:18.692Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T09:42:18.692Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T09:42:18.692Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-03-09T09:42:18.692Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T09:42:18.692Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-09T09:42:18.692Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T09:42:18.692Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-09T09:42:18.692Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T09:42:18.692Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-09T09:42:18.692Z] === RUN TestCopyFromContainer [2022-03-09T09:42:18.985Z] time="2022-03-09T09:42:18Z" level=info msg="Node a13ea5bbc212 change state NodeActive --> NodeLeft" [2022-03-09T09:42:18.985Z] time="2022-03-09T09:42:18Z" level=info msg="node3(4cef324c55a8): Node leave event for a13ea5bbc212/172.29.232.134" [2022-03-09T09:42:18.985Z] time="2022-03-09T09:42:18Z" level=info msg="Node a13ea5bbc212 change state NodeActive --> NodeLeft" [2022-03-09T09:42:18.985Z] time="2022-03-09T09:42:18Z" level=info msg="node5(7de89377eaea): Node leave event for a13ea5bbc212/172.29.232.134" [2022-03-09T09:42:18.985Z] time="2022-03-09T09:42:18Z" level=info msg="Node a13ea5bbc212 change state NodeActive --> NodeLeft" [2022-03-09T09:42:18.985Z] time="2022-03-09T09:42:18Z" level=info msg="node4(13348572d11c): Node leave event for a13ea5bbc212/172.29.232.134" [2022-03-09T09:42:18.986Z] time="2022-03-09T09:42:18Z" level=info msg="Node a13ea5bbc212 change state NodeActive --> NodeLeft" [2022-03-09T09:42:18.986Z] time="2022-03-09T09:42:18Z" level=info msg="node2(a13ea5bbc212): Node leave event for a13ea5bbc212/172.29.232.134" [2022-03-09T09:42:18.986Z] time="2022-03-09T09:42:18Z" level=info msg="Node a13ea5bbc212/172.29.232.134, left gossip cluster" [2022-03-09T09:42:18.986Z] time="2022-03-09T09:42:18Z" level=info msg="Node a13ea5bbc212/172.29.232.134, left gossip cluster" [2022-03-09T09:42:18.986Z] time="2022-03-09T09:42:18Z" level=info msg="Node a13ea5bbc212/172.29.232.134, left gossip cluster" [2022-03-09T09:42:18.986Z] time="2022-03-09T09:42:18Z" level=info msg="Node a13ea5bbc212/172.29.232.134, left gossip cluster" [2022-03-09T09:42:19.454Z] time="2022-03-09T09:42:19Z" level=info msg="Node 4cef324c55a8 change state NodeActive --> NodeLeft" [2022-03-09T09:42:19.454Z] time="2022-03-09T09:42:19Z" level=info msg="node4(13348572d11c): Node leave event for 4cef324c55a8/172.29.232.134" [2022-03-09T09:42:19.454Z] time="2022-03-09T09:42:19Z" level=info msg="Node 4cef324c55a8 change state NodeActive --> NodeLeft" [2022-03-09T09:42:19.454Z] time="2022-03-09T09:42:19Z" level=info msg="node5(7de89377eaea): Node leave event for 4cef324c55a8/172.29.232.134" [2022-03-09T09:42:19.454Z] time="2022-03-09T09:42:19Z" level=info msg="Node 4cef324c55a8 change state NodeActive --> NodeLeft" [2022-03-09T09:42:19.454Z] time="2022-03-09T09:42:19Z" level=info msg="node3(4cef324c55a8): Node leave event for 4cef324c55a8/172.29.232.134" [2022-03-09T09:42:19.454Z] time="2022-03-09T09:42:19Z" level=info msg="Node 4cef324c55a8/172.29.232.134, left gossip cluster" [2022-03-09T09:42:19.454Z] time="2022-03-09T09:42:19Z" level=info msg="Node 4cef324c55a8/172.29.232.134, left gossip cluster" [2022-03-09T09:42:19.454Z] time="2022-03-09T09:42:19Z" level=info msg="Node 4cef324c55a8/172.29.232.134, left gossip cluster" [2022-03-09T09:42:19.620Z] === RUN TestCopyFromContainer// [2022-03-09T09:42:19.620Z] === RUN TestCopyFromContainer//bar/root [2022-03-09T09:42:19.620Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-09T09:42:19.620Z] === RUN TestCopyFromContainer/bar/quux [2022-03-09T09:42:19.620Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-09T09:42:19.847Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s) [2022-03-09T09:42:19.847Z] === RUN TestAuthZPluginErrorResponse [2022-03-09T09:42:19.876Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-09T09:42:19.876Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-09T09:42:19.876Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-09T09:42:19.876Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-09T09:42:19.876Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-09T09:42:19.924Z] time="2022-03-09T09:42:19Z" level=debug msg="memberlist: Failed ping: 13348572d11c (timeout reached)" [2022-03-09T09:42:19.924Z] time="2022-03-09T09:42:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.232.134:10035: use of closed network connection" [2022-03-09T09:42:19.924Z] time="2022-03-09T09:42:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.29.232.134:10037: use of closed network connection" [2022-03-09T09:42:19.924Z] time="2022-03-09T09:42:19Z" level=debug msg="memberlist: Stream connection from=172.29.232.134:49387" [2022-03-09T09:42:19.924Z] time="2022-03-09T09:42:19Z" level=info msg="Node 13348572d11c change state NodeActive --> NodeLeft" [2022-03-09T09:42:19.924Z] time="2022-03-09T09:42:19Z" level=info msg="node5(7de89377eaea): Node leave event for 13348572d11c/172.29.232.134" [2022-03-09T09:42:19.924Z] time="2022-03-09T09:42:19Z" level=info msg="Node 13348572d11c change state NodeActive --> NodeLeft" [2022-03-09T09:42:19.924Z] time="2022-03-09T09:42:19Z" level=info msg="node4(13348572d11c): Node leave event for 13348572d11c/172.29.232.134" [2022-03-09T09:42:20.003Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:42:20.087Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-09T09:42:20.087Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T09:42:20.087Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:42:20.087Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-09T09:42:20.087Z] [2022-03-09T09:42:20.087Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-09T09:42:20.087Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-09T09:42:20.087Z] Using test binary docker [2022-03-09T09:42:20.087Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-09T09:42:20.087Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T09:42:20.087Z] INFO: Waiting for daemon to start... [2022-03-09T09:42:20.087Z] Starting dockerd [2022-03-09T09:42:20.087Z] . [2022-03-09T09:42:20.087Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer (1.31s) [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.04s) [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-09T09:42:20.132Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-09T09:42:20.132Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T09:42:20.132Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:42:20.132Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:42:20.132Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:42:20.132Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:42:20.132Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:42:20.132Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:42:20.132Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:42:20.132Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:42:20.132Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:42:20.132Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-09T09:42:20.132Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T09:42:20.132Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T09:42:20.132Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T09:42:20.132Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T09:42:20.132Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2022-03-09T09:42:20.132Z] === RUN TestCreateWithInvalidEnv [2022-03-09T09:42:20.132Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T09:42:20.132Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T09:42:20.132Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T09:42:20.132Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T09:42:20.132Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T09:42:20.132Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T09:42:20.132Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T09:42:20.132Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T09:42:20.132Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T09:42:20.132Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-09T09:42:20.132Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T09:42:20.132Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T09:42:20.132Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T09:42:20.132Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T09:42:20.132Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-09T09:42:20.132Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T09:42:20.260Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:42:20.394Z] time="2022-03-09T09:42:20Z" level=warning msg="memberlist: Was able to connect to 13348572d11c but other probes failed, network may be misconfigured" [2022-03-09T09:42:20.394Z] time="2022-03-09T09:42:20Z" level=info msg="Node 13348572d11c/172.29.232.134, left gossip cluster" [2022-03-09T09:42:20.416Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-09T09:42:20.416Z] === RUN TestAuthZPluginErrorRequest [2022-03-09T09:42:20.863Z] time="2022-03-09T09:42:20Z" level=info msg="Node 13348572d11c/172.29.232.134, left gossip cluster" [2022-03-09T09:42:20.985Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-09T09:42:20.985Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-09T09:42:21.246Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-09T09:42:21.246Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-09T09:42:21.333Z] time="2022-03-09T09:42:20Z" level=info msg="Node 7de89377eaea/172.29.232.134, left gossip cluster" [2022-03-09T09:42:21.333Z] time="2022-03-09T09:42:20Z" level=info msg="Node 7de89377eaea change state NodeActive --> NodeFailed" [2022-03-09T09:42:21.333Z] time="2022-03-09T09:42:20Z" level=info msg="Node 7de89377eaea/172.29.232.134, added to failed nodes list" [2022-03-09T09:42:21.333Z] --- PASS: TestNetworkDBIslands (11.90s) [2022-03-09T09:42:21.333Z] PASS [2022-03-09T09:42:21.333Z] coverage: 60.0% of statements [2022-03-09T09:42:21.333Z] ok github.com/docker/docker/libnetwork/networkdb 104.465s coverage: 60.0% of statements [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/quota [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/rootless [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/volume [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-09T09:42:21.333Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-09T09:42:21.497Z] --- PASS: TestCreateWithCustomMaskedPaths (1.08s) [2022-03-09T09:42:21.497Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T09:42:22.426Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.09s) [2022-03-09T09:42:22.426Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T09:42:22.426Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:42:22.426Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:42:22.426Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:42:22.426Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:42:22.426Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:42:22.426Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:42:22.426Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:42:22.426Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:42:22.426Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:42:22.426Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:42:22.426Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:42:22.426Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:42:22.426Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:42:22.426Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:42:22.426Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:42:22.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-09T09:42:22.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T09:42:22.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T09:42:22.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T09:42:22.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T09:42:22.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-09T09:42:22.426Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T09:42:22.632Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.39s) [2022-03-09T09:42:22.632Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-09T09:42:22.683Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.35s) [2022-03-09T09:42:22.683Z] === RUN TestCreateDifferentPlatform [2022-03-09T09:42:22.683Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T09:42:22.683Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T09:42:22.683Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-09T09:42:22.683Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-09T09:42:22.683Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T09:42:22.683Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T09:42:22.683Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-09T09:42:22.683Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T09:42:22.683Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-09T09:42:22.683Z] === RUN TestContainerStartOnDaemonRestart [2022-03-09T09:42:22.683Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-09T09:42:22.683Z] === RUN TestDaemonRestartIpcMode [2022-03-09T09:42:22.683Z] === PAUSE TestDaemonRestartIpcMode [2022-03-09T09:42:22.683Z] === RUN TestDaemonHostGatewayIP [2022-03-09T09:42:22.683Z] === PAUSE TestDaemonHostGatewayIP [2022-03-09T09:42:22.683Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-09T09:42:22.683Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-09T09:42:22.683Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T09:42:22.683Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-09T09:42:22.683Z] === RUN TestDiff [2022-03-09T09:42:23.247Z] --- PASS: TestDiff (0.38s) [2022-03-09T09:42:23.247Z] === RUN TestExecWithCloseStdin [2022-03-09T09:42:23.504Z] --- PASS: TestExecWithCloseStdin (0.40s) [2022-03-09T09:42:23.504Z] === RUN TestExec [2022-03-09T09:42:23.541Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-09T09:42:23.541Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.81s) [2022-03-09T09:42:23.541Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.95s) [2022-03-09T09:42:23.542Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.90s) [2022-03-09T09:42:23.542Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.80s) [2022-03-09T09:42:23.542Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.86s) [2022-03-09T09:42:23.542Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.94s) [2022-03-09T09:42:23.542Z] === RUN TestBuildMultiStageCopy [2022-03-09T09:42:23.542Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T09:42:24.068Z] --- PASS: TestExec (0.44s) [2022-03-09T09:42:24.068Z] === RUN TestExecUser [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === Skipped [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-09T09:42:24.290Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2022-03-09T09:42:24.290Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-09T09:42:24.290Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-09T09:42:24.290Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-09T09:42:24.290Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T09:42:24.290Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-09T09:42:24.290Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-09T09:42:24.290Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-09T09:42:24.290Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-09T09:42:24.290Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-09T09:42:24.290Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-09T09:42:24.290Z] daemon_test.go:145: root required [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T09:42:24.290Z] reload_test.go:342: root required [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.08s) [2022-03-09T09:42:24.290Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T09:42:24.290Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-09T09:42:24.290Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-09T09:42:24.290Z] download_test.go:267: Needs fixing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-09T09:42:24.290Z] layer_test.go:291: Failing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-09T09:42:24.290Z] layer_test.go:340: Failing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-09T09:42:24.290Z] layer_test.go:455: Failing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-09T09:42:24.290Z] layer_test.go:684: Failing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-09T09:42:24.290Z] migration_test.go:45: Failing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T09:42:24.290Z] migration_test.go:181: Failing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-09T09:42:24.290Z] mount_test.go:17: Failing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-09T09:42:24.290Z] mount_test.go:76: Failing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-09T09:42:24.290Z] mount_test.go:125: Failing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-09T09:42:24.290Z] mount_test.go:212: Failing on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-09T09:42:24.290Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-09T09:42:24.290Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-09T09:42:24.290Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-09T09:42:24.290Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-09T09:42:24.290Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-09T09:42:24.290Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-09T09:42:24.290Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-09T09:42:24.290Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-09T09:42:24.290Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-09T09:42:24.290Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-09T09:42:24.290Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-09T09:42:24.290Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-09T09:42:24.290Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-09T09:42:24.290Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-09T09:42:24.290Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-09T09:42:24.290Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-09T09:42:24.290Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-09T09:42:24.290Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-09T09:42:24.290Z] archive_test.go:140: zstd not installed [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-09T09:42:24.290Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-09T09:42:24.290Z] archive_windows_test.go:16: Currently fails [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-09T09:42:24.290Z] changes_test.go:195: needs more investigation [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-09T09:42:24.290Z] changes_test.go:432: needs further investigation [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-09T09:42:24.290Z] changes_test.go:468: needs further investigation [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-09T09:42:24.290Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T09:42:24.290Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.01s) [2022-03-09T09:42:24.290Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-09T09:42:24.290Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-09T09:42:24.290Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-09T09:42:24.290Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:42:24.290Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:42:24.290Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-09T09:42:24.290Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-09T09:42:24.290Z] poller_test.go:40: No chmod on Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T09:42:24.290Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T09:42:24.290Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-09T09:42:24.290Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-03-09T09:42:24.290Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-09T09:42:24.290Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-09T09:42:24.290Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-09T09:42:24.290Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T09:42:24.290Z] [2022-03-09T09:42:24.290Z] DONE 2077 tests, 68 skipped in 321.273s [2022-03-09T09:42:24.325Z] --- PASS: TestExecUser (0.43s) [2022-03-09T09:42:24.325Z] === RUN TestExportContainerAndImportImage [2022-03-09T09:42:24.547Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.45s) [2022-03-09T09:42:24.547Z] === RUN TestAuthZPluginHeader [2022-03-09T09:42:24.760Z] INFO: make.ps1 ended at 03/09/2022 09:42:24 [2022-03-09T09:42:24.808Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-03-09T09:42:24.808Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-09T09:42:24.888Z] --- PASS: TestExportContainerAndImportImage (0.50s) [2022-03-09T09:42:24.888Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T09:42:25.570Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T09:42:26.133Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T09:42:26.258Z] --- PASS: TestExportContainerAfterDaemonRestart (1.23s) [2022-03-09T09:42:26.258Z] === RUN TestHealthCheckWorkdir [2022-03-09T09:42:26.299Z] --- PASS: TestKillContainerInvalidSignal (9.24s) [2022-03-09T09:42:26.299Z] === RUN TestKillContainer [2022-03-09T09:42:26.300Z] === RUN TestKillContainer/no_signal [2022-03-09T09:42:26.515Z] --- PASS: TestHealthCheckWorkdir (0.46s) [2022-03-09T09:42:26.515Z] === RUN TestHealthKillContainer [2022-03-09T09:42:26.696Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T09:42:27.260Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T09:42:27.718Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-09T09:42:27.718Z] INFO: Unit tests ended at 03/09/2022 09:42:26. Duration:00:05:42.0311076 [2022-03-09T09:42:27.718Z] INFO: Building busybox [2022-03-09T09:42:27.718Z] Sending build context to Docker daemon 5.12kB [2022-03-09T09:42:27.718Z] [2022-03-09T09:42:27.718Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-09T09:42:27.718Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-09T09:42:27.718Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-09T09:42:27.718Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-09T09:42:27.718Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-09T09:42:27.718Z] ---> 6a11116086a4 [2022-03-09T09:42:27.718Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-09T09:42:27.718Z] ---> Running in 42142097c6ab [2022-03-09T09:42:27.824Z] --- PASS: TestBuildMultiStageCopy (4.63s) [2022-03-09T09:42:27.824Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.58s) [2022-03-09T09:42:27.824Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s) [2022-03-09T09:42:27.824Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.45s) [2022-03-09T09:42:27.824Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s) [2022-03-09T09:42:27.824Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.55s) [2022-03-09T09:42:27.824Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T09:42:28.758Z] --- PASS: TestBuildMultiStageParentConfig (1.08s) [2022-03-09T09:42:28.758Z] === RUN TestBuildLabelWithTargets [2022-03-09T09:42:29.016Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.82s) [2022-03-09T09:42:29.016Z] === RUN TestAuthZPluginV2Disable [2022-03-09T09:42:29.248Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T09:42:29.248Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T09:42:29.248Z] === RUN TestKillContainer/killing_signal [2022-03-09T09:42:30.651Z] --- PASS: TestBuildLabelWithTargets (1.93s) [2022-03-09T09:42:30.651Z] === RUN TestBuildWithEmptyLayers [2022-03-09T09:42:32.017Z] --- PASS: TestBuildWithEmptyLayers (1.10s) [2022-03-09T09:42:32.017Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T09:42:32.311Z] --- PASS: TestAuthZPluginV2Disable (3.36s) [2022-03-09T09:42:32.311Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-09T09:42:33.296Z] 8f616e6e9eec: Pull complete [2022-03-09T09:42:34.012Z] --- PASS: TestKillContainer (7.12s) [2022-03-09T09:42:34.012Z] --- PASS: TestKillContainer/no_signal (2.97s) [2022-03-09T09:42:34.012Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-09T09:42:34.012Z] --- PASS: TestKillContainer/killing_signal (4.08s) [2022-03-09T09:42:34.012Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T09:42:34.012Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:42:34.012Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T09:42:34.012Z] === RUN TestKillStoppedContainer [2022-03-09T09:42:34.012Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:42:34.012Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-09T09:42:34.012Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T09:42:34.012Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:42:34.012Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T09:42:34.012Z] === RUN TestKillDifferentUserContainer [2022-03-09T09:42:34.012Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T09:42:34.012Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-09T09:42:34.012Z] === RUN TestInspectOomKilledTrue [2022-03-09T09:42:34.012Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:34.012Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T09:42:34.012Z] === RUN TestInspectOomKilledFalse [2022-03-09T09:42:34.012Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:42:34.012Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T09:42:34.012Z] === RUN TestLogsFollowTailEmpty [2022-03-09T09:42:34.536Z] --- PASS: TestBuildMultiStageOnBuild (2.78s) [2022-03-09T09:42:34.536Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T09:42:34.618Z] --- PASS: TestHealthKillContainer (7.82s) [2022-03-09T09:42:34.618Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T09:42:34.618Z] --- PASS: TestInspectCpusetInConfigPre120 (0.35s) [2022-03-09T09:42:34.618Z] === RUN TestIpcModeNone [2022-03-09T09:42:35.181Z] --- PASS: TestIpcModeNone (0.43s) [2022-03-09T09:42:35.181Z] === RUN TestIpcModePrivate [2022-03-09T09:42:35.438Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-09T09:42:35.611Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.21s) [2022-03-09T09:42:35.611Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-09T09:42:35.695Z] --- PASS: TestIpcModePrivate (0.41s) [2022-03-09T09:42:35.695Z] === RUN TestIpcModeShareable [2022-03-09T09:42:35.953Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-03-09T09:42:35.953Z] --- PASS: TestIpcModeShareable (0.41s) [2022-03-09T09:42:35.953Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-09T09:42:36.430Z] --- PASS: TestBuildUncleanTarFilenames (1.71s) [2022-03-09T09:42:36.431Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T09:42:36.962Z] --- PASS: TestLogsFollowTailEmpty (3.17s) [2022-03-09T09:42:36.962Z] === RUN TestNetworkNat [2022-03-09T09:42:36.962Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T09:42:36.962Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-09T09:42:36.962Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T09:42:37.325Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.29s) [2022-03-09T09:42:37.325Z] === RUN TestAPIIpcModeHost [2022-03-09T09:42:37.582Z] --- PASS: TestAPIIpcModeHost (0.34s) [2022-03-09T09:42:37.582Z] === RUN TestDaemonIpcModeShareable [2022-03-09T09:42:38.513Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-09T09:42:38.770Z] --- PASS: TestDaemonIpcModeShareable (1.07s) [2022-03-09T09:42:38.771Z] === RUN TestDaemonIpcModePrivate [2022-03-09T09:42:39.700Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-09T09:42:39.700Z] --- PASS: TestDaemonIpcModePrivate (1.07s) [2022-03-09T09:42:39.700Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-09T09:42:39.705Z] --- PASS: TestBuildMultiStageLayerLeak (3.06s) [2022-03-09T09:42:39.705Z] === RUN TestBuildWithHugeFile [2022-03-09T09:42:40.632Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-09T09:42:40.757Z] --- PASS: TestNetworkLocalhostTCPNat (3.79s) [2022-03-09T09:42:40.757Z] === RUN TestNetworkLoopbackNat [2022-03-09T09:42:40.757Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T09:42:40.757Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-09T09:42:40.757Z] === RUN TestPause [2022-03-09T09:42:40.757Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T09:42:40.757Z] --- SKIP: TestPause (0.00s) [2022-03-09T09:42:40.757Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T09:42:40.889Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s) [2022-03-09T09:42:40.889Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-09T09:42:41.816Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-09T09:42:42.072Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.08s) [2022-03-09T09:42:42.072Z] === RUN TestIpcModeOlderClient [2022-03-09T09:42:42.072Z] === PAUSE TestIpcModeOlderClient [2022-03-09T09:42:42.072Z] === RUN TestKillContainerInvalidSignal [2022-03-09T09:42:42.327Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2022-03-09T09:42:42.327Z] === RUN TestKillContainer [2022-03-09T09:42:42.327Z] === RUN TestKillContainer/no_signal [2022-03-09T09:42:42.889Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T09:42:42.889Z] === RUN TestKillContainer/killing_signal [2022-03-09T09:42:43.451Z] --- PASS: TestKillContainer (1.14s) [2022-03-09T09:42:43.451Z] --- PASS: TestKillContainer/no_signal (0.35s) [2022-03-09T09:42:43.451Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2022-03-09T09:42:43.451Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-03-09T09:42:43.451Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T09:42:43.451Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-09T09:42:43.706Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.19s) [2022-03-09T09:42:43.706Z] === RUN TestPauseStopPausedContainer [2022-03-09T09:42:43.706Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:42:43.707Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-09T09:42:43.707Z] === RUN TestPsFilter [2022-03-09T09:42:44.013Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-09T09:42:44.182Z] --- PASS: TestPsFilter (0.54s) [2022-03-09T09:42:44.182Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T09:42:44.576Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.12s) [2022-03-09T09:42:44.576Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s) [2022-03-09T09:42:44.576Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s) [2022-03-09T09:42:44.576Z] === RUN TestKillStoppedContainer [2022-03-09T09:42:44.576Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-09T09:42:44.576Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T09:42:44.833Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-09T09:42:44.833Z] === RUN TestKillDifferentUserContainer [2022-03-09T09:42:45.089Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-03-09T09:42:45.089Z] === RUN TestInspectOomKilledTrue [2022-03-09T09:42:45.652Z] --- PASS: TestInspectOomKilledTrue (0.42s) [2022-03-09T09:42:45.652Z] === RUN TestInspectOomKilledFalse [2022-03-09T09:42:45.654Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.16s) [2022-03-09T09:42:45.654Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-09T09:42:45.909Z] --- PASS: TestInspectOomKilledFalse (0.37s) [2022-03-09T09:42:45.909Z] === RUN TestLinksEtcHostsContentMatch [2022-03-09T09:42:46.167Z] --- PASS: TestLinksEtcHostsContentMatch (0.27s) [2022-03-09T09:42:46.167Z] === RUN TestLinksContainerNames [2022-03-09T09:42:47.114Z] --- PASS: TestLinksContainerNames (0.84s) [2022-03-09T09:42:47.114Z] === RUN TestLogsFollowTailEmpty [2022-03-09T09:42:47.372Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2022-03-09T09:42:47.372Z] === RUN TestContainerNetworkMountsNoChown [2022-03-09T09:42:47.937Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-03-09T09:42:47.937Z] === RUN TestMountDaemonRoot [2022-03-09T09:42:47.937Z] === RUN TestMountDaemonRoot/default [2022-03-09T09:42:47.937Z] === PAUSE TestMountDaemonRoot/default [2022-03-09T09:42:47.937Z] === RUN TestMountDaemonRoot/private [2022-03-09T09:42:47.937Z] === PAUSE TestMountDaemonRoot/private [2022-03-09T09:42:47.937Z] === RUN TestMountDaemonRoot/rprivate [2022-03-09T09:42:47.937Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-09T09:42:47.937Z] === RUN TestMountDaemonRoot/slave [2022-03-09T09:42:47.937Z] === PAUSE TestMountDaemonRoot/slave [2022-03-09T09:42:47.937Z] === RUN TestMountDaemonRoot/rslave [2022-03-09T09:42:47.937Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-09T09:42:47.937Z] === RUN TestMountDaemonRoot/shared [2022-03-09T09:42:47.937Z] === PAUSE TestMountDaemonRoot/shared [2022-03-09T09:42:47.937Z] === RUN TestMountDaemonRoot/rshared [2022-03-09T09:42:47.937Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-09T09:42:47.937Z] === CONT TestMountDaemonRoot/default [2022-03-09T09:42:47.937Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-09T09:42:47.937Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-09T09:42:47.937Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:42:47.937Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rshared [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/shared [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rslave [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/slave [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rprivate [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/private [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-09T09:42:47.938Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:42:47.938Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:42:47.938Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:42:47.997Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.82s) [2022-03-09T09:42:47.997Z] === RUN TestRemoveContainerWithVolume [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-09T09:42:48.195Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.01s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.01s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-09T09:42:48.195Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-09T09:42:48.195Z] === RUN TestContainerBindMountNonRecursive [2022-03-09T09:42:48.981Z] Removing intermediate container 42142097c6ab [2022-03-09T09:42:48.981Z] ---> 6ce124dbc8f7 [2022-03-09T09:42:48.981Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-09T09:42:48.981Z] ---> Running in 194fa9d02049 [2022-03-09T09:42:48.981Z] Removing intermediate container 194fa9d02049 [2022-03-09T09:42:48.981Z] ---> 60d5cd063d08 [2022-03-09T09:42:48.981Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-09T09:42:48.981Z] ---> Running in e2c16ada3a3b [2022-03-09T09:42:49.451Z] Removing intermediate container e2c16ada3a3b [2022-03-09T09:42:49.451Z] ---> e9f946e27440 [2022-03-09T09:42:49.451Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-09T09:42:49.564Z] --- PASS: TestContainerBindMountNonRecursive (1.21s) [2022-03-09T09:42:49.564Z] === RUN TestContainerVolumesMountedAsShared [2022-03-09T09:42:49.821Z] --- PASS: TestContainerVolumesMountedAsShared (0.36s) [2022-03-09T09:42:49.821Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-09T09:42:50.078Z] --- PASS: TestContainerVolumesMountedAsSlave (0.28s) [2022-03-09T09:42:50.078Z] === RUN TestNetworkNat [2022-03-09T09:42:50.335Z] --- PASS: TestNetworkNat (0.41s) [2022-03-09T09:42:50.335Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T09:42:50.899Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s) [2022-03-09T09:42:50.899Z] === RUN TestNetworkLoopbackNat [2022-03-09T09:42:51.019Z] [2022-03-09T09:42:51.488Z] ---> 2117e76cc6a7 [2022-03-09T09:42:51.488Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-09T09:42:51.958Z] ---> Running in 4bbc1193ef30 [2022-03-09T09:42:52.750Z] --- PASS: TestRemoveContainerWithVolume (4.14s) [2022-03-09T09:42:52.750Z] === RUN TestRemoveContainerRunning [2022-03-09T09:42:53.417Z] --- PASS: TestNetworkLoopbackNat (2.49s) [2022-03-09T09:42:53.417Z] === RUN TestPause [2022-03-09T09:42:53.673Z] --- PASS: TestPause (0.39s) [2022-03-09T09:42:53.673Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T09:42:53.673Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T09:42:53.673Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T09:42:53.673Z] === RUN TestPauseStopPausedContainer [2022-03-09T09:42:54.234Z] --- PASS: TestPauseStopPausedContainer (0.42s) [2022-03-09T09:42:54.234Z] === RUN TestPidHost [2022-03-09T09:42:55.163Z] --- PASS: TestPidHost (0.85s) [2022-03-09T09:42:55.163Z] === RUN TestPsFilter [2022-03-09T09:42:55.163Z] --- PASS: TestPsFilter (0.10s) [2022-03-09T09:42:55.163Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T09:42:55.419Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2022-03-09T09:42:55.419Z] === RUN TestRemoveContainerWithVolume [2022-03-09T09:42:55.718Z] --- PASS: TestRemoveContainerRunning (3.58s) [2022-03-09T09:42:55.718Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T09:42:55.982Z] --- PASS: TestRemoveContainerWithVolume (0.37s) [2022-03-09T09:42:55.982Z] === RUN TestRemoveContainerRunning [2022-03-09T09:42:56.240Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-03-09T09:42:56.240Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T09:42:56.804Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.37s) [2022-03-09T09:42:56.804Z] === RUN TestRemoveInvalidContainer [2022-03-09T09:42:56.804Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-09T09:42:56.804Z] === RUN TestRenameLinkedContainer [2022-03-09T09:42:58.173Z] --- PASS: TestRenameLinkedContainer (1.48s) [2022-03-09T09:42:58.173Z] === RUN TestRenameStoppedContainer [2022-03-09T09:42:58.430Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-03-09T09:42:58.430Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T09:42:58.853Z] sha256:d9612dd2eaac97c99278bfeeb2953c5939c0c764134b282b6b39bdbd71ef17e4 [2022-03-09T09:42:58.853Z] INFO: Starting docker-py tests... [2022-03-09T09:42:58.853Z] ============================= test session starts ============================== [2022-03-09T09:42:58.853Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-09T09:42:58.853Z] rootdir: /src, inifile: pytest.ini [2022-03-09T09:42:58.853Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-09T09:42:59.362Z] --- PASS: TestRenameRunningContainerAndReuse (0.76s) [2022-03-09T09:42:59.362Z] === RUN TestRenameInvalidName [2022-03-09T09:42:59.512Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.63s) [2022-03-09T09:42:59.512Z] === RUN TestRemoveInvalidContainer [2022-03-09T09:42:59.512Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-03-09T09:42:59.512Z] === RUN TestRenameLinkedContainer [2022-03-09T09:42:59.512Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T09:42:59.512Z] --- SKIP: TestRenameLinkedContainer (0.01s) [2022-03-09T09:42:59.512Z] === RUN TestRenameStoppedContainer [2022-03-09T09:42:59.619Z] --- PASS: TestRenameInvalidName (0.37s) [2022-03-09T09:42:59.619Z] === RUN TestRenameAnonymousContainer [2022-03-09T09:43:00.241Z] collected 395 items / 2 deselected / 393 selected [2022-03-09T09:43:00.241Z] [2022-03-09T09:43:00.987Z] --- PASS: TestRenameAnonymousContainer (1.40s) [2022-03-09T09:43:00.987Z] === RUN TestRenameContainerWithSameName [2022-03-09T09:43:01.552Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-09T09:43:01.552Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T09:43:02.496Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2022-03-09T09:43:02.496Z] === RUN TestResize [2022-03-09T09:43:02.754Z] --- PASS: TestResize (0.39s) [2022-03-09T09:43:02.754Z] === RUN TestResizeWithInvalidSize [2022-03-09T09:43:03.011Z] --- PASS: TestResizeWithInvalidSize (0.36s) [2022-03-09T09:43:03.011Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T09:43:03.269Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:43:03.269Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:43:03.269Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:43:03.269Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T09:43:03.269Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:43:03.765Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-03-09T09:43:03.765Z] PASS [2022-03-09T09:43:03.765Z] [2022-03-09T09:43:03.765Z] DONE 17 tests in 46.832s [2022-03-09T09:43:03.765Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-09T09:43:03.765Z] INFO: Testing against a local daemon [2022-03-09T09:43:03.765Z] === RUN TestPluginInvalidJSON [2022-03-09T09:43:03.765Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:43:03.765Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:43:03.765Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:43:03.765Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-09T09:43:03.765Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-09T09:43:03.765Z] === RUN TestPluginInstall [2022-03-09T09:43:03.765Z] === RUN TestPluginInstall/no_auth [2022-03-09T09:43:03.765Z] time="2022-03-09T09:43:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:43:03.766Z] time="2022-03-09T09:43:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4888f81e1de06affc946d9291e2471bc1cc6f21c76288b36139df385e6fe0f0c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:43:03.766Z] time="2022-03-09T09:43:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:43:03.766Z] time="2022-03-09T09:43:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4888f81e1de06affc946d9291e2471bc1cc6f21c76288b36139df385e6fe0f0c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:43:04.025Z] === RUN TestPluginInstall/with_htpasswd [2022-03-09T09:43:04.284Z] --- PASS: TestRenameStoppedContainer (4.44s) [2022-03-09T09:43:04.284Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T09:43:04.285Z] time="2022-03-09T09:43:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:43:04.285Z] time="2022-03-09T09:43:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4888f81e1de06affc946d9291e2471bc1cc6f21c76288b36139df385e6fe0f0c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:43:04.285Z] time="2022-03-09T09:43:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:43:04.285Z] time="2022-03-09T09:43:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4888f81e1de06affc946d9291e2471bc1cc6f21c76288b36139df385e6fe0f0c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:43:04.545Z] === RUN TestPluginInstall/with_insecure [2022-03-09T09:43:05.157Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:43:05.483Z] time="2022-03-09T09:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:43:05.484Z] time="2022-03-09T09:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:069676c1682f8ca96e870d72d1b21781f4e1730f5852550043ab2524d970536e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:43:05.484Z] time="2022-03-09T09:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:43:05.484Z] time="2022-03-09T09:43:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:069676c1682f8ca96e870d72d1b21781f4e1730f5852550043ab2524d970536e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:43:05.743Z] plugin_test.go:165: [d811cd9d156d6] daemon is not started [2022-03-09T09:43:05.743Z] --- PASS: TestPluginInstall (3.59s) [2022-03-09T09:43:05.743Z] --- PASS: TestPluginInstall/no_auth (1.89s) [2022-03-09T09:43:05.743Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2022-03-09T09:43:05.743Z] --- PASS: TestPluginInstall/with_insecure (1.09s) [2022-03-09T09:43:05.743Z] === RUN TestPluginsWithRuntimes [2022-03-09T09:43:06.522Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:43:07.086Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:43:07.124Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-09T09:43:07.650Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:43:08.067Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-09T09:43:08.580Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:43:08.837Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:43:09.011Z] --- PASS: TestPluginsWithRuntimes (3.30s) [2022-03-09T09:43:09.011Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-03-09T09:43:09.011Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2022-03-09T09:43:09.011Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T09:43:09.583Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-03-09T09:43:09.583Z] PASS [2022-03-09T09:43:09.583Z] [2022-03-09T09:43:09.583Z] DONE 10 tests in 7.515s [2022-03-09T09:43:09.583Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-09T09:43:09.583Z] INFO: Testing against a local daemon [2022-03-09T09:43:09.583Z] === RUN TestExternalGraphDriver [2022-03-09T09:43:09.583Z] === RUN TestExternalGraphDriver/json [2022-03-09T09:43:11.451Z] --- PASS: TestRenameRunningContainerAndReuse (6.94s) [2022-03-09T09:43:11.451Z] === RUN TestRenameInvalidName [2022-03-09T09:43:11.497Z] === RUN TestExternalGraphDriver/spec [2022-03-09T09:43:12.111Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:43:12.111Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T09:43:12.883Z] === RUN TestExternalGraphDriver/pull [2022-03-09T09:43:14.002Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T09:43:14.799Z] --- PASS: TestExternalGraphDriver (5.02s) [2022-03-09T09:43:14.799Z] --- PASS: TestExternalGraphDriver/json (1.66s) [2022-03-09T09:43:14.799Z] --- PASS: TestExternalGraphDriver/spec (1.68s) [2022-03-09T09:43:14.799Z] --- PASS: TestExternalGraphDriver/pull (1.64s) [2022-03-09T09:43:14.799Z] === RUN TestGraphdriverPluginV2 [2022-03-09T09:43:15.261Z] --- PASS: TestRenameInvalidName (4.14s) [2022-03-09T09:43:15.261Z] === RUN TestRenameAnonymousContainer [2022-03-09T09:43:15.370Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T09:43:15.626Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T09:43:15.924Z] --- PASS: TestImportExtremelyLargeImageWorks (89.83s) [2022-03-09T09:43:15.924Z] PASS [2022-03-09T09:43:15.924Z] [2022-03-09T09:43:15.924Z] === Skipped [2022-03-09T09:43:15.924Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.01s) [2022-03-09T09:43:15.924Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-09T09:43:15.924Z] [2022-03-09T09:43:15.924Z] DONE 22 tests, 1 skipped in 93.588s [2022-03-09T09:43:15.924Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-09T09:43:15.924Z] INFO: Testing against a local daemon [2022-03-09T09:43:15.924Z] === RUN TestNetworkCreateDelete [2022-03-09T09:43:15.924Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-09T09:43:15.924Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T09:43:15.924Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-03-09T09:43:15.924Z] === RUN TestDaemonDNSFallback [2022-03-09T09:43:16.182Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-03-09T09:43:16.182Z] === RUN TestInspectNetwork [2022-03-09T09:43:16.182Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:16.182Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T09:43:16.182Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestNetworkInvalidJSON [2022-03-09T09:43:16.182Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T09:43:16.182Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T09:43:16.182Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:43:16.182Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:43:16.182Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:43:16.182Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:43:16.182Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T09:43:16.182Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:43:16.182Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:43:16.182Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-09T09:43:16.182Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-09T09:43:16.182Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-09T09:43:16.182Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestNetworkList [2022-03-09T09:43:16.182Z] === RUN TestNetworkList//networks [2022-03-09T09:43:16.182Z] === PAUSE TestNetworkList//networks [2022-03-09T09:43:16.182Z] === RUN TestNetworkList//networks/ [2022-03-09T09:43:16.182Z] === PAUSE TestNetworkList//networks/ [2022-03-09T09:43:16.182Z] === CONT TestNetworkList//networks [2022-03-09T09:43:16.182Z] === CONT TestNetworkList//networks/ [2022-03-09T09:43:16.182Z] --- PASS: TestNetworkList (0.01s) [2022-03-09T09:43:16.182Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T09:43:16.182Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T09:43:16.182Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T09:43:16.182Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-03-09T09:43:16.182Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T09:43:16.182Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T09:43:16.182Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T09:43:16.182Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T09:43:16.182Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T09:43:16.182Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:16.182Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T09:43:16.182Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:43:16.182Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T09:43:16.182Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:16.182Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-09T09:43:16.182Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T09:43:16.182Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:16.182Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T09:43:16.182Z] PASS [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.182Z] === Skipped [2022-03-09T09:43:16.182Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-09T09:43:16.182Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.182Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-09T09:43:16.182Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.182Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-09T09:43:16.182Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.182Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-03-09T09:43:16.182Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.182Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T09:43:16.182Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.182Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T09:43:16.182Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.182Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T09:43:16.182Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.182Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T09:43:16.182Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.182Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T09:43:16.182Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.182Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:43:16.182Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:43:16.182Z] [2022-03-09T09:43:16.183Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-03-09T09:43:16.183Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:16.183Z] [2022-03-09T09:43:16.183Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T09:43:16.183Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:16.183Z] [2022-03-09T09:43:16.183Z] DONE 22 tests, 12 skipped in 6.974s [2022-03-09T09:43:16.183Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-09T09:43:16.183Z] INFO: Testing against a local daemon [2022-03-09T09:43:16.183Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-09T09:43:16.183Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:43:16.183Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T09:43:16.183Z] === RUN TestDockerNetworkIpvlan [2022-03-09T09:43:16.183Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:43:16.183Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-09T09:43:16.183Z] PASS [2022-03-09T09:43:16.183Z] [2022-03-09T09:43:16.183Z] === Skipped [2022-03-09T09:43:16.183Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T09:43:16.183Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:43:16.183Z] [2022-03-09T09:43:16.183Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-09T09:43:16.183Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:43:16.183Z] [2022-03-09T09:43:16.183Z] DONE 2 tests, 2 skipped in 0.109s [2022-03-09T09:43:16.183Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-09T09:43:16.442Z] INFO: Testing against a local daemon [2022-03-09T09:43:16.442Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-09T09:43:16.442Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.442Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestDockerNetworkMacvlan [2022-03-09T09:43:16.442Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.442Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-09T09:43:16.442Z] PASS [2022-03-09T09:43:16.442Z] [2022-03-09T09:43:16.442Z] === Skipped [2022-03-09T09:43:16.442Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-09T09:43:16.442Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.442Z] [2022-03-09T09:43:16.442Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-09T09:43:16.442Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-09T09:43:16.442Z] [2022-03-09T09:43:16.442Z] DONE 2 tests, 2 skipped in 0.103s [2022-03-09T09:43:16.442Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-09T09:43:16.442Z] testing: warning: no tests to run [2022-03-09T09:43:16.442Z] PASS [2022-03-09T09:43:16.442Z] [2022-03-09T09:43:16.442Z] DONE 0 tests in 0.026s [2022-03-09T09:43:16.442Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-09T09:43:16.442Z] INFO: Testing against a local daemon [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginAllowRequest [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginTLS [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginDenyRequest [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginDenyResponse [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginAllowEventStream [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginErrorResponse [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginErrorRequest [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginHeader [2022-03-09T09:43:16.442Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.442Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-09T09:43:16.442Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-09T09:43:16.626Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-03-09T09:43:16.700Z] === RUN TestAuthZPluginV2Disable [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-03-09T09:43:16.700Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-03-09T09:43:16.700Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-03-09T09:43:16.700Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-09T09:43:16.700Z] PASS [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === Skipped [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-09T09:43:16.700Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.700Z] [2022-03-09T09:43:16.700Z] DONE 17 tests, 17 skipped in 0.307s [2022-03-09T09:43:16.700Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-09T09:43:16.958Z] INFO: Testing against a local daemon [2022-03-09T09:43:16.958Z] === RUN TestPluginInvalidJSON [2022-03-09T09:43:16.958Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:43:16.958Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:43:16.958Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:43:16.958Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-09T09:43:16.958Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-09T09:43:16.958Z] === RUN TestPluginInstall [2022-03-09T09:43:16.958Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.958Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-09T09:43:16.958Z] === RUN TestPluginsWithRuntimes [2022-03-09T09:43:16.958Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-09T09:43:16.958Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-09T09:43:16.958Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T09:43:16.958Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-09T09:43:16.958Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T09:43:16.958Z] PASS [2022-03-09T09:43:16.958Z] [2022-03-09T09:43:16.958Z] === Skipped [2022-03-09T09:43:16.958Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-09T09:43:16.958Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-09T09:43:16.958Z] [2022-03-09T09:43:16.958Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-09T09:43:16.958Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-09T09:43:16.958Z] [2022-03-09T09:43:16.958Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T09:43:16.958Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-09T09:43:16.958Z] [2022-03-09T09:43:16.958Z] DONE 5 tests, 3 skipped in 0.144s [2022-03-09T09:43:16.958Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-09T09:43:16.958Z] INFO: Testing against a local daemon [2022-03-09T09:43:16.958Z] === RUN TestExternalGraphDriver [2022-03-09T09:43:16.958Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-09T09:43:16.958Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-09T09:43:16.958Z] === RUN TestGraphdriverPluginV2 [2022-03-09T09:43:17.297Z] Removing intermediate container 4bbc1193ef30 [2022-03-09T09:43:17.297Z] ---> a8a9334f4c43 [2022-03-09T09:43:17.297Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-09T09:43:17.297Z] ---> Running in 54cb8428f30d [2022-03-09T09:43:17.457Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-09T09:43:17.516Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T09:43:17.516Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T09:43:18.885Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T09:43:18.971Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-09T09:43:19.007Z] --- PASS: TestGraphdriverPluginV2 (3.77s) [2022-03-09T09:43:19.007Z] PASS [2022-03-09T09:43:19.007Z] [2022-03-09T09:43:19.007Z] DONE 5 tests in 8.821s [2022-03-09T09:43:19.007Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-09T09:43:19.007Z] INFO: Testing against a local daemon [2022-03-09T09:43:19.007Z] === RUN TestContinueAfterPluginCrash [2022-03-09T09:43:19.007Z] === PAUSE TestContinueAfterPluginCrash [2022-03-09T09:43:19.007Z] === RUN TestReadPluginNoRead [2022-03-09T09:43:19.007Z] === PAUSE TestReadPluginNoRead [2022-03-09T09:43:19.007Z] === RUN TestDaemonStartWithLogOpt [2022-03-09T09:43:19.007Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-09T09:43:19.007Z] === CONT TestContinueAfterPluginCrash [2022-03-09T09:43:19.007Z] === CONT TestDaemonStartWithLogOpt [2022-03-09T09:43:19.526Z] [2022-03-09T09:43:19.526Z] SUCCESS: Specified value was saved. [2022-03-09T09:43:20.240Z] --- PASS: TestGraphdriverPluginV2 (3.27s) [2022-03-09T09:43:20.240Z] PASS [2022-03-09T09:43:20.240Z] [2022-03-09T09:43:20.240Z] === Skipped [2022-03-09T09:43:20.240Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-09T09:43:20.240Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-09T09:43:20.240Z] [2022-03-09T09:43:20.240Z] DONE 2 tests, 1 skipped in 3.435s [2022-03-09T09:43:20.240Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.76s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.21s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.77s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.21s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.23s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.34s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.77s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.57s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.91s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.68s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.80s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.63s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.67s) [2022-03-09T09:43:20.273Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.48s) [2022-03-09T09:43:20.273Z] === RUN TestCgroupNamespacesRun [2022-03-09T09:43:20.498Z] INFO: Testing against a local daemon [2022-03-09T09:43:20.498Z] === RUN TestContinueAfterPluginCrash [2022-03-09T09:43:20.498Z] === PAUSE TestContinueAfterPluginCrash [2022-03-09T09:43:20.498Z] === RUN TestReadPluginNoRead [2022-03-09T09:43:20.498Z] === PAUSE TestReadPluginNoRead [2022-03-09T09:43:20.498Z] === RUN TestDaemonStartWithLogOpt [2022-03-09T09:43:20.498Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-09T09:43:20.498Z] === CONT TestContinueAfterPluginCrash [2022-03-09T09:43:20.498Z] === CONT TestDaemonStartWithLogOpt [2022-03-09T09:43:21.642Z] --- PASS: TestCgroupNamespacesRun (1.07s) [2022-03-09T09:43:21.643Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-09T09:43:21.745Z] Removing intermediate container 54cb8428f30d [2022-03-09T09:43:21.745Z] ---> 89821ba5e75a [2022-03-09T09:43:21.745Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-09T09:43:21.745Z] ---> Running in 1debe84527cc [2022-03-09T09:43:22.311Z] --- PASS: TestDaemonStartWithLogOpt (3.31s) [2022-03-09T09:43:22.311Z] === CONT TestReadPluginNoRead [2022-03-09T09:43:22.571Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2022-03-09T09:43:22.571Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-09T09:43:23.501Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.07s) [2022-03-09T09:43:23.501Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-09T09:43:24.227Z] === RUN TestReadPluginNoRead/default [2022-03-09T09:43:24.687Z] --- PASS: TestDaemonStartWithLogOpt (4.27s) [2022-03-09T09:43:24.687Z] === CONT TestReadPluginNoRead [2022-03-09T09:43:24.871Z] --- PASS: TestCgroupNamespacesRunHostMode (1.07s) [2022-03-09T09:43:24.871Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-09T09:43:25.172Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-09T09:43:25.800Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.08s) [2022-03-09T09:43:25.800Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-09T09:43:26.557Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-09T09:43:26.729Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.05s) [2022-03-09T09:43:26.729Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-09T09:43:26.817Z] --- PASS: TestContinueAfterPluginCrash (8.31s) [2022-03-09T09:43:27.225Z] === RUN TestReadPluginNoRead/default [2022-03-09T09:43:27.290Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.65s) [2022-03-09T09:43:27.290Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-09T09:43:27.388Z] === CONT TestReadPluginNoRead [2022-03-09T09:43:27.388Z] read_test.go:92: [df26187f188cf] daemon is not started [2022-03-09T09:43:27.388Z] --- PASS: TestReadPluginNoRead (5.72s) [2022-03-09T09:43:27.388Z] --- PASS: TestReadPluginNoRead/default (1.20s) [2022-03-09T09:43:27.388Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2022-03-09T09:43:27.388Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.16s) [2022-03-09T09:43:27.388Z] PASS [2022-03-09T09:43:27.388Z] [2022-03-09T09:43:27.388Z] DONE 6 tests in 9.062s [2022-03-09T09:43:27.388Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-09T09:43:27.388Z] testing: warning: no tests to run [2022-03-09T09:43:27.388Z] PASS [2022-03-09T09:43:27.388Z] [2022-03-09T09:43:27.388Z] DONE 0 tests in 0.013s [2022-03-09T09:43:27.388Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-09T09:43:27.647Z] INFO: Testing against a local daemon [2022-03-09T09:43:27.647Z] === RUN TestPluginWithDevMounts [2022-03-09T09:43:27.647Z] === PAUSE TestPluginWithDevMounts [2022-03-09T09:43:27.647Z] === CONT TestPluginWithDevMounts [2022-03-09T09:43:28.163Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-09T09:43:28.654Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.08s) [2022-03-09T09:43:28.654Z] === RUN TestNISDomainname [2022-03-09T09:43:28.911Z] --- PASS: TestNISDomainname (0.52s) [2022-03-09T09:43:28.911Z] === RUN TestHostnameDnsResolution [2022-03-09T09:43:28.930Z] Cannot create a file when that file already exists. [2022-03-09T09:43:29.029Z] --- PASS: TestPluginWithDevMounts (1.57s) [2022-03-09T09:43:29.029Z] PASS [2022-03-09T09:43:29.029Z] [2022-03-09T09:43:29.029Z] DONE 1 tests in 1.605s [2022-03-09T09:43:29.029Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-09T09:43:29.029Z] INFO: Testing against a local daemon [2022-03-09T09:43:29.029Z] === RUN TestSecretInspect [2022-03-09T09:43:29.473Z] --- PASS: TestHostnameDnsResolution (0.61s) [2022-03-09T09:43:29.473Z] === RUN TestUnprivilegedPortsAndPing [2022-03-09T09:43:29.549Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-09T09:43:29.549Z] --- PASS: TestContinueAfterPluginCrash (9.03s) [2022-03-09T09:43:30.038Z] --- PASS: TestUnprivilegedPortsAndPing (0.45s) [2022-03-09T09:43:30.038Z] === RUN TestStats [2022-03-09T09:43:30.219Z] --- PASS: TestRenameAnonymousContainer (13.85s) [2022-03-09T09:43:30.219Z] === RUN TestRenameContainerWithSameName [2022-03-09T09:43:30.926Z] === CONT TestReadPluginNoRead [2022-03-09T09:43:30.926Z] read_test.go:92: [da56e7f2952aa] daemon is not started [2022-03-09T09:43:30.926Z] --- PASS: TestReadPluginNoRead (6.07s) [2022-03-09T09:43:30.926Z] --- PASS: TestReadPluginNoRead/default (1.22s) [2022-03-09T09:43:30.926Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.27s) [2022-03-09T09:43:30.926Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.41s) [2022-03-09T09:43:30.926Z] PASS [2022-03-09T09:43:30.926Z] [2022-03-09T09:43:30.926Z] DONE 6 tests in 10.460s [2022-03-09T09:43:30.926Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-09T09:43:30.926Z] testing: warning: no tests to run [2022-03-09T09:43:30.926Z] PASS [2022-03-09T09:43:30.926Z] [2022-03-09T09:43:30.926Z] DONE 0 tests in 0.042s [2022-03-09T09:43:30.926Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-09T09:43:30.926Z] INFO: Testing against a local daemon [2022-03-09T09:43:30.926Z] === RUN TestPluginWithDevMounts [2022-03-09T09:43:30.926Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-09T09:43:30.926Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-09T09:43:30.926Z] PASS [2022-03-09T09:43:30.926Z] [2022-03-09T09:43:30.926Z] === Skipped [2022-03-09T09:43:30.926Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-09T09:43:30.926Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-09T09:43:30.926Z] [2022-03-09T09:43:30.926Z] DONE 1 tests, 1 skipped in 0.116s [2022-03-09T09:43:30.926Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-09T09:43:31.185Z] INFO: Testing against a local daemon [2022-03-09T09:43:31.185Z] === RUN TestSecretInspect [2022-03-09T09:43:31.185Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-09T09:43:31.185Z] === RUN TestSecretList [2022-03-09T09:43:31.185Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] --- SKIP: TestSecretList (0.01s) [2022-03-09T09:43:31.185Z] === RUN TestSecretsCreateAndDelete [2022-03-09T09:43:31.185Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-09T09:43:31.185Z] === RUN TestSecretsUpdate [2022-03-09T09:43:31.185Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-09T09:43:31.185Z] === RUN TestTemplatedSecret [2022-03-09T09:43:31.185Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-09T09:43:31.185Z] === RUN TestSecretCreateResolve [2022-03-09T09:43:31.185Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-09T09:43:31.185Z] PASS [2022-03-09T09:43:31.185Z] [2022-03-09T09:43:31.185Z] === Skipped [2022-03-09T09:43:31.185Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-03-09T09:43:31.185Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] [2022-03-09T09:43:31.185Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-09T09:43:31.185Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] [2022-03-09T09:43:31.185Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-09T09:43:31.185Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] [2022-03-09T09:43:31.185Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-03-09T09:43:31.185Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] [2022-03-09T09:43:31.185Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-09T09:43:31.185Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] [2022-03-09T09:43:31.185Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-03-09T09:43:31.185Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.185Z] [2022-03-09T09:43:31.185Z] DONE 6 tests, 6 skipped in 0.168s [2022-03-09T09:43:31.185Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-09T09:43:31.445Z] INFO: Testing against a local daemon [2022-03-09T09:43:31.445Z] === RUN TestServiceCreateInit [2022-03-09T09:43:31.445Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T09:43:31.445Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T09:43:31.445Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- PASS: TestServiceCreateInit (0.01s) [2022-03-09T09:43:31.445Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:43:31.445Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:43:31.445Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T09:43:31.445Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestCreateServiceConflict [2022-03-09T09:43:31.445Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestCreateServiceConflict (0.02s) [2022-03-09T09:43:31.445Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T09:43:31.445Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T09:43:31.445Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T09:43:31.445Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T09:43:31.445Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestCreateServiceSysctls [2022-03-09T09:43:31.445Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestCreateServiceSysctls (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestCreateServiceCapabilities [2022-03-09T09:43:31.445Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestCreateServiceCapabilities (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestInspect [2022-03-09T09:43:31.445Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestInspect (0.02s) [2022-03-09T09:43:31.445Z] === RUN TestCreateJob [2022-03-09T09:43:31.445Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestCreateJob (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestReplicatedJob [2022-03-09T09:43:31.445Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestUpdateReplicatedJob [2022-03-09T09:43:31.445Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestServiceListWithStatuses [2022-03-09T09:43:31.445Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T09:43:31.445Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T09:43:31.445Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T09:43:31.445Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestDockerNetworkReConnect [2022-03-09T09:43:31.445Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:31.445Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-09T09:43:31.445Z] === RUN TestServicePlugin [2022-03-09T09:43:31.577Z] --- PASS: TestSecretInspect (2.14s) [2022-03-09T09:43:31.578Z] === RUN TestSecretList [2022-03-09T09:43:32.435Z] --- PASS: TestRenameContainerWithSameName (3.81s) [2022-03-09T09:43:32.435Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T09:43:32.435Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T09:43:32.435Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T09:43:32.435Z] === RUN TestResize [2022-03-09T09:43:32.557Z] --- PASS: TestStats (2.41s) [2022-03-09T09:43:32.557Z] === RUN TestStopContainerWithTimeout [2022-03-09T09:43:32.557Z] === RUN TestStopContainerWithTimeout/0 [2022-03-09T09:43:32.557Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-09T09:43:32.557Z] === RUN TestStopContainerWithTimeout/1 [2022-03-09T09:43:32.557Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-09T09:43:32.557Z] === RUN TestStopContainerWithTimeout/3 [2022-03-09T09:43:32.557Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-09T09:43:32.557Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-09T09:43:32.557Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-09T09:43:32.557Z] === CONT TestStopContainerWithTimeout/0 [2022-03-09T09:43:32.557Z] === CONT TestStopContainerWithTimeout/3 [2022-03-09T09:43:33.120Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-09T09:43:33.356Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] --- SKIP: TestServicePlugin (1.89s) [2022-03-09T09:43:33.356Z] === RUN TestServiceUpdateLabel [2022-03-09T09:43:33.356Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-09T09:43:33.356Z] === RUN TestServiceUpdateSecrets [2022-03-09T09:43:33.356Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-09T09:43:33.356Z] === RUN TestServiceUpdateConfigs [2022-03-09T09:43:33.356Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2022-03-09T09:43:33.356Z] === RUN TestServiceUpdateNetwork [2022-03-09T09:43:33.356Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-03-09T09:43:33.356Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T09:43:33.356Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-09T09:43:33.356Z] PASS [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === Skipped [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:43:33.356Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:43:33.356Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-03-09T09:43:33.356Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2022-03-09T09:43:33.356Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-09T09:43:33.356Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-09T09:43:33.356Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-09T09:43:33.356Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-09T09:43:33.356Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.01s) [2022-03-09T09:43:33.356Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.01s) [2022-03-09T09:43:33.356Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestInspect (0.02s) [2022-03-09T09:43:33.356Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-09T09:43:33.356Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-09T09:43:33.356Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-09T09:43:33.356Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-09T09:43:33.356Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-03-09T09:43:33.356Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-09T09:43:33.356Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestServicePlugin (1.89s) [2022-03-09T09:43:33.356Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-09T09:43:33.356Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-03-09T09:43:33.356Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2022-03-09T09:43:33.356Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-03-09T09:43:33.356Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.01s) [2022-03-09T09:43:33.356Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-09T09:43:33.356Z] [2022-03-09T09:43:33.356Z] DONE 24 tests, 23 skipped in 2.261s [2022-03-09T09:43:33.356Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-09T09:43:33.490Z] --- PASS: TestSecretList (2.14s) [2022-03-09T09:43:33.491Z] === RUN TestSecretsCreateAndDelete [2022-03-09T09:43:33.619Z] INFO: Testing against a local daemon [2022-03-09T09:43:33.619Z] === RUN TestSessionCreate [2022-03-09T09:43:33.619Z] --- PASS: TestSessionCreate (0.02s) [2022-03-09T09:43:33.619Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T09:43:33.619Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-09T09:43:33.619Z] PASS [2022-03-09T09:43:33.619Z] [2022-03-09T09:43:33.619Z] DONE 2 tests in 0.145s [2022-03-09T09:43:33.619Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-09T09:43:33.878Z] INFO: Testing against a local daemon [2022-03-09T09:43:33.878Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T09:43:33.878Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T09:43:33.878Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:43:33.878Z] === RUN TestDiskUsage [2022-03-09T09:43:33.878Z] === PAUSE TestDiskUsage [2022-03-09T09:43:33.878Z] === RUN TestEventsExecDie [2022-03-09T09:43:34.137Z] --- PASS: TestEventsExecDie (0.48s) [2022-03-09T09:43:34.137Z] === RUN TestEventsBackwardsCompatible [2022-03-09T09:43:34.396Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-09T09:43:34.396Z] === RUN TestEventsVolumeCreate [2022-03-09T09:43:34.396Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-09T09:43:34.396Z] === RUN TestInfoBinaryCommits [2022-03-09T09:43:34.396Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-09T09:43:34.396Z] === RUN TestInfoAPIVersioned [2022-03-09T09:43:34.396Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-09T09:43:34.396Z] === RUN TestInfoAPI [2022-03-09T09:43:34.396Z] --- PASS: TestInfoAPI (0.02s) [2022-03-09T09:43:34.396Z] === RUN TestInfoAPIWarnings [2022-03-09T09:43:34.810Z] Removing intermediate container 1debe84527cc [2022-03-09T09:43:34.811Z] ---> 8674cef6c988 [2022-03-09T09:43:34.811Z] Step 13/13 : CMD ["sh"] [2022-03-09T09:43:34.811Z] ---> Running in e6690162a704 [2022-03-09T09:43:34.811Z] Removing intermediate container e6690162a704 [2022-03-09T09:43:34.811Z] ---> ec844c4dea8f [2022-03-09T09:43:35.014Z] === CONT TestStopContainerWithTimeout/1 [2022-03-09T09:43:35.279Z] Successfully built ec844c4dea8f [2022-03-09T09:43:35.279Z] Successfully tagged busybox:latest [2022-03-09T09:43:35.279Z] INFO: Docker images of the daemon under test [2022-03-09T09:43:35.279Z] [2022-03-09T09:43:35.279Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T09:43:35.279Z] busybox latest ec844c4dea8f Less than a second ago 5.78GB [2022-03-09T09:43:35.279Z] mcr.microsoft.com/windows/servercore ltsc2019 6a11116086a4 5 days ago 5.75GB [2022-03-09T09:43:35.279Z] microsoft/windowsservercore latest 6a11116086a4 5 days ago 5.75GB [2022-03-09T09:43:35.279Z] [2022-03-09T09:43:35.279Z] INFO: Running integration tests at 03/09/2022 09:43:34... [2022-03-09T09:43:35.279Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-09T09:43:35.280Z] INFO: Integration API tests being run from the host: [2022-03-09T09:43:35.280Z] INFO: make.ps1 starting at 03/09/2022 09:43:34 [2022-03-09T09:43:36.038Z] --- PASS: TestSecretsCreateAndDelete (2.18s) [2022-03-09T09:43:36.038Z] === RUN TestSecretsUpdate [2022-03-09T09:43:36.392Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-09T09:43:36.392Z] --- PASS: TestStopContainerWithTimeout/0 (0.58s) [2022-03-09T09:43:36.392Z] --- PASS: TestStopContainerWithTimeout/3 (2.50s) [2022-03-09T09:43:36.392Z] --- PASS: TestStopContainerWithTimeout/-1 (2.35s) [2022-03-09T09:43:36.392Z] --- PASS: TestStopContainerWithTimeout/1 (1.37s) [2022-03-09T09:43:36.392Z] === RUN TestDeleteDevicemapper [2022-03-09T09:43:36.392Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T09:43:36.392Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-09T09:43:36.392Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T09:43:36.845Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-09T09:43:37.187Z] --- PASS: TestResize (4.00s) [2022-03-09T09:43:37.187Z] === RUN TestResizeWithInvalidSize [2022-03-09T09:43:37.759Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.31s) [2022-03-09T09:43:37.759Z] === RUN TestUpdateMemory [2022-03-09T09:43:37.953Z] --- PASS: TestSecretsUpdate (2.13s) [2022-03-09T09:43:37.953Z] === RUN TestTemplatedSecret [2022-03-09T09:43:38.015Z] --- PASS: TestUpdateMemory (0.46s) [2022-03-09T09:43:38.015Z] === RUN TestUpdateCPUQuota [2022-03-09T09:43:38.942Z] --- PASS: TestUpdateCPUQuota (0.64s) [2022-03-09T09:43:38.942Z] === RUN TestUpdatePidsLimit [2022-03-09T09:43:38.942Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-09T09:43:38.942Z] === RUN TestUpdatePidsLimit/no_change [2022-03-09T09:43:38.942Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-09T09:43:39.198Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-09T09:43:39.454Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-09T09:43:39.710Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-09T09:43:39.710Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-09T09:43:40.272Z] --- PASS: TestUpdatePidsLimit (1.61s) [2022-03-09T09:43:40.272Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-03-09T09:43:40.272Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-03-09T09:43:40.272Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-03-09T09:43:40.272Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.17s) [2022-03-09T09:43:40.272Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-03-09T09:43:40.272Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.16s) [2022-03-09T09:43:40.272Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s) [2022-03-09T09:43:40.272Z] === RUN TestUpdateRestartPolicy [2022-03-09T09:43:40.497Z] --- PASS: TestTemplatedSecret (2.56s) [2022-03-09T09:43:40.498Z] === RUN TestSecretCreateResolve [2022-03-09T09:43:40.989Z] --- PASS: TestResizeWithInvalidSize (4.15s) [2022-03-09T09:43:40.989Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T09:43:42.414Z] --- PASS: TestSecretCreateResolve (2.15s) [2022-03-09T09:43:42.414Z] PASS [2022-03-09T09:43:42.414Z] [2022-03-09T09:43:42.414Z] DONE 6 tests in 13.356s [2022-03-09T09:43:42.414Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-09T09:43:42.414Z] INFO: Testing against a local daemon [2022-03-09T09:43:42.414Z] === RUN TestServiceCreateInit [2022-03-09T09:43:42.414Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T09:43:45.745Z] --- PASS: TestResizeWhenContainerNotStarted (4.65s) [2022-03-09T09:43:45.745Z] === RUN TestDaemonRestartKillContainers [2022-03-09T09:43:45.745Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:43:45.745Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:43:45.745Z] === RUN TestStats [2022-03-09T09:43:45.745Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T09:43:45.745Z] --- SKIP: TestStats (0.00s) [2022-03-09T09:43:45.745Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T09:43:46.621Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T09:43:48.835Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-09T09:43:49.926Z] --- PASS: TestServiceCreateInit (7.36s) [2022-03-09T09:43:49.926Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.77s) [2022-03-09T09:43:49.926Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.57s) [2022-03-09T09:43:49.926Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T09:43:52.478Z] --- PASS: TestInfoAPIWarnings (16.36s) [2022-03-09T09:43:52.478Z] === RUN TestInfoDebug [2022-03-09T09:43:52.478Z] --- PASS: TestInfoDebug (0.54s) [2022-03-09T09:43:52.478Z] === RUN TestInfoInsecureRegistries [2022-03-09T09:43:52.478Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-03-09T09:43:52.478Z] === RUN TestInfoRegistryMirrors [2022-03-09T09:43:52.478Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2022-03-09T09:43:52.478Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T09:43:52.478Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-09T09:43:52.478Z] === RUN TestPingCacheHeaders [2022-03-09T09:43:52.478Z] --- PASS: TestPingCacheHeaders (0.01s) [2022-03-09T09:43:52.478Z] === RUN TestPingGet [2022-03-09T09:43:52.478Z] --- PASS: TestPingGet (0.01s) [2022-03-09T09:43:52.478Z] === RUN TestPingHead [2022-03-09T09:43:52.478Z] --- PASS: TestPingHead (0.02s) [2022-03-09T09:43:52.478Z] === RUN TestVersion [2022-03-09T09:43:52.478Z] --- PASS: TestVersion (0.01s) [2022-03-09T09:43:52.478Z] === CONT TestDiskUsage [2022-03-09T09:43:52.491Z] --- PASS: TestUpdateRestartPolicy (10.57s) [2022-03-09T09:43:52.491Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T09:43:52.491Z] --- PASS: TestUpdateRestartWithAutoRemove (0.38s) [2022-03-09T09:43:52.491Z] === RUN TestWaitNonBlocked [2022-03-09T09:43:52.491Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:43:52.491Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:43:52.491Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:43:52.491Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:43:52.491Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:43:52.491Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:43:52.491Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-09T09:43:52.491Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.54s) [2022-03-09T09:43:52.491Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s) [2022-03-09T09:43:52.491Z] === RUN TestWaitBlocked [2022-03-09T09:43:52.491Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:43:52.491Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:43:52.491Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:43:52.491Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:43:52.491Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:43:52.491Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:43:52.491Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-09T09:43:52.491Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.59s) [2022-03-09T09:43:52.491Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2022-03-09T09:43:52.491Z] === CONT TestContainerStartOnDaemonRestart [2022-03-09T09:43:52.491Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-09T09:43:53.046Z] === RUN TestDiskUsage/empty [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/empty/container_types [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/empty/image_types [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/empty/volume_types [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-09T09:43:53.047Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-09T09:43:53.305Z] === RUN TestDiskUsage/after_container.Run [2022-03-09T09:43:53.564Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-09T09:43:53.564Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-09T09:43:53.564Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-09T09:43:53.564Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-09T09:43:53.564Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-09T09:43:53.564Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-09T09:43:53.564Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-09T09:43:53.564Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-09T09:43:53.564Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-09T09:43:53.564Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage (1.22s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.02s) [2022-03-09T09:43:53.823Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-03-09T09:43:53.823Z] PASS [2022-03-09T09:43:53.823Z] [2022-03-09T09:43:53.823Z] === Skipped [2022-03-09T09:43:53.823Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:43:53.823Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T09:43:53.823Z] [2022-03-09T09:43:53.823Z] DONE 50 tests, 1 skipped in 20.091s [2022-03-09T09:43:53.823Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-09T09:43:53.823Z] INFO: Testing against a local daemon [2022-03-09T09:43:53.823Z] === RUN TestVolumesCreateAndList [2022-03-09T09:43:53.823Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-09T09:43:53.823Z] === RUN TestVolumesRemove [2022-03-09T09:43:53.823Z] --- PASS: TestVolumesRemove (0.06s) [2022-03-09T09:43:53.823Z] === RUN TestVolumesInspect [2022-03-09T09:43:53.823Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-09T09:43:53.823Z] === RUN TestVolumesInvalidJSON [2022-03-09T09:43:53.823Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T09:43:53.823Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T09:43:53.823Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T09:43:53.823Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-09T09:43:53.823Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T09:43:53.823Z] PASS [2022-03-09T09:43:53.823Z] [2022-03-09T09:43:53.823Z] DONE 5 tests in 0.199s [2022-03-09T09:43:53.823Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T09:43:54.082Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13035 is not a child of this shell [2022-03-09T09:43:54.082Z] warning: PID 13035 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-09T09:43:54.082Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T09:43:54.082Z] [2022-03-09T09:43:54.082Z] Unloading profiles will leave already running processes permanently [2022-03-09T09:43:54.082Z] unconfined, which can lead to unexpected situations. [2022-03-09T09:43:54.082Z] [2022-03-09T09:43:54.082Z] To set a process to complain mode, use the command line tool [2022-03-09T09:43:54.082Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T09:43:54.082Z] Removing test suite binaries [2022-03-09T09:43:54.082Z] exiting test-integration [2022-03-09T09:43:54.082Z] ++ exit 0 [2022-03-09T09:43:54.082Z] [2022-03-09T09:43:54.384Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.84s) [2022-03-09T09:43:54.384Z] === CONT TestIpcModeOlderClient [2022-03-09T09:43:54.384Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-03-09T09:43:54.384Z] === CONT TestContainerKillOnDaemonStart [2022-03-09T09:43:54.384Z] --- PASS: TestContainerStartOnDaemonRestart (1.98s) [2022-03-09T09:43:54.384Z] === CONT TestDaemonHostGatewayIP Post stage [Pipeline] junit [2022-03-09T09:43:55.031Z] Recording test results [2022-03-09T09:43:56.906Z] --- PASS: TestDaemonHostGatewayIP (2.21s) [2022-03-09T09:43:56.906Z] === CONT TestDaemonRestartIpcMode [2022-03-09T09:43:56.910Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-09T09:43:57.251Z] + echo Ensuring container killed. [2022-03-09T09:43:57.251Z] Ensuring container killed. [2022-03-09T09:43:57.251Z] + docker rm -vf docker-pr7 [2022-03-09T09:43:57.251Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-03-09T09:43:57.538Z] + echo Chowning /workspace to jenkins user [2022-03-09T09:43:57.538Z] Chowning /workspace to jenkins user [2022-03-09T09:43:57.538Z] + id -u [2022-03-09T09:43:57.538Z] + id -g [2022-03-09T09:43:57.538Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43344:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T09:43:57.538Z] Unable to find image 'busybox:latest' locally [2022-03-09T09:43:57.538Z] latest: Pulling from library/busybox [2022-03-09T09:43:57.797Z] 7e5209d2300f: Pulling fs layer [2022-03-09T09:43:57.797Z] 7e5209d2300f: Download complete [2022-03-09T09:43:57.797Z] 7e5209d2300f: Pull complete [2022-03-09T09:43:57.797Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-09T09:43:57.797Z] Status: Downloaded newer image for busybox:latest [2022-03-09T09:43:58.250Z] --- PASS: TestStopContainerWithRestartPolicyAlways (11.62s) [2022-03-09T09:43:58.250Z] === RUN TestStopContainerWithTimeout [2022-03-09T09:43:58.250Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T09:43:58.250Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-09T09:43:58.250Z] === RUN TestUpdateRestartPolicy [2022-03-09T09:43:58.799Z] --- PASS: TestDaemonRestartIpcMode (2.10s) [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T09:43:59.999Z] + bundleName=amd64-rootless [2022-03-09T09:43:59.999Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-09T09:43:59.999Z] Creating amd64-rootless-bundles.tar.gz [2022-03-09T09:43:59.999Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-03-09T09:43:59.999Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-03-09T09:44:00.010Z] Archiving artifacts [2022-03-09T09:44:01.108Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T09:44:01.108Z] Using test binary docker [2022-03-09T09:44:01.108Z] +++ /etc/init.d/apparmor start [2022-03-09T09:44:01.108Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T09:44:01.108Z] INFO: Waiting for daemon to start... [2022-03-09T09:44:01.108Z] Starting dockerd [2022-03-09T09:44:01.108Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-09T09:44:01.108Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-09T09:44:01.108Z] Using test binary docker [2022-03-09T09:44:01.108Z] +++ /etc/init.d/apparmor start [2022-03-09T09:44:01.108Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-09T09:44:01.108Z] INFO: Waiting for daemon to start... [2022-03-09T09:44:01.108Z] Starting dockerd [2022-03-09T09:44:01.108Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-03-09T09:44:01.636Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43344/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T09:44:01.943Z] + make clean [2022-03-09T09:44:02.037Z] . [2022-03-09T09:44:02.037Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-09T09:44:02.037Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T09:44:02.037Z] Error: No such image: emptyfs [2022-03-09T09:44:02.037Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-09T09:44:02.037Z] ++++ docker load [2022-03-09T09:44:02.201Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T09:44:02.201Z] docker-dev-cache [2022-03-09T09:44:02.201Z] docker-mod-cache [Pipeline] deleteDir [2022-03-09T09:44:02.293Z] Running integration-test (iteration 1) [2022-03-09T09:44:02.293Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-09T09:44:02.293Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-09T09:44:02.293Z] ++ set -e [2022-03-09T09:44:02.293Z] ++ '[' -n 0 ']' [2022-03-09T09:44:02.293Z] ++ set -x [2022-03-09T09:44:02.293Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-09T09:44:02.856Z] Loaded image: busybox:latest [2022-03-09T09:44:02.856Z] [2022-03-09T09:44:02.856Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T09:44:03.113Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-09T09:44:03.113Z] Error: No such image: emptyfs [2022-03-09T09:44:03.113Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-09T09:44:03.113Z] ++++ docker load [2022-03-09T09:44:03.113Z] Loaded image: busybox:glibc [2022-03-09T09:44:03.371Z] Running integration-test (iteration 1) [2022-03-09T09:44:03.371Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-09T09:44:03.371Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-09T09:44:03.371Z] ++ set -e [2022-03-09T09:44:03.371Z] ++ '[' -n 0 ']' [2022-03-09T09:44:03.371Z] ++ set -x [2022-03-09T09:44:03.371Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-09T09:44:04.306Z] Loaded image: busybox:latest [2022-03-09T09:44:04.870Z] Loaded image: busybox:glibc [2022-03-09T09:44:06.766Z] Loaded image: debian:bullseye-slim [2022-03-09T09:44:06.899Z] --- PASS: TestContainerKillOnDaemonStart (11.51s) [2022-03-09T09:44:06.899Z] PASS [2022-03-09T09:44:06.899Z] [2022-03-09T09:44:06.899Z] === Skipped [2022-03-09T09:44:06.899Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-09T09:44:06.899Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:44:06.899Z] [2022-03-09T09:44:06.899Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T09:44:06.899Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T09:44:06.899Z] [2022-03-09T09:44:06.899Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-09T09:44:06.899Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T09:44:06.899Z] [2022-03-09T09:44:06.899Z] DONE 200 tests, 3 skipped in 107.548s [2022-03-09T09:44:06.899Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-09T09:44:06.899Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:06.899Z] ++ set -e [2022-03-09T09:44:06.899Z] ++ '[' -n 0 ']' [2022-03-09T09:44:06.899Z] ++ set -x [2022-03-09T09:44:06.899Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:06.899Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T09:44:06.899Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-03-09T09:44:06.899Z] === RUN TestDaemonConfigValidation [2022-03-09T09:44:06.899Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:44:06.899Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:44:06.899Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-09T09:44:06.899Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-09T09:44:06.899Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-09T09:44:06.899Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-09T09:44:06.899Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-09T09:44:06.899Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-09T09:44:06.899Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-09T09:44:06.899Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-09T09:44:06.899Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:44:06.899Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-09T09:44:06.899Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-09T09:44:06.899Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-09T09:44:06.899Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-09T09:44:06.899Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-09T09:44:06.899Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s) [2022-03-09T09:44:06.899Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-03-09T09:44:06.899Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.05s) [2022-03-09T09:44:06.899Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-09T09:44:06.899Z] --- PASS: TestDaemonConfigValidation/valid_config (0.04s) [2022-03-09T09:44:06.899Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T09:44:06.899Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-09T09:44:06.997Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:44:06.998Z] INFO: Testing against a local daemon [2022-03-09T09:44:06.998Z] === RUN TestBuildWithSession [2022-03-09T09:44:06.998Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:44:06.998Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T09:44:06.998Z] === RUN TestBuildSquashParent [2022-03-09T09:44:06.998Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:44:06.998Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-09T09:44:06.998Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T09:44:06.998Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:44:06.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:44:06.998Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:44:06.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:44:06.998Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:44:06.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:44:06.998Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:44:06.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:44:06.998Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:44:06.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:44:06.998Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:44:06.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:44:06.998Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:44:06.998Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:44:06.998Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:44:06.998Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:44:07.023Z] Loaded image: hello-world:latest [2022-03-09T09:44:07.295Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T09:44:07.295Z] INFO: Testing against a local daemon [2022-03-09T09:44:07.295Z] === RUN TestDockerSuite [2022-03-09T09:44:07.295Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-09T09:44:07.295Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-09T09:44:07.295Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-09T09:44:07.295Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-09T09:44:07.295Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-09T09:44:07.295Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-09T09:44:07.295Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-09T09:44:07.295Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-09T09:44:07.830Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-09T09:44:08.041Z] --- PASS: TestCreateServiceMultipleTimes (15.45s) [2022-03-09T09:44:08.041Z] === RUN TestCreateServiceConflict [2022-03-09T09:44:08.041Z] --- PASS: TestCreateServiceConflict (2.15s) [2022-03-09T09:44:08.041Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T09:44:08.760Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-09T09:44:09.192Z] Loaded image: debian:bullseye-slim [2022-03-09T09:44:09.192Z] Loaded image: hello-world:latest [2022-03-09T09:44:09.451Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T09:44:09.708Z] INFO: Testing against a local daemon [2022-03-09T09:44:09.708Z] === RUN TestDockerDaemonSuite [2022-03-09T09:44:09.708Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-09T09:44:10.128Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-09T09:44:10.128Z] daemon_test.go:156: [d6070db2a4a7e] daemon is not started [2022-03-09T09:44:10.128Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-03-09T09:44:10.128Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-09T09:44:10.128Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-09T09:44:10.128Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.03s) [2022-03-09T09:44:10.128Z] === RUN TestDaemonProxy [2022-03-09T09:44:10.128Z] === RUN TestDaemonProxy/environment_variables [2022-03-09T09:44:10.585Z] --- PASS: TestCreateServiceMaxReplicas (2.74s) [2022-03-09T09:44:10.585Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T09:44:10.640Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-09T09:44:10.640Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-09T09:44:11.203Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-09T09:44:11.203Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-09T09:44:12.018Z] === RUN TestDaemonProxy/command-line_options [2022-03-09T09:44:12.136Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-09T09:44:12.136Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-09T09:44:12.136Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-09T09:44:13.383Z] === RUN TestDaemonProxy/configuration_file [2022-03-09T09:44:13.504Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-09T09:44:13.761Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-09T09:44:13.761Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-09T09:44:13.761Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-09T09:44:14.324Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-09T09:44:14.737Z] 037d5740b404: Pull complete [2022-03-09T09:44:14.737Z] Digest: sha256:343f8c95ec604913c74597f6d541e388f83bc0ce373ee8ea5bb26d268879f338 [2022-03-09T09:44:14.737Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:44:14.737Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-09T09:44:14.737Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-09T09:44:14.737Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.587' [2022-03-09T09:44:14.737Z] WARN: Skipping validation tests [2022-03-09T09:44:14.737Z] INFO: Running unit tests at 03/09/2022 09:44:10... [2022-03-09T09:44:14.737Z] INFO: make.ps1 starting at 03/09/2022 09:44:14 [2022-03-09T09:44:14.888Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-09T09:44:15.204Z] INFO: Git commit (39615f8c7c) assumed from DOCKER_GITCOMMIT environment variable [2022-03-09T09:44:15.204Z] INFO: Invoking autogen... [2022-03-09T09:44:15.204Z] INFO: Running unit tests... [2022-03-09T09:44:15.275Z] === RUN TestDaemonProxy/conflicting_options [2022-03-09T09:44:15.533Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-09T09:44:15.822Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-09T09:44:16.080Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-09T09:44:16.080Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-09T09:44:16.080Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-09T09:44:16.080Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-09T09:44:16.095Z] --- PASS: TestDaemonProxy (6.27s) [2022-03-09T09:44:16.095Z] --- PASS: TestDaemonProxy/environment_variables (1.79s) [2022-03-09T09:44:16.095Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-03-09T09:44:16.095Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-03-09T09:44:16.095Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-09T09:44:16.095Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-09T09:44:16.095Z] PASS [2022-03-09T09:44:16.095Z] [2022-03-09T09:44:16.095Z] DONE 17 tests in 10.180s [2022-03-09T09:44:16.095Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-09T09:44:16.095Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:16.095Z] ++ set -e [2022-03-09T09:44:16.095Z] ++ '[' -n 0 ']' [2022-03-09T09:44:16.095Z] ++ set -x [2022-03-09T09:44:16.095Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:16.352Z] INFO: Testing against a local daemon [2022-03-09T09:44:16.352Z] === RUN TestCommitInheritsEnv [2022-03-09T09:44:16.609Z] --- PASS: TestCommitInheritsEnv (0.23s) [2022-03-09T09:44:16.609Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T09:44:16.609Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-09T09:44:16.609Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T09:44:16.609Z] === RUN TestImportWithCustomPlatform [2022-03-09T09:44:16.609Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-09T09:44:16.609Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-09T09:44:16.609Z] === RUN TestImportWithCustomPlatform// [2022-03-09T09:44:16.609Z] === RUN TestImportWithCustomPlatform/linux [2022-03-09T09:44:16.609Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-09T09:44:16.609Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-09T09:44:16.866Z] === RUN TestImportWithCustomPlatform/macos [2022-03-09T09:44:16.866Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-09T09:44:16.866Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-09T09:44:16.866Z] --- PASS: TestImportWithCustomPlatform (0.27s) [2022-03-09T09:44:16.866Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-09T09:44:16.866Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-09T09:44:16.866Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-09T09:44:16.866Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-09T09:44:16.866Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-09T09:44:16.866Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-09T09:44:16.866Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-09T09:44:16.866Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-09T09:44:16.866Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-09T09:44:16.866Z] === RUN TestImagesFilterMultiReference [2022-03-09T09:44:16.866Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-09T09:44:16.866Z] === RUN TestImagePullPlatformInvalid [2022-03-09T09:44:16.866Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-09T09:44:16.866Z] === RUN TestRemoveImageOrphaning [2022-03-09T09:44:17.124Z] --- PASS: TestRemoveImageOrphaning (0.22s) [2022-03-09T09:44:17.124Z] === RUN TestRemoveImageGarbageCollector [2022-03-09T09:44:17.124Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:44:17.124Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-09T09:44:17.124Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T09:44:17.124Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-09T09:44:17.124Z] === RUN TestTagInvalidReference [2022-03-09T09:44:17.124Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-09T09:44:17.124Z] === RUN TestTagValidPrefixedRepo [2022-03-09T09:44:17.124Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-09T09:44:17.124Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T09:44:17.124Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-09T09:44:17.124Z] === RUN TestTagOfficialNames [2022-03-09T09:44:17.124Z] --- PASS: TestTagOfficialNames (0.04s) [2022-03-09T09:44:17.124Z] === RUN TestTagMatchesDigest [2022-03-09T09:44:17.124Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-09T09:44:17.124Z] PASS [2022-03-09T09:44:17.382Z] [2022-03-09T09:44:17.382Z] === Skipped [2022-03-09T09:44:17.382Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T09:44:17.382Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-09T09:44:17.382Z] [2022-03-09T09:44:17.382Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-09T09:44:17.382Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:44:17.382Z] [2022-03-09T09:44:17.382Z] DONE 22 tests, 2 skipped in 1.103s [2022-03-09T09:44:17.382Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-09T09:44:17.382Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:17.382Z] ++ set -e [2022-03-09T09:44:17.382Z] ++ '[' -n 0 ']' [2022-03-09T09:44:17.382Z] ++ set -x [2022-03-09T09:44:17.382Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:17.382Z] INFO: Testing against a local daemon [2022-03-09T09:44:17.382Z] === RUN TestNetworkCreateDelete [2022-03-09T09:44:17.382Z] --- PASS: TestNetworkCreateDelete (0.11s) [2022-03-09T09:44:17.382Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T09:44:17.946Z] --- PASS: TestDockerNetworkDeletePreferID (0.33s) [2022-03-09T09:44:17.946Z] === RUN TestDaemonDNSFallback [2022-03-09T09:44:22.006Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:44:22.006Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:44:22.347Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-09T09:44:22.631Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-09T09:44:24.518Z] --- PASS: TestDaemonDNSFallback (6.24s) [2022-03-09T09:44:24.518Z] === RUN TestInspectNetwork [2022-03-09T09:44:25.499Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.06s) [2022-03-09T09:44:25.500Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T09:44:25.901Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-09T09:44:27.036Z] === RUN TestInspectNetwork/full_network_id [2022-03-09T09:44:27.036Z] === RUN TestInspectNetwork/partial_network_id [2022-03-09T09:44:27.036Z] === RUN TestInspectNetwork/network_name [2022-03-09T09:44:27.036Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-09T09:44:27.796Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-09T09:44:28.419Z] --- PASS: TestUpdateRestartPolicy (30.43s) [2022-03-09T09:44:28.419Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T09:44:29.691Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-09T09:44:29.691Z] --- PASS: TestBuildWithHugeFile (110.40s) [2022-03-09T09:44:29.691Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T09:44:29.691Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:44:29.691Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:44:29.691Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T09:44:29.691Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:44:29.691Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:44:29.691Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:44:29.691Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:44:29.691Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:44:29.691Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:44:29.691Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:44:29.691Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:44:29.949Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:44:29.949Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-09T09:44:29.949Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-03-09T09:44:29.949Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2022-03-09T09:44:29.949Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-03-09T09:44:29.949Z] === RUN TestBuildPreserveOwnership [2022-03-09T09:44:29.949Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-09T09:44:29.949Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-09T09:44:30.516Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-09T09:44:30.697Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-03-09T09:44:30.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.47s) [2022-03-09T09:44:30.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.81s) [2022-03-09T09:44:30.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (15.00s) [2022-03-09T09:44:30.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (19.25s) [2022-03-09T09:44:30.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (8.91s) [2022-03-09T09:44:30.697Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.76s) [2022-03-09T09:44:30.697Z] === RUN TestBuildMultiStageCopy [2022-03-09T09:44:30.697Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T09:44:31.012Z] ? github.com/docker/docker/api [no test files] [2022-03-09T09:44:31.082Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-09T09:44:31.211Z] --- PASS: TestInspectNetwork (6.89s) [2022-03-09T09:44:31.211Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-09T09:44:31.211Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-09T09:44:31.211Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-09T09:44:31.211Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-09T09:44:31.211Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T09:44:31.375Z] --- PASS: TestUpdateRestartWithAutoRemove (3.82s) [2022-03-09T09:44:31.375Z] === RUN TestWaitNonBlocked [2022-03-09T09:44:31.375Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:44:31.375Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:44:31.375Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:44:31.375Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:44:31.375Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:44:31.375Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:44:31.648Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-09T09:44:32.144Z] --- PASS: TestRunContainerWithBridgeNone (1.31s) [2022-03-09T09:44:32.144Z] === RUN TestNetworkInvalidJSON [2022-03-09T09:44:32.144Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T09:44:32.144Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T09:44:32.144Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:44:32.144Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:44:32.144Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:44:32.144Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:44:32.144Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T09:44:32.144Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:44:32.144Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:44:32.144Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-09T09:44:32.144Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-09T09:44:32.144Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-09T09:44:32.144Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-09T09:44:32.144Z] === RUN TestNetworkList [2022-03-09T09:44:32.144Z] === RUN TestNetworkList//networks [2022-03-09T09:44:32.144Z] === PAUSE TestNetworkList//networks [2022-03-09T09:44:32.144Z] === RUN TestNetworkList//networks/ [2022-03-09T09:44:32.144Z] === PAUSE TestNetworkList//networks/ [2022-03-09T09:44:32.144Z] === CONT TestNetworkList//networks [2022-03-09T09:44:32.144Z] === CONT TestNetworkList//networks/ [2022-03-09T09:44:32.400Z] --- PASS: TestNetworkList (0.01s) [2022-03-09T09:44:32.400Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T09:44:32.400Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T09:44:32.400Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T09:44:32.580Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-09T09:44:32.580Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-09T09:44:32.964Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-09T09:44:32.964Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T09:44:33.512Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-09T09:44:33.769Z] --- PASS: TestBuildPreserveOwnership (3.79s) [2022-03-09T09:44:33.769Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.47s) [2022-03-09T09:44:33.769Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.30s) [2022-03-09T09:44:33.769Z] === RUN TestBuildPlatformInvalid [2022-03-09T09:44:33.893Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-03-09T09:44:33.893Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T09:44:34.024Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2022-03-09T09:44:34.024Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-09T09:44:34.280Z] docker_cli_daemon_test.go:1472: [d84aa41a440d0] daemon is not started [2022-03-09T09:44:34.455Z] --- PASS: TestDaemonDefaultNetworkPools (0.69s) [2022-03-09T09:44:34.455Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T09:44:34.856Z] check_test.go:308: [d39d5197f4ff7] daemon is not started [2022-03-09T09:44:34.856Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-09T09:44:34.856Z] Loaded image: busybox:latest [2022-03-09T09:44:35.129Z] Loaded image: busybox:glibc [2022-03-09T09:44:35.129Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-09T09:44:35.821Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-03-09T09:44:35.821Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T09:44:36.129Z] --- PASS: TestWaitNonBlocked (0.06s) [2022-03-09T09:44:36.129Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.56s) [2022-03-09T09:44:36.129Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.61s) [2022-03-09T09:44:36.129Z] === RUN TestWaitBlocked [2022-03-09T09:44:36.129Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:44:36.129Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-09T09:44:36.129Z] PASS [2022-03-09T09:44:36.129Z] ok github.com/docker/docker/integration/container 147.913s [2022-03-09T09:44:36.503Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === Skipped [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-09T09:44:36.597Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-09T09:44:36.597Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2022-03-09T09:44:36.597Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-09T09:44:36.597Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T09:44:36.597Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-09T09:44:36.597Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-09T09:44:36.597Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-09T09:44:36.597Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-09T09:44:36.597Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-09T09:44:36.597Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-09T09:44:36.597Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-09T09:44:36.597Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T09:44:36.597Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-09T09:44:36.597Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-09T09:44:36.597Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T09:44:36.597Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-09T09:44:36.597Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T09:44:36.597Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T09:44:36.597Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-09T09:44:36.597Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T09:44:36.597Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-09T09:44:36.597Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.597Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-09T09:44:36.597Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:44:36.597Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-09T09:44:36.598Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-09T09:44:36.598Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-09T09:44:36.598Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-09T09:44:36.598Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-09T09:44:36.598Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.01s) [2022-03-09T09:44:36.598Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T09:44:36.598Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:44:36.598Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-09T09:44:36.598Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-09T09:44:36.598Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-09T09:44:36.598Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:44:36.598Z] [2022-03-09T09:44:36.598Z] DONE 87 tests, 33 skipped in 151.146s [2022-03-09T09:44:36.598Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-09T09:44:36.749Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.18s) [2022-03-09T09:44:36.749Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T09:44:37.311Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-09T09:44:37.311Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T09:44:37.434Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-09T09:44:37.434Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-09T09:44:37.731Z] --- PASS: TestCreateServiceSecretFileMode (12.45s) [2022-03-09T09:44:37.731Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T09:44:38.367Z] Loaded image: debian:bullseye-slim [2022-03-09T09:44:38.367Z] Loaded image: hello-world:latest [2022-03-09T09:44:38.624Z] Loaded image: arm32v7/hello-world:latest [2022-03-09T09:44:38.881Z] check_test.go:308: [d75522e634f5e] daemon is not started [2022-03-09T09:44:38.881Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-09T09:44:39.139Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-09T09:44:39.704Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-09T09:44:39.834Z] --- PASS: TestServiceWithPredefinedNetwork (2.11s) [2022-03-09T09:44:39.834Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T09:44:39.834Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:44:39.834Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:44:39.834Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T09:44:40.269Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-09T09:44:41.137Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T09:44:41.137Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T09:44:41.639Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-09T09:44:41.890Z] .........................xx.................... [ 29%] [2022-03-09T09:44:42.708Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T09:44:43.011Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-09T09:44:43.269Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-09T09:44:43.697Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T09:44:44.202Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-09T09:44:45.175Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-09T09:44:45.175Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-09T09:44:45.265Z] --- PASS: TestBuildMultiStageCopy (15.21s) [2022-03-09T09:44:45.265Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.04s) [2022-03-09T09:44:45.265Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.95s) [2022-03-09T09:44:45.265Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.17s) [2022-03-09T09:44:45.265Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.41s) [2022-03-09T09:44:45.265Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.64s) [2022-03-09T09:44:45.265Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T09:44:45.929Z] === RUN TestMiddlewares [2022-03-09T09:44:45.929Z] --- PASS: TestMiddlewares (0.00s) [2022-03-09T09:44:45.929Z] PASS [2022-03-09T09:44:45.929Z] coverage: 9.0% of statements [2022-03-09T09:44:45.929Z] ok github.com/docker/docker/api/server 0.050s coverage: 9.0% of statements [2022-03-09T09:44:46.105Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-09T09:44:46.105Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-09T09:44:47.037Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-09T09:44:48.933Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-09T09:44:49.069Z] --- PASS: TestBuildMultiStageParentConfig (3.46s) [2022-03-09T09:44:49.069Z] === RUN TestBuildLabelWithTargets [2022-03-09T09:44:49.069Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:44:49.069Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-03-09T09:44:49.069Z] === RUN TestBuildWithEmptyLayers [2022-03-09T09:44:49.962Z] --- PASS: TestCreateServiceConfigFileMode (12.44s) [2022-03-09T09:44:49.962Z] === RUN TestCreateServiceSysctls [2022-03-09T09:44:50.640Z] --- PASS: TestBuildWithEmptyLayers (1.72s) [2022-03-09T09:44:50.640Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T09:44:51.349Z] --- PASS: TestCreateServiceSysctls (3.08s) [2022-03-09T09:44:51.349Z] === RUN TestCreateServiceCapabilities [2022-03-09T09:44:51.463Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.41s) [2022-03-09T09:44:51.464Z] PASS [2022-03-09T09:44:51.464Z] [2022-03-09T09:44:51.464Z] === Skipped [2022-03-09T09:44:51.464Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-09T09:44:51.464Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:44:51.464Z] [2022-03-09T09:44:51.464Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:44:51.464Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:44:51.464Z] [2022-03-09T09:44:51.464Z] DONE 34 tests, 2 skipped in 175.380s [2022-03-09T09:44:51.464Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-09T09:44:51.464Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:51.464Z] ++ set -e [2022-03-09T09:44:51.464Z] ++ '[' -n 0 ']' [2022-03-09T09:44:51.464Z] ++ set -x [2022-03-09T09:44:51.464Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:51.464Z] INFO: Testing against a local daemon [2022-03-09T09:44:51.464Z] === RUN TestConfigInspect [2022-03-09T09:44:52.029Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-09T09:44:53.896Z] --- PASS: TestCreateServiceCapabilities (2.38s) [2022-03-09T09:44:53.896Z] === RUN TestInspect [2022-03-09T09:44:54.556Z] --- PASS: TestConfigInspect (3.06s) [2022-03-09T09:44:54.556Z] === RUN TestConfigList [2022-03-09T09:44:54.691Z] --- PASS: TestServiceWithDataPathPortInit (12.95s) [2022-03-09T09:44:54.691Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T09:44:54.948Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:i1jm652o6xusb3o5tsozfzfku Created:2022-03-09 09:44:53.744552597 +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[da7c5d8b931a5b2faf74afcc251ca1873ff870d5547947a89c895236f57b4c64:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xraw62h4btsedylvmm825x6yc EndpointID:67d4d3062c4f4c6bbd0da20be6eec123579002a59cc4918b18ca7c8bd61ce5dd MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2260996f9f2aa132101d828f13dad54f9b5d27397f732e3ab1f6e6ec5956acb8 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:fccb4d92318a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xraw62h4btsedylvmm825x6yc EndpointID:67d4d3062c4f4c6bbd0da20be6eec123579002a59cc4918b18ca7c8bd61ce5dd EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-09T09:44:55.121Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-09T09:44:56.443Z] --- PASS: TestInspect (2.76s) [2022-03-09T09:44:56.443Z] === RUN TestCreateJob [2022-03-09T09:44:57.015Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-09T09:44:57.577Z] --- PASS: TestConfigList (2.92s) [2022-03-09T09:44:57.577Z] === RUN TestConfigsCreateAndDelete [2022-03-09T09:44:58.309Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-09T09:44:58.507Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-09T09:44:59.117Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.74s) [2022-03-09T09:44:59.117Z] PASS [2022-03-09T09:44:59.117Z] [2022-03-09T09:44:59.117Z] === Skipped [2022-03-09T09:44:59.117Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:44:59.117Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:44:59.117Z] [2022-03-09T09:44:59.117Z] DONE 26 tests, 1 skipped in 41.967s [2022-03-09T09:44:59.117Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-09T09:44:59.117Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:59.117Z] ++ set -e [2022-03-09T09:44:59.117Z] ++ '[' -n 0 ']' [2022-03-09T09:44:59.117Z] ++ set -x [2022-03-09T09:44:59.117Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:59.374Z] INFO: Testing against a local daemon [2022-03-09T09:44:59.374Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-09T09:44:59.374Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:44:59.374Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T09:44:59.374Z] === RUN TestDockerNetworkIpvlan [2022-03-09T09:44:59.374Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:44:59.374Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-09T09:44:59.374Z] PASS [2022-03-09T09:44:59.374Z] [2022-03-09T09:44:59.374Z] === Skipped [2022-03-09T09:44:59.374Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T09:44:59.374Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:44:59.374Z] [2022-03-09T09:44:59.374Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-09T09:44:59.374Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:44:59.374Z] [2022-03-09T09:44:59.374Z] DONE 2 tests, 2 skipped in 0.083s [2022-03-09T09:44:59.374Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-09T09:44:59.374Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:59.374Z] ++ set -e [2022-03-09T09:44:59.374Z] ++ '[' -n 0 ']' [2022-03-09T09:44:59.374Z] ++ set -x [2022-03-09T09:44:59.374Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:44:59.374Z] INFO: Testing against a local daemon [2022-03-09T09:44:59.374Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-09T09:44:59.738Z] --- PASS: TestCreateJob (2.99s) [2022-03-09T09:44:59.738Z] === RUN TestReplicatedJob [2022-03-09T09:45:00.401Z] --- PASS: TestConfigsCreateAndDelete (2.87s) [2022-03-09T09:45:00.401Z] === RUN TestConfigsUpdate [2022-03-09T09:45:00.658Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-09T09:45:00.742Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2022-03-09T09:45:00.742Z] === RUN TestDockerNetworkMacvlan [2022-03-09T09:45:01.222Z] check_test.go:308: [d49eaf7028cef] daemon is not started [2022-03-09T09:45:01.222Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-09T09:45:01.671Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-09T09:45:01.786Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-09T09:45:01.787Z] check_test.go:308: [de5fa549a1520] daemon is not started [2022-03-09T09:45:01.787Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-09T09:45:02.044Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-09T09:45:02.236Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-09T09:45:02.800Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-09T09:45:02.975Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-09T09:45:03.233Z] --- PASS: TestConfigsUpdate (2.76s) [2022-03-09T09:45:03.233Z] === RUN TestTemplatedConfig [2022-03-09T09:45:03.490Z] check_test.go:308: [d28cba9b37887] daemon is not started [2022-03-09T09:45:03.490Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-09T09:45:03.490Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-09T09:45:03.794Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-09T09:45:04.696Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-09T09:45:04.727Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-09T09:45:05.041Z] --- PASS: TestReplicatedJob (5.16s) [2022-03-09T09:45:05.041Z] === RUN TestUpdateReplicatedJob [2022-03-09T09:45:05.672Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-09T09:45:05.816Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-09T09:45:06.065Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-09T09:45:06.602Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-09T09:45:06.602Z] --- PASS: TestTemplatedConfig (3.48s) [2022-03-09T09:45:06.602Z] === RUN TestConfigCreateResolve [2022-03-09T09:45:06.762Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T09:45:06.763Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T09:45:06.763Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-09T09:45:06.763Z] === RUN TestDaemonConfigValidation [2022-03-09T09:45:06.763Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T09:45:06.763Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-09T09:45:06.763Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T09:45:06.763Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T09:45:06.763Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T09:45:06.763Z] === RUN TestDaemonProxy [2022-03-09T09:45:06.763Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T09:45:06.763Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-09T09:45:06.763Z] PASS [2022-03-09T09:45:06.763Z] ok github.com/docker/docker/integration/daemon 0.329s [2022-03-09T09:45:06.763Z] [2022-03-09T09:45:06.763Z] === Skipped [2022-03-09T09:45:06.763Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-09T09:45:06.763Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T09:45:06.763Z] [2022-03-09T09:45:06.763Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-09T09:45:06.763Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T09:45:06.763Z] [2022-03-09T09:45:06.763Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T09:45:06.763Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T09:45:06.763Z] [2022-03-09T09:45:06.763Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-09T09:45:06.763Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T09:45:06.763Z] [2022-03-09T09:45:06.763Z] DONE 4 tests, 4 skipped in 28.225s [2022-03-09T09:45:06.763Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-09T09:45:07.168Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-09T09:45:08.342Z] --- PASS: TestUpdateReplicatedJob (3.24s) [2022-03-09T09:45:08.342Z] === RUN TestServiceListWithStatuses [2022-03-09T09:45:08.342Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T09:45:08.342Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T09:45:08.342Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T09:45:09.059Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-09T09:45:09.059Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-09T09:45:09.059Z] --- PASS: TestConfigCreateResolve (2.51s) [2022-03-09T09:45:09.059Z] PASS [2022-03-09T09:45:09.059Z] [2022-03-09T09:45:09.059Z] DONE 6 tests in 17.741s [2022-03-09T09:45:09.059Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-09T09:45:09.059Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:09.059Z] ++ set -e [2022-03-09T09:45:09.059Z] ++ '[' -n 0 ']' [2022-03-09T09:45:09.059Z] ++ set -x [2022-03-09T09:45:09.059Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:09.316Z] INFO: Testing against a local daemon [2022-03-09T09:45:09.316Z] === RUN TestCheckpoint [2022-03-09T09:45:09.316Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:45:09.316Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T09:45:09.316Z] === RUN TestContainerInvalidJSON [2022-03-09T09:45:09.316Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:45:09.316Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:45:09.316Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:45:09.316Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:45:09.316Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:45:09.316Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:45:09.316Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-09T09:45:09.316Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-09T09:45:09.316Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-09T09:45:09.316Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T09:45:09.316Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-09T09:45:09.316Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-03-09T09:45:09.316Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T09:45:09.338Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-09T09:45:09.338Z] --- PASS: TestDockerNetworkMacvlan (8.65s) [2022-03-09T09:45:09.338Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-09T09:45:09.338Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-03-09T09:45:09.338Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.76s) [2022-03-09T09:45:09.338Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.71s) [2022-03-09T09:45:09.338Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.73s) [2022-03-09T09:45:09.338Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.49s) [2022-03-09T09:45:09.338Z] PASS [2022-03-09T09:45:09.338Z] [2022-03-09T09:45:09.338Z] DONE 8 tests in 10.100s [2022-03-09T09:45:09.338Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-09T09:45:09.338Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:09.338Z] ++ set -e [2022-03-09T09:45:09.338Z] ++ '[' -n 0 ']' [2022-03-09T09:45:09.338Z] ++ set -x [2022-03-09T09:45:09.338Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:09.572Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-09T09:45:09.572Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T09:45:09.572Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-03-09T09:45:09.572Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T09:45:09.572Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-09T09:45:09.572Z] === RUN TestCopyFromContainer [2022-03-09T09:45:09.599Z] testing: warning: no tests to run [2022-03-09T09:45:09.600Z] PASS [2022-03-09T09:45:09.600Z] [2022-03-09T09:45:09.600Z] DONE 0 tests in 0.029s [2022-03-09T09:45:09.600Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-09T09:45:09.600Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:09.600Z] ++ set -e [2022-03-09T09:45:09.600Z] ++ '[' -n 0 ']' [2022-03-09T09:45:09.600Z] ++ set -x [2022-03-09T09:45:09.600Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:09.600Z] INFO: Testing against a local daemon [2022-03-09T09:45:09.600Z] === RUN TestAuthZPluginAllowRequest [2022-03-09T09:45:10.398Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-09T09:45:10.945Z] === RUN TestCopyFromContainer// [2022-03-09T09:45:10.945Z] === RUN TestCopyFromContainer//bar/root [2022-03-09T09:45:10.945Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-09T09:45:10.966Z] --- PASS: TestAuthZPluginAllowRequest (1.07s) [2022-03-09T09:45:10.966Z] === RUN TestAuthZPluginTLS [2022-03-09T09:45:11.202Z] === RUN TestCopyFromContainer/bar/quux [2022-03-09T09:45:11.202Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-09T09:45:11.202Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-09T09:45:11.202Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-09T09:45:11.222Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-09T09:45:11.222Z] === RUN TestAuthZPluginDenyRequest [2022-03-09T09:45:11.473Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-09T09:45:11.473Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-09T09:45:11.473Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-09T09:45:11.554Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:11.554Z] INFO: Testing against a local daemon [2022-03-09T09:45:11.554Z] === RUN TestCommitInheritsEnv [2022-03-09T09:45:11.554Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:45:11.554Z] --- SKIP: TestCommitInheritsEnv (0.01s) [2022-03-09T09:45:11.554Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T09:45:11.554Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:45:11.554Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T09:45:11.554Z] === RUN TestImportWithCustomPlatform [2022-03-09T09:45:11.554Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:45:11.554Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-09T09:45:11.554Z] === RUN TestImagesFilterMultiReference [2022-03-09T09:45:11.554Z] --- PASS: TestImagesFilterMultiReference (0.17s) [2022-03-09T09:45:11.554Z] === RUN TestImagePullPlatformInvalid [2022-03-09T09:45:11.554Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-03-09T09:45:11.554Z] === RUN TestRemoveImageOrphaning [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer (2.06s) [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer// (0.12s) [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2022-03-09T09:45:11.730Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2022-03-09T09:45:11.731Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T09:45:11.731Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:45:11.731Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:45:11.731Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:45:11.731Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:45:11.731Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:45:11.731Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:45:11.731Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:45:11.731Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:45:11.731Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:45:11.731Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-09T09:45:11.731Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T09:45:11.731Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T09:45:11.731Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T09:45:11.731Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T09:45:11.731Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-09T09:45:11.731Z] === RUN TestCreateWithInvalidEnv [2022-03-09T09:45:11.731Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T09:45:11.731Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T09:45:11.731Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T09:45:11.731Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T09:45:11.731Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T09:45:11.731Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T09:45:11.731Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T09:45:11.731Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T09:45:11.731Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T09:45:11.731Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-09T09:45:11.731Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T09:45:11.731Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T09:45:11.731Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T09:45:11.731Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T09:45:11.731Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-09T09:45:11.731Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T09:45:11.785Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-09T09:45:11.785Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-09T09:45:11.894Z] --- PASS: TestBuildMultiStageOnBuild (19.63s) [2022-03-09T09:45:11.894Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T09:45:11.894Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:45:11.894Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-09T09:45:11.894Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T09:45:12.347Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-09T09:45:12.347Z] === RUN TestAuthZPluginDenyResponse [2022-03-09T09:45:12.547Z] --- PASS: TestDockerNetworkConnectAlias (4.23s) [2022-03-09T09:45:12.547Z] === RUN TestDockerNetworkReConnect [2022-03-09T09:45:12.662Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-09T09:45:12.911Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-09T09:45:12.911Z] === RUN TestAuthZPluginAllowEventStream [2022-03-09T09:45:13.593Z] --- PASS: TestCreateWithCustomMaskedPaths (1.79s) [2022-03-09T09:45:13.593Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T09:45:13.775Z] --- PASS: TestRemoveImageOrphaning (2.24s) [2022-03-09T09:45:13.775Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T09:45:13.775Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2022-03-09T09:45:13.775Z] === RUN TestTagInvalidReference [2022-03-09T09:45:13.775Z] --- PASS: TestTagInvalidReference (0.07s) [2022-03-09T09:45:13.775Z] === RUN TestTagValidPrefixedRepo [2022-03-09T09:45:13.775Z] --- PASS: TestTagValidPrefixedRepo (0.15s) [2022-03-09T09:45:13.775Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T09:45:13.775Z] --- PASS: TestTagExistedNameWithoutForce (0.08s) [2022-03-09T09:45:13.775Z] === RUN TestTagOfficialNames [2022-03-09T09:45:13.843Z] --- PASS: TestAuthZPluginAllowEventStream (1.05s) [2022-03-09T09:45:13.843Z] === RUN TestAuthZPluginErrorResponse [2022-03-09T09:45:14.243Z] --- PASS: TestTagOfficialNames (0.18s) [2022-03-09T09:45:14.243Z] === RUN TestTagMatchesDigest [2022-03-09T09:45:14.243Z] --- PASS: TestTagMatchesDigest (0.06s) [2022-03-09T09:45:14.243Z] PASS [2022-03-09T09:45:14.243Z] ok github.com/docker/docker/integration/image 3.306s [2022-03-09T09:45:14.243Z] [2022-03-09T09:45:14.243Z] === Skipped [2022-03-09T09:45:14.243Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2022-03-09T09:45:14.243Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:45:14.243Z] [2022-03-09T09:45:14.243Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T09:45:14.243Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:45:14.243Z] [2022-03-09T09:45:14.243Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-09T09:45:14.243Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:45:14.243Z] [2022-03-09T09:45:14.243Z] DONE 12 tests, 3 skipped in 9.011s [2022-03-09T09:45:14.408Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-09T09:45:14.408Z] === RUN TestAuthZPluginErrorRequest [2022-03-09T09:45:14.711Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-09T09:45:14.963Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-09T09:45:14.977Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-09T09:45:14.977Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-09T09:45:15.222Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.67s) [2022-03-09T09:45:15.222Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T09:45:15.222Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:45:15.222Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:45:15.222Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:45:15.222Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:45:15.222Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:45:15.222Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:45:15.222Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:45:15.222Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:45:15.222Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:45:15.222Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:45:15.222Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:45:15.222Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:45:15.222Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:45:15.222Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:45:15.222Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:45:15.222Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-09T09:45:15.222Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T09:45:15.222Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T09:45:15.222Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-03-09T09:45:15.222Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-03-09T09:45:15.222Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-09T09:45:15.222Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T09:45:15.541Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-09T09:45:15.541Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-09T09:45:15.786Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2022-03-09T09:45:15.786Z] === RUN TestCreateDifferentPlatform [2022-03-09T09:45:15.786Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T09:45:15.786Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T09:45:15.786Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-09T09:45:15.786Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-09T09:45:15.786Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T09:45:15.786Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T09:45:15.786Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-09T09:45:15.786Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T09:45:15.850Z] --- PASS: TestDockerNetworkReConnect (3.47s) [2022-03-09T09:45:15.850Z] === RUN TestServicePlugin [2022-03-09T09:45:16.043Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-09T09:45:16.043Z] === RUN TestContainerStartOnDaemonRestart [2022-03-09T09:45:16.043Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-09T09:45:16.043Z] === RUN TestDaemonRestartIpcMode [2022-03-09T09:45:16.043Z] === PAUSE TestDaemonRestartIpcMode [2022-03-09T09:45:16.043Z] === RUN TestDaemonHostGatewayIP [2022-03-09T09:45:16.043Z] === PAUSE TestDaemonHostGatewayIP [2022-03-09T09:45:16.043Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-09T09:45:16.043Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-09T09:45:16.043Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T09:45:16.043Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-09T09:45:16.043Z] === RUN TestDiff [2022-03-09T09:45:16.300Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-09T09:45:16.557Z] --- PASS: TestDiff (0.67s) [2022-03-09T09:45:16.557Z] === RUN TestExecWithCloseStdin [2022-03-09T09:45:16.814Z] check_test.go:308: [d894f2919ca34] daemon is not started [2022-03-09T09:45:16.814Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-09T09:45:16.911Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.24s) [2022-03-09T09:45:16.912Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-09T09:45:17.379Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-09T09:45:17.379Z] --- PASS: TestExecWithCloseStdin (0.76s) [2022-03-09T09:45:17.379Z] === RUN TestExec [2022-03-09T09:45:17.637Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-09T09:45:17.845Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.24s) [2022-03-09T09:45:17.845Z] === RUN TestAuthZPluginHeader [2022-03-09T09:45:17.895Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-09T09:45:17.895Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-09T09:45:18.152Z] --- PASS: TestExec (0.72s) [2022-03-09T09:45:18.152Z] === RUN TestExecUser [2022-03-09T09:45:18.410Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-09T09:45:18.512Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:18.512Z] INFO: Testing against a local daemon [2022-03-09T09:45:18.512Z] === RUN TestNetworkCreateDelete [2022-03-09T09:45:18.512Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:18.512Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T09:45:18.512Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-09T09:45:18.512Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestDaemonDNSFallback [2022-03-09T09:45:18.512Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:18.512Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestInspectNetwork [2022-03-09T09:45:18.512Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T09:45:18.512Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T09:45:18.512Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:18.512Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestNetworkInvalidJSON [2022-03-09T09:45:18.512Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T09:45:18.512Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T09:45:18.512Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:45:18.512Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:45:18.512Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:45:18.512Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:45:18.512Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T09:45:18.512Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:45:18.512Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:45:18.512Z] --- PASS: TestNetworkInvalidJSON (0.07s) [2022-03-09T09:45:18.512Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-09T09:45:18.512Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-09T09:45:18.512Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-09T09:45:18.512Z] === RUN TestNetworkList [2022-03-09T09:45:18.512Z] === RUN TestNetworkList//networks [2022-03-09T09:45:18.512Z] === PAUSE TestNetworkList//networks [2022-03-09T09:45:18.512Z] === RUN TestNetworkList//networks/ [2022-03-09T09:45:18.512Z] === PAUSE TestNetworkList//networks/ [2022-03-09T09:45:18.512Z] === CONT TestNetworkList//networks [2022-03-09T09:45:18.512Z] === CONT TestNetworkList//networks/ [2022-03-09T09:45:18.512Z] --- PASS: TestNetworkList (0.06s) [2022-03-09T09:45:18.512Z] --- PASS: TestNetworkList//networks (0.01s) [2022-03-09T09:45:18.512Z] --- PASS: TestNetworkList//networks/ (0.01s) [2022-03-09T09:45:18.512Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T09:45:18.512Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T09:45:18.512Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T09:45:18.512Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T09:45:18.512Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T09:45:18.512Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T09:45:18.512Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T09:45:18.512Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T09:45:18.512Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:45:18.512Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T09:45:18.512Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-09T09:45:18.512Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T09:45:18.512Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T09:45:18.512Z] PASS [2022-03-09T09:45:18.512Z] ok github.com/docker/docker/integration/network 0.328s [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === Skipped [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-09T09:45:18.512Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-09T09:45:18.512Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-09T09:45:18.512Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-09T09:45:18.512Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-09T09:45:18.512Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-09T09:45:18.512Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T09:45:18.512Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T09:45:18.512Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T09:45:18.512Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T09:45:18.512Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T09:45:18.512Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T09:45:18.512Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:45:18.512Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-09T09:45:18.512Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T09:45:18.512Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T09:45:18.512Z] [2022-03-09T09:45:18.512Z] DONE 22 tests, 15 skipped in 3.857s [2022-03-09T09:45:18.512Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-09T09:45:18.773Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-03-09T09:45:18.773Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-09T09:45:18.773Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:45:18.773Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-09T09:45:18.773Z] === RUN TestAuthZPluginV2Disable [2022-03-09T09:45:18.773Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:45:18.773Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-09T09:45:18.773Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-09T09:45:18.773Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:45:18.773Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-09T09:45:18.773Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-09T09:45:18.773Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:45:18.773Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-09T09:45:18.773Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-09T09:45:18.974Z] --- PASS: TestExecUser (0.83s) [2022-03-09T09:45:18.974Z] === RUN TestExportContainerAndImportImage [2022-03-09T09:45:19.151Z] plugin_test.go:61: [dc8566552b1b4] joining swarm manager [d5cb9cb0ac0a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:45:19.537Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-09T09:45:20.078Z] testing: warning: no tests to run [2022-03-09T09:45:20.078Z] PASS [2022-03-09T09:45:20.078Z] ok github.com/docker/docker/integration/network/ipvlan 0.179s [2022-03-09T09:45:20.078Z] [2022-03-09T09:45:20.078Z] DONE 0 tests in 1.256s [2022-03-09T09:45:20.078Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-09T09:45:20.091Z] plugin_test.go:64: [d673f7df06d19] joining swarm manager [d5cb9cb0ac0a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:45:20.102Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2022-03-09T09:45:20.102Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T09:45:21.470Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-09T09:45:21.647Z] testing: warning: no tests to run [2022-03-09T09:45:21.647Z] PASS [2022-03-09T09:45:21.647Z] ok github.com/docker/docker/integration/network/macvlan 0.182s [2022-03-09T09:45:21.647Z] [2022-03-09T09:45:21.647Z] DONE 0 tests in 1.293s [2022-03-09T09:45:21.647Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-09T09:45:21.727Z] --- PASS: TestExportContainerAfterDaemonRestart (1.65s) [2022-03-09T09:45:21.727Z] === RUN TestHealthCheckWorkdir [2022-03-09T09:45:22.659Z] --- PASS: TestHealthCheckWorkdir (1.02s) [2022-03-09T09:45:22.659Z] === RUN TestHealthKillContainer [2022-03-09T09:45:22.918Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-09T09:45:23.212Z] testing: warning: no tests to run [2022-03-09T09:45:23.212Z] PASS [2022-03-09T09:45:23.212Z] ok github.com/docker/docker/integration/plugin 0.174s [2022-03-09T09:45:23.212Z] [2022-03-09T09:45:23.212Z] DONE 0 tests in 1.258s [2022-03-09T09:45:23.212Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-09T09:45:23.849Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-09T09:45:24.107Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-09T09:45:24.199Z] testing: warning: no tests to run [2022-03-09T09:45:24.199Z] PASS [2022-03-09T09:45:24.199Z] ok github.com/docker/docker/integration/plugin/authz 0.161s [2022-03-09T09:45:24.199Z] [2022-03-09T09:45:24.199Z] DONE 0 tests in 1.127s [2022-03-09T09:45:24.419Z] --- PASS: TestBuildMultiStageLayerLeak (13.10s) [2022-03-09T09:45:24.419Z] === RUN TestBuildWithHugeFile [2022-03-09T09:45:24.670Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-09T09:45:26.067Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-09T09:45:26.326Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-09T09:45:26.631Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-09T09:45:28.238Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-09T09:45:28.238Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-09T09:45:28.238Z] check_test.go:308: [d710cfa6716f7] daemon is not started [2022-03-09T09:45:28.238Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-09T09:45:29.167Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-09T09:45:29.732Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-09T09:45:29.988Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-09T09:45:30.561Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:30.561Z] INFO: Testing against a local daemon [2022-03-09T09:45:30.561Z] === RUN TestPluginInvalidJSON [2022-03-09T09:45:30.561Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:45:30.561Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:45:30.561Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:45:30.561Z] --- PASS: TestPluginInvalidJSON (0.07s) [2022-03-09T09:45:30.561Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-09T09:45:30.561Z] === RUN TestPluginInstall [2022-03-09T09:45:30.561Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T09:45:30.561Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-09T09:45:30.561Z] === RUN TestPluginsWithRuntimes [2022-03-09T09:45:30.561Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T09:45:30.561Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-09T09:45:30.561Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T09:45:30.561Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T09:45:30.561Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T09:45:30.561Z] PASS [2022-03-09T09:45:30.561Z] ok github.com/docker/docker/integration/plugin/common 0.264s [2022-03-09T09:45:30.917Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-09T09:45:31.032Z] [2022-03-09T09:45:31.032Z] === Skipped [2022-03-09T09:45:31.032Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-09T09:45:31.032Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T09:45:31.032Z] [2022-03-09T09:45:31.032Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-09T09:45:31.032Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T09:45:31.032Z] [2022-03-09T09:45:31.032Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T09:45:31.032Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T09:45:31.032Z] [2022-03-09T09:45:31.032Z] DONE 5 tests, 3 skipped in 6.527s [2022-03-09T09:45:31.173Z] --- PASS: TestHealthKillContainer (8.61s) [2022-03-09T09:45:31.173Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T09:45:31.430Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-09T09:45:31.502Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-09T09:45:31.995Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2022-03-09T09:45:31.995Z] === RUN TestIpcModeNone [2022-03-09T09:45:32.924Z] --- PASS: TestIpcModeNone (0.84s) [2022-03-09T09:45:32.925Z] === RUN TestIpcModePrivate [2022-03-09T09:45:32.925Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-09T09:45:33.490Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false [2022-03-09T09:45:33.490Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-09T09:45:33.490Z] --- PASS: TestIpcModePrivate (0.75s) [2022-03-09T09:45:33.490Z] === RUN TestIpcModeShareable [2022-03-09T09:45:34.422Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2022-03-09T09:45:34.422Z] --- PASS: TestIpcModeShareable (0.78s) [2022-03-09T09:45:34.422Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-09T09:45:34.679Z] check_test.go:308: [d8d3b72eec2f9] daemon is not started [2022-03-09T09:45:34.679Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-09T09:45:35.313Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:35.313Z] INFO: Testing against a local daemon [2022-03-09T09:45:35.313Z] === RUN TestExternalGraphDriver [2022-03-09T09:45:35.313Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T09:45:35.313Z] --- SKIP: TestExternalGraphDriver (0.01s) [2022-03-09T09:45:35.313Z] === RUN TestGraphdriverPluginV2 [2022-03-09T09:45:35.313Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T09:45:35.313Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-09T09:45:35.313Z] PASS [2022-03-09T09:45:35.313Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.270s [2022-03-09T09:45:35.313Z] [2022-03-09T09:45:35.313Z] === Skipped [2022-03-09T09:45:35.313Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2022-03-09T09:45:35.313Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T09:45:35.313Z] [2022-03-09T09:45:35.313Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-09T09:45:35.313Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T09:45:35.313Z] [2022-03-09T09:45:35.313Z] DONE 2 tests, 2 skipped in 3.619s [2022-03-09T09:45:35.313Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-09T09:45:36.730Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-09T09:45:36.775Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-09T09:45:36.775Z] === RUN TestBoolValue [2022-03-09T09:45:36.775Z] --- PASS: TestBoolValue (0.00s) [2022-03-09T09:45:36.775Z] === RUN TestBoolValueOrDefault [2022-03-09T09:45:36.775Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-09T09:45:36.775Z] === RUN TestInt64ValueOrZero [2022-03-09T09:45:36.775Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-09T09:45:36.775Z] === RUN TestInt64ValueOrDefault [2022-03-09T09:45:36.775Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-09T09:45:36.775Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-09T09:45:36.775Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-09T09:45:36.775Z] === RUN TestJsonContentType [2022-03-09T09:45:36.775Z] --- PASS: TestJsonContentType (0.00s) [2022-03-09T09:45:36.775Z] PASS [2022-03-09T09:45:36.775Z] coverage: 14.7% of statements [2022-03-09T09:45:36.775Z] ok github.com/docker/docker/api/server/httputils 0.041s coverage: 14.7% of statements [2022-03-09T09:45:36.821Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-03-09T09:45:36.821Z] PASS [2022-03-09T09:45:36.821Z] [2022-03-09T09:45:36.821Z] === Skipped [2022-03-09T09:45:36.821Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-09T09:45:36.821Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:45:36.821Z] [2022-03-09T09:45:36.821Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-09T09:45:36.821Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:45:36.821Z] [2022-03-09T09:45:36.821Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-09T09:45:36.821Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:45:36.821Z] [2022-03-09T09:45:36.821Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-09T09:45:36.821Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:45:36.821Z] [2022-03-09T09:45:36.821Z] DONE 17 tests, 4 skipped in 25.717s [2022-03-09T09:45:36.821Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-09T09:45:36.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-03-09T09:45:36.821Z] ++ set -e [2022-03-09T09:45:36.821Z] ++ '[' -n 0 ']' [2022-03-09T09:45:36.821Z] ++ set -x [2022-03-09T09:45:36.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-03-09T09:45:36.821Z] INFO: Testing against a local daemon [2022-03-09T09:45:36.821Z] === RUN TestPluginInvalidJSON [2022-03-09T09:45:36.821Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:45:36.821Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:45:36.821Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:45:36.821Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-09T09:45:36.821Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-09T09:45:36.821Z] === RUN TestPluginInstall [2022-03-09T09:45:36.821Z] === RUN TestPluginInstall/no_auth [2022-03-09T09:45:36.821Z] time="2022-03-09T09:45:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:45:36.821Z] time="2022-03-09T09:45:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43e9cbf36e116024a52e51b4cbe69da0dfa6b478433a276fd1a0d7143b87f5fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:45:36.821Z] time="2022-03-09T09:45:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:45:36.821Z] time="2022-03-09T09:45:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43e9cbf36e116024a52e51b4cbe69da0dfa6b478433a276fd1a0d7143b87f5fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:45:36.821Z] === RUN TestPluginInstall/with_htpasswd [2022-03-09T09:45:37.088Z] time="2022-03-09T09:45:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:45:37.088Z] time="2022-03-09T09:45:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43e9cbf36e116024a52e51b4cbe69da0dfa6b478433a276fd1a0d7143b87f5fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:45:37.088Z] time="2022-03-09T09:45:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:45:37.088Z] time="2022-03-09T09:45:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43e9cbf36e116024a52e51b4cbe69da0dfa6b478433a276fd1a0d7143b87f5fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:45:37.207Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.41s) [2022-03-09T09:45:37.207Z] === RUN TestAPIIpcModeHost [2022-03-09T09:45:37.347Z] === RUN TestPluginInstall/with_insecure [2022-03-09T09:45:37.464Z] --- PASS: TestAPIIpcModeHost (0.62s) [2022-03-09T09:45:37.464Z] === RUN TestDaemonIpcModeShareable [2022-03-09T09:45:37.721Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-09T09:45:38.247Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-09T09:45:38.276Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:38.276Z] INFO: Testing against a local daemon [2022-03-09T09:45:38.276Z] === RUN TestReadPluginNoRead [2022-03-09T09:45:38.276Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T09:45:38.276Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-09T09:45:38.276Z] PASS [2022-03-09T09:45:38.276Z] ok github.com/docker/docker/integration/plugin/logging 0.256s [2022-03-09T09:45:38.279Z] time="2022-03-09T09:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:45:38.279Z] time="2022-03-09T09:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:edc25b66dfbb98a417f065dec7fe3382081f00707d853278ca5ceb86447e374e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:45:38.279Z] time="2022-03-09T09:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:45:38.279Z] time="2022-03-09T09:45:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:edc25b66dfbb98a417f065dec7fe3382081f00707d853278ca5ceb86447e374e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:45:38.284Z] check_test.go:308: [dcbe6df33a39e] daemon is not started [2022-03-09T09:45:38.284Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-09T09:45:38.336Z] === RUN TestMaskSecretKeys [2022-03-09T09:45:38.336Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-09T09:45:38.336Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-09T09:45:38.336Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-09T09:45:38.336Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-09T09:45:38.336Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-09T09:45:38.336Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-09T09:45:38.336Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-09T09:45:38.336Z] === RUN TestVersionMiddlewareVersion [2022-03-09T09:45:38.336Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-09T09:45:38.336Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-09T09:45:38.336Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-09T09:45:38.336Z] PASS [2022-03-09T09:45:38.336Z] coverage: 37.7% of statements [2022-03-09T09:45:38.336Z] ok github.com/docker/docker/api/server/middleware 0.046s coverage: 37.7% of statements [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-09T09:45:38.336Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-09T09:45:38.536Z] plugin_test.go:165: [d156e687593c3] daemon is not started [2022-03-09T09:45:38.536Z] --- PASS: TestPluginInstall (3.08s) [2022-03-09T09:45:38.536Z] --- PASS: TestPluginInstall/no_auth (1.49s) [2022-03-09T09:45:38.536Z] --- PASS: TestPluginInstall/with_htpasswd (0.57s) [2022-03-09T09:45:38.536Z] --- PASS: TestPluginInstall/with_insecure (1.01s) [2022-03-09T09:45:38.536Z] === RUN TestPluginsWithRuntimes [2022-03-09T09:45:38.747Z] [2022-03-09T09:45:38.747Z] === Skipped [2022-03-09T09:45:38.747Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-09T09:45:38.747Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T09:45:38.747Z] [2022-03-09T09:45:38.747Z] DONE 1 tests, 1 skipped in 3.379s [2022-03-09T09:45:38.747Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-09T09:45:38.803Z] === RUN TestAdjustForAPIVersion [2022-03-09T09:45:38.803Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-09T09:45:38.803Z] PASS [2022-03-09T09:45:38.803Z] coverage: 5.7% of statements [2022-03-09T09:45:38.803Z] ok github.com/docker/docker/api/server/router/swarm 0.047s coverage: 5.7% of statements [2022-03-09T09:45:38.803Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-09T09:45:38.803Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-09T09:45:38.803Z] ? github.com/docker/docker/api/types [no test files] [2022-03-09T09:45:38.803Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-09T09:45:38.803Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-09T09:45:38.803Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-09T09:45:38.803Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-09T09:45:38.803Z] === RUN TestToJSON [2022-03-09T09:45:38.803Z] --- PASS: TestToJSON (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestToParamWithVersion [2022-03-09T09:45:38.803Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestFromJSON [2022-03-09T09:45:38.803Z] --- PASS: TestFromJSON (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestEmpty [2022-03-09T09:45:38.803Z] --- PASS: TestEmpty (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestArgsMatchKVListEmptySources [2022-03-09T09:45:38.803Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestArgsMatchKVList [2022-03-09T09:45:38.803Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestArgsMatch [2022-03-09T09:45:38.803Z] --- PASS: TestArgsMatch (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestAdd [2022-03-09T09:45:38.803Z] --- PASS: TestAdd (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestDel [2022-03-09T09:45:38.803Z] --- PASS: TestDel (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestLen [2022-03-09T09:45:38.803Z] --- PASS: TestLen (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestExactMatch [2022-03-09T09:45:38.803Z] --- PASS: TestExactMatch (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestOnlyOneExactMatch [2022-03-09T09:45:38.803Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestContains [2022-03-09T09:45:38.803Z] --- PASS: TestContains (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestValidate [2022-03-09T09:45:38.803Z] --- PASS: TestValidate (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestWalkValues [2022-03-09T09:45:38.803Z] --- PASS: TestWalkValues (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestFuzzyMatch [2022-03-09T09:45:38.803Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-09T09:45:38.803Z] === RUN TestClone [2022-03-09T09:45:38.803Z] --- PASS: TestClone (0.00s) [2022-03-09T09:45:38.803Z] PASS [2022-03-09T09:45:38.803Z] coverage: 92.2% of statements [2022-03-09T09:45:38.803Z] ok github.com/docker/docker/api/types/filters 0.038s coverage: 92.2% of statements [2022-03-09T09:45:38.803Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-09T09:45:38.848Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: true, mustBeShared: true [2022-03-09T09:45:39.105Z] --- PASS: TestDaemonIpcModeShareable (1.75s) [2022-03-09T09:45:39.105Z] === RUN TestDaemonIpcModePrivate [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-09T09:45:39.270Z] === RUN TestStrSliceMarshalJSON [2022-03-09T09:45:39.270Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-09T09:45:39.270Z] === RUN TestStrSliceUnmarshalJSON [2022-03-09T09:45:39.270Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-09T09:45:39.270Z] === RUN TestStrSliceUnmarshalString [2022-03-09T09:45:39.270Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-09T09:45:39.270Z] === RUN TestStrSliceUnmarshalSlice [2022-03-09T09:45:39.270Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-09T09:45:39.270Z] PASS [2022-03-09T09:45:39.270Z] coverage: 90.0% of statements [2022-03-09T09:45:39.270Z] ok github.com/docker/docker/api/types/strslice 0.037s coverage: 90.0% of statements [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-09T09:45:39.270Z] === RUN TestDurationToSecondsString [2022-03-09T09:45:39.270Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-09T09:45:39.270Z] === RUN TestGetTimestamp [2022-03-09T09:45:39.270Z] --- PASS: TestGetTimestamp (0.15s) [2022-03-09T09:45:39.270Z] === RUN TestParseTimestamps [2022-03-09T09:45:39.270Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-09T09:45:39.270Z] PASS [2022-03-09T09:45:39.270Z] coverage: 100.0% of statements [2022-03-09T09:45:39.270Z] ok github.com/docker/docker/api/types/time 0.204s coverage: 100.0% of statements [2022-03-09T09:45:39.270Z] === RUN TestCompareVersion [2022-03-09T09:45:39.270Z] --- PASS: TestCompareVersion (0.00s) [2022-03-09T09:45:39.270Z] PASS [2022-03-09T09:45:39.270Z] coverage: 77.3% of statements [2022-03-09T09:45:39.270Z] ok github.com/docker/docker/api/types/versions 0.044s coverage: 77.3% of statements [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/builder [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-09T09:45:39.270Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-09T09:45:39.906Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-09T09:45:40.042Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-09T09:45:40.606Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: false, mustBeShared: false [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-09T09:45:40.835Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-09T09:45:40.835Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-09T09:45:40.835Z] === RUN TestCloneArgsSmartHttp [2022-03-09T09:45:40.835Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2022-03-09T09:45:40.835Z] === RUN TestCloneArgsDumbHttp [2022-03-09T09:45:40.835Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-09T09:45:40.835Z] === RUN TestCloneArgsGit [2022-03-09T09:45:40.835Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-09T09:45:40.835Z] === RUN TestCheckoutGit [2022-03-09T09:45:40.836Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-09T09:45:40.862Z] --- PASS: TestDaemonIpcModePrivate (1.69s) [2022-03-09T09:45:40.862Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-09T09:45:40.963Z] testing: warning: no tests to run [2022-03-09T09:45:40.963Z] PASS [2022-03-09T09:45:40.963Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.213s [2022-03-09T09:45:40.963Z] [2022-03-09T09:45:40.963Z] DONE 0 tests in 1.982s [2022-03-09T09:45:40.963Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-09T09:45:41.117Z] docker_cli_daemon_plugins_test.go:80: [d897ad33720ab] daemon is not started [2022-03-09T09:45:41.763Z] --- PASS: TestPluginsWithRuntimes (3.12s) [2022-03-09T09:45:41.763Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.80s) [2022-03-09T09:45:41.763Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.80s) [2022-03-09T09:45:41.763Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T09:45:42.019Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-03-09T09:45:42.019Z] PASS [2022-03-09T09:45:42.019Z] [2022-03-09T09:45:42.019Z] DONE 10 tests in 6.883s [2022-03-09T09:45:42.019Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-09T09:45:42.019Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:42.019Z] ++ set -e [2022-03-09T09:45:42.019Z] ++ '[' -n 0 ']' [2022-03-09T09:45:42.019Z] ++ set -x [2022-03-09T09:45:42.019Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:42.191Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-09T09:45:42.275Z] INFO: Testing against a local daemon [2022-03-09T09:45:42.275Z] === RUN TestExternalGraphDriver [2022-03-09T09:45:42.275Z] === RUN TestExternalGraphDriver/json [2022-03-09T09:45:42.394Z] === RUN TestEnable [2022-03-09T09:45:42.394Z] --- PASS: TestEnable (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestDisable [2022-03-09T09:45:42.394Z] --- PASS: TestDisable (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestEnabled [2022-03-09T09:45:42.394Z] --- PASS: TestEnabled (0.00s) [2022-03-09T09:45:42.394Z] PASS [2022-03-09T09:45:42.394Z] coverage: 100.0% of statements [2022-03-09T09:45:42.394Z] ok github.com/docker/docker/cli/debug 0.037s coverage: 100.0% of statements [2022-03-09T09:45:42.394Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-09T09:45:42.394Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestProcessNoDockerignore [2022-03-09T09:45:42.394Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-09T09:45:42.394Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-09T09:45:42.394Z] === RUN TestDetectContentType [2022-03-09T09:45:42.394Z] --- PASS: TestDetectContentType (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestSelectAcceptableMIME [2022-03-09T09:45:42.394Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestInspectEmptyResponse [2022-03-09T09:45:42.394Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestInspectResponseBinary [2022-03-09T09:45:42.394Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestResponseUnsupportedContentType [2022-03-09T09:45:42.394Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestInspectResponseTextSimple [2022-03-09T09:45:42.394Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestInspectResponseEmptyContentType [2022-03-09T09:45:42.394Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestUnknownContentLength [2022-03-09T09:45:42.394Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestDownloadRemote [2022-03-09T09:45:42.394Z] --- PASS: TestDownloadRemote (0.10s) [2022-03-09T09:45:42.394Z] === RUN TestGetWithStatusError [2022-03-09T09:45:42.394Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestCloseRootDirectory [2022-03-09T09:45:42.394Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:45:42.394Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestHashFile [2022-03-09T09:45:42.394Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:45:42.394Z] --- SKIP: TestHashFile (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestHashSubdir [2022-03-09T09:45:42.394Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:45:42.394Z] --- SKIP: TestHashSubdir (0.00s) [2022-03-09T09:45:42.394Z] === RUN TestRemoveDirectory [2022-03-09T09:45:42.394Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:45:42.394Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-09T09:45:42.394Z] PASS [2022-03-09T09:45:42.394Z] coverage: 9.3% of statements [2022-03-09T09:45:42.394Z] ok github.com/docker/docker/builder/remotecontext 0.239s coverage: 9.3% of statements [2022-03-09T09:45:42.487Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-09T09:45:42.487Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: false, mustBeShared: false [2022-03-09T09:45:42.487Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.63s) [2022-03-09T09:45:42.487Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-09T09:45:42.861Z] === RUN TestGetAllAllowed [2022-03-09T09:45:42.861Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestGetAllMeta [2022-03-09T09:45:42.861Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-09T09:45:42.861Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestIsUnreferencedBuiltin [2022-03-09T09:45:42.861Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestIsExistingDirectory [2022-03-09T09:45:42.861Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestGetFilenameForDownload [2022-03-09T09:45:42.861Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestEnv2Variables [2022-03-09T09:45:42.861Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-09T09:45:42.861Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestMaintainer [2022-03-09T09:45:42.861Z] --- PASS: TestMaintainer (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestLabel [2022-03-09T09:45:42.861Z] --- PASS: TestLabel (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestFromScratch [2022-03-09T09:45:42.861Z] --- PASS: TestFromScratch (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestFromWithArg [2022-03-09T09:45:42.861Z] --- PASS: TestFromWithArg (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-09T09:45:42.861Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestFromWithUndefinedArg [2022-03-09T09:45:42.861Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestFromMultiStageWithNamedStage [2022-03-09T09:45:42.861Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestOnbuild [2022-03-09T09:45:42.861Z] --- PASS: TestOnbuild (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestWorkdir [2022-03-09T09:45:42.861Z] --- PASS: TestWorkdir (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestCmd [2022-03-09T09:45:42.861Z] --- PASS: TestCmd (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestHealthcheckNone [2022-03-09T09:45:42.861Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestHealthcheckCmd [2022-03-09T09:45:42.861Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestEntrypoint [2022-03-09T09:45:42.861Z] --- PASS: TestEntrypoint (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestExpose [2022-03-09T09:45:42.861Z] --- PASS: TestExpose (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestUser [2022-03-09T09:45:42.861Z] --- PASS: TestUser (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestVolume [2022-03-09T09:45:42.861Z] --- PASS: TestVolume (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestStopSignal [2022-03-09T09:45:42.861Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T09:45:42.861Z] --- SKIP: TestStopSignal (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestArg [2022-03-09T09:45:42.861Z] --- PASS: TestArg (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestShell [2022-03-09T09:45:42.861Z] --- PASS: TestShell (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestPrependEnvOnCmd [2022-03-09T09:45:42.861Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestRunWithBuildArgs [2022-03-09T09:45:42.861Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestRunIgnoresHealthcheck [2022-03-09T09:45:42.861Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestDispatchUnsupportedOptions [2022-03-09T09:45:42.861Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-09T09:45:42.861Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-09T09:45:42.861Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-09T09:45:42.861Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-09T09:45:42.861Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-09T09:45:42.861Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-09T09:45:42.861Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestNormalizeWorkdir [2022-03-09T09:45:42.861Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestDispatch [2022-03-09T09:45:42.861Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-09T09:45:42.861Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-09T09:45:42.861Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-09T09:45:42.861Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-09T09:45:42.861Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-09T09:45:42.861Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-09T09:45:42.861Z] === RUN TestDispatch/COPY_url [2022-03-09T09:45:42.861Z] --- PASS: TestDispatch (0.04s) [2022-03-09T09:45:42.861Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-09T09:45:42.861Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-09T09:45:42.861Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-09T09:45:42.861Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T09:45:42.861Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-09T09:45:42.861Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-09T09:45:42.861Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestAddScratchImageAddsToMounts [2022-03-09T09:45:42.861Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-09T09:45:42.861Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-09T09:45:42.861Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-09T09:45:42.861Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestImageSourceGetAddsToMounts [2022-03-09T09:45:42.861Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestEmptyDockerfile [2022-03-09T09:45:42.861Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-09T09:45:42.861Z] === RUN TestSymlinkDockerfile [2022-03-09T09:45:42.861Z] --- PASS: TestSymlinkDockerfile (0.02s) [2022-03-09T09:45:42.861Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-09T09:45:42.861Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestNonExistingDockerfile [2022-03-09T09:45:42.861Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestCopyRunConfig [2022-03-09T09:45:42.861Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestDeepCopyRunConfig [2022-03-09T09:45:42.861Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestExportImage [2022-03-09T09:45:42.861Z] --- PASS: TestExportImage (0.00s) [2022-03-09T09:45:42.861Z] === RUN TestNormalizeDest [2022-03-09T09:45:42.861Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-09T09:45:42.861Z] PASS [2022-03-09T09:45:42.861Z] coverage: 46.7% of statements [2022-03-09T09:45:42.861Z] ok github.com/docker/docker/builder/dockerfile 0.191s coverage: 46.7% of statements [2022-03-09T09:45:43.847Z] === RUN TestTCP4Proxy [2022-03-09T09:45:43.847Z] --- PASS: TestTCP4Proxy (0.00s) [2022-03-09T09:45:43.847Z] === RUN TestTCP4ProxyHalfClose [2022-03-09T09:45:43.847Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-09T09:45:43.847Z] === RUN TestTCP6Proxy [2022-03-09T09:45:43.847Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T09:45:43.847Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-09T09:45:43.847Z] === RUN TestTCPDualStackProxy [2022-03-09T09:45:43.847Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T09:45:43.847Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-09T09:45:43.847Z] === RUN TestUDP4Proxy [2022-03-09T09:45:43.847Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-09T09:45:43.847Z] === RUN TestUDP6Proxy [2022-03-09T09:45:43.847Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T09:45:43.847Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-09T09:45:43.847Z] === RUN TestUDPWriteError [2022-03-09T09:45:43.847Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-09T09:45:43.847Z] === RUN TestSCTP4Proxy [2022-03-09T09:45:43.847Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T09:45:43.847Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-09T09:45:43.847Z] === RUN TestSCTP6Proxy [2022-03-09T09:45:43.847Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T09:45:43.847Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-09T09:45:43.847Z] PASS [2022-03-09T09:45:43.847Z] coverage: 49.4% of statements [2022-03-09T09:45:43.848Z] ok github.com/docker/docker/cmd/docker-proxy 0.049s coverage: 49.4% of statements [2022-03-09T09:45:43.852Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: true, mustBeShared: true [2022-03-09T09:45:43.852Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-09T09:45:43.852Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.45s) [2022-03-09T09:45:43.852Z] === RUN TestIpcModeOlderClient [2022-03-09T09:45:43.852Z] === PAUSE TestIpcModeOlderClient [2022-03-09T09:45:43.852Z] === RUN TestKillContainerInvalidSignal [2022-03-09T09:45:43.919Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:43.919Z] INFO: Testing against a local daemon [2022-03-09T09:45:43.919Z] === RUN TestPluginWithDevMounts [2022-03-09T09:45:43.919Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:43.919Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-09T09:45:43.919Z] PASS [2022-03-09T09:45:43.919Z] ok github.com/docker/docker/integration/plugin/volumes 0.219s [2022-03-09T09:45:43.919Z] [2022-03-09T09:45:43.919Z] === Skipped [2022-03-09T09:45:43.919Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-09T09:45:43.919Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:43.919Z] [2022-03-09T09:45:43.919Z] DONE 1 tests, 1 skipped in 3.003s [2022-03-09T09:45:44.164Z] === RUN TestExternalGraphDriver/spec [2022-03-09T09:45:44.400Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-09T09:45:44.783Z] --- PASS: TestKillContainerInvalidSignal (0.67s) [2022-03-09T09:45:44.783Z] === RUN TestKillContainer [2022-03-09T09:45:44.783Z] === RUN TestKillContainer/no_signal [2022-03-09T09:45:45.039Z] docker_cli_daemon_plugins_test.go:170: [d4ff31538df88] daemon is not started [2022-03-09T09:45:45.297Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T09:45:45.532Z] === RUN TestExternalGraphDriver/pull [2022-03-09T09:45:45.555Z] === RUN TestKillContainer/killing_signal [2022-03-09T09:45:46.485Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-09T09:45:46.485Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-09T09:45:46.617Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:46.617Z] INFO: Testing against a local daemon [2022-03-09T09:45:46.617Z] === RUN TestSecretInspect [2022-03-09T09:45:46.617Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:46.617Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-09T09:45:46.617Z] === RUN TestSecretList [2022-03-09T09:45:46.617Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:46.617Z] --- SKIP: TestSecretList (0.00s) [2022-03-09T09:45:46.617Z] === RUN TestSecretsCreateAndDelete [2022-03-09T09:45:46.617Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:46.617Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-09T09:45:46.617Z] === RUN TestSecretsUpdate [2022-03-09T09:45:46.617Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:46.617Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-09T09:45:46.617Z] === RUN TestTemplatedSecret [2022-03-09T09:45:46.617Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:46.617Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-09T09:45:46.617Z] === RUN TestSecretCreateResolve [2022-03-09T09:45:46.617Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:46.617Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-09T09:45:46.617Z] PASS [2022-03-09T09:45:46.617Z] ok github.com/docker/docker/integration/secret 0.166s [2022-03-09T09:45:46.664Z] --- PASS: TestServicePlugin (29.91s) [2022-03-09T09:45:46.664Z] === RUN TestServiceUpdateLabel [2022-03-09T09:45:46.743Z] --- PASS: TestKillContainer (2.09s) [2022-03-09T09:45:46.743Z] --- PASS: TestKillContainer/no_signal (0.62s) [2022-03-09T09:45:46.743Z] --- PASS: TestKillContainer/non_killing_signal (0.44s) [2022-03-09T09:45:46.743Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2022-03-09T09:45:46.743Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T09:45:46.743Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-09T09:45:46.743Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-09T09:45:46.903Z] --- PASS: TestExternalGraphDriver (4.58s) [2022-03-09T09:45:46.903Z] --- PASS: TestExternalGraphDriver/json (1.53s) [2022-03-09T09:45:46.903Z] --- PASS: TestExternalGraphDriver/spec (1.48s) [2022-03-09T09:45:46.903Z] --- PASS: TestExternalGraphDriver/pull (1.53s) [2022-03-09T09:45:46.903Z] === RUN TestGraphdriverPluginV2 [2022-03-09T09:45:46.903Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:45:46.903Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-09T09:45:46.903Z] PASS [2022-03-09T09:45:46.903Z] [2022-03-09T09:45:46.903Z] === Skipped [2022-03-09T09:45:46.903Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-09T09:45:46.903Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:45:46.903Z] [2022-03-09T09:45:46.903Z] DONE 5 tests, 1 skipped in 4.707s [2022-03-09T09:45:46.903Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-09T09:45:46.903Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:46.903Z] ++ set -e [2022-03-09T09:45:46.903Z] ++ '[' -n 0 ']' [2022-03-09T09:45:46.903Z] ++ set -x [2022-03-09T09:45:46.903Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:46.903Z] INFO: Testing against a local daemon [2022-03-09T09:45:46.903Z] === RUN TestContinueAfterPluginCrash [2022-03-09T09:45:46.903Z] === PAUSE TestContinueAfterPluginCrash [2022-03-09T09:45:46.903Z] === RUN TestReadPluginNoRead [2022-03-09T09:45:46.903Z] === PAUSE TestReadPluginNoRead [2022-03-09T09:45:46.903Z] === RUN TestDaemonStartWithLogOpt [2022-03-09T09:45:46.903Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-09T09:45:46.903Z] === CONT TestContinueAfterPluginCrash [2022-03-09T09:45:46.903Z] === CONT TestDaemonStartWithLogOpt [2022-03-09T09:45:47.089Z] [2022-03-09T09:45:47.089Z] === Skipped [2022-03-09T09:45:47.089Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-09T09:45:47.089Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:47.089Z] [2022-03-09T09:45:47.089Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-09T09:45:47.089Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:47.089Z] [2022-03-09T09:45:47.089Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-09T09:45:47.089Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:47.089Z] [2022-03-09T09:45:47.089Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-09T09:45:47.089Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:47.089Z] [2022-03-09T09:45:47.089Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-09T09:45:47.089Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:47.089Z] [2022-03-09T09:45:47.089Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-09T09:45:47.089Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:47.089Z] [2022-03-09T09:45:47.089Z] DONE 6 tests, 6 skipped in 2.683s [2022-03-09T09:45:47.089Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-09T09:45:47.308Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-09T09:45:47.614Z] --- PASS: TestServiceUpdateLabel (2.22s) [2022-03-09T09:45:47.614Z] === RUN TestServiceUpdateSecrets [2022-03-09T09:45:48.243Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.39s) [2022-03-09T09:45:48.243Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.61s) [2022-03-09T09:45:48.243Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2022-03-09T09:45:48.243Z] === RUN TestKillStoppedContainer [2022-03-09T09:45:48.243Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-03-09T09:45:48.243Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T09:45:48.243Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-03-09T09:45:48.243Z] === RUN TestKillDifferentUserContainer [2022-03-09T09:45:48.809Z] --- PASS: TestKillDifferentUserContainer (0.67s) [2022-03-09T09:45:48.809Z] === RUN TestInspectOomKilledTrue [2022-03-09T09:45:48.809Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:45:48.809Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T09:45:48.809Z] === RUN TestInspectOomKilledFalse [2022-03-09T09:45:48.809Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:45:48.809Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T09:45:48.809Z] === RUN TestLinksEtcHostsContentMatch [2022-03-09T09:45:49.745Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2022-03-09T09:45:49.745Z] === RUN TestLinksContainerNames [2022-03-09T09:45:49.745Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-09T09:45:50.074Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:50.074Z] INFO: Testing against a local daemon [2022-03-09T09:45:50.074Z] === RUN TestServiceCreateInit [2022-03-09T09:45:50.074Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T09:45:50.074Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T09:45:50.074Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-09T09:45:50.074Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:45:50.074Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T09:45:50.074Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestCreateServiceConflict [2022-03-09T09:45:50.074Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T09:45:50.074Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-09T09:45:50.074Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T09:45:50.074Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T09:45:50.074Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T09:45:50.074Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestCreateServiceSysctls [2022-03-09T09:45:50.074Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-09T09:45:50.074Z] === RUN TestCreateServiceCapabilities [2022-03-09T09:45:50.074Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-09T09:45:50.074Z] === RUN TestInspect [2022-03-09T09:45:50.074Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestInspect (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestCreateJob [2022-03-09T09:45:50.074Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestCreateJob (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestReplicatedJob [2022-03-09T09:45:50.074Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestUpdateReplicatedJob [2022-03-09T09:45:50.074Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestServiceListWithStatuses [2022-03-09T09:45:50.074Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T09:45:50.074Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestDockerNetworkReConnect [2022-03-09T09:45:50.074Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestServicePlugin [2022-03-09T09:45:50.074Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.074Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-09T09:45:50.074Z] === RUN TestServiceUpdateLabel [2022-03-09T09:45:50.074Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:50.075Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-09T09:45:50.075Z] === RUN TestServiceUpdateSecrets [2022-03-09T09:45:50.075Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:50.075Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-09T09:45:50.075Z] === RUN TestServiceUpdateConfigs [2022-03-09T09:45:50.075Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:50.075Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-09T09:45:50.075Z] === RUN TestServiceUpdateNetwork [2022-03-09T09:45:50.075Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:50.075Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-09T09:45:50.075Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T09:45:50.075Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:50.075Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-09T09:45:50.075Z] PASS [2022-03-09T09:45:50.075Z] ok github.com/docker/docker/integration/service 0.306s [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === Skipped [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:45:50.075Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:45:50.075Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-09T09:45:50.075Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-09T09:45:50.075Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-09T09:45:50.075Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-09T09:45:50.075Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-09T09:45:50.075Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-09T09:45:50.075Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-03-09T09:45:50.075Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-09T09:45:50.075Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-09T09:45:50.075Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-09T09:45:50.075Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-09T09:45:50.075Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-09T09:45:50.075Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-09T09:45:50.075Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-09T09:45:50.075Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-09T09:45:50.075Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-09T09:45:50.075Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-09T09:45:50.075Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-09T09:45:50.075Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-09T09:45:50.075Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-09T09:45:50.075Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-09T09:45:50.075Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:45:50.075Z] [2022-03-09T09:45:50.075Z] DONE 24 tests, 23 skipped in 2.961s [2022-03-09T09:45:50.075Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-09T09:45:50.176Z] --- PASS: TestDaemonStartWithLogOpt (2.93s) [2022-03-09T09:45:50.176Z] === CONT TestReadPluginNoRead [2022-03-09T09:45:50.309Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-09T09:45:50.566Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-09T09:45:50.825Z] --- PASS: TestLinksContainerNames (1.29s) [2022-03-09T09:45:50.825Z] === RUN TestLogsFollowTailEmpty [2022-03-09T09:45:51.082Z] check_test.go:308: [dfb338a7f3667] daemon is not started [2022-03-09T09:45:51.082Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-09T09:45:51.341Z] --- PASS: TestLogsFollowTailEmpty (0.56s) [2022-03-09T09:45:51.341Z] === RUN TestContainerNetworkMountsNoChown [2022-03-09T09:45:52.070Z] === RUN TestReadPluginNoRead/default [2022-03-09T09:45:52.271Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s) [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/default [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/default [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/private [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/private [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rprivate [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/slave [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/slave [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rslave [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/shared [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/shared [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rshared [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/default [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/rshared [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/shared [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/rslave [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/slave [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/rprivate [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/private [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-09T09:45:52.271Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:45:52.271Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-09T09:45:52.271Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-09T09:45:52.298Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:52.298Z] INFO: Testing against a local daemon [2022-03-09T09:45:52.298Z] === RUN TestSessionCreate [2022-03-09T09:45:52.298Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T09:45:52.298Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-09T09:45:52.298Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T09:45:52.298Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T09:45:52.298Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T09:45:52.298Z] PASS [2022-03-09T09:45:52.298Z] ok github.com/docker/docker/integration/session 0.147s [2022-03-09T09:45:52.298Z] [2022-03-09T09:45:52.298Z] === Skipped [2022-03-09T09:45:52.298Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-09T09:45:52.298Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T09:45:52.298Z] [2022-03-09T09:45:52.298Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T09:45:52.298Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T09:45:52.298Z] [2022-03-09T09:45:52.298Z] DONE 2 tests, 2 skipped in 2.208s [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-09T09:45:52.528Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-09T09:45:52.768Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-09T09:45:52.785Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot (0.05s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-03-09T09:45:52.785Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-09T09:45:52.786Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-09T09:45:52.786Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2022-03-09T09:45:52.786Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-09T09:45:52.786Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-09T09:45:52.786Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-09T09:45:52.786Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-09T09:45:52.786Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-09T09:45:52.786Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-09T09:45:52.786Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-09T09:45:52.786Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-03-09T09:45:52.786Z] === RUN TestContainerBindMountNonRecursive [2022-03-09T09:45:52.786Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-09T09:45:52.998Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-09T09:45:53.716Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-09T09:45:54.263Z] === RUN TestCheckpointCreateError [2022-03-09T09:45:54.263Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCheckpointCreate [2022-03-09T09:45:54.263Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCheckpointDeleteError [2022-03-09T09:45:54.263Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCheckpointDelete [2022-03-09T09:45:54.263Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCheckpointListError [2022-03-09T09:45:54.263Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCheckpointList [2022-03-09T09:45:54.263Z] --- PASS: TestCheckpointList (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCheckpointListContainerNotFound [2022-03-09T09:45:54.263Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestNewClientWithOpsFromEnv [2022-03-09T09:45:54.263Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T09:45:54.263Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestGetAPIPath [2022-03-09T09:45:54.263Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestParseHostURL [2022-03-09T09:45:54.263Z] --- PASS: TestParseHostURL (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-09T09:45:54.263Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-09T09:45:54.263Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestNegotiateAPIVersion [2022-03-09T09:45:54.263Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestNegotiateAPVersionOverride [2022-03-09T09:45:54.263Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-09T09:45:54.263Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-09T09:45:54.263Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-09T09:45:54.263Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestClientRedirect [2022-03-09T09:45:54.263Z] --- PASS: TestClientRedirect (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigCreateUnsupported [2022-03-09T09:45:54.263Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigCreateError [2022-03-09T09:45:54.263Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigCreate [2022-03-09T09:45:54.263Z] --- PASS: TestConfigCreate (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigInspectNotFound [2022-03-09T09:45:54.263Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigInspectWithEmptyID [2022-03-09T09:45:54.263Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigInspectUnsupported [2022-03-09T09:45:54.263Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigInspectError [2022-03-09T09:45:54.263Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigInspectConfigNotFound [2022-03-09T09:45:54.263Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigInspect [2022-03-09T09:45:54.263Z] --- PASS: TestConfigInspect (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigListUnsupported [2022-03-09T09:45:54.263Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigListError [2022-03-09T09:45:54.263Z] --- PASS: TestConfigListError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigList [2022-03-09T09:45:54.263Z] --- PASS: TestConfigList (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigRemoveUnsupported [2022-03-09T09:45:54.263Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigRemoveError [2022-03-09T09:45:54.263Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigRemove [2022-03-09T09:45:54.263Z] --- PASS: TestConfigRemove (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigUpdateUnsupported [2022-03-09T09:45:54.263Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigUpdateError [2022-03-09T09:45:54.263Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestConfigUpdate [2022-03-09T09:45:54.263Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerCommitError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerCommit [2022-03-09T09:45:54.263Z] --- PASS: TestContainerCommit (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerStatPathError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerStatPathNotFoundError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerStatPathNoHeaderError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerStatPath [2022-03-09T09:45:54.263Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCopyToContainerError [2022-03-09T09:45:54.263Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCopyToContainerNotFoundError [2022-03-09T09:45:54.263Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-09T09:45:54.263Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCopyToContainer [2022-03-09T09:45:54.263Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCopyFromContainerError [2022-03-09T09:45:54.263Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCopyFromContainerNotFoundError [2022-03-09T09:45:54.263Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-09T09:45:54.263Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-09T09:45:54.263Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestCopyFromContainer [2022-03-09T09:45:54.263Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerCreateError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerCreateImageNotFound [2022-03-09T09:45:54.263Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerCreateWithName [2022-03-09T09:45:54.263Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerCreateAutoRemove [2022-03-09T09:45:54.263Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerDiffError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerDiff [2022-03-09T09:45:54.263Z] --- PASS: TestContainerDiff (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerExecCreateError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerExecCreate [2022-03-09T09:45:54.263Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerExecStartError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerExecStart [2022-03-09T09:45:54.263Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerExecInspectError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerExecInspect [2022-03-09T09:45:54.263Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerExportError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerExportError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerExport [2022-03-09T09:45:54.263Z] --- PASS: TestContainerExport (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerInspectError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerInspectContainerNotFound [2022-03-09T09:45:54.263Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerInspectWithEmptyID [2022-03-09T09:45:54.263Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerInspect [2022-03-09T09:45:54.263Z] --- PASS: TestContainerInspect (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerInspectNode [2022-03-09T09:45:54.263Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerKillError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerKillError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerKill [2022-03-09T09:45:54.263Z] --- PASS: TestContainerKill (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerListError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerListError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerList [2022-03-09T09:45:54.263Z] --- PASS: TestContainerList (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerLogsNotFoundError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerLogsError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerLogs [2022-03-09T09:45:54.263Z] --- PASS: TestContainerLogs (0.17s) [2022-03-09T09:45:54.263Z] === RUN TestContainerPauseError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerPause [2022-03-09T09:45:54.263Z] --- PASS: TestContainerPause (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainersPruneError [2022-03-09T09:45:54.263Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainersPrune [2022-03-09T09:45:54.263Z] --- PASS: TestContainersPrune (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerRemoveError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerRemoveNotFoundError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerRemove [2022-03-09T09:45:54.263Z] --- PASS: TestContainerRemove (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerRenameError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerRename [2022-03-09T09:45:54.263Z] --- PASS: TestContainerRename (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerResizeError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerExecResizeError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerResize [2022-03-09T09:45:54.263Z] --- PASS: TestContainerResize (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerExecResize [2022-03-09T09:45:54.263Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerRestartError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerRestart [2022-03-09T09:45:54.263Z] --- PASS: TestContainerRestart (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerStartError [2022-03-09T09:45:54.263Z] --- PASS: TestContainerStartError (0.00s) [2022-03-09T09:45:54.263Z] === RUN TestContainerStart [2022-03-09T09:45:54.264Z] --- PASS: TestContainerStart (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerStatsError [2022-03-09T09:45:54.264Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerStats [2022-03-09T09:45:54.264Z] --- PASS: TestContainerStats (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerStopError [2022-03-09T09:45:54.264Z] --- PASS: TestContainerStopError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerStop [2022-03-09T09:45:54.264Z] --- PASS: TestContainerStop (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerTopError [2022-03-09T09:45:54.264Z] --- PASS: TestContainerTopError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerTop [2022-03-09T09:45:54.264Z] --- PASS: TestContainerTop (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerUnpauseError [2022-03-09T09:45:54.264Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerUnpause [2022-03-09T09:45:54.264Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerUpdateError [2022-03-09T09:45:54.264Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerUpdate [2022-03-09T09:45:54.264Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerWaitError [2022-03-09T09:45:54.264Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestContainerWait [2022-03-09T09:45:54.264Z] --- PASS: TestContainerWait (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestDiskUsageError [2022-03-09T09:45:54.264Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestDiskUsage [2022-03-09T09:45:54.264Z] --- PASS: TestDiskUsage (0.01s) [2022-03-09T09:45:54.264Z] === RUN TestDistributionInspectUnsupported [2022-03-09T09:45:54.264Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestDistributionInspectWithEmptyID [2022-03-09T09:45:54.264Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestEventsErrorInOptions [2022-03-09T09:45:54.264Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestEventsErrorFromServer [2022-03-09T09:45:54.264Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestEvents [2022-03-09T09:45:54.264Z] --- PASS: TestEvents (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestTLSCloseWriter [2022-03-09T09:45:54.264Z] === PAUSE TestTLSCloseWriter [2022-03-09T09:45:54.264Z] === RUN TestImageBuildError [2022-03-09T09:45:54.264Z] --- PASS: TestImageBuildError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageBuild [2022-03-09T09:45:54.264Z] --- PASS: TestImageBuild (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestGetDockerOS [2022-03-09T09:45:54.264Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageCreateError [2022-03-09T09:45:54.264Z] --- PASS: TestImageCreateError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageCreate [2022-03-09T09:45:54.264Z] --- PASS: TestImageCreate (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageHistoryError [2022-03-09T09:45:54.264Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageHistory [2022-03-09T09:45:54.264Z] --- PASS: TestImageHistory (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageImportError [2022-03-09T09:45:54.264Z] --- PASS: TestImageImportError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageImport [2022-03-09T09:45:54.264Z] --- PASS: TestImageImport (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageInspectError [2022-03-09T09:45:54.264Z] --- PASS: TestImageInspectError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageInspectImageNotFound [2022-03-09T09:45:54.264Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageInspectWithEmptyID [2022-03-09T09:45:54.264Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageInspect [2022-03-09T09:45:54.264Z] --- PASS: TestImageInspect (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageListError [2022-03-09T09:45:54.264Z] --- PASS: TestImageListError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageList [2022-03-09T09:45:54.264Z] --- PASS: TestImageList (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageListApiBefore125 [2022-03-09T09:45:54.264Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageLoadError [2022-03-09T09:45:54.264Z] --- PASS: TestImageLoadError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageLoad [2022-03-09T09:45:54.264Z] --- PASS: TestImageLoad (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagesPruneError [2022-03-09T09:45:54.264Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagesPrune [2022-03-09T09:45:54.264Z] --- PASS: TestImagesPrune (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePullReferenceParseError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePullAnyError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePullWithoutErrors [2022-03-09T09:45:54.264Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePushReferenceError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePushAnyError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImagePushWithoutErrors [2022-03-09T09:45:54.264Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-09T09:45:54.264Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-09T09:45:54.264Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-09T09:45:54.264Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageRemoveError [2022-03-09T09:45:54.264Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageRemoveImageNotFound [2022-03-09T09:45:54.264Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageRemove [2022-03-09T09:45:54.264Z] --- PASS: TestImageRemove (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageSaveError [2022-03-09T09:45:54.264Z] --- PASS: TestImageSaveError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageSave [2022-03-09T09:45:54.264Z] --- PASS: TestImageSave (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageSearchAnyError [2022-03-09T09:45:54.264Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-09T09:45:54.264Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-09T09:45:54.264Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-09T09:45:54.264Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-09T09:45:54.264Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageSearchWithoutErrors [2022-03-09T09:45:54.264Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageTagError [2022-03-09T09:45:54.264Z] --- PASS: TestImageTagError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageTagInvalidReference [2022-03-09T09:45:54.264Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageTagInvalidSourceImageName [2022-03-09T09:45:54.264Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageTagHexSource [2022-03-09T09:45:54.264Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestImageTag [2022-03-09T09:45:54.264Z] --- PASS: TestImageTag (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestInfoServerError [2022-03-09T09:45:54.264Z] --- PASS: TestInfoServerError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestInfoInvalidResponseJSONError [2022-03-09T09:45:54.264Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestInfo [2022-03-09T09:45:54.264Z] --- PASS: TestInfo (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkConnectError [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkConnect [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkCreateError [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkCreate [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkDisconnectError [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkDisconnect [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkInspect [2022-03-09T09:45:54.264Z] === RUN TestNetworkInspect/empty_ID [2022-03-09T09:45:54.264Z] === RUN TestNetworkInspect/no_options [2022-03-09T09:45:54.264Z] === RUN TestNetworkInspect/verbose [2022-03-09T09:45:54.264Z] === RUN TestNetworkInspect/global_scope [2022-03-09T09:45:54.264Z] === RUN TestNetworkInspect/unknown_network [2022-03-09T09:45:54.264Z] === RUN TestNetworkInspect/server_error [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkListError [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkListError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkList [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkList (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworksPruneError [2022-03-09T09:45:54.264Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworksPrune [2022-03-09T09:45:54.264Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkRemoveError [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNetworkRemove [2022-03-09T09:45:54.264Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNodeInspectError [2022-03-09T09:45:54.264Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNodeInspectNodeNotFound [2022-03-09T09:45:54.264Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNodeInspectWithEmptyID [2022-03-09T09:45:54.264Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNodeInspect [2022-03-09T09:45:54.264Z] --- PASS: TestNodeInspect (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNodeListError [2022-03-09T09:45:54.264Z] --- PASS: TestNodeListError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNodeList [2022-03-09T09:45:54.264Z] --- PASS: TestNodeList (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNodeRemoveError [2022-03-09T09:45:54.264Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNodeRemove [2022-03-09T09:45:54.264Z] --- PASS: TestNodeRemove (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNodeUpdateError [2022-03-09T09:45:54.264Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestNodeUpdate [2022-03-09T09:45:54.264Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestOptionWithHostFromEnv [2022-03-09T09:45:54.264Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestOptionWithTimeout [2022-03-09T09:45:54.264Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestOptionWithVersionFromEnv [2022-03-09T09:45:54.264Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPingFail [2022-03-09T09:45:54.264Z] --- PASS: TestPingFail (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPingWithError [2022-03-09T09:45:54.264Z] 2022/03/09 09:45:52 RoundTripper returned a response & error; ignoring response [2022-03-09T09:45:54.264Z] 2022/03/09 09:45:52 RoundTripper returned a response & error; ignoring response [2022-03-09T09:45:54.264Z] --- PASS: TestPingWithError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPingSuccess [2022-03-09T09:45:54.264Z] --- PASS: TestPingSuccess (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPingHeadFallback [2022-03-09T09:45:54.264Z] === RUN TestPingHeadFallback/OK [2022-03-09T09:45:54.264Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-09T09:45:54.264Z] === RUN TestPingHeadFallback/Not_Found [2022-03-09T09:45:54.264Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-09T09:45:54.264Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-09T09:45:54.264Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginDisableError [2022-03-09T09:45:54.264Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginDisable [2022-03-09T09:45:54.264Z] --- PASS: TestPluginDisable (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginEnableError [2022-03-09T09:45:54.264Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginEnable [2022-03-09T09:45:54.264Z] --- PASS: TestPluginEnable (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginInspectError [2022-03-09T09:45:54.264Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginInspectWithEmptyID [2022-03-09T09:45:54.264Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginInspect [2022-03-09T09:45:54.264Z] --- PASS: TestPluginInspect (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginListError [2022-03-09T09:45:54.264Z] --- PASS: TestPluginListError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginList [2022-03-09T09:45:54.264Z] --- PASS: TestPluginList (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginPushError [2022-03-09T09:45:54.264Z] --- PASS: TestPluginPushError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginPush [2022-03-09T09:45:54.264Z] --- PASS: TestPluginPush (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginRemoveError [2022-03-09T09:45:54.264Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginRemove [2022-03-09T09:45:54.264Z] --- PASS: TestPluginRemove (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginSetError [2022-03-09T09:45:54.264Z] --- PASS: TestPluginSetError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPluginSet [2022-03-09T09:45:54.264Z] --- PASS: TestPluginSet (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSetHostHeader [2022-03-09T09:45:54.264Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestPlainTextError [2022-03-09T09:45:54.264Z] --- PASS: TestPlainTextError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestInfiniteError [2022-03-09T09:45:54.264Z] --- PASS: TestInfiniteError (0.01s) [2022-03-09T09:45:54.264Z] === RUN TestCanceledContext [2022-03-09T09:45:54.264Z] 2022/03/09 09:45:52 RoundTripper returned a response & error; ignoring response [2022-03-09T09:45:54.264Z] --- PASS: TestCanceledContext (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestDeadlineExceededContext [2022-03-09T09:45:54.264Z] 2022/03/09 09:45:52 RoundTripper returned a response & error; ignoring response [2022-03-09T09:45:54.264Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretCreateUnsupported [2022-03-09T09:45:54.264Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretCreateError [2022-03-09T09:45:54.264Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretCreate [2022-03-09T09:45:54.264Z] --- PASS: TestSecretCreate (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretInspectUnsupported [2022-03-09T09:45:54.264Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretInspectError [2022-03-09T09:45:54.264Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretInspectSecretNotFound [2022-03-09T09:45:54.264Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretInspectWithEmptyID [2022-03-09T09:45:54.264Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretInspect [2022-03-09T09:45:54.264Z] --- PASS: TestSecretInspect (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretListUnsupported [2022-03-09T09:45:54.264Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretListError [2022-03-09T09:45:54.264Z] --- PASS: TestSecretListError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretList [2022-03-09T09:45:54.264Z] --- PASS: TestSecretList (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretRemoveUnsupported [2022-03-09T09:45:54.264Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretRemoveError [2022-03-09T09:45:54.264Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretRemove [2022-03-09T09:45:54.264Z] --- PASS: TestSecretRemove (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretUpdateUnsupported [2022-03-09T09:45:54.264Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretUpdateError [2022-03-09T09:45:54.264Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestSecretUpdate [2022-03-09T09:45:54.264Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestServiceCreateError [2022-03-09T09:45:54.264Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestServiceCreate [2022-03-09T09:45:54.264Z] --- PASS: TestServiceCreate (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-09T09:45:54.264Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestServiceCreateDigestPinning [2022-03-09T09:45:54.264Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestServiceInspectError [2022-03-09T09:45:54.264Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-09T09:45:54.264Z] === RUN TestServiceInspectServiceNotFound [2022-03-09T09:45:54.264Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceInspectWithEmptyID [2022-03-09T09:45:54.265Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceInspect [2022-03-09T09:45:54.265Z] --- PASS: TestServiceInspect (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceListError [2022-03-09T09:45:54.265Z] --- PASS: TestServiceListError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceList [2022-03-09T09:45:54.265Z] --- PASS: TestServiceList (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceLogsError [2022-03-09T09:45:54.265Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceLogs [2022-03-09T09:45:54.265Z] --- PASS: TestServiceLogs (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceRemoveError [2022-03-09T09:45:54.265Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceRemoveNotFoundError [2022-03-09T09:45:54.265Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceRemove [2022-03-09T09:45:54.265Z] --- PASS: TestServiceRemove (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceUpdateError [2022-03-09T09:45:54.265Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestServiceUpdate [2022-03-09T09:45:54.265Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmGetUnlockKeyError [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmGetUnlockKey [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmInitError [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmInit [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmInit (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmInspectError [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmInspect [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmJoinError [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmJoin [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmLeaveError [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmLeave [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmUnlockError [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmUnlock [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmUpdateError [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestSwarmUpdate [2022-03-09T09:45:54.265Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestTaskInspectError [2022-03-09T09:45:54.265Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestTaskInspectWithEmptyID [2022-03-09T09:45:54.265Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestTaskInspect [2022-03-09T09:45:54.265Z] --- PASS: TestTaskInspect (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestTaskListError [2022-03-09T09:45:54.265Z] --- PASS: TestTaskListError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestTaskList [2022-03-09T09:45:54.265Z] --- PASS: TestTaskList (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestVolumeCreateError [2022-03-09T09:45:54.265Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestVolumeCreate [2022-03-09T09:45:54.265Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestVolumeInspectError [2022-03-09T09:45:54.265Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestVolumeInspectNotFound [2022-03-09T09:45:54.265Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestVolumeInspectWithEmptyID [2022-03-09T09:45:54.265Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestVolumeInspect [2022-03-09T09:45:54.265Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestVolumeListError [2022-03-09T09:45:54.265Z] --- PASS: TestVolumeListError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestVolumeList [2022-03-09T09:45:54.265Z] --- PASS: TestVolumeList (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestVolumeRemoveError [2022-03-09T09:45:54.265Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-09T09:45:54.265Z] === RUN TestVolumeRemove [2022-03-09T09:45:54.265Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-09T09:45:54.265Z] === CONT TestTLSCloseWriter [2022-03-09T09:45:54.265Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-09T09:45:54.265Z] PASS [2022-03-09T09:45:54.265Z] coverage: 75.2% of statements [2022-03-09T09:45:54.265Z] ok github.com/docker/docker/client 0.381s coverage: 75.2% of statements [2022-03-09T09:45:54.374Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-09T09:45:54.645Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-09T09:45:54.645Z] --- PASS: TestContainerBindMountNonRecursive (1.96s) [2022-03-09T09:45:54.645Z] === RUN TestContainerVolumesMountedAsShared [2022-03-09T09:45:54.935Z] --- PASS: TestContinueAfterPluginCrash (7.92s) [2022-03-09T09:45:54.980Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:54.980Z] INFO: Testing against a local daemon [2022-03-09T09:45:54.980Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T09:45:54.980Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:54.980Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:45:54.980Z] === RUN TestDiskUsage [2022-03-09T09:45:54.980Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T09:45:54.980Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-09T09:45:54.980Z] === RUN TestEventsExecDie [2022-03-09T09:45:54.980Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T09:45:54.980Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-09T09:45:54.980Z] === RUN TestEventsBackwardsCompatible [2022-03-09T09:45:54.980Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T09:45:54.980Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-09T09:45:54.980Z] === RUN TestEventsVolumeCreate [2022-03-09T09:45:54.980Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T09:45:54.980Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-09T09:45:54.980Z] === RUN TestInfoAPI [2022-03-09T09:45:54.980Z] --- PASS: TestInfoAPI (0.04s) [2022-03-09T09:45:54.980Z] === RUN TestInfoAPIWarnings [2022-03-09T09:45:54.980Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:45:54.980Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-09T09:45:54.980Z] === RUN TestInfoDebug [2022-03-09T09:45:54.980Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:45:54.980Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-09T09:45:54.980Z] === RUN TestInfoInsecureRegistries [2022-03-09T09:45:54.980Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:45:54.980Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-09T09:45:54.980Z] === RUN TestInfoRegistryMirrors [2022-03-09T09:45:54.980Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:45:54.980Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-09T09:45:54.980Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T09:45:55.191Z] === CONT TestReadPluginNoRead [2022-03-09T09:45:55.191Z] read_test.go:92: [d3712461fbf8c] daemon is not started [2022-03-09T09:45:55.191Z] --- PASS: TestReadPluginNoRead (5.40s) [2022-03-09T09:45:55.191Z] --- PASS: TestReadPluginNoRead/default (1.11s) [2022-03-09T09:45:55.191Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.11s) [2022-03-09T09:45:55.191Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.09s) [2022-03-09T09:45:55.191Z] PASS [2022-03-09T09:45:55.191Z] [2022-03-09T09:45:55.191Z] DONE 6 tests in 8.418s [2022-03-09T09:45:55.191Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-09T09:45:55.191Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:55.191Z] ++ set -e [2022-03-09T09:45:55.191Z] ++ '[' -n 0 ']' [2022-03-09T09:45:55.191Z] ++ set -x [2022-03-09T09:45:55.191Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:55.191Z] testing: warning: no tests to run [2022-03-09T09:45:55.191Z] PASS [2022-03-09T09:45:55.191Z] [2022-03-09T09:45:55.191Z] DONE 0 tests in 0.029s [2022-03-09T09:45:55.191Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-09T09:45:55.191Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:55.191Z] ++ set -e [2022-03-09T09:45:55.191Z] ++ '[' -n 0 ']' [2022-03-09T09:45:55.191Z] ++ set -x [2022-03-09T09:45:55.191Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:55.207Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-09T09:45:55.207Z] --- PASS: TestContainerVolumesMountedAsShared (0.60s) [2022-03-09T09:45:55.207Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-09T09:45:55.447Z] INFO: Testing against a local daemon [2022-03-09T09:45:55.447Z] === RUN TestPluginWithDevMounts [2022-03-09T09:45:55.447Z] === PAUSE TestPluginWithDevMounts [2022-03-09T09:45:55.447Z] === CONT TestPluginWithDevMounts [2022-03-09T09:45:55.771Z] --- PASS: TestContainerVolumesMountedAsSlave (0.59s) [2022-03-09T09:45:55.771Z] === RUN TestNetworkNat [2022-03-09T09:45:55.965Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2022-03-09T09:45:55.965Z] === RUN TestPingCacheHeaders [2022-03-09T09:45:55.965Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-09T09:45:55.965Z] === RUN TestPingGet [2022-03-09T09:45:55.965Z] --- PASS: TestPingGet (0.03s) [2022-03-09T09:45:55.965Z] === RUN TestPingHead [2022-03-09T09:45:55.965Z] --- PASS: TestPingHead (0.03s) [2022-03-09T09:45:55.965Z] === RUN TestVersion [2022-03-09T09:45:55.965Z] --- PASS: TestVersion (0.04s) [2022-03-09T09:45:55.965Z] PASS [2022-03-09T09:45:55.965Z] ok github.com/docker/docker/integration/system 1.304s [2022-03-09T09:45:55.965Z] [2022-03-09T09:45:55.965Z] === Skipped [2022-03-09T09:45:55.965Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:45:55.965Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:45:55.965Z] [2022-03-09T09:45:55.965Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-09T09:45:55.965Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T09:45:55.965Z] [2022-03-09T09:45:55.965Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-09T09:45:55.965Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T09:45:55.965Z] [2022-03-09T09:45:55.965Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-09T09:45:55.965Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T09:45:55.965Z] [2022-03-09T09:45:55.965Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-09T09:45:55.965Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T09:45:55.965Z] [2022-03-09T09:45:55.965Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-09T09:45:55.965Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:45:55.965Z] [2022-03-09T09:45:55.965Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-09T09:45:55.965Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:45:55.965Z] [2022-03-09T09:45:55.965Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-09T09:45:55.965Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:45:55.965Z] [2022-03-09T09:45:55.965Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-09T09:45:55.965Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:45:55.965Z] [2022-03-09T09:45:55.965Z] DONE 15 tests, 9 skipped in 3.222s [2022-03-09T09:45:55.965Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-09T09:45:56.028Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-09T09:45:56.286Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-09T09:45:56.544Z] --- PASS: TestNetworkNat (0.79s) [2022-03-09T09:45:56.544Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T09:45:56.816Z] --- PASS: TestPluginWithDevMounts (1.49s) [2022-03-09T09:45:56.816Z] PASS [2022-03-09T09:45:56.816Z] [2022-03-09T09:45:56.816Z] DONE 1 tests in 1.577s [2022-03-09T09:45:56.816Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-09T09:45:56.816Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:56.816Z] ++ set -e [2022-03-09T09:45:56.816Z] ++ '[' -n 0 ']' [2022-03-09T09:45:56.816Z] ++ set -x [2022-03-09T09:45:56.816Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:45:57.073Z] INFO: Testing against a local daemon [2022-03-09T09:45:57.073Z] === RUN TestSecretInspect [2022-03-09T09:45:57.476Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) [2022-03-09T09:45:57.476Z] === RUN TestNetworkLoopbackNat [2022-03-09T09:45:57.741Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-09T09:45:58.190Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:45:58.190Z] INFO: Testing against a local daemon [2022-03-09T09:45:58.190Z] === RUN TestVolumesCreateAndList [2022-03-09T09:45:58.190Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-03-09T09:45:58.190Z] === RUN TestVolumesRemove [2022-03-09T09:45:58.190Z] --- PASS: TestVolumesRemove (0.18s) [2022-03-09T09:45:58.190Z] === RUN TestVolumesInspect [2022-03-09T09:45:58.190Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-09T09:45:58.190Z] === RUN TestVolumesInvalidJSON [2022-03-09T09:45:58.209Z] ............................ [ 66%] [2022-03-09T09:45:58.657Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T09:45:58.657Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T09:45:58.657Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T09:45:58.657Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-09T09:45:58.657Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T09:45:58.657Z] PASS [2022-03-09T09:45:58.657Z] ok github.com/docker/docker/integration/volume 0.422s [2022-03-09T09:45:58.657Z] [2022-03-09T09:45:58.657Z] DONE 5 tests in 2.684s [2022-03-09T09:45:58.657Z] INFO: make.ps1 ended at 03/09/2022 09:45:58 [2022-03-09T09:45:58.657Z] INFO: Integration CLI tests being run from the host: [2022-03-09T09:45:58.657Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-09T09:45:58.968Z] --- PASS: TestSecretInspect (2.06s) [2022-03-09T09:45:58.968Z] === RUN TestSecretList [2022-03-09T09:45:59.112Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-09T09:45:59.677Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-09T09:46:00.609Z] --- PASS: TestNetworkLoopbackNat (3.07s) [2022-03-09T09:46:00.610Z] === RUN TestPause [2022-03-09T09:46:00.610Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-09T09:46:00.863Z] --- PASS: TestSecretList (1.70s) [2022-03-09T09:46:00.863Z] === RUN TestSecretsCreateAndDelete [2022-03-09T09:46:01.174Z] --- PASS: TestPause (0.64s) [2022-03-09T09:46:01.174Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T09:46:01.174Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T09:46:01.174Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T09:46:01.174Z] === RUN TestPauseStopPausedContainer [2022-03-09T09:46:02.107Z] --- PASS: TestPauseStopPausedContainer (0.79s) [2022-03-09T09:46:02.107Z] === RUN TestPidHost [2022-03-09T09:46:02.527Z] --- PASS: TestServiceUpdateSecrets (14.36s) [2022-03-09T09:46:02.527Z] === RUN TestServiceUpdateConfigs [2022-03-09T09:46:02.673Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-09T09:46:02.760Z] --- PASS: TestSecretsCreateAndDelete (1.68s) [2022-03-09T09:46:02.760Z] === RUN TestSecretsUpdate [2022-03-09T09:46:03.237Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-09T09:46:03.494Z] --- PASS: TestPidHost (1.56s) [2022-03-09T09:46:03.494Z] === RUN TestPsFilter [2022-03-09T09:46:03.750Z] --- PASS: TestPsFilter (0.13s) [2022-03-09T09:46:03.750Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T09:46:04.127Z] --- PASS: TestSecretsUpdate (1.68s) [2022-03-09T09:46:04.127Z] === RUN TestTemplatedSecret [2022-03-09T09:46:04.312Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.53s) [2022-03-09T09:46:04.312Z] === RUN TestRemoveContainerWithVolume [2022-03-09T09:46:04.879Z] --- PASS: TestRemoveContainerWithVolume (0.61s) [2022-03-09T09:46:04.879Z] === RUN TestRemoveContainerRunning [2022-03-09T09:46:04.879Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-09T09:46:05.441Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-09T09:46:05.441Z] --- PASS: TestRemoveContainerRunning (0.60s) [2022-03-09T09:46:05.441Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T09:46:06.004Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s) [2022-03-09T09:46:06.004Z] === RUN TestRemoveInvalidContainer [2022-03-09T09:46:06.004Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-09T09:46:06.004Z] === RUN TestRenameLinkedContainer [2022-03-09T09:46:06.016Z] --- PASS: TestTemplatedSecret (1.98s) [2022-03-09T09:46:06.016Z] === RUN TestSecretCreateResolve [2022-03-09T09:46:06.566Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-09T09:46:06.824Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-09T09:46:07.907Z] --- PASS: TestSecretCreateResolve (1.67s) [2022-03-09T09:46:07.907Z] PASS [2022-03-09T09:46:07.907Z] [2022-03-09T09:46:07.907Z] DONE 6 tests in 10.845s [2022-03-09T09:46:07.907Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-09T09:46:07.907Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:46:07.907Z] ++ set -e [2022-03-09T09:46:07.907Z] ++ '[' -n 0 ']' [2022-03-09T09:46:07.907Z] ++ set -x [2022-03-09T09:46:07.907Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:46:07.907Z] INFO: Testing against a local daemon [2022-03-09T09:46:07.907Z] === RUN TestServiceCreateInit [2022-03-09T09:46:07.907Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T09:46:08.720Z] --- PASS: TestRenameLinkedContainer (2.42s) [2022-03-09T09:46:08.720Z] === RUN TestRenameStoppedContainer [2022-03-09T09:46:08.720Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-09T09:46:08.977Z] --- PASS: TestRenameStoppedContainer (0.58s) [2022-03-09T09:46:08.977Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T09:46:09.212Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:46:09.212Z] INFO: Testing against a local daemon [2022-03-09T09:46:09.212Z] === RUN TestDockerSuite [2022-03-09T09:46:09.212Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-09T09:46:09.212Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-09T09:46:09.212Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T09:46:09.212Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-09T09:46:09.212Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-09T09:46:09.212Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-09T09:46:09.212Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-09T09:46:09.212Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T09:46:09.212Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-09T09:46:09.212Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-09T09:46:09.234Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-09T09:46:10.166Z] --- PASS: TestRenameRunningContainerAndReuse (1.11s) [2022-03-09T09:46:10.166Z] === RUN TestRenameInvalidName [2022-03-09T09:46:10.731Z] --- PASS: TestRenameInvalidName (0.55s) [2022-03-09T09:46:10.731Z] === RUN TestRenameAnonymousContainer [2022-03-09T09:46:10.776Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-09T09:46:10.776Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-09T09:46:10.989Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-09T09:46:11.185Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T09:46:11.760Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-09T09:46:11.760Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-09T09:46:12.069Z] --- PASS: TestCheckoutGit (29.92s) [2022-03-09T09:46:12.069Z] === RUN TestValidGitTransport [2022-03-09T09:46:12.069Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-09T09:46:12.069Z] === RUN TestGitInvalidRef [2022-03-09T09:46:12.069Z] --- PASS: TestGitInvalidRef (0.20s) [2022-03-09T09:46:12.069Z] PASS [2022-03-09T09:46:12.069Z] coverage: 86.3% of statements [2022-03-09T09:46:12.069Z] ok github.com/docker/docker/builder/remotecontext/git 30.205s coverage: 86.3% of statements [2022-03-09T09:46:12.069Z] ? github.com/docker/docker/cli [no test files] [2022-03-09T09:46:12.069Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-09T09:46:12.884Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-09T09:46:12.884Z] --- PASS: TestRenameAnonymousContainer (2.21s) [2022-03-09T09:46:12.884Z] === RUN TestRenameContainerWithSameName [2022-03-09T09:46:13.142Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-09T09:46:13.707Z] --- PASS: TestRenameContainerWithSameName (0.68s) [2022-03-09T09:46:13.707Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T09:46:14.458Z] --- PASS: TestServiceCreateInit (6.35s) [2022-03-09T09:46:14.458Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.01s) [2022-03-09T09:46:14.458Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.33s) [2022-03-09T09:46:14.458Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T09:46:14.692Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-09T09:46:14.951Z] --- PASS: TestRenameContainerWithLinkedContainer (1.40s) [2022-03-09T09:46:14.951Z] === RUN TestResize [2022-03-09T09:46:15.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-09T09:46:15.895Z] --- PASS: TestResize (0.75s) [2022-03-09T09:46:15.895Z] === RUN TestResizeWithInvalidSize [2022-03-09T09:46:16.463Z] --- PASS: TestResizeWithInvalidSize (0.75s) [2022-03-09T09:46:16.463Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T09:46:17.394Z] --- PASS: TestResizeWhenContainerNotStarted (0.72s) [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:46:17.394Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:46:17.394Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:46:17.394Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-09T09:46:17.394Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:46:17.428Z] --- PASS: TestServiceUpdateConfigs (14.43s) [2022-03-09T09:46:17.428Z] === RUN TestServiceUpdateNetwork [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s) [2022-03-09T09:46:17.931Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-09T09:46:17.931Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestConfigureDaemonLogs [2022-03-09T09:46:17.931Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestCommonOptionsInstallFlags [2022-03-09T09:46:17.931Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-09T09:46:17.931Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-09T09:46:17.931Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-09T09:46:17.931Z] PASS [2022-03-09T09:46:17.931Z] coverage: 19.0% of statements [2022-03-09T09:46:17.931Z] ok github.com/docker/docker/cmd/dockerd 0.369s coverage: 19.0% of statements [2022-03-09T09:46:17.931Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-09T09:46:17.931Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-09T09:46:18.398Z] === RUN TestContainerStopSignal [2022-03-09T09:46:18.398Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestContainerStopTimeout [2022-03-09T09:46:18.398Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-09T09:46:18.398Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-09T09:46:18.398Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-03-09T09:46:18.398Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-09T09:46:18.398Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestReplaceAndAppendEnvVars [2022-03-09T09:46:18.398Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-09T09:46:18.398Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestNewMemoryStore [2022-03-09T09:46:18.398Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestAddContainers [2022-03-09T09:46:18.398Z] --- PASS: TestAddContainers (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestGetContainer [2022-03-09T09:46:18.398Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestDeleteContainer [2022-03-09T09:46:18.398Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestListContainers [2022-03-09T09:46:18.398Z] --- PASS: TestListContainers (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestFirstContainer [2022-03-09T09:46:18.398Z] --- PASS: TestFirstContainer (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestApplyAllContainer [2022-03-09T09:46:18.398Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestIsValidHealthString [2022-03-09T09:46:18.398Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestStateRunStop [2022-03-09T09:46:18.398Z] --- PASS: TestStateRunStop (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestStateTimeoutWait [2022-03-09T09:46:18.398Z] state_test.go:141: Stop callback fired [2022-03-09T09:46:18.398Z] state_test.go:165: Stop callback fired [2022-03-09T09:46:18.398Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-09T09:46:18.398Z] === RUN TestIsValidStateString [2022-03-09T09:46:18.398Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestViewSaveDelete [2022-03-09T09:46:18.398Z] --- PASS: TestViewSaveDelete (0.03s) [2022-03-09T09:46:18.398Z] === RUN TestViewAll [2022-03-09T09:46:18.398Z] --- PASS: TestViewAll (0.01s) [2022-03-09T09:46:18.398Z] === RUN TestViewGet [2022-03-09T09:46:18.398Z] --- PASS: TestViewGet (0.01s) [2022-03-09T09:46:18.398Z] === RUN TestNames [2022-03-09T09:46:18.398Z] --- PASS: TestNames (0.00s) [2022-03-09T09:46:18.398Z] === RUN TestViewWithHealthCheck [2022-03-09T09:46:18.398Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-09T09:46:18.398Z] PASS [2022-03-09T09:46:18.398Z] coverage: 41.7% of statements [2022-03-09T09:46:18.398Z] ok github.com/docker/docker/container 0.250s coverage: 41.7% of statements [2022-03-09T09:46:18.398Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-09T09:46:18.398Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-09T09:46:18.398Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-09T09:46:18.398Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-09T09:46:18.764Z] check_test.go:308: [d10c43c74aceb] daemon is not started [2022-03-09T09:46:18.764Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-09T09:46:19.021Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-09T09:46:19.960Z] === RUN TestPrepare [2022-03-09T09:46:19.960Z] --- PASS: TestPrepare (0.00s) [2022-03-09T09:46:19.960Z] === RUN TestStart [2022-03-09T09:46:19.960Z] --- PASS: TestStart (0.00s) [2022-03-09T09:46:19.960Z] === RUN TestWaitCancel [2022-03-09T09:46:19.960Z] --- PASS: TestWaitCancel (0.00s) [2022-03-09T09:46:19.960Z] === RUN TestWaitDisabled [2022-03-09T09:46:19.960Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-09T09:46:19.960Z] === RUN TestWaitEnabled [2022-03-09T09:46:19.960Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-09T09:46:19.960Z] === RUN TestRemove [2022-03-09T09:46:19.960Z] --- PASS: TestRemove (0.00s) [2022-03-09T09:46:19.960Z] PASS [2022-03-09T09:46:19.960Z] coverage: 65.3% of statements [2022-03-09T09:46:19.960Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.059s coverage: 65.3% of statements [2022-03-09T09:46:20.393Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-09T09:46:21.323Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-09T09:46:21.521Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-09T09:46:21.521Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.15s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-09T09:46:21.521Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-09T09:46:21.521Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-09T09:46:21.521Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-09T09:46:21.521Z] PASS [2022-03-09T09:46:21.521Z] coverage: 35.9% of statements [2022-03-09T09:46:21.521Z] ok github.com/docker/docker/daemon/cluster/convert 0.638s coverage: 35.9% of statements [2022-03-09T09:46:21.521Z] === RUN TestNewListSecretsFilters [2022-03-09T09:46:21.521Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-09T09:46:21.521Z] === RUN TestNewListConfigsFilters [2022-03-09T09:46:21.521Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-09T09:46:21.521Z] PASS [2022-03-09T09:46:21.521Z] coverage: 0.5% of statements [2022-03-09T09:46:21.988Z] ok github.com/docker/docker/daemon/cluster 1.064s coverage: 0.5% of statements [2022-03-09T09:46:22.692Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-09T09:46:22.950Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-09T09:46:24.931Z] === RUN TestBuilderGC [2022-03-09T09:46:24.931Z] --- PASS: TestBuilderGC (0.11s) [2022-03-09T09:46:24.931Z] === RUN TestDaemonConfigurationNotFound [2022-03-09T09:46:24.931Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-09T09:46:24.931Z] === RUN TestDaemonBrokenConfiguration [2022-03-09T09:46:24.931Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-09T09:46:24.931Z] === RUN TestFindConfigurationConflicts [2022-03-09T09:46:24.931Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-09T09:46:24.931Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-09T09:46:24.931Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-09T09:46:24.931Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-09T09:46:24.931Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-09T09:46:24.931Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-09T09:46:24.931Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-09T09:46:24.931Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-09T09:46:24.931Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-09T09:46:24.931Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-09T09:46:24.931Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-09T09:46:24.932Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-09T09:46:24.932Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-09T09:46:24.932Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-09T09:46:24.932Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.05s) [2022-03-09T09:46:24.932Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-09T09:46:24.932Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-09T09:46:24.932Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-09T09:46:24.932Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestValidateConfiguration [2022-03-09T09:46:24.932Z] === RUN TestValidateConfiguration/with_label [2022-03-09T09:46:24.932Z] === RUN TestValidateConfiguration/with_dns [2022-03-09T09:46:24.932Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-09T09:46:24.932Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-09T09:46:24.932Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-09T09:46:24.932Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-09T09:46:24.932Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-09T09:46:24.932Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-09T09:46:24.932Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestReloadSetConfigFileNotExist [2022-03-09T09:46:24.932Z] time="2022-03-09T09:46:24Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-09T09:46:24.932Z] --- PASS: TestReloadSetConfigFileNotExist (0.17s) [2022-03-09T09:46:24.932Z] === RUN TestReloadDefaultConfigNotExist [2022-03-09T09:46:24.932Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:46:24.932Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestReloadBadDefaultConfig [2022-03-09T09:46:24.932Z] time="2022-03-09T09:46:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2338291021" [2022-03-09T09:46:24.932Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestReloadWithConflictingLabels [2022-03-09T09:46:24.932Z] time="2022-03-09T09:46:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3123294500" [2022-03-09T09:46:24.932Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestReloadWithDuplicateLabels [2022-03-09T09:46:24.932Z] time="2022-03-09T09:46:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-492505282" [2022-03-09T09:46:24.932Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestMaskURLCredentials [2022-03-09T09:46:24.932Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-09T09:46:24.932Z] === RUN TestDaemonConfigurationMerge [2022-03-09T09:46:24.932Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-09T09:46:24.932Z] PASS [2022-03-09T09:46:24.932Z] coverage: 79.2% of statements [2022-03-09T09:46:24.932Z] ok github.com/docker/docker/daemon/config 0.500s coverage: 79.2% of statements [2022-03-09T09:46:25.398Z] === RUN TestEventsLog [2022-03-09T09:46:25.398Z] --- PASS: TestEventsLog (0.00s) [2022-03-09T09:46:25.398Z] === RUN TestEventsLogTimeout [2022-03-09T09:46:25.398Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-09T09:46:25.398Z] === RUN TestLogEvents [2022-03-09T09:46:25.398Z] === RUN TestWaitNodeAttachment [2022-03-09T09:46:25.398Z] --- PASS: TestLogEvents (0.05s) [2022-03-09T09:46:25.398Z] === RUN TestLoadBufferedEvents [2022-03-09T09:46:25.398Z] --- PASS: TestLoadBufferedEvents (0.15s) [2022-03-09T09:46:25.398Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-09T09:46:25.398Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-09T09:46:25.399Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-09T09:46:25.399Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-09T09:46:25.399Z] PASS [2022-03-09T09:46:25.399Z] coverage: 50.0% of statements [2022-03-09T09:46:25.399Z] ok github.com/docker/docker/daemon/events 0.303s coverage: 50.0% of statements [2022-03-09T09:46:25.865Z] --- PASS: TestWaitNodeAttachment (0.48s) [2022-03-09T09:46:25.865Z] === RUN TestIsolationConversion [2022-03-09T09:46:25.865Z] === RUN TestIsolationConversion/default [2022-03-09T09:46:25.865Z] === RUN TestIsolationConversion/process [2022-03-09T09:46:25.865Z] === RUN TestIsolationConversion/hyperv [2022-03-09T09:46:25.865Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-09T09:46:25.865Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-09T09:46:25.865Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-09T09:46:25.865Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-09T09:46:25.865Z] === RUN TestContainerLabels [2022-03-09T09:46:25.865Z] --- PASS: TestContainerLabels (0.00s) [2022-03-09T09:46:25.865Z] === RUN TestCredentialSpecConversion [2022-03-09T09:46:25.865Z] === RUN TestCredentialSpecConversion/none [2022-03-09T09:46:25.865Z] === RUN TestCredentialSpecConversion/config [2022-03-09T09:46:25.865Z] === RUN TestCredentialSpecConversion/file [2022-03-09T09:46:25.865Z] === RUN TestCredentialSpecConversion/registry [2022-03-09T09:46:25.865Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-09T09:46:25.865Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-09T09:46:25.865Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-09T09:46:25.865Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-09T09:46:25.865Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-09T09:46:25.865Z] === RUN TestControllerValidateMountBind [2022-03-09T09:46:25.865Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-09T09:46:25.865Z] === RUN TestControllerValidateMountVolume [2022-03-09T09:46:25.865Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-09T09:46:25.865Z] === RUN TestControllerValidateMountTarget [2022-03-09T09:46:25.865Z] --- PASS: TestControllerValidateMountTarget (0.01s) [2022-03-09T09:46:25.865Z] === RUN TestControllerValidateMountTmpfs [2022-03-09T09:46:25.865Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-09T09:46:25.865Z] === RUN TestControllerValidateMountInvalidType [2022-03-09T09:46:25.865Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-09T09:46:25.865Z] === RUN TestControllerValidateMountNamedPipe [2022-03-09T09:46:25.865Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-09T09:46:25.865Z] PASS [2022-03-09T09:46:25.865Z] coverage: 11.0% of statements [2022-03-09T09:46:25.865Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.761s coverage: 11.0% of statements [2022-03-09T09:46:26.227Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-09T09:46:26.332Z] === RUN TestIsEmptyDir [2022-03-09T09:46:26.332Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-09T09:46:26.332Z] PASS [2022-03-09T09:46:26.332Z] coverage: 2.3% of statements [2022-03-09T09:46:26.332Z] ok github.com/docker/docker/daemon/graphdriver 0.069s coverage: 2.3% of statements [2022-03-09T09:46:26.798Z] === RUN TestVerifyNetworkingConfig [2022-03-09T09:46:26.798Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-09T09:46:26.798Z] === RUN TestGetContainer [2022-03-09T09:46:26.798Z] --- PASS: TestGetContainer (0.00s) [2022-03-09T09:46:26.798Z] === RUN TestValidContainerNames [2022-03-09T09:46:26.798Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-09T09:46:26.798Z] === RUN TestContainerInitDNS [2022-03-09T09:46:26.798Z] daemon_test.go:145: root required [2022-03-09T09:46:26.798Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-09T09:46:26.798Z] === RUN TestMerge [2022-03-09T09:46:26.798Z] --- PASS: TestMerge (0.00s) [2022-03-09T09:46:26.798Z] === RUN TestValidateContainerIsolation [2022-03-09T09:46:26.798Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-09T09:46:26.798Z] === RUN TestFindNetworkErrorType [2022-03-09T09:46:26.798Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-09T09:46:26.798Z] === RUN TestEnsureServicesExist [2022-03-09T09:46:26.798Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-09T09:46:26.798Z] === RUN TestEnsureServicesExistErrors [2022-03-09T09:46:26.798Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-09T09:46:26.798Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-09T09:46:26.798Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-09T09:46:26.798Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-09T09:46:26.798Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-09T09:46:26.798Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestContainerDelete [2022-03-09T09:46:26.799Z] --- PASS: TestContainerDelete (0.01s) [2022-03-09T09:46:26.799Z] === RUN TestContainerDoubleDelete [2022-03-09T09:46:26.799Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestLogContainerEventCopyLabels [2022-03-09T09:46:26.799Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestLogContainerEventWithAttributes [2022-03-09T09:46:26.799Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestNoneHealthcheck [2022-03-09T09:46:26.799Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestHealthStates [2022-03-09T09:46:26.799Z] time="2022-03-09T09:46:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:46:26.799Z] time="2022-03-09T09:46:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:46:26.799Z] time="2022-03-09T09:46:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:46:26.799Z] time="2022-03-09T09:46:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:46:26.799Z] time="2022-03-09T09:46:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:46:26.799Z] time="2022-03-09T09:46:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:46:26.799Z] time="2022-03-09T09:46:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:46:26.799Z] time="2022-03-09T09:46:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:46:26.799Z] time="2022-03-09T09:46:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:46:26.799Z] time="2022-03-09T09:46:26Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2022-03-09T09:46:26.799Z] --- PASS: TestHealthStates (0.15s) [2022-03-09T09:46:26.799Z] === RUN TestGetInspectData [2022-03-09T09:46:26.799Z] --- PASS: TestGetInspectData (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestFillLicense [2022-03-09T09:46:26.799Z] --- PASS: TestFillLicense (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestListInvalidFilter [2022-03-09T09:46:26.799Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestNameFilter [2022-03-09T09:46:26.799Z] --- PASS: TestNameFilter (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-09T09:46:26.799Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-09T09:46:26.799Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-09T09:46:26.799Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestDaemonReloadLabels [2022-03-09T09:46:26.799Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-09T09:46:26.799Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestDaemonReloadMirrors [2022-03-09T09:46:26.799Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-09T09:46:26.799Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-09T09:46:26.799Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-09T09:46:26.799Z] reload_test.go:342: root required [2022-03-09T09:46:26.799Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-09T09:46:26.799Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-09T09:46:26.799Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-09T09:46:26.799Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-09T09:46:26.799Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-09T09:46:26.799Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-09T09:46:26.799Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-09T09:46:26.799Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestParseVolumesFrom [2022-03-09T09:46:26.799Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-09T09:46:26.799Z] PASS [2022-03-09T09:46:26.799Z] coverage: 8.6% of statements [2022-03-09T09:46:26.799Z] ok github.com/docker/docker/daemon 0.345s coverage: 8.6% of statements [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-09T09:46:26.799Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-09T09:46:26.799Z] === RUN TestLinkNaming [2022-03-09T09:46:26.799Z] --- PASS: TestLinkNaming (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestLinkNew [2022-03-09T09:46:26.799Z] --- PASS: TestLinkNew (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestLinkEnv [2022-03-09T09:46:26.799Z] --- PASS: TestLinkEnv (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestLinkMultipleEnv [2022-03-09T09:46:26.799Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-09T09:46:26.799Z] === RUN TestLinkPortRangeEnv [2022-03-09T09:46:26.799Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-09T09:46:26.799Z] PASS [2022-03-09T09:46:26.799Z] coverage: 93.0% of statements [2022-03-09T09:46:26.799Z] ok github.com/docker/docker/daemon/links 0.039s coverage: 93.0% of statements [2022-03-09T09:46:27.159Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-09T09:46:28.361Z] === RUN TestAdapterReadLogs [2022-03-09T09:46:28.361Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-09T09:46:28.361Z] === RUN TestCopier [2022-03-09T09:46:28.361Z] --- PASS: TestCopier (0.00s) [2022-03-09T09:46:28.361Z] === RUN TestCopierLongLines [2022-03-09T09:46:28.361Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-09T09:46:28.361Z] === RUN TestCopierSlow [2022-03-09T09:46:28.828Z] --- PASS: TestCopierSlow (0.20s) [2022-03-09T09:46:28.828Z] === RUN TestCopierWithSized [2022-03-09T09:46:28.828Z] === RUN TestCopierWithSized/as_is [2022-03-09T09:46:28.828Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-09T09:46:28.828Z] --- PASS: TestCopierWithSized (0.07s) [2022-03-09T09:46:28.828Z] --- PASS: TestCopierWithSized/as_is (0.07s) [2022-03-09T09:46:28.828Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-09T09:46:28.828Z] === RUN TestCopierWithPartial [2022-03-09T09:46:28.828Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-09T09:46:28.828Z] === RUN TestRingLogger [2022-03-09T09:46:28.828Z] --- PASS: TestRingLogger (0.00s) [2022-03-09T09:46:28.828Z] === RUN TestRingCap [2022-03-09T09:46:28.828Z] --- PASS: TestRingCap (0.00s) [2022-03-09T09:46:28.828Z] === RUN TestRingClose [2022-03-09T09:46:28.828Z] --- PASS: TestRingClose (0.00s) [2022-03-09T09:46:28.828Z] === RUN TestRingDrain [2022-03-09T09:46:28.828Z] --- PASS: TestRingDrain (0.00s) [2022-03-09T09:46:28.828Z] PASS [2022-03-09T09:46:28.828Z] coverage: 43.2% of statements [2022-03-09T09:46:28.828Z] ok github.com/docker/docker/daemon/logger 0.375s coverage: 43.2% of statements [2022-03-09T09:46:28.828Z] === RUN TestNewStreamConfig [2022-03-09T09:46:28.828Z] === RUN TestNewStreamConfig/defaults [2022-03-09T09:46:28.828Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-09T09:46:28.828Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-09T09:46:28.828Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-09T09:46:28.828Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-09T09:46:28.828Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-09T09:46:28.828Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-09T09:46:28.828Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-09T09:46:28.828Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-09T09:46:28.828Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-09T09:46:28.828Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-09T09:46:28.828Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-09T09:46:28.828Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-09T09:46:28.828Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-09T09:46:28.828Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-09T09:46:28.828Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-09T09:46:28.828Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-09T09:46:28.828Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-09T09:46:28.828Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-09T09:46:28.828Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-09T09:46:28.828Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-09T09:46:29.295Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-09T09:46:29.295Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-09T09:46:29.295Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-09T09:46:29.295Z] time="2022-03-09T09:46:28Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-09T09:46:29.295Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.14s) [2022-03-09T09:46:29.295Z] === RUN TestCreateSuccess [2022-03-09T09:46:29.295Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestCreateStreamSkipped [2022-03-09T09:46:29.295Z] time="2022-03-09T09:46:28Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-09T09:46:29.295Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestCreateLogGroupSuccess [2022-03-09T09:46:29.295Z] time="2022-03-09T09:46:28Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-09T09:46:29.295Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestCreateError [2022-03-09T09:46:29.295Z] --- PASS: TestCreateError (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestCreateAlreadyExists [2022-03-09T09:46:29.295Z] time="2022-03-09T09:46:28Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-09T09:46:29.295Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestLogClosed [2022-03-09T09:46:29.295Z] --- PASS: TestLogClosed (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestLogBlocking [2022-03-09T09:46:29.295Z] --- PASS: TestLogBlocking (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-09T09:46:29.295Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestLogNonBlockingBufferFull [2022-03-09T09:46:29.295Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestPublishBatchSuccess [2022-03-09T09:46:29.295Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestPublishBatchError [2022-03-09T09:46:29.295Z] time="2022-03-09T09:46:28Z" level=error msg=error [2022-03-09T09:46:29.295Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-09T09:46:29.295Z] time="2022-03-09T09:46:28Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T09:46:29.295Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-09T09:46:29.295Z] time="2022-03-09T09:46:28Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-09T09:46:29.295Z] time="2022-03-09T09:46:28Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-09T09:46:29.295Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestCollectBatchSimple [2022-03-09T09:46:29.295Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestCollectBatchTicker [2022-03-09T09:46:29.295Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestCollectBatchMultilinePattern [2022-03-09T09:46:29.295Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-09T09:46:29.295Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-09T09:46:29.295Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-09T09:46:29.295Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.10s) [2022-03-09T09:46:29.295Z] === RUN TestCollectBatchClose [2022-03-09T09:46:29.295Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-09T09:46:29.295Z] === RUN TestEffectiveLen [2022-03-09T09:46:29.295Z] === RUN TestEffectiveLen/0/Hello [2022-03-09T09:46:29.295Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-09T09:46:29.295Z] === RUN TestEffectiveLen/2/🙃 [2022-03-09T09:46:29.295Z] === RUN TestEffectiveLen/3/���� [2022-03-09T09:46:29.295Z] === RUN TestEffectiveLen/4/He��o [2022-03-09T09:46:29.295Z] === RUN TestEffectiveLen/5/ [2022-03-09T09:46:29.295Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-09T09:46:29.295Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-09T09:46:29.295Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-09T09:46:29.295Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-09T09:46:29.295Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-09T09:46:29.295Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-09T09:46:29.303Z] --- PASS: TestCreateServiceMultipleTimes (14.89s) [2022-03-09T09:46:29.303Z] === RUN TestCreateServiceConflict [2022-03-09T09:46:29.657Z] --- PASS: TestServiceUpdateNetwork (12.38s) [2022-03-09T09:46:29.657Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T09:46:29.680Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-09T09:46:29.763Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestFindValidSplit [2022-03-09T09:46:29.763Z] === RUN TestFindValidSplit/0/ [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1076: [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:46:29.763Z] === RUN TestFindValidSplit/1/Hello [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1076: Hello [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:46:29.763Z] === RUN TestFindValidSplit/2/Hello [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1076: He [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1077: llo [2022-03-09T09:46:29.763Z] === RUN TestFindValidSplit/3/Hello [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1076: [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1077: Hello [2022-03-09T09:46:29.763Z] === RUN TestFindValidSplit/4/🙃 [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1076: [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-09T09:46:29.763Z] === RUN TestFindValidSplit/5/🙃 [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:46:29.763Z] === RUN TestFindValidSplit/6/a� [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1076: a [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1077: � [2022-03-09T09:46:29.763Z] === RUN TestFindValidSplit/7/a� [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1076: a� [2022-03-09T09:46:29.763Z] cloudwatchlogs_test.go:1077: [2022-03-09T09:46:29.763Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestProcessEventEmoji [2022-03-09T09:46:29.763Z] --- PASS: TestProcessEventEmoji (0.05s) [2022-03-09T09:46:29.763Z] === RUN TestCollectBatchLineSplit [2022-03-09T09:46:29.763Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-09T09:46:29.763Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.06s) [2022-03-09T09:46:29.763Z] === RUN TestCollectBatchMaxEvents [2022-03-09T09:46:29.763Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-03-09T09:46:29.763Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-09T09:46:29.763Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-03-09T09:46:29.763Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-09T09:46:29.763Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-09T09:46:29.763Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-09T09:46:29.763Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-03-09T09:46:29.763Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-09T09:46:29.763Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-09T09:46:29.763Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-09T09:46:29.763Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-09T09:46:29.763Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-09T09:46:29.763Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-09T09:46:29.763Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-09T09:46:29.763Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-09T09:46:29.763Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-09T09:46:29.763Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsFormat [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestCreateTagSuccess [2022-03-09T09:46:29.763Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-09T09:46:29.763Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-09T09:46:29.763Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-09T09:46:29.763Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-09T09:46:29.763Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-09T09:46:29.763Z] PASS [2022-03-09T09:46:29.763Z] coverage: 80.2% of statements [2022-03-09T09:46:29.763Z] ok github.com/docker/docker/daemon/logger/awslogs 0.540s coverage: 80.2% of statements [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptReconnectInterval [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-09T09:46:29.763Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-09T09:46:29.763Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-09T09:46:29.763Z] PASS [2022-03-09T09:46:29.763Z] coverage: 33.6% of statements [2022-03-09T09:46:29.763Z] ok github.com/docker/docker/daemon/logger/fluentd 0.060s coverage: 33.6% of statements [2022-03-09T09:46:29.763Z] === RUN TestSearchRegistryForImagesErrors [2022-03-09T09:46:29.763Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestSearchRegistryForImages [2022-03-09T09:46:29.763Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestOnlyPlatformWithFallback [2022-03-09T09:46:29.763Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-09T09:46:29.763Z] === RUN TestImageDelete [2022-03-09T09:46:29.763Z] === RUN TestImageDelete/no_lease [2022-03-09T09:46:29.763Z] === RUN TestImageDelete/lease_exists [2022-03-09T09:46:29.763Z] --- PASS: TestImageDelete (0.04s) [2022-03-09T09:46:29.763Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-09T09:46:29.763Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-09T09:46:29.763Z] === RUN TestContentStoreForPull [2022-03-09T09:46:29.919Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-09T09:46:30.230Z] --- PASS: TestContentStoreForPull (0.20s) [2022-03-09T09:46:30.231Z] PASS [2022-03-09T09:46:30.231Z] coverage: 6.8% of statements [2022-03-09T09:46:30.231Z] ok github.com/docker/docker/daemon/images 0.362s coverage: 6.8% of statements [2022-03-09T09:46:30.231Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-09T09:46:30.231Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-09T09:46:30.231Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-09T09:46:30.231Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-09T09:46:30.231Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-09T09:46:30.231Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-09T09:46:30.231Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-09T09:46:30.231Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-09T09:46:30.231Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-09T09:46:30.248Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-09T09:46:30.697Z] === RUN TestJSONFileLogger [2022-03-09T09:46:30.697Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-09T09:46:30.697Z] === RUN TestJSONFileLoggerWithTags [2022-03-09T09:46:30.697Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-09T09:46:30.697Z] === RUN TestJSONFileLoggerWithOpts [2022-03-09T09:46:30.697Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-09T09:46:30.697Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-09T09:46:30.697Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-09T09:46:30.697Z] === RUN TestEncodeDecode [2022-03-09T09:46:30.697Z] === PAUSE TestEncodeDecode [2022-03-09T09:46:30.697Z] === RUN TestUnexpectedEOF [2022-03-09T09:46:30.697Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.15s) [2022-03-09T09:46:30.697Z] === RUN TestFastTimeMarshalJSON [2022-03-09T09:46:30.697Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-09T09:46:30.697Z] PASS [2022-03-09T09:46:30.697Z] coverage: 87.2% of statements [2022-03-09T09:46:30.697Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.207s coverage: 87.2% of statements [2022-03-09T09:46:30.697Z] time="2022-03-09T09:46:30Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T09:46:30.697Z] time="2022-03-09T09:46:30Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-09T09:46:30.697Z] --- PASS: TestUnexpectedEOF (0.15s) [2022-03-09T09:46:30.697Z] === CONT TestEncodeDecode [2022-03-09T09:46:30.697Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-09T09:46:30.697Z] PASS [2022-03-09T09:46:30.697Z] coverage: 69.9% of statements [2022-03-09T09:46:30.697Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.216s coverage: 69.9% of statements [2022-03-09T09:46:30.714Z] --- PASS: TestCreateServiceConflict (1.66s) [2022-03-09T09:46:30.714Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T09:46:30.863Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-09T09:46:31.165Z] === RUN TestWriteLog [2022-03-09T09:46:31.165Z] === PAUSE TestWriteLog [2022-03-09T09:46:31.165Z] === RUN TestReadLog [2022-03-09T09:46:31.165Z] === PAUSE TestReadLog [2022-03-09T09:46:31.165Z] === RUN TestDecode [2022-03-09T09:46:31.165Z] --- PASS: TestDecode (0.02s) [2022-03-09T09:46:31.165Z] === CONT TestWriteLog [2022-03-09T09:46:31.165Z] === CONT TestReadLog [2022-03-09T09:46:31.165Z] --- PASS: TestWriteLog (0.00s) [2022-03-09T09:46:31.165Z] === RUN TestReadLog/tail_exact [2022-03-09T09:46:31.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-09T09:46:31.632Z] === RUN TestReadLog/tail_less_than_available [2022-03-09T09:46:31.632Z] === RUN TestReadLog/tail_more_than_available [2022-03-09T09:46:31.632Z] --- PASS: TestReadLog (0.19s) [2022-03-09T09:46:31.632Z] --- PASS: TestReadLog/tail_exact (0.16s) [2022-03-09T09:46:31.632Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-09T09:46:31.632Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-09T09:46:31.632Z] PASS [2022-03-09T09:46:31.632Z] coverage: 78.7% of statements [2022-03-09T09:46:31.632Z] ok github.com/docker/docker/daemon/logger/local 0.330s coverage: 78.7% of statements [2022-03-09T09:46:31.632Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-09T09:46:32.099Z] === RUN TestOpenFileDelete [2022-03-09T09:46:32.099Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-09T09:46:32.099Z] === RUN TestOpenFileRename [2022-03-09T09:46:32.099Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-09T09:46:32.099Z] === RUN TestHandleDecoderErr [2022-03-09T09:46:32.099Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-09T09:46:32.099Z] === RUN TestParseLogTagDefaultTag [2022-03-09T09:46:32.099Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-09T09:46:32.099Z] === RUN TestParseLogTag [2022-03-09T09:46:32.099Z] --- PASS: TestParseLogTag (0.00s) [2022-03-09T09:46:32.099Z] === RUN TestParseLogTagEmptyTag [2022-03-09T09:46:32.099Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-09T09:46:32.099Z] === RUN TestTailFiles [2022-03-09T09:46:32.099Z] --- PASS: TestTailFiles (0.00s) [2022-03-09T09:46:32.099Z] === RUN TestFollowLogsConsumerGone [2022-03-09T09:46:32.099Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-09T09:46:32.099Z] === RUN TestFollowLogsProducerGone [2022-03-09T09:46:32.099Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-09T09:46:32.099Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-09T09:46:32.099Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-09T09:46:32.099Z] === RUN TestCheckCapacityAndRotate [2022-03-09T09:46:32.099Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-09T09:46:32.099Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-09T09:46:32.099Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2022-03-09T09:46:32.099Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-09T09:46:32.099Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-09T09:46:32.099Z] PASS [2022-03-09T09:46:32.099Z] coverage: 50.7% of statements [2022-03-09T09:46:32.099Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.104s coverage: 50.7% of statements [2022-03-09T09:46:32.099Z] === RUN TestLog [2022-03-09T09:46:32.566Z] --- PASS: TestLog (0.03s) [2022-03-09T09:46:32.566Z] PASS [2022-03-09T09:46:32.566Z] coverage: 31.5% of statements [2022-03-09T09:46:32.566Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.132s coverage: 31.5% of statements [2022-03-09T09:46:32.566Z] === RUN TestValidateLogOpt [2022-03-09T09:46:32.566Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T09:46:32.566Z] === RUN TestNewMissedConfig [2022-03-09T09:46:32.566Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-09T09:46:32.566Z] === RUN TestNewMissedUrl [2022-03-09T09:46:32.566Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-09T09:46:32.566Z] === RUN TestNewMissedToken [2022-03-09T09:46:32.566Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-09T09:46:32.566Z] === RUN TestNewWithProxy [2022-03-09T09:46:32.566Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-09T09:46:32.566Z] === RUN TestDefault [2022-03-09T09:46:32.566Z] --- PASS: TestDefault (0.00s) [2022-03-09T09:46:32.566Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-09T09:46:32.566Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-09T09:46:32.566Z] === RUN TestJsonFormat [2022-03-09T09:46:32.566Z] --- PASS: TestJsonFormat (0.02s) [2022-03-09T09:46:32.566Z] === RUN TestRawFormat [2022-03-09T09:46:32.566Z] --- PASS: TestRawFormat (0.00s) [2022-03-09T09:46:32.566Z] === RUN TestRawFormatWithLabels [2022-03-09T09:46:32.566Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-09T09:46:32.566Z] === RUN TestRawFormatWithoutTag [2022-03-09T09:46:32.566Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-09T09:46:32.566Z] === RUN TestBatching [2022-03-09T09:46:32.994Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:46:33.033Z] --- PASS: TestBatching (0.27s) [2022-03-09T09:46:33.033Z] === RUN TestFrequency [2022-03-09T09:46:33.034Z] === RUN TestParseLogFormat [2022-03-09T09:46:33.034Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-09T09:46:33.034Z] === RUN TestValidateLogOptEmpty [2022-03-09T09:46:33.034Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-09T09:46:33.034Z] === RUN TestValidateSyslogAddress [2022-03-09T09:46:33.034Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-09T09:46:33.034Z] === RUN TestParseAddressDefaultPort [2022-03-09T09:46:33.034Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-09T09:46:33.034Z] === RUN TestValidateSyslogFacility [2022-03-09T09:46:33.034Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-09T09:46:33.034Z] === RUN TestValidateLogOptSyslogFormat [2022-03-09T09:46:33.034Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-09T09:46:33.034Z] === RUN TestValidateLogOpt [2022-03-09T09:46:33.034Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-09T09:46:33.034Z] PASS [2022-03-09T09:46:33.034Z] coverage: 46.8% of statements [2022-03-09T09:46:33.034Z] ok github.com/docker/docker/daemon/logger/syslog 0.055s coverage: 46.8% of statements [2022-03-09T09:46:33.034Z] --- PASS: TestFrequency (0.17s) [2022-03-09T09:46:33.034Z] === RUN TestOneMessagePerRequest [2022-03-09T09:46:33.034Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-09T09:46:33.034Z] === RUN TestVerify [2022-03-09T09:46:33.034Z] === RUN TestNewParse [2022-03-09T09:46:33.034Z] --- PASS: TestNewParse (0.00s) [2022-03-09T09:46:33.034Z] PASS [2022-03-09T09:46:33.034Z] coverage: 8.3% of statements [2022-03-09T09:46:33.034Z] --- PASS: TestVerify (0.00s) [2022-03-09T09:46:33.034Z] === RUN TestSkipVerify [2022-03-09T09:46:33.034Z] ok github.com/docker/docker/daemon/logger/templates 0.041s coverage: 8.3% of statements [2022-03-09T09:46:33.034Z] time="2022-03-09T09:46:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.034Z] time="2022-03-09T09:46:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.034Z] time="2022-03-09T09:46:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.034Z] time="2022-03-09T09:46:32Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.237Z] --- PASS: TestCreateServiceMaxReplicas (2.61s) [2022-03-09T09:46:33.237Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T09:46:33.251Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:46:33.500Z] --- PASS: TestSkipVerify (0.43s) [2022-03-09T09:46:33.500Z] === RUN TestBufferMaximum [2022-03-09T09:46:33.500Z] time="2022-03-09T09:46:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.500Z] time="2022-03-09T09:46:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.500Z] time="2022-03-09T09:46:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.500Z] time="2022-03-09T09:46:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646819193.165644\",\"host\":\"76da799ee044\"}'" [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646819193.165644\",\"host\":\"76da799ee044\"}'" [2022-03-09T09:46:33.501Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-09T09:46:33.501Z] === RUN TestServerAlwaysDown [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646819193.168644\",\"host\":\"76da799ee044\"}'" [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646819193.168644\",\"host\":\"76da799ee044\"}'" [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646819193.168644\",\"host\":\"76da799ee044\"}'" [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646819193.169643\",\"host\":\"76da799ee044\"}'" [2022-03-09T09:46:33.501Z] time="2022-03-09T09:46:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646819193.169643\",\"host\":\"76da799ee044\"}'" [2022-03-09T09:46:33.501Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-09T09:46:33.501Z] === RUN TestCannotSendAfterClose [2022-03-09T09:46:33.501Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-09T09:46:33.501Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-09T09:46:34.486Z] time="2022-03-09T09:46:34Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-09T09:46:34.486Z] time="2022-03-09T09:46:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"76da799ee044\"}'" [2022-03-09T09:46:34.486Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-03-09T09:46:34.486Z] PASS [2022-03-09T09:46:34.486Z] coverage: 82.5% of statements [2022-03-09T09:46:34.486Z] ok github.com/docker/docker/daemon/logger/splunk 2.032s coverage: 82.5% of statements [2022-03-09T09:46:34.486Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-09T09:46:34.486Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-09T09:46:34.486Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-09T09:46:34.486Z] === RUN TestV1IDService [2022-03-09T09:46:34.486Z] --- PASS: TestV1IDService (0.04s) [2022-03-09T09:46:34.486Z] === RUN TestV2MetadataService [2022-03-09T09:46:34.624Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-09T09:46:34.883Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-09T09:46:34.954Z] === RUN TestSuccessfulDownload [2022-03-09T09:46:34.954Z] download_test.go:267: Needs fixing on Windows [2022-03-09T09:46:34.954Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-09T09:46:34.954Z] === RUN TestCancelledDownload [2022-03-09T09:46:34.954Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-09T09:46:34.954Z] === RUN TestMaxDownloadAttempts [2022-03-09T09:46:34.954Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T09:46:34.954Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T09:46:34.954Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T09:46:34.954Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T09:46:34.954Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T09:46:34.954Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T09:46:34.954Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T09:46:34.954Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T09:46:34.954Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-09T09:46:34.954Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-09T09:46:34.954Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-09T09:46:34.954Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-09T09:46:35.140Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-09T09:46:35.421Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-09T09:46:35.421Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-09T09:46:35.421Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-09T09:46:35.421Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-09T09:46:35.421Z] === RUN TestContinueOnError_NeverContinue [2022-03-09T09:46:35.421Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-09T09:46:35.421Z] === RUN TestManifestStore [2022-03-09T09:46:35.421Z] === RUN TestManifestStore/no_remote_or_local [2022-03-09T09:46:35.421Z] time="2022-03-09T09:46:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:46:35.421Z] time="2022-03-09T09:46:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:46:35.421Z] time="2022-03-09T09:46:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:46:35.421Z] time="2022-03-09T09:46:34Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-09T09:46:35.421Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-09T09:46:35.421Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.47s) [2022-03-09T09:46:35.421Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.47s) [2022-03-09T09:46:35.421Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.47s) [2022-03-09T09:46:35.421Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.47s) [2022-03-09T09:46:35.421Z] === RUN TestTransfer [2022-03-09T09:46:35.421Z] time="2022-03-09T09:46:35Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3823812927\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-09T09:46:35.421Z] === RUN TestManifestStore/no_local_cache [2022-03-09T09:46:35.421Z] === RUN TestManifestStore/with_local_cache [2022-03-09T09:46:35.421Z] === RUN TestManifestStore/unknown_media_type [2022-03-09T09:46:35.421Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-09T09:46:35.421Z] time="2022-03-09T09:46:35Z" level=warning msg="reference for unknown type: " [2022-03-09T09:46:35.421Z] time="2022-03-09T09:46:35Z" level=warning msg="reference for unknown type: " [2022-03-09T09:46:35.421Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-09T09:46:35.421Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-09T09:46:35.422Z] time="2022-03-09T09:46:35Z" level=warning msg="reference for unknown type: " [2022-03-09T09:46:35.422Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-09T09:46:35.422Z] time="2022-03-09T09:46:35Z" level=warning msg="reference for unknown type: " [2022-03-09T09:46:35.422Z] time="2022-03-09T09:46:35Z" level=warning msg="reference for unknown type: " [2022-03-09T09:46:35.422Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-09T09:46:35.422Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-09T09:46:35.422Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-09T09:46:35.422Z] time="2022-03-09T09:46:35Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore (0.29s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/no_remote_or_local (0.20s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaType [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-09T09:46:35.422Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-09T09:46:35.422Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-09T09:46:35.422Z] === RUN TestFixManifestLayers [2022-03-09T09:46:35.422Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-09T09:46:35.422Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-09T09:46:35.422Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T09:46:35.422Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T09:46:35.422Z] === RUN TestFixManifestLayersBadParent [2022-03-09T09:46:35.422Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-09T09:46:35.422Z] === RUN TestValidateManifest [2022-03-09T09:46:35.422Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T09:46:35.422Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-09T09:46:35.422Z] === RUN TestFormatPlatform [2022-03-09T09:46:35.422Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-09T09:46:35.422Z] === RUN TestPullSchema2Config [2022-03-09T09:46:35.422Z] === RUN TestPullSchema2Config/success_first_time [2022-03-09T09:46:35.422Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:46:35.422Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:46:35.422Z] === RUN TestPullSchema2Config/500_status [2022-03-09T09:46:35.422Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:46:35.422Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:46:35.422Z] --- PASS: TestTransfer (0.12s) [2022-03-09T09:46:35.422Z] === RUN TestConcurrencyLimit [2022-03-09T09:46:35.888Z] --- PASS: TestV2MetadataService (1.05s) [2022-03-09T09:46:35.888Z] PASS [2022-03-09T09:46:35.888Z] coverage: 48.2% of statements [2022-03-09T09:46:35.888Z] ok github.com/docker/docker/distribution/metadata 1.204s coverage: 48.2% of statements [2022-03-09T09:46:35.888Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:46:35.888Z] === RUN TestPullSchema2Config/EOF [2022-03-09T09:46:35.888Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:46:35.888Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:46:35.888Z] 2022/03/09 09:46:35 http: panic serving 127.0.0.1:49217: intentional panic [2022-03-09T09:46:35.888Z] goroutine 135 [running]: [2022-03-09T09:46:35.888Z] net/http.(*conn).serve.func1() [2022-03-09T09:46:35.888Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T09:46:35.888Z] panic({0x12a4800, 0x1425ea0}) [2022-03-09T09:46:35.888Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T09:46:35.888Z] github.com/docker/docker/distribution.TestPullSchema2Config.func3(0xc0000da684, {0x1437200, 0xc000460380}) [2022-03-09T09:46:35.888Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:262 +0xb4 [2022-03-09T09:46:35.888Z] github.com/docker/docker/distribution.TestPullSchema2Config.func5.1({0x1437200, 0xc000460380}, 0xc000448e00) [2022-03-09T09:46:35.888Z] C:/gopath/src/github.com/docker/docker/distribution/pull_v2_test.go:290 +0x287 [2022-03-09T09:46:35.888Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1437200, 0xc000460380}, 0xdb8e35) [2022-03-09T09:46:35.888Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T09:46:35.888Z] net/http.serverHandler.ServeHTTP({0xc00047b0b0}, {0x1437200, 0xc000460380}, 0xc000448e00) [2022-03-09T09:46:35.888Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T09:46:35.888Z] net/http.(*conn).serve(0xc0001dfae0, {0x143b838, 0xc000077d10}) [2022-03-09T09:46:35.888Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T09:46:35.888Z] created by net/http.(*Server).Serve [2022-03-09T09:46:35.888Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T09:46:35.888Z] --- PASS: TestConcurrencyLimit (0.36s) [2022-03-09T09:46:35.888Z] === RUN TestInactiveJobs [2022-03-09T09:46:35.888Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:46:35.889Z] === RUN TestPullSchema2Config/unauthorized [2022-03-09T09:46:35.889Z] pull_v2_test.go:284: HTTP GET /v2/ [2022-03-09T09:46:35.889Z] === RUN TestNotFound [2022-03-09T09:46:35.889Z] --- PASS: TestNotFound (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestConflict [2022-03-09T09:46:35.889Z] --- PASS: TestConflict (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestForbidden [2022-03-09T09:46:35.889Z] --- PASS: TestForbidden (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestInvalidParameter [2022-03-09T09:46:35.889Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestNotImplemented [2022-03-09T09:46:35.889Z] --- PASS: TestNotImplemented (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestNotModified [2022-03-09T09:46:35.889Z] --- PASS: TestNotModified (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestUnauthorized [2022-03-09T09:46:35.889Z] --- PASS: TestUnauthorized (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestUnknown [2022-03-09T09:46:35.889Z] --- PASS: TestUnknown (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestCancelled [2022-03-09T09:46:35.889Z] --- PASS: TestCancelled (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestDeadline [2022-03-09T09:46:35.889Z] --- PASS: TestDeadline (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestDataLoss [2022-03-09T09:46:35.889Z] --- PASS: TestDataLoss (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestUnavailable [2022-03-09T09:46:35.889Z] --- PASS: TestUnavailable (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestSystem [2022-03-09T09:46:35.889Z] --- PASS: TestSystem (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Not_Found [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Bad_Request [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Conflict [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Unauthorized [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Forbidden [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Not_Modified [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-09T09:46:35.889Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-09T09:46:35.889Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-09T09:46:35.889Z] PASS [2022-03-09T09:46:35.889Z] coverage: 53.1% of statements [2022-03-09T09:46:35.889Z] pull_v2_test.go:284: HTTP GET /v2/docker.io/library/testremotename/blobs/sha256:66ad98165d38f53ee73868f82bd4eed60556ddfee824810a4062c4f777b20a5b [2022-03-09T09:46:35.889Z] --- PASS: TestPullSchema2Config (0.53s) [2022-03-09T09:46:35.889Z] --- PASS: TestPullSchema2Config/success_first_time (0.01s) [2022-03-09T09:46:35.889Z] --- PASS: TestPullSchema2Config/500_status (0.26s) [2022-03-09T09:46:35.889Z] --- PASS: TestPullSchema2Config/EOF (0.26s) [2022-03-09T09:46:35.889Z] --- PASS: TestPullSchema2Config/unauthorized (0.01s) [2022-03-09T09:46:35.889Z] === RUN TestGetRepositoryMountCandidates [2022-03-09T09:46:35.889Z] ok github.com/docker/docker/errdefs 0.041s coverage: 53.1% of statements [2022-03-09T09:46:35.889Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestLayerAlreadyExists [2022-03-09T09:46:35.889Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:46:35.889Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:46:35.889Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:46:35.889Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:46:35.889Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:46:35.889Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2022-03-09T09:46:35.889Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-09T09:46:35.889Z] === RUN TestWhenEmptyAuthConfig [2022-03-09T09:46:36.356Z] --- PASS: TestInactiveJobs (0.35s) [2022-03-09T09:46:36.356Z] === RUN TestWatchRelease [2022-03-09T09:46:36.356Z] --- PASS: TestWatchRelease (0.06s) [2022-03-09T09:46:36.356Z] === RUN TestWatchFinishedTransfer [2022-03-09T09:46:36.356Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-09T09:46:36.356Z] === RUN TestDuplicateTransfer [2022-03-09T09:46:36.356Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-03-09T09:46:36.356Z] === RUN TestSuccessfulUpload [2022-03-09T09:46:36.514Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:46:36.514Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-09T09:46:36.771Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-09T09:46:36.822Z] time="2022-03-09T09:46:36Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-09T09:46:36.822Z] --- PASS: TestSuccessfulUpload (0.36s) [2022-03-09T09:46:36.822Z] === RUN TestCancelledUpload [2022-03-09T09:46:36.822Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-09T09:46:36.822Z] PASS [2022-03-09T09:46:36.822Z] coverage: 76.8% of statements [2022-03-09T09:46:36.822Z] ok github.com/docker/docker/distribution/xfer 1.903s coverage: 76.8% of statements [2022-03-09T09:46:36.822Z] === RUN TestCompare [2022-03-09T09:46:36.822Z] --- PASS: TestCompare (0.00s) [2022-03-09T09:46:36.822Z] PASS [2022-03-09T09:46:36.822Z] coverage: 19.2% of statements [2022-03-09T09:46:36.822Z] ok github.com/docker/docker/image/cache 0.062s coverage: 19.2% of statements [2022-03-09T09:46:37.289Z] --- PASS: TestWhenEmptyAuthConfig (1.23s) [2022-03-09T09:46:37.289Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-09T09:46:37.289Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-09T09:46:37.289Z] === RUN TestTokenPassThru [2022-03-09T09:46:37.289Z] === RUN TestFSGetInvalidData [2022-03-09T09:46:37.289Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-09T09:46:37.289Z] === RUN TestTokenPassThruDifferentHost [2022-03-09T09:46:37.289Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-09T09:46:37.289Z] PASS [2022-03-09T09:46:37.289Z] coverage: 26.7% of statements [2022-03-09T09:46:37.289Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-09T09:46:37.289Z] === RUN TestFSInvalidSet [2022-03-09T09:46:37.289Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-09T09:46:37.289Z] === RUN TestFSInvalidRoot [2022-03-09T09:46:37.289Z] ok github.com/docker/docker/distribution 2.180s coverage: 26.7% of statements [2022-03-09T09:46:37.289Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-09T09:46:37.289Z] === RUN TestFSMetadataGetSet [2022-03-09T09:46:37.289Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-09T09:46:37.289Z] === RUN TestFSInvalidWalker [2022-03-09T09:46:37.289Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-09T09:46:37.289Z] === RUN TestFSGetSet [2022-03-09T09:46:37.289Z] --- PASS: TestFSGetSet (0.04s) [2022-03-09T09:46:37.289Z] === RUN TestFSGetUnsetKey [2022-03-09T09:46:37.289Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-09T09:46:37.289Z] === RUN TestFSGetEmptyData [2022-03-09T09:46:37.289Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-09T09:46:37.289Z] === RUN TestFSDelete [2022-03-09T09:46:37.289Z] --- PASS: TestFSDelete (0.02s) [2022-03-09T09:46:37.289Z] === RUN TestFSWalker [2022-03-09T09:46:37.289Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-09T09:46:37.289Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-09T09:46:37.289Z] --- PASS: TestFSWalker (0.01s) [2022-03-09T09:46:37.289Z] === RUN TestFSWalkerStopOnError [2022-03-09T09:46:37.289Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-09T09:46:37.289Z] === RUN TestNewFromJSON [2022-03-09T09:46:37.289Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-09T09:46:37.289Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-09T09:46:37.289Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-09T09:46:37.289Z] === RUN TestMarshalKeyOrder [2022-03-09T09:46:37.289Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-09T09:46:37.289Z] === RUN TestHistoryEqual [2022-03-09T09:46:37.522Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-09T09:46:37.702Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-09T09:46:37.756Z] --- PASS: TestHistoryEqual (0.15s) [2022-03-09T09:46:37.756Z] === RUN TestImage [2022-03-09T09:46:37.756Z] --- PASS: TestImage (0.00s) [2022-03-09T09:46:37.756Z] === RUN TestImageOSNotEmpty [2022-03-09T09:46:37.756Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-09T09:46:37.756Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-09T09:46:37.756Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-09T09:46:37.756Z] === RUN TestCreate [2022-03-09T09:46:37.756Z] --- PASS: TestCreate (0.00s) [2022-03-09T09:46:37.756Z] === RUN TestRestore [2022-03-09T09:46:37.756Z] time="2022-03-09T09:46:37Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-09T09:46:37.756Z] --- PASS: TestRestore (0.03s) [2022-03-09T09:46:37.756Z] === RUN TestAddDelete [2022-03-09T09:46:37.756Z] --- PASS: TestAddDelete (0.02s) [2022-03-09T09:46:37.756Z] === RUN TestSearchAfterDelete [2022-03-09T09:46:37.756Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-09T09:46:37.756Z] === RUN TestParentReset [2022-03-09T09:46:37.756Z] --- PASS: TestParentReset (0.02s) [2022-03-09T09:46:37.756Z] === RUN TestGetAndSetLastUpdated [2022-03-09T09:46:37.756Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-09T09:46:37.756Z] === RUN TestStoreLen [2022-03-09T09:46:37.756Z] --- PASS: TestStoreLen (0.05s) [2022-03-09T09:46:37.756Z] PASS [2022-03-09T09:46:37.756Z] coverage: 86.9% of statements [2022-03-09T09:46:37.756Z] ok github.com/docker/docker/image 0.563s coverage: 86.9% of statements [2022-03-09T09:46:38.223Z] === RUN TestMakeV1ConfigFromConfig [2022-03-09T09:46:38.223Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-09T09:46:38.223Z] PASS [2022-03-09T09:46:38.223Z] coverage: 25.0% of statements [2022-03-09T09:46:38.223Z] ok github.com/docker/docker/image/v1 0.078s coverage: 25.0% of statements [2022-03-09T09:46:38.223Z] === RUN TestValidateManifest [2022-03-09T09:46:38.223Z] === RUN TestValidateManifest/nil [2022-03-09T09:46:38.223Z] === RUN TestValidateManifest/non-nil [2022-03-09T09:46:38.223Z] --- PASS: TestValidateManifest (0.00s) [2022-03-09T09:46:38.223Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-09T09:46:38.223Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-09T09:46:38.223Z] PASS [2022-03-09T09:46:38.223Z] coverage: 0.7% of statements [2022-03-09T09:46:38.223Z] ok github.com/docker/docker/image/tarexport 0.065s coverage: 0.7% of statements [2022-03-09T09:46:38.223Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-09T09:46:38.265Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-09T09:46:38.828Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-09T09:46:39.001Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-09T09:46:39.206Z] === RUN TestSerialization [2022-03-09T09:46:39.206Z] --- PASS: TestSerialization (0.02s) [2022-03-09T09:46:39.206Z] PASS [2022-03-09T09:46:39.206Z] coverage: 100.0% of statements [2022-03-09T09:46:39.206Z] ok github.com/docker/docker/libcontainerd/queue 0.080s coverage: 100.0% of statements [2022-03-09T09:46:39.756Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-09T09:46:39.757Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-09T09:46:40.189Z] === RUN TestEnvironmentParsing [2022-03-09T09:46:40.189Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-09T09:46:40.189Z] PASS [2022-03-09T09:46:40.189Z] coverage: 1.2% of statements [2022-03-09T09:46:40.189Z] ok github.com/docker/docker/libcontainerd/local 0.055s coverage: 1.2% of statements [2022-03-09T09:46:40.189Z] === RUN TestEmptyLayer [2022-03-09T09:46:40.189Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-09T09:46:40.189Z] === RUN TestCommitFailure [2022-03-09T09:46:40.189Z] --- PASS: TestCommitFailure (0.01s) [2022-03-09T09:46:40.189Z] === RUN TestStartTransactionFailure [2022-03-09T09:46:40.189Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-09T09:46:40.189Z] === RUN TestGetOrphan [2022-03-09T09:46:40.189Z] --- PASS: TestGetOrphan (0.01s) [2022-03-09T09:46:40.189Z] === RUN TestMountAndRegister [2022-03-09T09:46:40.189Z] layer_test.go:258: Layer size: 14 [2022-03-09T09:46:40.189Z] --- PASS: TestMountAndRegister (0.05s) [2022-03-09T09:46:40.189Z] === RUN TestLayerRelease [2022-03-09T09:46:40.189Z] layer_test.go:291: Failing on Windows [2022-03-09T09:46:40.189Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-09T09:46:40.189Z] === RUN TestStoreRestore [2022-03-09T09:46:40.189Z] layer_test.go:340: Failing on Windows [2022-03-09T09:46:40.189Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-09T09:46:40.189Z] === RUN TestTarStreamStability [2022-03-09T09:46:40.189Z] layer_test.go:455: Failing on Windows [2022-03-09T09:46:40.189Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-09T09:46:40.189Z] === RUN TestRegisterExistingLayer [2022-03-09T09:46:40.189Z] --- PASS: TestRegisterExistingLayer (0.11s) [2022-03-09T09:46:40.189Z] === RUN TestTarStreamVerification [2022-03-09T09:46:40.189Z] layer_test.go:684: Failing on Windows [2022-03-09T09:46:40.189Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-09T09:46:40.189Z] === RUN TestLayerMigration [2022-03-09T09:46:40.189Z] migration_test.go:45: Failing on Windows [2022-03-09T09:46:40.189Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-09T09:46:40.189Z] === RUN TestLayerMigrationNoTarsplit [2022-03-09T09:46:40.189Z] migration_test.go:181: Failing on Windows [2022-03-09T09:46:40.189Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T09:46:40.189Z] === RUN TestMountInit [2022-03-09T09:46:40.189Z] mount_test.go:17: Failing on Windows [2022-03-09T09:46:40.189Z] --- SKIP: TestMountInit (0.00s) [2022-03-09T09:46:40.190Z] === RUN TestMountSize [2022-03-09T09:46:40.190Z] mount_test.go:76: Failing on Windows [2022-03-09T09:46:40.190Z] --- SKIP: TestMountSize (0.00s) [2022-03-09T09:46:40.190Z] === RUN TestMountChanges [2022-03-09T09:46:40.190Z] mount_test.go:125: Failing on Windows [2022-03-09T09:46:40.190Z] --- SKIP: TestMountChanges (0.00s) [2022-03-09T09:46:40.190Z] === RUN TestMountApply [2022-03-09T09:46:40.190Z] mount_test.go:212: Failing on Windows [2022-03-09T09:46:40.190Z] --- SKIP: TestMountApply (0.00s) [2022-03-09T09:46:40.190Z] PASS [2022-03-09T09:46:40.190Z] coverage: 30.2% of statements [2022-03-09T09:46:40.190Z] ok github.com/docker/docker/layer 0.260s coverage: 30.2% of statements [2022-03-09T09:46:40.190Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-09T09:46:40.190Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-09T09:46:40.190Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-09T09:46:40.190Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-09T09:46:40.657Z] === RUN TestSequenceGetAvailableBit [2022-03-09T09:46:40.657Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestSequenceEqual [2022-03-09T09:46:40.657Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestSequenceCopy [2022-03-09T09:46:40.657Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestGetFirstAvailable [2022-03-09T09:46:40.657Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestFindSequence [2022-03-09T09:46:40.657Z] --- PASS: TestFindSequence (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestCheckIfAvailable [2022-03-09T09:46:40.657Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestMergeSequences [2022-03-09T09:46:40.657Z] --- PASS: TestMergeSequences (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestPushReservation [2022-03-09T09:46:40.657Z] --- PASS: TestPushReservation (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestSerializeDeserialize [2022-03-09T09:46:40.657Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestSet [2022-03-09T09:46:40.657Z] --- PASS: TestSet (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestSetUnset [2022-03-09T09:46:40.657Z] --- PASS: TestSetUnset (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestOffsetSetUnset [2022-03-09T09:46:40.657Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestSetInRange [2022-03-09T09:46:40.657Z] --- PASS: TestSetInRange (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestSetAnyInRange [2022-03-09T09:46:40.657Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestMethods [2022-03-09T09:46:40.657Z] --- PASS: TestMethods (0.00s) [2022-03-09T09:46:40.657Z] === RUN TestRandomAllocateDeallocate [2022-03-09T09:46:40.686Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-09T09:46:41.674Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-09T09:46:42.875Z] === RUN TestInvalidConfig [2022-03-09T09:46:42.875Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-09T09:46:42.875Z] === RUN TestConfig [2022-03-09T09:46:42.875Z] --- PASS: TestConfig (0.00s) [2022-03-09T09:46:42.875Z] === RUN TestOptionsLabels [2022-03-09T09:46:42.875Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-09T09:46:42.875Z] === RUN TestValidName [2022-03-09T09:46:42.875Z] --- PASS: TestValidName (0.00s) [2022-03-09T09:46:42.875Z] PASS [2022-03-09T09:46:42.875Z] coverage: 19.7% of statements [2022-03-09T09:46:42.875Z] ok github.com/docker/docker/libnetwork/config 0.069s coverage: 19.7% of statements [2022-03-09T09:46:42.875Z] === RUN TestKey [2022-03-09T09:46:42.875Z] --- PASS: TestKey (0.00s) [2022-03-09T09:46:42.875Z] === RUN TestParseKey [2022-03-09T09:46:42.875Z] --- PASS: TestParseKey (0.00s) [2022-03-09T09:46:42.875Z] === RUN TestInvalidDataStore [2022-03-09T09:46:42.875Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-09T09:46:42.875Z] === RUN TestKVObjectFlatKey [2022-03-09T09:46:43.342Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestAtomicKVObjectFlatKey [2022-03-09T09:46:43.342Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-09T09:46:43.342Z] PASS [2022-03-09T09:46:43.342Z] coverage: 21.9% of statements [2022-03-09T09:46:43.342Z] ok github.com/docker/docker/libnetwork/datastore 0.040s coverage: 21.9% of statements [2022-03-09T09:46:43.342Z] === RUN TestErrorInterfaces [2022-03-09T09:46:43.342Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestNetworkMarshalling [2022-03-09T09:46:43.342Z] --- PASS: TestNetworkMarshalling (0.16s) [2022-03-09T09:46:43.342Z] === RUN TestEndpointMarshalling [2022-03-09T09:46:43.342Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestAuxAddresses [2022-03-09T09:46:43.342Z] time="2022-03-09T09:46:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T09:46:43.342Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-09T09:46:43.342Z] === RUN TestSRVServiceQuery [2022-03-09T09:46:43.342Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:46:43.342Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestServiceVIPReuse [2022-03-09T09:46:43.342Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:46:43.342Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-09T09:46:43.342Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-09T09:46:43.342Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:46:43.342Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestDNSIPQuery [2022-03-09T09:46:43.342Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:46:43.342Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestDNSProxyServFail [2022-03-09T09:46:43.342Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:46:43.342Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestSandboxAddEmpty [2022-03-09T09:46:43.342Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:46:43.342Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestSandboxAddMultiPrio [2022-03-09T09:46:43.342Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:46:43.342Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestSandboxAddSamePrio [2022-03-09T09:46:43.342Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:46:43.342Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestCleanupServiceDiscovery [2022-03-09T09:46:43.342Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:46:43.342Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestDNSOptions [2022-03-09T09:46:43.342Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:46:43.342Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-09T09:46:43.342Z] === RUN TestMultipleControllersWithSameStore [2022-03-09T09:46:43.342Z] time="2022-03-09T09:46:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T09:46:43.342Z] time="2022-03-09T09:46:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-09T09:46:43.342Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-09T09:46:43.342Z] PASS [2022-03-09T09:46:43.342Z] coverage: 8.5% of statements [2022-03-09T09:46:43.342Z] ok github.com/docker/docker/libnetwork 0.299s coverage: 8.5% of statements [2022-03-09T09:46:43.809Z] === RUN TestIPDataMarshalling [2022-03-09T09:46:43.809Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-09T09:46:43.809Z] === RUN TestValidateAndIsV6 [2022-03-09T09:46:43.809Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-09T09:46:43.809Z] PASS [2022-03-09T09:46:43.809Z] coverage: 68.9% of statements [2022-03-09T09:46:43.809Z] ok github.com/docker/docker/libnetwork/driverapi 0.040s coverage: 68.9% of statements [2022-03-09T09:46:44.198Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-09T09:46:44.275Z] === RUN TestDriver [2022-03-09T09:46:44.275Z] --- PASS: TestDriver (0.00s) [2022-03-09T09:46:44.275Z] PASS [2022-03-09T09:46:44.275Z] coverage: 34.8% of statements [2022-03-09T09:46:44.275Z] ok github.com/docker/docker/libnetwork/drivers/host 0.041s coverage: 34.8% of statements [2022-03-09T09:46:44.275Z] === RUN TestDriver [2022-03-09T09:46:44.275Z] --- PASS: TestDriver (0.00s) [2022-03-09T09:46:44.275Z] PASS [2022-03-09T09:46:44.275Z] coverage: 34.8% of statements [2022-03-09T09:46:44.275Z] ok github.com/docker/docker/libnetwork/drivers/null 0.044s coverage: 34.8% of statements [2022-03-09T09:46:44.742Z] === RUN TestNetworkAllocateFree [2022-03-09T09:46:44.742Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-09T09:46:44.742Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-09T09:46:44.742Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-09T09:46:44.742Z] PASS [2022-03-09T09:46:44.742Z] coverage: 63.6% of statements [2022-03-09T09:46:44.742Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.088s coverage: 63.6% of statements [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.28s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.02s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.81s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.31s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.11s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.01s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.22s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.31s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.03s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.62s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.74s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.59s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.67s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.46s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.45s) [2022-03-09T09:46:45.130Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.47s) [2022-03-09T09:46:45.130Z] === RUN TestCgroupNamespacesRun [2022-03-09T09:46:45.214Z] === RUN TestGetEmptyCapabilities [2022-03-09T09:46:45.214Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-09T09:46:45.214Z] === RUN TestGetExtraCapabilities [2022-03-09T09:46:45.214Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-09T09:46:45.214Z] === RUN TestGetInvalidCapabilities [2022-03-09T09:46:45.214Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-09T09:46:45.214Z] === RUN TestRemoteDriver [2022-03-09T09:46:45.214Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-09T09:46:45.214Z] === RUN TestDriverError [2022-03-09T09:46:45.214Z] --- PASS: TestDriverError (0.00s) [2022-03-09T09:46:45.214Z] === RUN TestMissingValues [2022-03-09T09:46:45.214Z] --- PASS: TestMissingValues (0.00s) [2022-03-09T09:46:45.214Z] === RUN TestRollback [2022-03-09T09:46:45.214Z] --- PASS: TestRollback (0.00s) [2022-03-09T09:46:45.214Z] PASS [2022-03-09T09:46:45.214Z] coverage: 57.4% of statements [2022-03-09T09:46:45.214Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.098s coverage: 57.4% of statements [2022-03-09T09:46:45.214Z] --- PASS: TestRandomAllocateDeallocate (4.80s) [2022-03-09T09:46:45.214Z] === RUN TestAllocateRandomDeallocate [2022-03-09T09:46:45.614Z] --- PASS: TestServiceUpdatePidsLimit (16.48s) [2022-03-09T09:46:45.614Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-03-09T09:46:45.614Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s) [2022-03-09T09:46:45.614Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2022-03-09T09:46:45.614Z] PASS [2022-03-09T09:46:45.614Z] [2022-03-09T09:46:45.614Z] === Skipped [2022-03-09T09:46:45.614Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-09T09:46:45.614Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T09:46:45.614Z] [2022-03-09T09:46:45.614Z] DONE 27 tests, 1 skipped in 182.774s [2022-03-09T09:46:45.614Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-09T09:46:45.614Z] INFO: Testing against a local daemon [2022-03-09T09:46:45.614Z] === RUN TestSessionCreate [2022-03-09T09:46:45.614Z] --- PASS: TestSessionCreate (0.02s) [2022-03-09T09:46:45.614Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T09:46:45.614Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-09T09:46:45.614Z] PASS [2022-03-09T09:46:45.614Z] [2022-03-09T09:46:45.614Z] DONE 2 tests in 0.066s [2022-03-09T09:46:45.614Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-09T09:46:45.614Z] INFO: Testing against a local daemon [2022-03-09T09:46:45.614Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T09:46:45.614Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-09T09:46:45.614Z] === RUN TestDiskUsage [2022-03-09T09:46:45.614Z] === PAUSE TestDiskUsage [2022-03-09T09:46:45.614Z] === RUN TestEventsExecDie [2022-03-09T09:46:45.681Z] === RUN TestNAT [2022-03-09T09:46:45.681Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T09:46:45.681Z] --- SKIP: TestNAT (0.00s) [2022-03-09T09:46:45.681Z] === RUN TestTransparent [2022-03-09T09:46:45.681Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T09:46:45.681Z] --- SKIP: TestTransparent (0.00s) [2022-03-09T09:46:45.681Z] PASS [2022-03-09T09:46:45.681Z] coverage: 0.0% of statements [2022-03-09T09:46:45.682Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.061s coverage: 0.0% of statements [2022-03-09T09:46:45.695Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-09T09:46:45.876Z] --- PASS: TestEventsExecDie (0.55s) [2022-03-09T09:46:45.876Z] === RUN TestEventsBackwardsCompatible [2022-03-09T09:46:45.876Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-09T09:46:45.876Z] === RUN TestEventsVolumeCreate [2022-03-09T09:46:46.137Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-03-09T09:46:46.137Z] === RUN TestInfoBinaryCommits [2022-03-09T09:46:46.137Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-09T09:46:46.137Z] === RUN TestInfoAPIVersioned [2022-03-09T09:46:46.137Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-09T09:46:46.137Z] === RUN TestInfoAPI [2022-03-09T09:46:46.137Z] --- PASS: TestInfoAPI (0.02s) [2022-03-09T09:46:46.137Z] === RUN TestInfoAPIWarnings [2022-03-09T09:46:46.150Z] === RUN TestBuildDefault [2022-03-09T09:46:46.150Z] --- PASS: TestBuildDefault (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestBuildHostnameDomainname [2022-03-09T09:46:46.150Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestBuildHostname [2022-03-09T09:46:46.150Z] --- PASS: TestBuildHostname (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestBuildHostnameFQDN [2022-03-09T09:46:46.150Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestBuildNoIP [2022-03-09T09:46:46.150Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestUpdate [2022-03-09T09:46:46.150Z] --- PASS: TestUpdate (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-09T09:46:46.150Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-09T09:46:46.150Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestAddEmpty [2022-03-09T09:46:46.150Z] --- PASS: TestAddEmpty (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestAdd [2022-03-09T09:46:46.150Z] --- PASS: TestAdd (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestDeleteEmpty [2022-03-09T09:46:46.150Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestDeleteNewline [2022-03-09T09:46:46.150Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestDelete [2022-03-09T09:46:46.150Z] --- PASS: TestDelete (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestConcurrentWrites [2022-03-09T09:46:46.150Z] === RUN TestNew [2022-03-09T09:46:46.150Z] --- PASS: TestNew (0.00s) [2022-03-09T09:46:46.150Z] === RUN TestAddDriver [2022-03-09T09:46:46.151Z] --- PASS: TestAddDriver (0.00s) [2022-03-09T09:46:46.151Z] === RUN TestAddDuplicateDriver [2022-03-09T09:46:46.151Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-09T09:46:46.151Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-09T09:46:46.151Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-09T09:46:46.151Z] === RUN TestDriver [2022-03-09T09:46:46.151Z] --- PASS: TestDriver (0.00s) [2022-03-09T09:46:46.151Z] === RUN TestIPAM [2022-03-09T09:46:46.151Z] --- PASS: TestIPAM (0.00s) [2022-03-09T09:46:46.151Z] === RUN TestWalkIPAMs [2022-03-09T09:46:46.151Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-09T09:46:46.151Z] === RUN TestWalkDrivers [2022-03-09T09:46:46.151Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-09T09:46:46.151Z] PASS [2022-03-09T09:46:46.151Z] coverage: 82.4% of statements [2022-03-09T09:46:46.151Z] ok github.com/docker/docker/libnetwork/drvregistry 0.076s coverage: 82.4% of statements [2022-03-09T09:46:46.151Z] --- PASS: TestConcurrentWrites (0.19s) [2022-03-09T09:46:46.618Z] PASS [2022-03-09T09:46:46.618Z] coverage: 81.2% of statements [2022-03-09T09:46:46.618Z] ok github.com/docker/docker/libnetwork/etchosts 0.252s coverage: 81.2% of statements [2022-03-09T09:46:46.618Z] --- PASS: TestAllocateRandomDeallocate (1.00s) [2022-03-09T09:46:46.618Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-09T09:46:46.618Z] === RUN TestNew [2022-03-09T09:46:46.618Z] --- PASS: TestNew (0.00s) [2022-03-09T09:46:46.618Z] === RUN TestAllocate [2022-03-09T09:46:46.618Z] --- PASS: TestAllocate (0.00s) [2022-03-09T09:46:46.618Z] === RUN TestUninitialized [2022-03-09T09:46:46.618Z] --- PASS: TestUninitialized (0.00s) [2022-03-09T09:46:46.618Z] === RUN TestAllocateInRange [2022-03-09T09:46:46.618Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-09T09:46:46.618Z] === RUN TestAllocateSerial [2022-03-09T09:46:46.618Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-09T09:46:46.618Z] PASS [2022-03-09T09:46:46.618Z] coverage: 87.5% of statements [2022-03-09T09:46:46.618Z] ok github.com/docker/docker/libnetwork/idm 0.048s coverage: 87.5% of statements [2022-03-09T09:46:46.618Z] === RUN TestCaller [2022-03-09T09:46:46.618Z] --- PASS: TestCaller (0.00s) [2022-03-09T09:46:46.618Z] PASS [2022-03-09T09:46:46.618Z] coverage: 100.0% of statements [2022-03-09T09:46:46.618Z] ok github.com/docker/docker/libnetwork/internal/caller 0.039s coverage: 100.0% of statements [2022-03-09T09:46:47.066Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-09T09:46:47.066Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-09T09:46:47.066Z] --- PASS: TestCgroupNamespacesRun (1.63s) [2022-03-09T09:46:47.066Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-09T09:46:47.085Z] === RUN TestSetSerialInsertDelete [2022-03-09T09:46:47.085Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-09T09:46:47.085Z] === RUN TestSetParallelInsertDelete [2022-03-09T09:46:47.553Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.08s) [2022-03-09T09:46:47.553Z] === RUN TestRetrieveFromStore [2022-03-09T09:46:47.997Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-09T09:46:48.020Z] --- PASS: TestRetrieveFromStore (0.44s) [2022-03-09T09:46:48.020Z] === RUN TestIsCorrupted [2022-03-09T09:46:48.020Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-09T09:46:48.020Z] === RUN TestSetRollover [2022-03-09T09:46:48.088Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.56s) [2022-03-09T09:46:48.088Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T09:46:48.485Z] === RUN TestInt2IP2IntConversion [2022-03-09T09:46:48.485Z] === RUN TestPoolRequest [2022-03-09T09:46:48.485Z] --- PASS: TestPoolRequest (0.00s) [2022-03-09T09:46:48.485Z] === RUN TestOtherRequests [2022-03-09T09:46:48.485Z] --- PASS: TestOtherRequests (0.00s) [2022-03-09T09:46:48.485Z] PASS [2022-03-09T09:46:48.485Z] coverage: 57.1% of statements [2022-03-09T09:46:48.485Z] ok github.com/docker/docker/libnetwork/ipams/null 0.038s coverage: 57.1% of statements [2022-03-09T09:46:48.562Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.64s) [2022-03-09T09:46:48.562Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-09T09:46:48.818Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-09T09:46:48.952Z] --- PASS: TestInt2IP2IntConversion (0.48s) [2022-03-09T09:46:48.952Z] === RUN TestGetAddressVersion [2022-03-09T09:46:48.952Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-09T09:46:48.952Z] === RUN TestKeyString [2022-03-09T09:46:48.952Z] --- PASS: TestKeyString (0.00s) [2022-03-09T09:46:48.952Z] === RUN TestPoolDataMarshal [2022-03-09T09:46:48.952Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-09T09:46:48.952Z] === RUN TestSubnetsMarshal [2022-03-09T09:46:48.952Z] --- PASS: TestSubnetsMarshal (0.03s) [2022-03-09T09:46:48.952Z] === RUN TestAddSubnets [2022-03-09T09:46:48.952Z] --- PASS: TestAddSubnets (0.04s) [2022-03-09T09:46:48.952Z] === RUN TestDoublePoolRelease [2022-03-09T09:46:48.952Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-09T09:46:48.952Z] === RUN TestAddReleasePoolID [2022-03-09T09:46:48.952Z] --- PASS: TestAddReleasePoolID (0.06s) [2022-03-09T09:46:48.952Z] === RUN TestPredefinedPool [2022-03-09T09:46:48.952Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-09T09:46:48.952Z] === RUN TestRemoveSubnet [2022-03-09T09:46:48.952Z] --- PASS: TestRemoveSubnet (0.14s) [2022-03-09T09:46:48.952Z] === RUN TestGetSameAddress [2022-03-09T09:46:48.952Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-09T09:46:48.952Z] === RUN TestPoolAllocationReuse [2022-03-09T09:46:48.952Z] --- PASS: TestSetRollover (1.22s) [2022-03-09T09:46:48.952Z] === RUN TestSetRolloverSerial [2022-03-09T09:46:49.381Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-09T09:46:49.419Z] === RUN TestGetCapabilities [2022-03-09T09:46:49.419Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-09T09:46:49.419Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-09T09:46:49.419Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-09T09:46:49.419Z] === RUN TestGetDefaultAddressSpaces [2022-03-09T09:46:49.419Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-09T09:46:49.419Z] === RUN TestRemoteDriver [2022-03-09T09:46:49.419Z] --- PASS: TestRemoteDriver (0.00s) [2022-03-09T09:46:49.419Z] PASS [2022-03-09T09:46:49.419Z] coverage: 47.4% of statements [2022-03-09T09:46:49.419Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.061s coverage: 47.4% of statements [2022-03-09T09:46:50.311Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.59s) [2022-03-09T09:46:50.311Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-09T09:46:50.402Z] === RUN TestWindowsIPAM [2022-03-09T09:46:50.402Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-09T09:46:50.402Z] PASS [2022-03-09T09:46:50.402Z] coverage: 71.4% of statements [2022-03-09T09:46:50.402Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.039s coverage: 71.4% of statements [2022-03-09T09:46:50.402Z] --- PASS: TestPoolAllocationReuse (1.22s) [2022-03-09T09:46:50.402Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-09T09:46:50.402Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-03-09T09:46:50.402Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-09T09:46:50.402Z] --- PASS: TestSetRolloverSerial (1.17s) [2022-03-09T09:46:50.402Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-09T09:46:50.402Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-09T09:46:50.402Z] PASS [2022-03-09T09:46:50.402Z] coverage: 84.4% of statements [2022-03-09T09:46:50.402Z] ok github.com/docker/docker/libnetwork/bitseq 9.816s coverage: 84.4% of statements [2022-03-09T09:46:50.869Z] === RUN TestDefaultNetwork [2022-03-09T09:46:51.336Z] --- PASS: TestDefaultNetwork (0.26s) [2022-03-09T09:46:51.336Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-09T09:46:51.336Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2022-03-09T09:46:51.336Z] === RUN TestInitAddressPools [2022-03-09T09:46:51.336Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-09T09:46:51.336Z] PASS [2022-03-09T09:46:51.336Z] coverage: 74.0% of statements [2022-03-09T09:46:51.336Z] ok github.com/docker/docker/libnetwork/ipamutils 0.593s coverage: 74.0% of statements [2022-03-09T09:46:51.679Z] --- PASS: TestCgroupNamespacesRunHostMode (1.63s) [2022-03-09T09:46:51.679Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-09T09:46:51.679Z] check_test.go:308: [d32340a0ec747] daemon is not started [2022-03-09T09:46:51.679Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-09T09:46:52.319Z] === RUN TestKeyValue [2022-03-09T09:46:52.319Z] --- PASS: TestKeyValue (0.00s) [2022-03-09T09:46:52.319Z] PASS [2022-03-09T09:46:52.319Z] coverage: 60.0% of statements [2022-03-09T09:46:52.319Z] ok github.com/docker/docker/libnetwork/netlabel 0.046s coverage: 60.0% of statements [2022-03-09T09:46:52.319Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.97s) [2022-03-09T09:46:52.319Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-09T09:46:52.686Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-09T09:46:53.304Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-09T09:46:53.576Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-09T09:46:53.576Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.65s) [2022-03-09T09:46:53.576Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-09T09:46:54.288Z] === RUN TestGenerate [2022-03-09T09:46:54.288Z] --- PASS: TestGenerate (0.00s) [2022-03-09T09:46:54.288Z] === RUN TestGeneratePtr [2022-03-09T09:46:54.288Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-09T09:46:54.288Z] === RUN TestGenerateMissingField [2022-03-09T09:46:54.288Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-09T09:46:54.288Z] === RUN TestFieldCannotBeSet [2022-03-09T09:46:54.288Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-09T09:46:54.288Z] === RUN TestTypeMismatchError [2022-03-09T09:46:54.288Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-09T09:46:54.288Z] PASS [2022-03-09T09:46:54.288Z] coverage: 100.0% of statements [2022-03-09T09:46:54.288Z] ok github.com/docker/docker/libnetwork/options 0.038s coverage: 100.0% of statements [2022-03-09T09:46:54.288Z] === RUN TestNetworkDBSimple [2022-03-09T09:46:54.755Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.33s) [2022-03-09T09:46:54.755Z] === RUN TestGetAddress [2022-03-09T09:46:54.863Z] tests/integration/client_test.py ..... [ 75%] [2022-03-09T09:46:54.863Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-09T09:46:54.949Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-09T09:46:54.949Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.66s) [2022-03-09T09:46:54.949Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-09T09:46:55.221Z] testing: warning: no tests to run [2022-03-09T09:46:55.221Z] PASS [2022-03-09T09:46:55.221Z] coverage: 0.0% of statements [2022-03-09T09:46:55.221Z] ok github.com/docker/docker/libnetwork/osl 0.046s coverage: 0.0% of statements [no tests to run] [2022-03-09T09:46:55.221Z] 2022/03/09 09:46:54 Closing DB instances... [2022-03-09T09:46:55.436Z] tests/integration/errors_test.py . [ 76%] [2022-03-09T09:46:55.515Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-09T09:46:56.081Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2022-03-09T09:46:56.081Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-09T09:46:56.081Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-09T09:46:56.205Z] === RUN TestRequestNewPort [2022-03-09T09:46:56.205Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-09T09:46:56.205Z] === RUN TestRequestSpecificPort [2022-03-09T09:46:56.205Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-09T09:46:56.205Z] === RUN TestReleasePort [2022-03-09T09:46:56.205Z] --- PASS: TestReleasePort (0.00s) [2022-03-09T09:46:56.205Z] === RUN TestReuseReleasedPort [2022-03-09T09:46:56.205Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-09T09:46:56.205Z] === RUN TestReleaseUnreadledPort [2022-03-09T09:46:56.205Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-09T09:46:56.205Z] === RUN TestUnknowProtocol [2022-03-09T09:46:56.205Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-09T09:46:56.205Z] === RUN TestAllocateAllPorts [2022-03-09T09:46:56.205Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-09T09:46:56.205Z] === RUN TestPortAllocation [2022-03-09T09:46:56.205Z] --- PASS: TestPortAllocation (0.00s) [2022-03-09T09:46:56.205Z] === RUN TestPortAllocationWithCustomRange [2022-03-09T09:46:56.205Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-09T09:46:56.205Z] === RUN TestNoDuplicateBPR [2022-03-09T09:46:56.205Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-09T09:46:56.205Z] === RUN TestChangePortRange [2022-03-09T09:46:56.205Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-09T09:46:56.205Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-09T09:46:56.205Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-09T09:46:56.205Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-09T09:46:56.205Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-09T09:46:56.205Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-09T09:46:56.205Z] --- PASS: TestChangePortRange (0.00s) [2022-03-09T09:46:56.205Z] PASS [2022-03-09T09:46:56.205Z] coverage: 88.6% of statements [2022-03-09T09:46:56.205Z] ok github.com/docker/docker/libnetwork/portallocator 0.044s coverage: 88.6% of statements [2022-03-09T09:46:56.672Z] --- PASS: TestNetworkDBSimple (2.03s) [2022-03-09T09:46:56.672Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-09T09:46:56.672Z] testing: warning: no tests to run [2022-03-09T09:46:56.672Z] PASS [2022-03-09T09:46:56.672Z] coverage: 0.0% of statements [2022-03-09T09:46:56.672Z] ok github.com/docker/docker/libnetwork/portmapper 0.039s coverage: 0.0% of statements [no tests to run] [2022-03-09T09:46:57.015Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-09T09:46:57.139Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-09T09:46:57.139Z] PASS [2022-03-09T09:46:57.139Z] coverage: 100.0% of statements [2022-03-09T09:46:57.139Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.043s coverage: 100.0% of statements [2022-03-09T09:46:57.580Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.64s) [2022-03-09T09:46:57.580Z] === RUN TestNISDomainname [2022-03-09T09:46:57.580Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-09T09:46:57.606Z] === RUN TestHashData [2022-03-09T09:46:57.606Z] --- PASS: TestHashData (0.00s) [2022-03-09T09:46:57.606Z] PASS [2022-03-09T09:46:57.606Z] coverage: 2.8% of statements [2022-03-09T09:46:57.606Z] ok github.com/docker/docker/libnetwork/resolvconf 0.068s coverage: 2.8% of statements [2022-03-09T09:46:57.606Z] 2022/03/09 09:46:57 Closing DB instances... [2022-03-09T09:46:58.057Z] --- PASS: TestCreateServiceSecretFileMode (11.82s) [2022-03-09T09:46:58.057Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T09:46:58.072Z] === RUN TestErrorConstructors [2022-03-09T09:46:58.072Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-09T09:46:58.072Z] === RUN TestCompareIPMask [2022-03-09T09:46:58.072Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-09T09:46:58.072Z] === RUN TestUtilGetHostPartIP [2022-03-09T09:46:58.072Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-09T09:46:58.072Z] === RUN TestUtilGetBroadcastIP [2022-03-09T09:46:58.072Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-09T09:46:58.072Z] === RUN TestParseCIDR [2022-03-09T09:46:58.072Z] --- PASS: TestParseCIDR (0.00s) [2022-03-09T09:46:58.072Z] PASS [2022-03-09T09:46:58.072Z] coverage: 37.3% of statements [2022-03-09T09:46:58.072Z] ok github.com/docker/docker/libnetwork/types 0.040s coverage: 37.3% of statements [2022-03-09T09:46:58.513Z] --- PASS: TestNISDomainname (1.00s) [2022-03-09T09:46:58.513Z] === RUN TestHostnameDnsResolution [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-09T09:46:58.540Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-09T09:46:58.540Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-09T09:46:58.540Z] PASS [2022-03-09T09:46:58.540Z] coverage: 50.0% of statements [2022-03-09T09:46:58.540Z] ok github.com/docker/docker/oci 0.095s coverage: 50.0% of statements [2022-03-09T09:46:59.007Z] === RUN TestAddressPoolOpt [2022-03-09T09:46:59.007Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/a [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/something [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/_=a [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/env1=value1 [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/_env1=value1 [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/PATH [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/=a [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/PATH= [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/PATH=something [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/asd!qwe [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/1asd [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/123 [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/some_space [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/__some_space_before [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/some_space_after__ [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/= [2022-03-09T09:46:59.007Z] === RUN TestValidateEnv/PaTh [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestParseHost [2022-03-09T09:46:59.007Z] --- PASS: TestParseHost (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestParseDockerDaemonHost [2022-03-09T09:46:59.007Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestParseTCP [2022-03-09T09:46:59.007Z] --- PASS: TestParseTCP (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-09T09:46:59.007Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestValidateExtraHosts [2022-03-09T09:46:59.007Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestIpOptString [2022-03-09T09:46:59.007Z] --- PASS: TestIpOptString (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-09T09:46:59.007Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestNewIpOptValidDefaultVal [2022-03-09T09:46:59.007Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestIpOptSetInvalidVal [2022-03-09T09:46:59.007Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestValidateIPAddress [2022-03-09T09:46:59.007Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestMapOpts [2022-03-09T09:46:59.007Z] --- PASS: TestMapOpts (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestListOptsWithoutValidator [2022-03-09T09:46:59.007Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestListOptsWithValidator [2022-03-09T09:46:59.007Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestValidateDNSSearch [2022-03-09T09:46:59.007Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_general_format [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_one_more [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-09T09:46:59.007Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-09T09:46:59.007Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestNamedListOpts [2022-03-09T09:46:59.007Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestNamedMapOpts [2022-03-09T09:46:59.007Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestParseLink [2022-03-09T09:46:59.007Z] --- PASS: TestParseLink (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestQuotedStringSetWithQuotes [2022-03-09T09:46:59.007Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-09T09:46:59.007Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-09T09:46:59.007Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-09T09:46:59.007Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-09T09:46:59.007Z] === RUN TestUlimitOpt [2022-03-09T09:46:59.007Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-09T09:46:59.007Z] PASS [2022-03-09T09:46:59.007Z] coverage: 67.4% of statements [2022-03-09T09:46:59.007Z] ok github.com/docker/docker/opts 0.067s coverage: 67.4% of statements [2022-03-09T09:46:59.007Z] === RUN TestParseVersion [2022-03-09T09:46:59.007Z] --- PASS: TestParseVersion (0.00s) [2022-03-09T09:46:59.007Z] PASS [2022-03-09T09:46:59.007Z] coverage: 52.9% of statements [2022-03-09T09:46:59.007Z] ok github.com/docker/docker/pkg/aaparser 0.046s coverage: 52.9% of statements [2022-03-09T09:46:59.474Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-03-09T09:46:59.474Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-09T09:46:59.885Z] --- PASS: TestHostnameDnsResolution (1.31s) [2022-03-09T09:46:59.885Z] === RUN TestUnprivilegedPortsAndPing [2022-03-09T09:47:00.457Z] 2022/03/09 09:47:00 Closing DB instances... [2022-03-09T09:47:00.813Z] --- PASS: TestUnprivilegedPortsAndPing (0.93s) [2022-03-09T09:47:00.813Z] === RUN TestStats [2022-03-09T09:47:00.924Z] === RUN TestPeerCertificateMarshalJSON [2022-03-09T09:47:01.391Z] === RUN TestIsArchivePathDir [2022-03-09T09:47:01.391Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-09T09:47:01.391Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-09T09:47:01.391Z] --- PASS: TestPeerCertificateMarshalJSON (0.40s) [2022-03-09T09:47:01.391Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-09T09:47:01.391Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-09T09:47:01.391Z] === RUN TestMiddleware [2022-03-09T09:47:01.391Z] --- PASS: TestMiddleware (0.00s) [2022-03-09T09:47:01.391Z] === RUN TestNewResponseModifier [2022-03-09T09:47:01.391Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-09T09:47:01.391Z] PASS [2022-03-09T09:47:01.391Z] coverage: 26.8% of statements [2022-03-09T09:47:01.391Z] ok github.com/docker/docker/pkg/authorization 0.442s coverage: 26.8% of statements [2022-03-09T09:47:01.391Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-03-09T09:47:01.391Z] === RUN TestIsArchivePathInvalidFile [2022-03-09T09:47:01.391Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2022-03-09T09:47:01.391Z] === RUN TestIsArchivePathTar [2022-03-09T09:47:01.391Z] --- PASS: TestIsArchivePathTar (0.17s) [2022-03-09T09:47:01.391Z] === RUN TestDecompressStreamGzip [2022-03-09T09:47:01.857Z] --- PASS: TestDecompressStreamGzip (0.12s) [2022-03-09T09:47:01.857Z] === RUN TestDecompressStreamBzip2 [2022-03-09T09:47:01.857Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-03-09T09:47:01.857Z] === RUN TestDecompressStreamXz [2022-03-09T09:47:01.857Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T09:47:01.857Z] === RUN TestUnbuffered [2022-03-09T09:47:01.857Z] --- PASS: TestUnbuffered (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestRaceUnbuffered [2022-03-09T09:47:01.857Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-09T09:47:01.857Z] PASS [2022-03-09T09:47:01.857Z] coverage: 100.0% of statements [2022-03-09T09:47:01.857Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestDecompressStreamZstd [2022-03-09T09:47:01.857Z] ok github.com/docker/docker/pkg/broadcaster 0.037s coverage: 100.0% of statements [2022-03-09T09:47:01.857Z] archive_test.go:140: zstd not installed [2022-03-09T09:47:01.857Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-09T09:47:01.857Z] === RUN TestCompressStreamXzUnsupported [2022-03-09T09:47:01.857Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-09T09:47:01.857Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestCompressStreamInvalid [2022-03-09T09:47:01.857Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestExtensionInvalid [2022-03-09T09:47:01.857Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestExtensionUncompressed [2022-03-09T09:47:01.857Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestExtensionBzip2 [2022-03-09T09:47:01.857Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestExtensionGzip [2022-03-09T09:47:01.857Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestExtensionXz [2022-03-09T09:47:01.857Z] --- PASS: TestExtensionXz (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestExtensionZstd [2022-03-09T09:47:01.857Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestCmdStreamLargeStderr [2022-03-09T09:47:01.857Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-03-09T09:47:01.857Z] === RUN TestCmdStreamBad [2022-03-09T09:47:01.857Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T09:47:01.857Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestCmdStreamGood [2022-03-09T09:47:01.857Z] --- PASS: TestCmdStreamGood (0.04s) [2022-03-09T09:47:01.857Z] === RUN TestUntarPathWithInvalidDest [2022-03-09T09:47:01.857Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-09T09:47:01.857Z] === RUN TestUntarPathWithInvalidSrc [2022-03-09T09:47:01.857Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-09T09:47:01.857Z] === RUN TestUntarPath [2022-03-09T09:47:02.324Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.82s) [2022-03-09T09:47:02.324Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-09T09:47:02.324Z] --- PASS: TestUntarPath (0.07s) [2022-03-09T09:47:02.324Z] === RUN TestUntarPathWithDestinationFile [2022-03-09T09:47:02.324Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-09T09:47:02.324Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-09T09:47:02.324Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-03-09T09:47:02.324Z] === RUN TestCopyWithTarInvalidSrc [2022-03-09T09:47:02.324Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-09T09:47:02.324Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-09T09:47:02.324Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-09T09:47:02.324Z] === RUN TestCopyWithTarSrcFile [2022-03-09T09:47:02.324Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2022-03-09T09:47:02.324Z] === RUN TestCopyWithTarSrcFolder [2022-03-09T09:47:02.324Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-09T09:47:02.324Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-09T09:47:02.324Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-09T09:47:02.324Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-09T09:47:02.324Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-09T09:47:02.324Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-09T09:47:02.324Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-09T09:47:02.324Z] === RUN TestCopyFileWithTarSrcFile [2022-03-09T09:47:02.324Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2022-03-09T09:47:02.324Z] === RUN TestTarFiles [2022-03-09T09:47:02.324Z] === RUN TestMatch [2022-03-09T09:47:02.324Z] === RUN TestMatch/[[]] [2022-03-09T09:47:02.324Z] === RUN TestMatch/[[foo]] [2022-03-09T09:47:02.324Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-09T09:47:02.324Z] === RUN TestMatch/[[foo_bar]] [2022-03-09T09:47:02.324Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-09T09:47:02.324Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-09T09:47:02.324Z] === RUN TestMatch/[] [2022-03-09T09:47:02.324Z] === RUN TestMatch/[]#01 [2022-03-09T09:47:02.324Z] === RUN TestMatch/[[qux]] [2022-03-09T09:47:02.324Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-09T09:47:02.324Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-09T09:47:02.324Z] === RUN TestMatch/[[foo_baz]] [2022-03-09T09:47:02.324Z] --- PASS: TestMatch (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[] (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-09T09:47:02.324Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-09T09:47:02.324Z] PASS [2022-03-09T09:47:02.324Z] coverage: 87.5% of statements [2022-03-09T09:47:02.324Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2022-03-09T09:47:02.703Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-09T09:47:03.307Z] === RUN TestChrootTarUntar [2022-03-09T09:47:03.307Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:47:03.307Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-09T09:47:03.307Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-09T09:47:03.307Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:47:03.307Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T09:47:03.307Z] === RUN TestChrootUntarEmptyArchive [2022-03-09T09:47:03.307Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-09T09:47:03.307Z] === RUN TestChrootTarUntarWithSymlink [2022-03-09T09:47:03.307Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:47:03.307Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-09T09:47:03.307Z] === RUN TestChrootCopyWithTar [2022-03-09T09:47:03.307Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:47:03.307Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-09T09:47:03.307Z] === RUN TestChrootCopyFileWithTar [2022-03-09T09:47:03.307Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:47:03.307Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-09T09:47:03.307Z] === RUN TestChrootUntarPath [2022-03-09T09:47:03.307Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:47:03.307Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-09T09:47:03.307Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-09T09:47:03.307Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:47:03.307Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:47:03.307Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-09T09:47:03.307Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:47:03.307Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:47:03.307Z] === RUN TestChrootApplyDotDotFile [2022-03-09T09:47:03.307Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:47:03.307Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-09T09:47:03.307Z] PASS [2022-03-09T09:47:03.307Z] coverage: 15.1% of statements [2022-03-09T09:47:03.307Z] ok github.com/docker/docker/pkg/chrootarchive 0.087s coverage: 15.1% of statements [2022-03-09T09:47:03.635Z] --- PASS: TestStats (2.87s) [2022-03-09T09:47:03.635Z] === RUN TestStopContainerWithTimeout [2022-03-09T09:47:03.635Z] === RUN TestStopContainerWithTimeout/0 [2022-03-09T09:47:03.635Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-09T09:47:03.635Z] === RUN TestStopContainerWithTimeout/1 [2022-03-09T09:47:03.635Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-09T09:47:03.635Z] === RUN TestStopContainerWithTimeout/3 [2022-03-09T09:47:03.635Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-09T09:47:03.635Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-09T09:47:03.635Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-09T09:47:03.635Z] === CONT TestStopContainerWithTimeout/0 [2022-03-09T09:47:03.635Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-09T09:47:04.201Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-09T09:47:04.246Z] --- PASS: TestInfoAPIWarnings (16.36s) [2022-03-09T09:47:04.246Z] === RUN TestInfoDebug [2022-03-09T09:47:04.246Z] --- PASS: TestInfoDebug (0.53s) [2022-03-09T09:47:04.246Z] === RUN TestInfoInsecureRegistries [2022-03-09T09:47:04.246Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-09T09:47:04.246Z] === RUN TestInfoRegistryMirrors [2022-03-09T09:47:04.246Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-09T09:47:04.246Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T09:47:04.246Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s) [2022-03-09T09:47:04.246Z] === RUN TestPingCacheHeaders [2022-03-09T09:47:04.246Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-09T09:47:04.246Z] === RUN TestPingGet [2022-03-09T09:47:04.246Z] --- PASS: TestPingGet (0.01s) [2022-03-09T09:47:04.246Z] === RUN TestPingHead [2022-03-09T09:47:04.246Z] --- PASS: TestPingHead (0.01s) [2022-03-09T09:47:04.246Z] === RUN TestVersion [2022-03-09T09:47:04.246Z] --- PASS: TestVersion (0.01s) [2022-03-09T09:47:04.246Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-09T09:47:04.246Z] === CONT TestDiskUsage [2022-03-09T09:47:04.291Z] 2022/03/09 09:47:03 Closing DB instances... [2022-03-09T09:47:04.291Z] === RUN TestEnsureRemoveAllNotExist [2022-03-09T09:47:04.291Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-09T09:47:04.291Z] === RUN TestEnsureRemoveAllWithDir [2022-03-09T09:47:04.291Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-09T09:47:04.291Z] === RUN TestEnsureRemoveAllWithFile [2022-03-09T09:47:04.291Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-09T09:47:04.291Z] PASS [2022-03-09T09:47:04.291Z] coverage: 0.0% of statements [2022-03-09T09:47:04.291Z] ok github.com/docker/docker/pkg/containerfs 0.062s coverage: 0.0% of statements [2022-03-09T09:47:04.766Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-09T09:47:04.766Z] === CONT TestStopContainerWithTimeout/3 [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty/container_types [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty/image_types [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty/volume_types [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-09T09:47:04.818Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-09T09:47:05.080Z] === RUN TestDiskUsage/after_container.Run [2022-03-09T09:47:05.278Z] === RUN TestSizeEmpty [2022-03-09T09:47:05.278Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-09T09:47:05.278Z] === RUN TestSizeEmptyFile [2022-03-09T09:47:05.278Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-09T09:47:05.278Z] === RUN TestSizeNonemptyFile [2022-03-09T09:47:05.278Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-09T09:47:05.278Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-09T09:47:05.278Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-09T09:47:05.278Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-09T09:47:05.278Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-09T09:47:05.278Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-09T09:47:05.278Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-09T09:47:05.278Z] === RUN TestMoveToSubdir [2022-03-09T09:47:05.278Z] --- PASS: TestMoveToSubdir (0.01s) [2022-03-09T09:47:05.278Z] === RUN TestSizeNonExistingDirectory [2022-03-09T09:47:05.278Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-09T09:47:05.278Z] PASS [2022-03-09T09:47:05.278Z] coverage: 80.0% of statements [2022-03-09T09:47:05.278Z] ok github.com/docker/docker/pkg/directory 0.057s coverage: 80.0% of statements [2022-03-09T09:47:05.654Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-09T09:47:05.654Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-09T09:47:05.654Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-09T09:47:05.654Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-09T09:47:05.654Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-09T09:47:05.654Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-09T09:47:05.654Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-09T09:47:05.654Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-09T09:47:05.654Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-09T09:47:05.654Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage (1.53s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.01s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run (0.49s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:47:05.654Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.56s) [2022-03-09T09:47:05.654Z] PASS [2022-03-09T09:47:05.654Z] [2022-03-09T09:47:05.654Z] DONE 50 tests in 20.419s [2022-03-09T09:47:05.654Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-09T09:47:05.697Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-09T09:47:05.745Z] === RUN TestPollerAddRemove [2022-03-09T09:47:05.745Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-09T09:47:05.745Z] === RUN TestPollerEvent [2022-03-09T09:47:05.745Z] poller_test.go:40: No chmod on Windows [2022-03-09T09:47:05.745Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-09T09:47:05.745Z] === RUN TestPollerClose [2022-03-09T09:47:05.745Z] --- PASS: TestPollerClose (0.00s) [2022-03-09T09:47:05.745Z] PASS [2022-03-09T09:47:05.745Z] coverage: 45.7% of statements [2022-03-09T09:47:05.745Z] ok github.com/docker/docker/pkg/filenotify 0.043s coverage: 45.7% of statements [2022-03-09T09:47:05.916Z] INFO: Testing against a local daemon [2022-03-09T09:47:05.916Z] === RUN TestVolumesCreateAndList [2022-03-09T09:47:05.916Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-09T09:47:05.916Z] === RUN TestVolumesRemove [2022-03-09T09:47:05.916Z] --- PASS: TestVolumesRemove (0.09s) [2022-03-09T09:47:05.916Z] === RUN TestVolumesInspect [2022-03-09T09:47:05.916Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-09T09:47:05.916Z] === RUN TestVolumesInvalidJSON [2022-03-09T09:47:05.916Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T09:47:05.916Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T09:47:05.916Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T09:47:05.916Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-09T09:47:05.916Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T09:47:05.916Z] PASS [2022-03-09T09:47:05.916Z] [2022-03-09T09:47:05.916Z] DONE 5 tests in 0.173s [2022-03-09T09:47:05.916Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T09:47:05.955Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-09T09:47:06.213Z] --- PASS: TestNetworkDBCRUDTableEntry (4.11s) [2022-03-09T09:47:06.213Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-09T09:47:06.213Z] --- PASS: TestTarFiles (4.06s) [2022-03-09T09:47:06.213Z] === RUN TestDetectCompressionZstd [2022-03-09T09:47:06.213Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-09T09:47:06.213Z] === RUN TestTarUntar [2022-03-09T09:47:06.213Z] --- PASS: TestTarUntar (0.04s) [2022-03-09T09:47:06.213Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-09T09:47:06.213Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-09T09:47:06.213Z] === RUN TestTarWithOptions [2022-03-09T09:47:06.213Z] --- PASS: TestTarWithOptions (0.02s) [2022-03-09T09:47:06.213Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-09T09:47:06.213Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-09T09:47:06.213Z] === RUN TestUntarUstarGnuConflict [2022-03-09T09:47:06.213Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-03-09T09:47:06.213Z] === RUN TestUntarInvalidFilenames [2022-03-09T09:47:06.213Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-09T09:47:06.471Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-09T09:47:06.491Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-09T09:47:06.491Z] Removing test suite binaries [2022-03-09T09:47:06.491Z] exiting test-integration [2022-03-09T09:47:06.491Z] ++ exit 0 [2022-03-09T09:47:06.491Z] [2022-03-09T09:47:06.680Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2554273207\\dest" [2022-03-09T09:47:06.680Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2022-03-09T09:47:06.680Z] === RUN TestUntarHardlinkToSymlink [2022-03-09T09:47:06.680Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-09T09:47:06.680Z] === RUN TestUntarInvalidHardlink [2022-03-09T09:47:06.680Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1492614641\\victim\\hello" -> "../victim/hello" [2022-03-09T09:47:06.680Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink181344991\\victim\\hello" -> "/../victim/hello" [2022-03-09T09:47:06.680Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3422521500\\victim" -> "../victim" [2022-03-09T09:47:06.680Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink695321426\\victim" -> "../victim" [2022-03-09T09:47:06.680Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink857890418\\victim" -> "../victim" [2022-03-09T09:47:06.680Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3651994698\\victim" -> "../victim" [2022-03-09T09:47:06.680Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-03-09T09:47:06.680Z] === RUN TestUntarInvalidSymlink [2022-03-09T09:47:06.680Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink962641720\\dest\\dotdot" -> "../victim/hello" [2022-03-09T09:47:06.680Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4102746395\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T09:47:06.680Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2783941191\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:47:06.680Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink287775737\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:47:06.680Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3081880606\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:47:06.680Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2733562774\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:47:06.680Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4132463732\\dest\\dir\\loophole" -> "../../victim" [2022-03-09T09:47:06.680Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-03-09T09:47:06.680Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-09T09:47:06.680Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestXGlobalNoParent [2022-03-09T09:47:06.680Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestReplaceFileTarWrapper [2022-03-09T09:47:06.680Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2022-03-09T09:47:06.680Z] === RUN TestPrefixHeaderReadable [2022-03-09T09:47:06.680Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-09T09:47:06.680Z] === RUN TestDisablePigz [2022-03-09T09:47:06.680Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-09T09:47:06.680Z] === RUN TestCopyFileWithInvalidSrc [2022-03-09T09:47:06.680Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T09:47:06.680Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-09T09:47:06.680Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-09T09:47:06.680Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCopyFile [2022-03-09T09:47:06.680Z] --- PASS: TestCopyFile (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-09T09:47:06.680Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T09:47:06.680Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-09T09:47:06.680Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-09T09:47:06.680Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T09:47:06.680Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestWildcardMatches [2022-03-09T09:47:06.680Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestPatternMatches [2022-03-09T09:47:06.680Z] --- PASS: TestPatternMatches (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-09T09:47:06.680Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestPatternMatchesFolderExclusions [2022-03-09T09:47:06.680Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-09T09:47:06.680Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-09T09:47:06.680Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-09T09:47:06.680Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-09T09:47:06.680Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestSingleExclamationError [2022-03-09T09:47:06.680Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestMatchesWithNoPatterns [2022-03-09T09:47:06.680Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestMatchesWithMalformedPatterns [2022-03-09T09:47:06.680Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestMatches [2022-03-09T09:47:06.680Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-09T09:47:06.680Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-09T09:47:06.680Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-09T09:47:06.680Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-09T09:47:06.680Z] --- PASS: TestMatches (0.01s) [2022-03-09T09:47:06.680Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-09T09:47:06.680Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-09T09:47:06.680Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-09T09:47:06.680Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCleanPatterns [2022-03-09T09:47:06.680Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-09T09:47:06.680Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCleanPatternsExceptionFlag [2022-03-09T09:47:06.680Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-09T09:47:06.680Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-09T09:47:06.680Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCleanPatternsErrorSingleException [2022-03-09T09:47:06.680Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCreateIfNotExistsDir [2022-03-09T09:47:06.680Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCreateIfNotExistsFile [2022-03-09T09:47:06.680Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestMatch [2022-03-09T09:47:06.680Z] --- PASS: TestMatch (0.00s) [2022-03-09T09:47:06.680Z] === RUN TestCompile [2022-03-09T09:47:06.680Z] === RUN TestCompile/slash [2022-03-09T09:47:06.680Z] === RUN TestCompile/backslash [2022-03-09T09:47:06.680Z] --- PASS: TestCompile (0.00s) [2022-03-09T09:47:06.680Z] --- PASS: TestCompile/slash (0.00s) [2022-03-09T09:47:06.680Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-09T09:47:06.680Z] PASS [2022-03-09T09:47:06.680Z] coverage: 84.7% of statements [2022-03-09T09:47:06.680Z] ok github.com/docker/docker/pkg/fileutils 0.075s coverage: 84.7% of statements [2022-03-09T09:47:06.729Z] === CONT TestStopContainerWithTimeout/1 [2022-03-09T09:47:06.729Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-09T09:47:06.729Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-09T09:47:06.729Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-09T09:47:07.011Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-09T09:47:07.147Z] --- PASS: TestDisablePigz (0.13s) [2022-03-09T09:47:07.147Z] === RUN TestPigz [2022-03-09T09:47:07.147Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-09T09:47:07.147Z] --- PASS: TestPigz (0.15s) [2022-03-09T09:47:07.147Z] === RUN TestNosysFileInfo [2022-03-09T09:47:07.147Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestCopyFileWithInvalidDest [2022-03-09T09:47:07.147Z] archive_windows_test.go:16: Currently fails [2022-03-09T09:47:07.147Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestCanonicalTarNameForPath [2022-03-09T09:47:07.147Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestCanonicalTarName [2022-03-09T09:47:07.147Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestChmodTarEntry [2022-03-09T09:47:07.147Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestHardLinkOrder [2022-03-09T09:47:07.147Z] --- PASS: TestHardLinkOrder (0.08s) [2022-03-09T09:47:07.147Z] === RUN TestChangeString [2022-03-09T09:47:07.147Z] --- PASS: TestChangeString (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestChangesWithNoChanges [2022-03-09T09:47:07.147Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-03-09T09:47:07.147Z] === RUN TestChangesWithChanges [2022-03-09T09:47:07.147Z] --- PASS: TestChangesWithChanges (0.03s) [2022-03-09T09:47:07.147Z] === RUN TestChangesWithChangesGH13590 [2022-03-09T09:47:07.147Z] changes_test.go:195: needs more investigation [2022-03-09T09:47:07.147Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestChangesDirsEmpty [2022-03-09T09:47:07.147Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T09:47:07.147Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestChangesDirsMutated [2022-03-09T09:47:07.147Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T09:47:07.147Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestApplyLayer [2022-03-09T09:47:07.147Z] changes_test.go:432: needs further investigation [2022-03-09T09:47:07.147Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestChangesSizeWithHardlinks [2022-03-09T09:47:07.147Z] changes_test.go:468: needs further investigation [2022-03-09T09:47:07.147Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestChangesSizeWithNoChanges [2022-03-09T09:47:07.147Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-09T09:47:07.147Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestChangesSize [2022-03-09T09:47:07.147Z] --- PASS: TestChangesSize (0.00s) [2022-03-09T09:47:07.147Z] === RUN TestApplyLayerInvalidFilenames [2022-03-09T09:47:07.147Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3795043681\\dest" [2022-03-09T09:47:07.147Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-09T09:47:07.147Z] === RUN TestApplyLayerInvalidHardlink [2022-03-09T09:47:07.147Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4221515054\\victim\\hello" -> "../victim/hello" [2022-03-09T09:47:07.147Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3302062261\\victim\\hello" -> "/../victim/hello" [2022-03-09T09:47:07.147Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3700031553\\victim" -> "../victim" [2022-03-09T09:47:07.147Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1401042630\\victim" -> "../victim" [2022-03-09T09:47:07.147Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3842808669\\victim" -> "../victim" [2022-03-09T09:47:07.147Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3664949495\\victim" -> "../victim" [2022-03-09T09:47:07.147Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2022-03-09T09:47:07.147Z] === RUN TestApplyLayerInvalidSymlink [2022-03-09T09:47:07.147Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3616344215\\dest\\dotdot" -> "../victim/hello" [2022-03-09T09:47:07.147Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2646713725\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-09T09:47:07.147Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink948673737\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:47:07.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink394864939\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:47:07.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1681810750\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:47:07.148Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink122550441\\dest\\loophole-victim" -> "../victim" [2022-03-09T09:47:07.148Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2022-03-09T09:47:07.148Z] === RUN TestApplyLayerWhiteouts [2022-03-09T09:47:07.614Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2022-03-09T09:47:07.614Z] === RUN TestGenerateEmptyFile [2022-03-09T09:47:07.615Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-09T09:47:07.615Z] === RUN TestGenerateWithContent [2022-03-09T09:47:07.615Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-09T09:47:07.615Z] PASS [2022-03-09T09:47:07.615Z] coverage: 62.0% of statements [2022-03-09T09:47:07.615Z] ok github.com/docker/docker/pkg/archive 6.169s coverage: 62.0% of statements [2022-03-09T09:47:07.615Z] === RUN TestGet [2022-03-09T09:47:07.615Z] --- PASS: TestGet (0.00s) [2022-03-09T09:47:07.615Z] === RUN TestGetShortcutString [2022-03-09T09:47:07.615Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-09T09:47:07.615Z] PASS [2022-03-09T09:47:07.615Z] coverage: 42.9% of statements [2022-03-09T09:47:07.615Z] ok github.com/docker/docker/pkg/homedir 0.040s coverage: 42.9% of statements Post stage [Pipeline] junit [2022-03-09T09:47:07.892Z] Recording test results [2022-03-09T09:47:07.966Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-09T09:47:08.081Z] 2022/03/09 09:47:08 Closing DB instances... [2022-03-09T09:47:08.548Z] === RUN TestCreateIDMapOrder [2022-03-09T09:47:08.548Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-09T09:47:08.548Z] PASS [2022-03-09T09:47:08.548Z] coverage: 7.2% of statements [2022-03-09T09:47:08.548Z] ok github.com/docker/docker/pkg/idtools 0.043s coverage: 7.2% of statements [2022-03-09T09:47:08.563Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-09T09:47:08.563Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2022-03-09T09:47:08.563Z] --- PASS: TestStopContainerWithTimeout/-1 (3.00s) [2022-03-09T09:47:08.563Z] --- PASS: TestStopContainerWithTimeout/3 (2.62s) [2022-03-09T09:47:08.563Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2022-03-09T09:47:08.563Z] === RUN TestDeleteDevicemapper [2022-03-09T09:47:08.563Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T09:47:08.563Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-09T09:47:08.563Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T09:47:08.563Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-09T09:47:09.531Z] === RUN TestFixedBufferCap [2022-03-09T09:47:09.531Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-09T09:47:09.531Z] === RUN TestFixedBufferLen [2022-03-09T09:47:09.531Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-09T09:47:09.531Z] === RUN TestFixedBufferString [2022-03-09T09:47:09.531Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-09T09:47:09.531Z] === RUN TestFixedBufferWrite [2022-03-09T09:47:09.531Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-09T09:47:09.531Z] === RUN TestFixedBufferRead [2022-03-09T09:47:09.531Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-09T09:47:09.531Z] === RUN TestBytesPipeRead [2022-03-09T09:47:09.531Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-09T09:47:09.531Z] === RUN TestBytesPipeWrite [2022-03-09T09:47:09.531Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-09T09:47:09.531Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-09T09:47:09.531Z] --- PASS: TestNetworkDBCRUDTableEntries (3.46s) [2022-03-09T09:47:09.531Z] === RUN TestNetworkDBNodeLeave [2022-03-09T09:47:09.643Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-09T09:47:09.987Z] + echo Ensuring container killed. [2022-03-09T09:47:09.987Z] Ensuring container killed. [2022-03-09T09:47:09.987Z] + docker rm -vf docker-pr7 [2022-03-09T09:47:09.987Z] Error: No such container: docker-pr7 [2022-03-09T09:47:09.999Z] --- PASS: TestBytesPipeWriteRandomChunks (0.45s) [2022-03-09T09:47:09.999Z] === RUN TestAtomicWriteToFile [2022-03-09T09:47:09.999Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-09T09:47:09.999Z] === RUN TestAtomicWriteSetCommit [2022-03-09T09:47:09.999Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-09T09:47:09.999Z] === RUN TestAtomicWriteSetCancel [2022-03-09T09:47:09.999Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-09T09:47:09.999Z] === RUN TestReadCloserWrapperClose [2022-03-09T09:47:09.999Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-09T09:47:09.999Z] === RUN TestReaderErrWrapperReadOnError [2022-03-09T09:47:09.999Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-09T09:47:09.999Z] === RUN TestReaderErrWrapperRead [2022-03-09T09:47:09.999Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-09T09:47:09.999Z] === RUN TestCancelReadCloser [2022-03-09T09:47:09.999Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-09T09:47:09.999Z] === RUN TestWriteCloserWrapperClose [2022-03-09T09:47:09.999Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-09T09:47:09.999Z] === RUN TestNopWriteCloser [2022-03-09T09:47:09.999Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-09T09:47:09.999Z] === RUN TestNopWriter [2022-03-09T09:47:09.999Z] --- PASS: TestNopWriter (0.00s) [2022-03-09T09:47:09.999Z] === RUN TestWriteCounter [2022-03-09T09:47:09.999Z] --- PASS: TestWriteCounter (0.00s) [2022-03-09T09:47:09.999Z] PASS [2022-03-09T09:47:09.999Z] coverage: 70.1% of statements [2022-03-09T09:47:09.999Z] ok github.com/docker/docker/pkg/ioutils 0.612s coverage: 70.1% of statements [Pipeline] sh [2022-03-09T09:47:10.230Z] --- PASS: TestCreateServiceConfigFileMode (11.95s) [2022-03-09T09:47:10.230Z] === RUN TestCreateServiceSysctls [2022-03-09T09:47:10.285Z] + echo Chowning /workspace to jenkins user [2022-03-09T09:47:10.285Z] Chowning /workspace to jenkins user [2022-03-09T09:47:10.285Z] + id -u [2022-03-09T09:47:10.285Z] + id -g [2022-03-09T09:47:10.285Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43344:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T09:47:10.983Z] === RUN TestError [2022-03-09T09:47:10.983Z] --- PASS: TestError (0.00s) [2022-03-09T09:47:10.983Z] === RUN TestProgressString [2022-03-09T09:47:10.983Z] === RUN TestProgressString/no_progress [2022-03-09T09:47:10.983Z] === RUN TestProgressString/progress_1 [2022-03-09T09:47:10.983Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-09T09:47:10.983Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-09T09:47:10.983Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-09T09:47:10.983Z] === RUN TestProgressString/with_units [2022-03-09T09:47:10.983Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-09T09:47:10.983Z] === RUN TestProgressString/hide_counts [2022-03-09T09:47:10.983Z] --- PASS: TestProgressString (0.00s) [2022-03-09T09:47:10.983Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-09T09:47:10.983Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-09T09:47:10.983Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-09T09:47:10.983Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-09T09:47:10.983Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-09T09:47:10.983Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-09T09:47:10.983Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-09T09:47:10.983Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-09T09:47:10.983Z] === RUN TestJSONMessageDisplay [2022-03-09T09:47:10.983Z] --- PASS: TestJSONMessageDisplay (0.15s) [2022-03-09T09:47:10.983Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-09T09:47:10.983Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-09T09:47:10.983Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-09T09:47:10.983Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-09T09:47:10.983Z] === RUN TestDisplayJSONMessagesStream [2022-03-09T09:47:10.983Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-09T09:47:10.983Z] PASS [2022-03-09T09:47:10.983Z] coverage: 91.7% of statements [2022-03-09T09:47:10.983Z] ok github.com/docker/docker/pkg/jsonmessage 0.196s coverage: 91.7% of statements [2022-03-09T09:47:11.090Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-09T09:47:11.351Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.75s) [2022-03-09T09:47:11.351Z] === RUN TestUpdateMemory [2022-03-09T09:47:11.351Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:47:11.351Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-09T09:47:11.351Z] === RUN TestUpdateCPUQuota [2022-03-09T09:47:11.450Z] === RUN TestStandardLongPath [2022-03-09T09:47:11.450Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-09T09:47:11.450Z] === RUN TestUNCLongPath [2022-03-09T09:47:11.450Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-09T09:47:11.450Z] PASS [2022-03-09T09:47:11.450Z] coverage: 100.0% of statements [2022-03-09T09:47:11.450Z] ok github.com/docker/docker/pkg/longpath 0.041s coverage: 100.0% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T09:47:11.971Z] + bundleName=amd64-cgroup2 [2022-03-09T09:47:11.971Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-09T09:47:11.971Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-09T09:47:11.971Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-09T09:47:11.971Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-03-09T09:47:12.121Z] --- PASS: TestCreateServiceSysctls (2.42s) [2022-03-09T09:47:12.121Z] === RUN TestCreateServiceCapabilities [Pipeline] archiveArtifacts [2022-03-09T09:47:12.243Z] Archiving artifacts [2022-03-09T09:47:12.436Z] === RUN TestNameFormat [2022-03-09T09:47:12.436Z] --- PASS: TestNameFormat (0.00s) [2022-03-09T09:47:12.436Z] === RUN TestNameRetries [2022-03-09T09:47:12.436Z] --- PASS: TestNameRetries (0.00s) [2022-03-09T09:47:12.436Z] PASS [2022-03-09T09:47:12.436Z] coverage: 85.7% of statements [2022-03-09T09:47:12.436Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2022-03-09T09:47:12.718Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-09T09:47:12.718Z] --- PASS: TestUpdateCPUQuota (1.44s) [2022-03-09T09:47:12.718Z] === RUN TestUpdatePidsLimit [2022-03-09T09:47:12.718Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-09T09:47:12.907Z] --- PASS: TestNetworkDBNodeLeave (3.03s) [2022-03-09T09:47:12.907Z] === RUN TestNetworkDBWatch [2022-03-09T09:47:12.907Z] === RUN TestParseKeyValueOpt [2022-03-09T09:47:12.907Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-09T09:47:12.907Z] === RUN TestParseUintList [2022-03-09T09:47:12.907Z] --- PASS: TestParseUintList (0.00s) [2022-03-09T09:47:12.907Z] === RUN TestParseUintListMaximumLimits [2022-03-09T09:47:12.907Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-09T09:47:12.907Z] PASS [2022-03-09T09:47:12.907Z] coverage: 97.0% of statements [2022-03-09T09:47:12.907Z] ok github.com/docker/docker/pkg/parsers 0.040s coverage: 97.0% of statements [2022-03-09T09:47:12.975Z] === RUN TestUpdatePidsLimit/no_change [2022-03-09T09:47:13.374Z] === RUN TestNewAndRemove [2022-03-09T09:47:13.374Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-09T09:47:13.374Z] === RUN TestRemoveInvalidPath [2022-03-09T09:47:13.374Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-09T09:47:13.374Z] PASS [2022-03-09T09:47:13.374Z] coverage: 82.6% of statements [2022-03-09T09:47:13.374Z] ok github.com/docker/docker/pkg/pidfile 0.043s coverage: 82.6% of statements [2022-03-09T09:47:13.537Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-09T09:47:13.537Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-09T09:47:13.794Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-09T09:47:13.794Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-09T09:47:13.794Z] check_test.go:308: [dff90629e5b45] daemon is not started [2022-03-09T09:47:13.794Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-09T09:47:13.794Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-09T09:47:13.794Z] check_test.go:308: [ddc006adbf2cd] daemon is not started [2022-03-09T09:47:13.794Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-09T09:47:13.794Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-09T09:47:13.931Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43344/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T09:47:14.018Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-09T09:47:14.050Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-09T09:47:14.251Z] + make clean [2022-03-09T09:47:14.358Z] 2022/03/09 09:47:14 Closing DB instances... [2022-03-09T09:47:14.516Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T09:47:14.516Z] docker-dev-cache [2022-03-09T09:47:14.516Z] docker-mod-cache [Pipeline] deleteDir [2022-03-09T09:47:14.616Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-09T09:47:14.616Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-09T09:47:14.636Z] --- PASS: TestCreateServiceCapabilities (2.30s) [2022-03-09T09:47:14.636Z] === RUN TestInspect [2022-03-09T09:47:14.874Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-09T09:47:14.874Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-09T09:47:15.342Z] === RUN TestFailedConnection [2022-03-09T09:47:15.342Z] --- PASS: TestGetAddress (20.92s) [2022-03-09T09:47:15.342Z] === RUN TestRequestSyntaxCheck [2022-03-09T09:47:15.342Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-09T09:47:15.342Z] === RUN TestRequest [2022-03-09T09:47:15.804Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-09T09:47:15.809Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-09T09:47:15.809Z] === RUN TestNetworkDBBulkSync [2022-03-09T09:47:16.061Z] --- PASS: TestUpdatePidsLimit (3.42s) [2022-03-09T09:47:16.061Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.35s) [2022-03-09T09:47:16.061Z] --- PASS: TestUpdatePidsLimit/no_change (0.34s) [2022-03-09T09:47:16.061Z] --- PASS: TestUpdatePidsLimit/update_lower (0.33s) [2022-03-09T09:47:16.061Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2022-03-09T09:47:16.061Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2022-03-09T09:47:16.061Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.42s) [2022-03-09T09:47:16.061Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s) [2022-03-09T09:47:16.061Z] === RUN TestUpdateRestartPolicy [2022-03-09T09:47:16.061Z] check_test.go:308: [dcf88f071011f] daemon is not started [2022-03-09T09:47:16.061Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-09T09:47:16.318Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-09T09:47:16.531Z] --- PASS: TestInspect (1.99s) [2022-03-09T09:47:16.531Z] === RUN TestCreateJob [2022-03-09T09:47:16.575Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T09:47:16.793Z] 2022/03/09 09:47:16 Closing DB instances... [2022-03-09T09:47:17.260Z] --- PASS: TestFailedConnection (2.13s) [2022-03-09T09:47:17.260Z] === RUN TestFailOnce [2022-03-09T09:47:17.260Z] 2022/03/09 09:47:17 http: panic serving 127.0.0.1:49289: Plugin not ready [2022-03-09T09:47:17.260Z] goroutine 34 [running]: [2022-03-09T09:47:17.260Z] net/http.(*conn).serve.func1() [2022-03-09T09:47:17.260Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-09T09:47:17.260Z] panic({0xceca00, 0xe009d0}) [2022-03-09T09:47:17.260Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-09T09:47:17.260Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x9f51f016328f8154}, 0xc000089a98) [2022-03-09T09:47:17.260Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-09T09:47:17.260Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xe0d900, 0xc0001ae000}, 0xc21d26) [2022-03-09T09:47:17.260Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-09T09:47:17.260Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xe0d900, 0xc0001ae000}, 0xc0001a0000) [2022-03-09T09:47:17.260Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-09T09:47:17.260Z] net/http.serverHandler.ServeHTTP({0xe0bff0}, {0xe0d900, 0xc0001ae000}, 0xc0001a0000) [2022-03-09T09:47:17.260Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-09T09:47:17.260Z] net/http.(*conn).serve(0xc000192000, {0xe0f900, 0xc0000260f0}) [2022-03-09T09:47:17.260Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-09T09:47:17.260Z] created by net/http.(*Server).Serve [2022-03-09T09:47:17.260Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-09T09:47:17.260Z] time="2022-03-09T09:47:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2022-03-09T09:47:18.245Z] --- PASS: TestFailOnce (1.16s) [2022-03-09T09:47:18.245Z] === RUN TestEchoInputOutput [2022-03-09T09:47:18.245Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-09T09:47:18.245Z] === RUN TestBackoff [2022-03-09T09:47:18.245Z] --- PASS: TestBackoff (0.00s) [2022-03-09T09:47:18.245Z] === RUN TestAbortRetry [2022-03-09T09:47:18.245Z] --- PASS: TestAbortRetry (0.00s) [2022-03-09T09:47:18.245Z] === RUN TestClientScheme [2022-03-09T09:47:18.245Z] --- PASS: TestClientScheme (0.00s) [2022-03-09T09:47:18.245Z] === RUN TestNewClientWithTimeout [2022-03-09T09:47:18.712Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-03-09T09:47:18.712Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-09T09:47:19.178Z] time="2022-03-09T09:47:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-09T09:47:19.804Z] --- PASS: TestCreateJob (2.79s) [2022-03-09T09:47:19.804Z] === RUN TestReplicatedJob [2022-03-09T09:47:20.740Z] time="2022-03-09T09:47:20Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-09T09:47:20.750Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-09T09:47:21.208Z] --- PASS: TestRequest (5.80s) [2022-03-09T09:47:21.208Z] === RUN TestOverlappingRequests [2022-03-09T09:47:21.675Z] 2022/03/09 09:47:21 Closing DB instances... [2022-03-09T09:47:21.675Z] --- PASS: TestOverlappingRequests (0.32s) [2022-03-09T09:47:21.675Z] === RUN TestRelease [2022-03-09T09:47:22.658Z] --- PASS: TestRelease (1.18s) [2022-03-09T09:47:22.658Z] === RUN TestAllocateRandomDeallocate [2022-03-09T09:47:23.124Z] time="2022-03-09T09:47:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-09T09:47:23.274Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-09T09:47:24.110Z] === RUN TestParseEmptyInterface [2022-03-09T09:47:24.110Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-09T09:47:24.110Z] === RUN TestParseNonInterfaceType [2022-03-09T09:47:24.110Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-09T09:47:24.110Z] === RUN TestParseWithOneFunction [2022-03-09T09:47:24.110Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-09T09:47:24.110Z] === RUN TestParseWithMultipleFuncs [2022-03-09T09:47:24.110Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-09T09:47:24.110Z] === RUN TestParseWithUnnamedReturn [2022-03-09T09:47:24.110Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-09T09:47:24.111Z] === RUN TestEmbeddedInterface [2022-03-09T09:47:24.111Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-09T09:47:24.111Z] === RUN TestParsedImports [2022-03-09T09:47:24.111Z] --- PASS: TestParsedImports (0.00s) [2022-03-09T09:47:24.111Z] === RUN TestAliasedImports [2022-03-09T09:47:24.111Z] --- PASS: TestAliasedImports (0.00s) [2022-03-09T09:47:24.111Z] PASS [2022-03-09T09:47:24.111Z] coverage: 56.8% of statements [2022-03-09T09:47:24.111Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.048s coverage: 56.8% of statements [2022-03-09T09:47:24.578Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.08s) [2022-03-09T09:47:24.578Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-09T09:47:25.044Z] === RUN TestHTTPTransport [2022-03-09T09:47:25.044Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-09T09:47:25.044Z] PASS [2022-03-09T09:47:25.044Z] coverage: 85.7% of statements [2022-03-09T09:47:25.044Z] ok github.com/docker/docker/pkg/plugins/transport 0.039s coverage: 85.7% of statements [2022-03-09T09:47:25.075Z] --- PASS: TestReplicatedJob (5.05s) [2022-03-09T09:47:25.075Z] === RUN TestUpdateReplicatedJob [2022-03-09T09:47:25.166Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-09T09:47:25.423Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-09T09:47:25.510Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-09T09:47:25.511Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T09:47:25.511Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-09T09:47:25.511Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-09T09:47:25.511Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-09T09:47:25.511Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-09T09:47:25.511Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-09T09:47:25.511Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-09T09:47:25.511Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-09T09:47:25.511Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-09T09:47:25.511Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-09T09:47:25.511Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-09T09:47:25.511Z] === RUN TestBufferPoolPutAndGet [2022-03-09T09:47:25.511Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-09T09:47:25.511Z] PASS [2022-03-09T09:47:25.511Z] coverage: 88.2% of statements [2022-03-09T09:47:25.511Z] ok github.com/docker/docker/pkg/pools 0.036s coverage: 88.2% of statements [2022-03-09T09:47:25.511Z] 2022/03/09 09:47:25 Closing DB instances... [2022-03-09T09:47:25.679Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-09T09:47:25.982Z] === RUN TestOutputOnPrematureClose [2022-03-09T09:47:25.982Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-09T09:47:25.982Z] === RUN TestCompleteSilently [2022-03-09T09:47:25.982Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-09T09:47:25.982Z] PASS [2022-03-09T09:47:25.982Z] coverage: 75.9% of statements [2022-03-09T09:47:25.982Z] ok github.com/docker/docker/pkg/progress 0.030s coverage: 75.9% of statements [2022-03-09T09:47:26.242Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-09T09:47:26.449Z] --- PASS: TestAllocateRandomDeallocate (3.46s) [2022-03-09T09:47:26.449Z] === RUN TestRetrieveFromStore [2022-03-09T09:47:26.449Z] === RUN TestSendToOneSub [2022-03-09T09:47:26.449Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-09T09:47:26.449Z] === RUN TestSendToMultipleSubs [2022-03-09T09:47:26.449Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-09T09:47:26.449Z] === RUN TestEvictOneSub [2022-03-09T09:47:26.449Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-09T09:47:26.449Z] === RUN TestClosePublisher [2022-03-09T09:47:26.449Z] --- PASS: TestClosePublisher (0.00s) [2022-03-09T09:47:26.449Z] === RUN TestPubSubRace [2022-03-09T09:47:26.967Z] --- PASS: TestUpdateReplicatedJob (2.62s) [2022-03-09T09:47:26.967Z] === RUN TestServiceListWithStatuses [2022-03-09T09:47:26.967Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T09:47:26.967Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T09:47:26.967Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T09:47:27.433Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-09T09:47:27.434Z] === RUN TestNetworkDBGarbageCollection [2022-03-09T09:47:27.434Z] --- PASS: TestRetrieveFromStore (1.04s) [2022-03-09T09:47:27.434Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-09T09:47:27.434Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2022-03-09T09:47:27.434Z] === RUN TestParallelPredefinedRequest1 [2022-03-09T09:47:27.434Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-09T09:47:27.434Z] === RUN TestParallelPredefinedRequest2 [2022-03-09T09:47:27.434Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-09T09:47:27.434Z] === RUN TestParallelPredefinedRequest3 [2022-03-09T09:47:27.434Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-09T09:47:27.434Z] === RUN TestParallelPredefinedRequest4 [2022-03-09T09:47:27.434Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-09T09:47:27.434Z] === RUN TestParallelPredefinedRequest5 [2022-03-09T09:47:27.434Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-09T09:47:27.434Z] === RUN TestDebug [2022-03-09T09:47:27.434Z] --- PASS: TestDebug (0.00s) [2022-03-09T09:47:27.434Z] === RUN TestRequestPoolParallel [2022-03-09T09:47:27.434Z] --- PASS: TestPubSubRace (1.05s) [2022-03-09T09:47:27.434Z] PASS [2022-03-09T09:47:27.434Z] coverage: 75.0% of statements [2022-03-09T09:47:27.434Z] ok github.com/docker/docker/pkg/pubsub 1.086s coverage: 75.0% of statements [2022-03-09T09:47:27.434Z] time="2022-03-09T09:47:27Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-09T09:47:27.901Z] --- PASS: TestRequestPoolParallel (0.46s) [2022-03-09T09:47:27.901Z] === RUN TestFullAllocateRelease [2022-03-09T09:47:27.901Z] === RUN TestRegister [2022-03-09T09:47:27.901Z] --- PASS: TestRegister (0.00s) [2022-03-09T09:47:27.901Z] === RUN TestCommand [2022-03-09T09:47:27.901Z] --- PASS: TestCommand (0.03s) [2022-03-09T09:47:27.901Z] === RUN TestNaiveSelf [2022-03-09T09:47:27.901Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-09T09:47:27.901Z] PASS [2022-03-09T09:47:27.901Z] coverage: 82.4% of statements [2022-03-09T09:47:27.901Z] ok github.com/docker/docker/pkg/reexec 0.101s coverage: 82.4% of statements [2022-03-09T09:47:28.135Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-09T09:47:28.135Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-09T09:47:28.368Z] --- PASS: TestFullAllocateRelease (0.42s) [2022-03-09T09:47:28.368Z] === RUN TestOddAllocateRelease [2022-03-09T09:47:28.368Z] --- PASS: TestOddAllocateRelease (0.25s) [2022-03-09T09:47:28.368Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-09T09:47:28.368Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2022-03-09T09:47:28.368Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-09T09:47:28.699Z] --- PASS: TestUpdateRestartPolicy (12.44s) [2022-03-09T09:47:28.699Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T09:47:28.836Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-09T09:47:28.836Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-09T09:47:28.836Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-03-09T09:47:28.836Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T09:47:28.836Z] === CONT TestParallelPredefinedRequest4 [2022-03-09T09:47:28.836Z] === CONT TestParallelPredefinedRequest3 [2022-03-09T09:47:28.836Z] === CONT TestParallelPredefinedRequest2 [2022-03-09T09:47:28.836Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:47:28.836Z] === CONT TestParallelPredefinedRequest3 [2022-03-09T09:47:28.836Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:47:28.836Z] === CONT TestParallelPredefinedRequest4 [2022-03-09T09:47:28.836Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:47:28.836Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-09T09:47:28.836Z] === CONT TestParallelPredefinedRequest5 [2022-03-09T09:47:28.836Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-09T09:47:28.836Z] === CONT TestParallelPredefinedRequest1 [2022-03-09T09:47:28.836Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:47:28.836Z] === CONT TestParallelPredefinedRequest5 [2022-03-09T09:47:28.836Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:47:28.836Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-09T09:47:28.836Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-09T09:47:28.836Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-09T09:47:28.836Z] PASS [2022-03-09T09:47:28.836Z] coverage: 85.3% of statements [2022-03-09T09:47:28.836Z] ok github.com/docker/docker/libnetwork/ipam 40.491s coverage: 85.3% of statements [2022-03-09T09:47:28.836Z] === RUN TestDump [2022-03-09T09:47:28.836Z] goroutine 6 [running]: [2022-03-09T09:47:28.836Z] github.com/docker/docker/pkg/stack.dump(0xe6b9d7) [2022-03-09T09:47:28.836Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T09:47:28.836Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-09T09:47:28.836Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-09T09:47:28.836Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-09T09:47:28.836Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-09T09:47:28.836Z] testing.tRunner(0xc00015c000, 0xfda190) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:47:28.836Z] created by testing.(*T).Run [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T09:47:28.836Z] [2022-03-09T09:47:28.836Z] goroutine 1 [chan receive]: [2022-03-09T09:47:28.836Z] testing.(*T).Run(0xc00002dd40, {0xfcb7b1, 0xe4a733}, 0xfda190) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T09:47:28.836Z] testing.runTests.func1(0xc000068840) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T09:47:28.836Z] testing.tRunner(0xc00002dd40, 0xc000071ce0) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:47:28.836Z] testing.runTests(0xc000076080, {0x113ec20, 0x3, 0x3}, {0xe6ac2d, 0xfcd4ab, 0x11436e0}) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T09:47:28.836Z] testing.(*M).Run(0xc000076080) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T09:47:28.836Z] main.main() [2022-03-09T09:47:28.836Z] _testmain.go:95 +0x1f5 [2022-03-09T09:47:28.836Z] --- PASS: TestDump (0.00s) [2022-03-09T09:47:28.836Z] === RUN TestDumpToFile [2022-03-09T09:47:28.836Z] --- PASS: TestDumpToFile (0.14s) [2022-03-09T09:47:28.836Z] === RUN TestDumpToFileWithEmptyInput [2022-03-09T09:47:28.836Z] goroutine 8 [running]: [2022-03-09T09:47:28.836Z] github.com/docker/docker/pkg/stack.dump(0xed8bb4) [2022-03-09T09:47:28.836Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-09T09:47:28.836Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xed8f60}) [2022-03-09T09:47:28.836Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-09T09:47:28.836Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015c000) [2022-03-09T09:47:28.836Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-09T09:47:28.836Z] testing.tRunner(0xc00015c4e0, 0xfda180) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:47:28.836Z] created by testing.(*T).Run [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-09T09:47:28.836Z] [2022-03-09T09:47:28.836Z] goroutine 1 [chan receive]: [2022-03-09T09:47:28.836Z] testing.(*T).Run(0xc00002dd40, {0xfd2596, 0xe4a733}, 0xfda180) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-09T09:47:28.836Z] testing.runTests.func1(0xc000068840) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-09T09:47:28.836Z] testing.tRunner(0xc00002dd40, 0xc000071ce0) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-09T09:47:28.836Z] testing.runTests(0xc000076080, {0x113ec20, 0x3, 0x3}, {0xe6ac2d, 0xfcd4ab, 0x11436e0}) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-09T09:47:28.836Z] testing.(*M).Run(0xc000076080) [2022-03-09T09:47:28.836Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-09T09:47:28.836Z] main.main() [2022-03-09T09:47:28.836Z] _testmain.go:95 +0x1f5 [2022-03-09T09:47:28.836Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-09T09:47:28.836Z] PASS [2022-03-09T09:47:28.836Z] coverage: 90.9% of statements [2022-03-09T09:47:28.836Z] ok github.com/docker/docker/pkg/stack 0.176s coverage: 90.9% of statements [2022-03-09T09:47:29.261Z] --- PASS: TestUpdateRestartWithAutoRemove (0.58s) [2022-03-09T09:47:29.261Z] === RUN TestWaitNonBlocked [2022-03-09T09:47:29.261Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:47:29.261Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:47:29.261Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:47:29.261Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:47:29.261Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:47:29.261Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:47:29.303Z] === RUN TestNewStdWriter [2022-03-09T09:47:29.303Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-09T09:47:29.303Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestWriteWithNilBytes [2022-03-09T09:47:29.303Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestWrite [2022-03-09T09:47:29.303Z] --- PASS: TestWrite (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestWriteWithWriterError [2022-03-09T09:47:29.303Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-09T09:47:29.303Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestStdCopyWriteAndRead [2022-03-09T09:47:29.303Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-09T09:47:29.303Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-09T09:47:29.303Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-09T09:47:29.303Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-09T09:47:29.303Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-09T09:47:29.303Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-09T09:47:29.303Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-09T09:47:29.303Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-09T09:47:29.303Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-09T09:47:29.303Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-09T09:47:29.303Z] PASS [2022-03-09T09:47:29.303Z] coverage: 100.0% of statements [2022-03-09T09:47:29.303Z] ok github.com/docker/docker/pkg/stdcopy 0.035s coverage: 100.0% of statements [2022-03-09T09:47:30.057Z] ......... [ 85%] [2022-03-09T09:47:30.195Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-09T09:47:30.195Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.04s) [2022-03-09T09:47:30.195Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.09s) [2022-03-09T09:47:30.195Z] === RUN TestWaitBlocked [2022-03-09T09:47:30.195Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:47:30.195Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:47:30.195Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:47:30.195Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:47:30.195Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-09T09:47:30.195Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-09T09:47:30.241Z] --- PASS: TestDockerNetworkConnectAlias (3.47s) [2022-03-09T09:47:30.241Z] === RUN TestDockerNetworkReConnect [2022-03-09T09:47:30.288Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-09T09:47:30.288Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-09T09:47:30.288Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-09T09:47:30.288Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-09T09:47:30.288Z] === RUN TestFormatStatus [2022-03-09T09:47:30.288Z] --- PASS: TestFormatStatus (0.00s) [2022-03-09T09:47:30.288Z] === RUN TestFormatError [2022-03-09T09:47:30.288Z] --- PASS: TestFormatError (0.00s) [2022-03-09T09:47:30.288Z] === RUN TestFormatJSONError [2022-03-09T09:47:30.288Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-09T09:47:30.288Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-09T09:47:30.288Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-09T09:47:30.288Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-09T09:47:30.288Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-09T09:47:30.288Z] === RUN TestNewJSONProgressOutput [2022-03-09T09:47:30.288Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-09T09:47:30.288Z] === RUN TestAuxFormatterEmit [2022-03-09T09:47:30.288Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-09T09:47:30.288Z] === RUN TestStreamWriterStdout [2022-03-09T09:47:30.288Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-09T09:47:30.288Z] === RUN TestStreamWriterStderr [2022-03-09T09:47:30.288Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-09T09:47:30.288Z] PASS [2022-03-09T09:47:30.288Z] coverage: 66.2% of statements [2022-03-09T09:47:30.288Z] ok github.com/docker/docker/pkg/streamformatter 0.038s coverage: 66.2% of statements [2022-03-09T09:47:30.755Z] === RUN TestGenerateRandomID [2022-03-09T09:47:30.755Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-09T09:47:30.755Z] === RUN TestShortenId [2022-03-09T09:47:30.755Z] --- PASS: TestShortenId (0.00s) [2022-03-09T09:47:30.755Z] === RUN TestShortenSha256Id [2022-03-09T09:47:30.755Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-09T09:47:30.755Z] === RUN TestShortenIdEmpty [2022-03-09T09:47:30.755Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-09T09:47:30.755Z] === RUN TestShortenIdInvalid [2022-03-09T09:47:30.755Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-09T09:47:30.755Z] === RUN TestIsShortIDNonHex [2022-03-09T09:47:30.755Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-09T09:47:30.755Z] === RUN TestIsShortIDNotCorrectSize [2022-03-09T09:47:30.755Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-09T09:47:30.755Z] PASS [2022-03-09T09:47:30.755Z] coverage: 70.6% of statements [2022-03-09T09:47:30.755Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2022-03-09T09:47:31.222Z] === RUN TestIsCpusetListAvailable [2022-03-09T09:47:31.222Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-09T09:47:31.222Z] PASS [2022-03-09T09:47:31.222Z] coverage: 39.4% of statements [2022-03-09T09:47:31.222Z] ok github.com/docker/docker/pkg/sysinfo 0.034s coverage: 39.4% of statements [2022-03-09T09:47:31.565Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-09T09:47:31.565Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s) [2022-03-09T09:47:31.565Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s) [2022-03-09T09:47:31.565Z] === CONT TestContainerStartOnDaemonRestart [2022-03-09T09:47:31.565Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-09T09:47:31.565Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-09T09:47:32.131Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-09T09:47:32.697Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-09T09:47:32.697Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-09T09:47:32.697Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-09T09:47:32.697Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-09T09:47:32.697Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-09T09:47:32.697Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-09T09:47:32.697Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-09T09:47:32.697Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-09T09:47:32.697Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-09T09:47:32.782Z] === RUN TestChtimes [2022-03-09T09:47:32.782Z] --- PASS: TestChtimes (0.00s) [2022-03-09T09:47:32.782Z] === RUN TestChtimesWindows [2022-03-09T09:47:32.782Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-09T09:47:32.782Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-09T09:47:32.782Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-09T09:47:32.782Z] PASS [2022-03-09T09:47:32.782Z] coverage: 12.9% of statements [2022-03-09T09:47:32.782Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 12.9% of statements [2022-03-09T09:47:33.249Z] === RUN TestTailFile [2022-03-09T09:47:33.249Z] --- PASS: TestTailFile (0.00s) [2022-03-09T09:47:33.249Z] === RUN TestTailFileManyLines [2022-03-09T09:47:33.249Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-09T09:47:33.249Z] === RUN TestTailEmptyFile [2022-03-09T09:47:33.249Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-09T09:47:33.249Z] === RUN TestTailNegativeN [2022-03-09T09:47:33.249Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader [2022-03-09T09:47:33.249Z] === CONT TestNewTailReader [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/no_delimiter [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/truncated_last_line [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-09T09:47:33.249Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.249Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.249Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.249Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.249Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.249Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.249Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.249Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.249Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/no_delimiter [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.250Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.250Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.250Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.251Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.251Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.251Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-09T09:47:33.252Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.252Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.252Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.253Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.253Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.557Z] --- PASS: TestDockerNetworkReConnect (2.66s) [2022-03-09T09:47:33.557Z] === RUN TestServicePlugin [2022-03-09T09:47:33.557Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:47:33.557Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-09T09:47:33.557Z] === RUN TestServiceUpdateLabel [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.720Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.720Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.721Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-09T09:47:33.722Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.01s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.01s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.01s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:47:33.722Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-09T09:47:33.723Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-09T09:47:33.724Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-09T09:47:33.724Z] PASS [2022-03-09T09:47:33.724Z] coverage: 88.6% of statements [2022-03-09T09:47:33.724Z] ok github.com/docker/docker/pkg/tailfile 0.162s coverage: 88.6% of statements [2022-03-09T09:47:34.190Z] === RUN TestTarSumRemoveNonExistent [2022-03-09T09:47:34.190Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-09T09:47:34.190Z] === RUN TestTarSumRemove [2022-03-09T09:47:34.190Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-09T09:47:34.190Z] === RUN TestSortFileInfoSums [2022-03-09T09:47:34.190Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-09T09:47:34.190Z] === RUN TestNewTarSumForLabelInvalid [2022-03-09T09:47:34.190Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-09T09:47:34.190Z] === RUN TestNewTarSumForLabel [2022-03-09T09:47:34.190Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-09T09:47:34.190Z] === RUN TestEmptyTar [2022-03-09T09:47:34.190Z] --- PASS: TestEmptyTar (0.00s) [2022-03-09T09:47:34.190Z] === RUN TestTarSumsReadSize [2022-03-09T09:47:34.190Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-09T09:47:34.190Z] === RUN TestTarSums [2022-03-09T09:47:34.657Z] --- PASS: TestTarSums (0.06s) [2022-03-09T09:47:34.657Z] === RUN TestIteration [2022-03-09T09:47:34.657Z] --- PASS: TestIteration (0.00s) [2022-03-09T09:47:34.657Z] === RUN TestVersionLabelForChecksum [2022-03-09T09:47:34.657Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-09T09:47:34.657Z] === RUN TestVersion [2022-03-09T09:47:34.657Z] --- PASS: TestVersion (0.00s) [2022-03-09T09:47:34.657Z] === RUN TestGetVersion [2022-03-09T09:47:34.657Z] --- PASS: TestGetVersion (0.00s) [2022-03-09T09:47:34.657Z] === RUN TestGetVersions [2022-03-09T09:47:34.657Z] --- PASS: TestGetVersions (0.00s) [2022-03-09T09:47:34.657Z] PASS [2022-03-09T09:47:34.657Z] coverage: 89.3% of statements [2022-03-09T09:47:34.657Z] ok github.com/docker/docker/pkg/tarsum 0.119s coverage: 89.3% of statements [2022-03-09T09:47:34.755Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-09T09:47:35.124Z] === RUN TestTruncIndex [2022-03-09T09:47:35.124Z] --- PASS: TestTruncIndex (0.10s) [2022-03-09T09:47:35.124Z] PASS [2022-03-09T09:47:35.124Z] coverage: 91.5% of statements [2022-03-09T09:47:35.124Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2022-03-09T09:47:35.223Z] --- PASS: TestContainerStartOnDaemonRestart (3.65s) [2022-03-09T09:47:35.223Z] === CONT TestDaemonHostGatewayIP [2022-03-09T09:47:35.446Z] --- PASS: TestServiceUpdateLabel (2.11s) [2022-03-09T09:47:35.446Z] === RUN TestServiceUpdateSecrets [2022-03-09T09:47:35.480Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.03s) [2022-03-09T09:47:35.480Z] === CONT TestDaemonRestartIpcMode [2022-03-09T09:47:35.591Z] === RUN TestIsGIT [2022-03-09T09:47:35.591Z] --- PASS: TestIsGIT (0.00s) [2022-03-09T09:47:35.591Z] === RUN TestIsTransport [2022-03-09T09:47:35.591Z] --- PASS: TestIsTransport (0.00s) [2022-03-09T09:47:35.591Z] PASS [2022-03-09T09:47:35.591Z] coverage: 100.0% of statements [2022-03-09T09:47:35.591Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2022-03-09T09:47:36.058Z] === RUN TestVersionInfo [2022-03-09T09:47:36.058Z] --- PASS: TestVersionInfo (0.00s) [2022-03-09T09:47:36.058Z] === RUN TestAppendVersions [2022-03-09T09:47:36.058Z] --- PASS: TestAppendVersions (0.00s) [2022-03-09T09:47:36.058Z] PASS [2022-03-09T09:47:36.058Z] coverage: 88.9% of statements [2022-03-09T09:47:36.058Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-09T09:47:36.058Z] === RUN TestClientStream [2022-03-09T09:47:36.058Z] --- PASS: TestClientStream (0.00s) [2022-03-09T09:47:36.058Z] === RUN TestClientSendFile [2022-03-09T09:47:36.058Z] --- PASS: TestClientSendFile (0.00s) [2022-03-09T09:47:36.058Z] === RUN TestClientWithRequestTimeout [2022-03-09T09:47:36.058Z] ok github.com/docker/docker/pkg/useragent 0.032s coverage: 88.9% of statements [2022-03-09T09:47:36.058Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-09T09:47:36.058Z] === RUN TestFileSpecPlugin [2022-03-09T09:47:36.058Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-09T09:47:36.058Z] === RUN TestFileJSONSpecPlugin [2022-03-09T09:47:36.058Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-09T09:47:36.058Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-09T09:47:36.058Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-09T09:47:36.058Z] === RUN TestPluginAddHandler [2022-03-09T09:47:36.058Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-09T09:47:36.058Z] === RUN TestPluginWaitBadPlugin [2022-03-09T09:47:36.058Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-09T09:47:36.058Z] === RUN TestGet [2022-03-09T09:47:36.058Z] time="2022-03-09T09:47:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-09T09:47:36.215Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-09T09:47:36.410Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-09T09:47:36.974Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-09T09:47:37.041Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-09T09:47:37.041Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-09T09:47:37.041Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-09T09:47:37.041Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-09T09:47:37.041Z] time="2022-03-09T09:47:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-09T09:47:37.513Z] === RUN TestValidatePrivileges [2022-03-09T09:47:37.513Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-09T09:47:37.513Z] === RUN TestFilterByCapNeg [2022-03-09T09:47:37.513Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-09T09:47:37.513Z] === RUN TestFilterByCapPos [2022-03-09T09:47:37.513Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-09T09:47:37.513Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-09T09:47:37.513Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-09T09:47:37.513Z] PASS [2022-03-09T09:47:37.513Z] coverage: 12.0% of statements [2022-03-09T09:47:37.513Z] ok github.com/docker/docker/plugin 0.048s coverage: 12.0% of statements [2022-03-09T09:47:37.979Z] === RUN TestNewSettable [2022-03-09T09:47:37.979Z] --- PASS: TestNewSettable (0.00s) [2022-03-09T09:47:37.979Z] === RUN TestIsSettable [2022-03-09T09:47:37.979Z] --- PASS: TestIsSettable (0.00s) [2022-03-09T09:47:37.979Z] === RUN TestUpdateSettingsEnv [2022-03-09T09:47:37.979Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-09T09:47:37.979Z] PASS [2022-03-09T09:47:37.979Z] coverage: 20.0% of statements [2022-03-09T09:47:37.979Z] ok github.com/docker/docker/plugin/v2 0.037s coverage: 20.0% of statements [2022-03-09T09:47:38.447Z] === RUN TestLoad [2022-03-09T09:47:38.447Z] --- PASS: TestLoad (0.00s) [2022-03-09T09:47:38.447Z] === RUN TestSave [2022-03-09T09:47:38.447Z] --- PASS: TestSave (0.03s) [2022-03-09T09:47:38.447Z] === RUN TestAddDeleteGet [2022-03-09T09:47:38.447Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-09T09:47:38.447Z] === RUN TestInvalidTags [2022-03-09T09:47:38.447Z] --- PASS: TestInvalidTags (0.00s) [2022-03-09T09:47:38.447Z] PASS [2022-03-09T09:47:38.447Z] coverage: 84.4% of statements [2022-03-09T09:47:38.447Z] ok github.com/docker/docker/reference 0.141s coverage: 84.4% of statements [2022-03-09T09:47:38.914Z] time="2022-03-09T09:47:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-09T09:47:39.380Z] === RUN TestResolveAuthConfigIndexServer [2022-03-09T09:47:39.380Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-09T09:47:39.380Z] === RUN TestResolveAuthConfigFullURL [2022-03-09T09:47:39.380Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-09T09:47:39.380Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-09T09:47:39.380Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-09T09:47:39.380Z] === RUN TestValidateMirror [2022-03-09T09:47:39.380Z] --- PASS: TestValidateMirror (0.00s) [2022-03-09T09:47:39.380Z] === RUN TestLoadInsecureRegistries [2022-03-09T09:47:39.380Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-09T09:47:39.380Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-09T09:47:39.380Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-09T09:47:39.380Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-09T09:47:39.380Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-09T09:47:39.380Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-09T09:47:39.380Z] === RUN TestResumableRequestReaderWithReadError [2022-03-09T09:47:39.848Z] time="2022-03-09T09:47:39Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-09T09:47:39.848Z] time="2022-03-09T09:47:39Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-09T09:47:39.848Z] time="2022-03-09T09:47:39Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-09T09:47:39.848Z] --- PASS: TestLoadInsecureRegistries (0.14s) [2022-03-09T09:47:39.848Z] === RUN TestNewServiceConfig [2022-03-09T09:47:39.848Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestValidateIndexName [2022-03-09T09:47:39.848Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestValidateIndexNameWithError [2022-03-09T09:47:39.848Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestEndpointParse [2022-03-09T09:47:39.848Z] --- PASS: TestEndpointParse (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestEndpointParseInvalid [2022-03-09T09:47:39.848Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestValidateEndpoint [2022-03-09T09:47:39.848Z] --- PASS: TestValidateEndpoint (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestPing [2022-03-09T09:47:39.848Z] --- PASS: TestPing (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestPingRegistryEndpoint [2022-03-09T09:47:39.848Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:47:39.848Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestEndpoint [2022-03-09T09:47:39.848Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:47:39.848Z] --- SKIP: TestEndpoint (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestParseRepositoryInfo [2022-03-09T09:47:39.848Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestNewIndexInfo [2022-03-09T09:47:39.848Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestMirrorEndpointLookup [2022-03-09T09:47:39.848Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:47:39.848Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestSearchRepositories [2022-03-09T09:47:39.848Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-09T09:47:39.848Z] Host: 127.0.0.1:49326 [2022-03-09T09:47:39.848Z] User-Agent: docker test client [2022-03-09T09:47:39.848Z] Authorization: Token fake-token [2022-03-09T09:47:39.848Z] X-Docker-Token: true [2022-03-09T09:47:39.848Z] Accept-Encoding: gzip [2022-03-09T09:47:39.848Z] [2022-03-09T09:47:39.848Z] [2022-03-09T09:47:39.848Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-09T09:47:39.848Z] Connection: close [2022-03-09T09:47:39.848Z] Content-Length: 144 [2022-03-09T09:47:39.848Z] Cache-Control: no-cache [2022-03-09T09:47:39.848Z] Content-Type: application/json [2022-03-09T09:47:39.848Z] Date: Wed, 09 Mar 2022 09:47:39 GMT [2022-03-09T09:47:39.848Z] Expires: -1 [2022-03-09T09:47:39.848Z] Pragma: no-cache [2022-03-09T09:47:39.848Z] Server: docker-tests/mock [2022-03-09T09:47:39.848Z] X-Docker-Registry-Config: mock [2022-03-09T09:47:39.848Z] X-Docker-Registry-Version: 0.0.0 [2022-03-09T09:47:39.848Z] [2022-03-09T09:47:39.848Z] [2022-03-09T09:47:39.848Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestTrustedLocation [2022-03-09T09:47:39.848Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-09T09:47:39.848Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestAllowNondistributableArtifacts [2022-03-09T09:47:39.848Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestIsSecureIndex [2022-03-09T09:47:39.848Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-09T09:47:39.848Z] PASS [2022-03-09T09:47:39.848Z] coverage: 51.2% of statements [2022-03-09T09:47:39.848Z] ok github.com/docker/docker/registry 0.211s coverage: 51.2% of statements [2022-03-09T09:47:39.848Z] time="2022-03-09T09:47:39Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-09T09:47:39.848Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s) [2022-03-09T09:47:39.848Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-09T09:47:39.848Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-09T09:47:39.848Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-09T09:47:39.848Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestResumableRequestReader [2022-03-09T09:47:39.848Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-09T09:47:39.848Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-09T09:47:39.848Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-09T09:47:39.848Z] PASS [2022-03-09T09:47:39.848Z] coverage: 100.0% of statements [2022-03-09T09:47:39.848Z] ok github.com/docker/docker/registry/resumable 0.202s coverage: 100.0% of statements [2022-03-09T09:47:40.251Z] --- PASS: TestDaemonHostGatewayIP (4.83s) [2022-03-09T09:47:40.251Z] === CONT TestIpcModeOlderClient [2022-03-09T09:47:40.251Z] --- PASS: TestDaemonRestartIpcMode (4.55s) [2022-03-09T09:47:40.251Z] === CONT TestContainerKillOnDaemonStart [2022-03-09T09:47:40.251Z] --- PASS: TestIpcModeOlderClient (0.14s) [2022-03-09T09:47:40.315Z] === RUN TestRestartManagerTimeout [2022-03-09T09:47:40.315Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-09T09:47:40.315Z] === RUN TestRestartManagerTimeoutReset [2022-03-09T09:47:40.315Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-09T09:47:40.315Z] PASS [2022-03-09T09:47:40.315Z] coverage: 50.9% of statements [2022-03-09T09:47:40.315Z] ok github.com/docker/docker/restartmanager 0.034s coverage: 50.9% of statements [2022-03-09T09:47:40.315Z] === RUN TestDecodeContainerConfig [2022-03-09T09:47:40.315Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-09T09:47:40.315Z] === RUN TestDecodeContainerConfigIsolation [2022-03-09T09:47:40.315Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-09T09:47:40.315Z] === RUN TestValidatePrivileged [2022-03-09T09:47:40.315Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-09T09:47:40.315Z] PASS [2022-03-09T09:47:40.315Z] coverage: 52.6% of statements [2022-03-09T09:47:40.315Z] ok github.com/docker/docker/runconfig 0.040s coverage: 52.6% of statements [2022-03-09T09:47:41.077Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-09T09:47:41.299Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-09T09:47:41.299Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-09T09:47:41.299Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-09T09:47:41.299Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-09T09:47:41.299Z] PASS [2022-03-09T09:47:41.299Z] coverage: 62.5% of statements [2022-03-09T09:47:41.299Z] ok github.com/docker/docker/testutil 0.038s coverage: 62.5% of statements [2022-03-09T09:47:42.009Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-09T09:47:42.800Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-09T09:47:42.801Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-09T09:47:42.944Z] check_test.go:308: [d03bde620fcce] daemon is not started [2022-03-09T09:47:42.944Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-09T09:47:43.509Z] time="2022-03-09T09:47:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-09T09:47:43.509Z] === RUN TestGetDriver [2022-03-09T09:47:43.509Z] --- PASS: TestGetDriver (0.00s) [2022-03-09T09:47:43.509Z] === RUN TestVolumeRequestError [2022-03-09T09:47:43.509Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-09T09:47:43.509Z] PASS [2022-03-09T09:47:43.509Z] coverage: 36.1% of statements [2022-03-09T09:47:43.509Z] ok github.com/docker/docker/volume/drivers 0.047s coverage: 36.1% of statements [2022-03-09T09:47:43.509Z] === RUN TestGetAddress [2022-03-09T09:47:43.509Z] --- PASS: TestGetAddress (0.00s) [2022-03-09T09:47:43.509Z] === RUN TestRemove [2022-03-09T09:47:43.509Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T09:47:43.509Z] --- SKIP: TestRemove (0.00s) [2022-03-09T09:47:43.509Z] === RUN TestInitializeWithVolumes [2022-03-09T09:47:43.509Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-03-09T09:47:43.509Z] === RUN TestCreate [2022-03-09T09:47:43.509Z] --- PASS: TestCreate (0.01s) [2022-03-09T09:47:43.509Z] === RUN TestValidateName [2022-03-09T09:47:43.509Z] --- PASS: TestValidateName (0.00s) [2022-03-09T09:47:43.509Z] === RUN TestCreateWithOpts [2022-03-09T09:47:43.509Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T09:47:43.509Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-09T09:47:43.509Z] === RUN TestRelaodNoOpts [2022-03-09T09:47:43.509Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-09T09:47:43.509Z] PASS [2022-03-09T09:47:43.509Z] coverage: 41.5% of statements [2022-03-09T09:47:43.509Z] ok github.com/docker/docker/volume/local 0.066s coverage: 41.5% of statements [2022-03-09T09:47:43.876Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-09T09:47:44.133Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRaw [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-09T09:47:44.493Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRaw [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRawSplit [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-09T09:47:44.493Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-09T09:47:44.493Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T09:47:44.493Z] === RUN TestConvertTmpfsOptions [2022-03-09T09:47:44.493Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-09T09:47:44.493Z] linux_parser_test.go:209: data="ro" [2022-03-09T09:47:44.493Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-09T09:47:44.493Z] === RUN TestParseMountSpec [2022-03-09T09:47:44.493Z] parser_test.go:62: case 0 [2022-03-09T09:47:44.493Z] parser_test.go:62: case 1 [2022-03-09T09:47:44.493Z] parser_test.go:62: case 2 [2022-03-09T09:47:44.493Z] parser_test.go:62: case 3 [2022-03-09T09:47:44.493Z] parser_test.go:62: case 4 [2022-03-09T09:47:44.493Z] parser_test.go:62: case 5 [2022-03-09T09:47:44.493Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-09T09:47:44.493Z] === RUN TestValidateMount [2022-03-09T09:47:44.493Z] --- PASS: TestValidateMount (0.00s) [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRaw [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-09T09:47:44.493Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-09T09:47:44.493Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-09T09:47:44.493Z] PASS [2022-03-09T09:47:44.493Z] coverage: 67.6% of statements [2022-03-09T09:47:44.493Z] ok github.com/docker/docker/volume/mounts 0.048s coverage: 67.6% of statements [2022-03-09T09:47:44.527Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-09T09:47:45.476Z] === RUN TestSetGetMeta [2022-03-09T09:47:45.476Z] === PAUSE TestSetGetMeta [2022-03-09T09:47:45.476Z] === RUN TestRestore [2022-03-09T09:47:45.476Z] === PAUSE TestRestore [2022-03-09T09:47:45.476Z] === RUN TestServiceCreate [2022-03-09T09:47:45.476Z] === PAUSE TestServiceCreate [2022-03-09T09:47:45.476Z] === RUN TestServiceList [2022-03-09T09:47:45.476Z] === PAUSE TestServiceList [2022-03-09T09:47:45.476Z] === RUN TestServiceRemove [2022-03-09T09:47:45.476Z] === PAUSE TestServiceRemove [2022-03-09T09:47:45.476Z] === RUN TestServiceGet [2022-03-09T09:47:45.476Z] === PAUSE TestServiceGet [2022-03-09T09:47:45.476Z] === RUN TestServicePrune [2022-03-09T09:47:45.476Z] === PAUSE TestServicePrune [2022-03-09T09:47:45.476Z] === RUN TestCreate [2022-03-09T09:47:45.476Z] === PAUSE TestCreate [2022-03-09T09:47:45.476Z] === RUN TestRemove [2022-03-09T09:47:45.476Z] === PAUSE TestRemove [2022-03-09T09:47:45.476Z] === RUN TestList [2022-03-09T09:47:45.476Z] === PAUSE TestList [2022-03-09T09:47:45.476Z] === RUN TestFindByDriver [2022-03-09T09:47:45.476Z] === PAUSE TestFindByDriver [2022-03-09T09:47:45.476Z] === RUN TestFindByReferenced [2022-03-09T09:47:45.476Z] === PAUSE TestFindByReferenced [2022-03-09T09:47:45.476Z] === RUN TestDerefMultipleOfSameRef [2022-03-09T09:47:45.476Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-09T09:47:45.476Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T09:47:45.476Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T09:47:45.476Z] === RUN TestDefererencePluginOnCreateError [2022-03-09T09:47:45.476Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-09T09:47:45.476Z] === RUN TestRefDerefRemove [2022-03-09T09:47:45.476Z] === PAUSE TestRefDerefRemove [2022-03-09T09:47:45.476Z] === RUN TestGet [2022-03-09T09:47:45.476Z] === PAUSE TestGet [2022-03-09T09:47:45.476Z] === RUN TestGetWithReference [2022-03-09T09:47:45.476Z] === PAUSE TestGetWithReference [2022-03-09T09:47:45.476Z] === RUN TestFilterFunc [2022-03-09T09:47:45.476Z] === RUN TestFilterFunc/test_nil_list [2022-03-09T09:47:45.476Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-09T09:47:45.476Z] === RUN TestFilterFunc/test_empty_list [2022-03-09T09:47:45.476Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-09T09:47:45.476Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T09:47:45.476Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T09:47:45.476Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T09:47:45.476Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T09:47:45.476Z] === RUN TestFilterFunc/test_filter_some [2022-03-09T09:47:45.476Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-09T09:47:45.476Z] === RUN TestFilterFunc/test_filter_middle [2022-03-09T09:47:45.476Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-09T09:47:45.476Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-09T09:47:45.476Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-09T09:47:45.476Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-09T09:47:45.476Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-09T09:47:45.476Z] === CONT TestFilterFunc/test_nil_list [2022-03-09T09:47:45.476Z] === CONT TestFilterFunc/test_filter_some [2022-03-09T09:47:45.476Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-09T09:47:45.476Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-09T09:47:45.476Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-09T09:47:45.476Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-09T09:47:45.476Z] === CONT TestFilterFunc/test_empty_list [2022-03-09T09:47:45.476Z] === CONT TestFilterFunc/test_filter_middle [2022-03-09T09:47:45.476Z] --- PASS: TestFilterFunc (0.00s) [2022-03-09T09:47:45.476Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-09T09:47:45.476Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-09T09:47:45.476Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-09T09:47:45.476Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-09T09:47:45.476Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-09T09:47:45.476Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-09T09:47:45.476Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-09T09:47:45.476Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-09T09:47:45.476Z] === CONT TestSetGetMeta [2022-03-09T09:47:45.476Z] === CONT TestList [2022-03-09T09:47:45.476Z] === CONT TestServiceGet [2022-03-09T09:47:45.476Z] === CONT TestDefererencePluginOnCreateError [2022-03-09T09:47:45.476Z] --- PASS: TestSetGetMeta (0.01s) [2022-03-09T09:47:45.476Z] === CONT TestServiceRemove [2022-03-09T09:47:45.476Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-09T09:47:45.476Z] === CONT TestServiceList [2022-03-09T09:47:45.476Z] --- PASS: TestList (0.03s) [2022-03-09T09:47:45.476Z] === CONT TestServiceCreate [2022-03-09T09:47:45.476Z] --- PASS: TestServiceGet (0.14s) [2022-03-09T09:47:45.476Z] === CONT TestRestore [2022-03-09T09:47:45.476Z] --- PASS: TestServiceRemove (0.13s) [2022-03-09T09:47:45.476Z] === CONT TestRemove [2022-03-09T09:47:45.476Z] --- PASS: TestServiceList (0.12s) [2022-03-09T09:47:45.476Z] === CONT TestCreate [2022-03-09T09:47:45.476Z] --- PASS: TestServiceCreate (0.12s) [2022-03-09T09:47:45.476Z] === CONT TestServicePrune [2022-03-09T09:47:45.476Z] time="2022-03-09T09:47:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:47:45.476Z] --- PASS: TestCreate (0.01s) [2022-03-09T09:47:45.476Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-09T09:47:45.476Z] --- PASS: TestRemove (0.02s) [2022-03-09T09:47:45.476Z] === CONT TestDerefMultipleOfSameRef [2022-03-09T09:47:45.476Z] --- PASS: TestRestore (0.02s) [2022-03-09T09:47:45.476Z] === CONT TestFindByReferenced [2022-03-09T09:47:45.476Z] time="2022-03-09T09:47:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:47:45.476Z] time="2022-03-09T09:47:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:47:45.476Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-09T09:47:45.476Z] === CONT TestFindByDriver [2022-03-09T09:47:45.476Z] time="2022-03-09T09:47:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-09T09:47:45.476Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-09T09:47:45.476Z] === CONT TestGetWithReference [2022-03-09T09:47:45.476Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-09T09:47:45.476Z] === CONT TestGet [2022-03-09T09:47:45.476Z] time="2022-03-09T09:47:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-09T09:47:45.476Z] --- PASS: TestServicePrune (0.04s) [2022-03-09T09:47:45.476Z] === CONT TestRefDerefRemove [2022-03-09T09:47:45.476Z] --- PASS: TestFindByDriver (0.02s) [2022-03-09T09:47:45.476Z] --- PASS: TestGet (0.02s) [2022-03-09T09:47:45.476Z] --- PASS: TestGetWithReference (0.02s) [2022-03-09T09:47:45.476Z] --- PASS: TestRefDerefRemove (0.01s) [2022-03-09T09:47:45.476Z] PASS [2022-03-09T09:47:45.476Z] coverage: 69.0% of statements [2022-03-09T09:47:45.476Z] ok github.com/docker/docker/volume/service 0.252s coverage: 69.0% of statements [2022-03-09T09:47:45.501Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-09T09:47:47.290Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-09T09:47:47.290Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-09T09:47:48.017Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-09T09:47:48.949Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-09T09:47:50.291Z] --- PASS: TestServiceUpdateSecrets (13.83s) [2022-03-09T09:47:50.291Z] === RUN TestServiceUpdateConfigs [2022-03-09T09:47:50.324Z] check_test.go:308: [de03736223b7b] daemon is not started [2022-03-09T09:47:50.324Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-09T09:47:51.195Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-09T09:47:51.257Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-09T09:47:51.336Z] --- PASS: TestGet (15.01s) [2022-03-09T09:47:51.336Z] === RUN TestPluginWithNoManifest [2022-03-09T09:47:51.336Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-09T09:47:51.336Z] === RUN TestGetAll [2022-03-09T09:47:51.336Z] --- PASS: TestGetAll (0.00s) [2022-03-09T09:47:51.336Z] PASS [2022-03-09T09:47:51.336Z] coverage: 73.2% of statements [2022-03-09T09:47:51.336Z] ok github.com/docker/docker/pkg/plugins 35.988s coverage: 73.2% of statements [2022-03-09T09:47:51.514Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-09T09:47:51.715Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-09T09:47:51.715Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-09T09:47:51.715Z] [2022-03-09T09:47:51.715Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-09T09:47:51.715Z] =========================== short test summary info ============================ [2022-03-09T09:47:51.715Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-09T09:47:51.715Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-09T09:47:51.715Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-09T09:47:51.715Z] Not supported on most drivers [2022-03-09T09:47:51.715Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-09T09:47:51.715Z] Output of docker top depends on host distro, and is not formalized. [2022-03-09T09:47:51.715Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-09T09:47:51.715Z] Output of docker top depends on host distro, and is not formalized. [2022-03-09T09:47:51.715Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-09T09:47:51.715Z] Can fail if eth0 has multiple IP addresses [2022-03-09T09:47:51.715Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-09T09:47:51.715Z] This doesn't seem to be taken into account by the engine [2022-03-09T09:47:51.715Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-09T09:47:51.715Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-09T09:47:51.715Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 292.69 seconds == [2022-03-09T09:47:51.976Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-09T09:47:52.076Z] --- PASS: TestContainerKillOnDaemonStart (12.00s) [2022-03-09T09:47:52.076Z] PASS [2022-03-09T09:47:52.076Z] [2022-03-09T09:47:52.076Z] === Skipped [2022-03-09T09:47:52.076Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-09T09:47:52.076Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:47:52.076Z] [2022-03-09T09:47:52.076Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-09T09:47:52.076Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:47:52.076Z] [2022-03-09T09:47:52.076Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-09T09:47:52.076Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:47:52.076Z] [2022-03-09T09:47:52.076Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-09T09:47:52.076Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-09T09:47:52.076Z] [2022-03-09T09:47:52.076Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-09T09:47:52.076Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-09T09:47:52.076Z] [2022-03-09T09:47:52.076Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-09T09:47:52.076Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:47:52.076Z] [2022-03-09T09:47:52.076Z] DONE 200 tests, 6 skipped in 162.771s [2022-03-09T09:47:52.076Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-09T09:47:52.076Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:47:52.076Z] ++ set -e [2022-03-09T09:47:52.076Z] ++ '[' -n 0 ']' [2022-03-09T09:47:52.076Z] ++ set -x [2022-03-09T09:47:52.076Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:47:52.076Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T09:47:52.332Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-09T09:47:52.588Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-09T09:47:52.588Z] === RUN TestDaemonConfigValidation [2022-03-09T09:47:52.588Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:47:52.588Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:47:52.588Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-09T09:47:52.588Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-09T09:47:52.588Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-09T09:47:52.588Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-09T09:47:52.588Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-09T09:47:52.588Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-09T09:47:52.588Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-09T09:47:52.589Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-09T09:47:52.589Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-09T09:47:52.589Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-09T09:47:52.846Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-09T09:47:52.846Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-09T09:47:52.846Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-09T09:47:52.846Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-09T09:47:52.846Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.12s) [2022-03-09T09:47:52.846Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.14s) [2022-03-09T09:47:52.846Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-03-09T09:47:52.846Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2022-03-09T09:47:52.846Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-03-09T09:47:52.846Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T09:47:52.846Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-09T09:47:53.223Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-09T09:47:53.223Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-09T09:47:53.223Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-09T09:47:53.223Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-09T09:47:53.223Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-09T09:47:53.223Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-09T09:47:53.223Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-09T09:47:53.223Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-09T09:47:53.223Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-09T09:47:53.223Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-09T09:47:53.223Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-09T09:47:53.690Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-09T09:47:53.690Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T09:47:53.690Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-09T09:47:53.690Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T09:47:53.690Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-09T09:47:53.690Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.690Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-09T09:47:53.690Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T09:47:53.690Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-09T09:47:53.780Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-09T09:47:54.037Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-09T09:47:54.975Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-09T09:47:54.975Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-09T09:47:55.232Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-09T09:47:55.232Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-09T09:47:56.164Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-09T09:47:56.164Z] daemon_test.go:156: [d3906af545450] daemon is not started [2022-03-09T09:47:56.164Z] --- PASS: TestConfigDaemonSeccompProfiles (3.16s) [2022-03-09T09:47:56.164Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2022-03-09T09:47:56.164Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-09T09:47:56.164Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s) [2022-03-09T09:47:56.164Z] === RUN TestDaemonProxy [2022-03-09T09:47:56.164Z] === RUN TestDaemonProxy/environment_variables [2022-03-09T09:47:56.164Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-09T09:47:57.092Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-09T09:47:57.654Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-09T09:47:57.910Z] === RUN TestDaemonProxy/command-line_options [2022-03-09T09:47:58.454Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-09T09:47:58.454Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T09:47:58.454Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-09T09:47:58.454Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T09:47:58.454Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-09T09:47:58.473Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-09T09:47:59.842Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-09T09:47:59.842Z] === RUN TestDaemonProxy/configuration_file [2022-03-09T09:48:00.100Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-09T09:48:00.663Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-09T09:48:00.663Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-09T09:48:01.229Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-09T09:48:01.502Z] === RUN TestDaemonProxy/conflicting_options [2022-03-09T09:48:01.773Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-09T09:48:02.036Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-09T09:48:02.300Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-09T09:48:02.562Z] --- PASS: TestDaemonProxy (6.38s) [2022-03-09T09:48:02.562Z] --- PASS: TestDaemonProxy/environment_variables (1.81s) [2022-03-09T09:48:02.562Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-03-09T09:48:02.562Z] --- PASS: TestDaemonProxy/configuration_file (1.77s) [2022-03-09T09:48:02.562Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-09T09:48:02.562Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-03-09T09:48:02.562Z] PASS [2022-03-09T09:48:02.562Z] [2022-03-09T09:48:02.562Z] DONE 17 tests in 10.520s [2022-03-09T09:48:02.562Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-09T09:48:02.562Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:48:02.562Z] ++ set -e [2022-03-09T09:48:02.562Z] ++ '[' -n 0 ']' [2022-03-09T09:48:02.562Z] ++ set -x [2022-03-09T09:48:02.562Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:48:02.562Z] INFO: Testing against a local daemon [2022-03-09T09:48:02.562Z] === RUN TestCommitInheritsEnv [2022-03-09T09:48:02.832Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-09T09:48:03.095Z] --- PASS: TestCommitInheritsEnv (0.38s) [2022-03-09T09:48:03.095Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T09:48:03.095Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-09T09:48:03.095Z] === RUN TestImportWithCustomPlatform [2022-03-09T09:48:03.095Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-09T09:48:03.095Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-09T09:48:03.095Z] === RUN TestImportWithCustomPlatform// [2022-03-09T09:48:03.095Z] === RUN TestImportWithCustomPlatform/linux [2022-03-09T09:48:03.095Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-09T09:48:03.352Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-09T09:48:03.353Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-09T09:48:03.353Z] === RUN TestImportWithCustomPlatform/macos [2022-03-09T09:48:03.353Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-09T09:48:03.353Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-09T09:48:03.353Z] --- PASS: TestImportWithCustomPlatform (0.45s) [2022-03-09T09:48:03.353Z] --- PASS: TestImportWithCustomPlatform/#00 (0.10s) [2022-03-09T09:48:03.353Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-09T09:48:03.353Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-09T09:48:03.353Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-09T09:48:03.353Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.09s) [2022-03-09T09:48:03.353Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.09s) [2022-03-09T09:48:03.353Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-09T09:48:03.353Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-09T09:48:03.353Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-09T09:48:03.610Z] === RUN TestImagesFilterMultiReference [2022-03-09T09:48:03.610Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2022-03-09T09:48:03.610Z] === RUN TestImagePullPlatformInvalid [2022-03-09T09:48:03.610Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-09T09:48:03.610Z] === RUN TestRemoveImageOrphaning [2022-03-09T09:48:03.867Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-09T09:48:03.867Z] --- PASS: TestRemoveImageOrphaning (0.39s) [2022-03-09T09:48:03.867Z] === RUN TestRemoveImageGarbageCollector [2022-03-09T09:48:04.206Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T09:48:04.206Z] [2022-03-09T09:48:04.206Z] Unloading profiles will leave already running processes permanently [2022-03-09T09:48:04.206Z] unconfined, which can lead to unexpected situations. [2022-03-09T09:48:04.206Z] [2022-03-09T09:48:04.206Z] To set a process to complain mode, use the command line tool [2022-03-09T09:48:04.206Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T09:48:04.206Z] Post stage [Pipeline] junit [2022-03-09T09:48:04.221Z] Recording test results [2022-03-09T09:48:04.431Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-09T09:48:04.689Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-09T09:48:04.946Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-09T09:48:05.154Z] --- PASS: TestServiceUpdateConfigs (14.30s) [2022-03-09T09:48:05.154Z] === RUN TestServiceUpdateNetwork [2022-03-09T09:48:05.512Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-09T09:48:05.512Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-09T09:48:05.675Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-09T09:48:05.769Z] check_test.go:308: [d65029a837075] daemon is not started [2022-03-09T09:48:05.769Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-09T09:48:05.965Z] + echo Ensuring container killed. [2022-03-09T09:48:05.966Z] Ensuring container killed. [2022-03-09T09:48:05.966Z] + docker rm -vf docker-pr7 [2022-03-09T09:48:05.966Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-03-09T09:48:06.027Z] --- PASS: TestRemoveImageGarbageCollector (2.08s) [2022-03-09T09:48:06.027Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T09:48:06.027Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-09T09:48:06.027Z] === RUN TestTagInvalidReference [2022-03-09T09:48:06.027Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-09T09:48:06.027Z] === RUN TestTagValidPrefixedRepo [2022-03-09T09:48:06.255Z] + echo Chowning /workspace to jenkins user [2022-03-09T09:48:06.256Z] Chowning /workspace to jenkins user [2022-03-09T09:48:06.256Z] + id -u [2022-03-09T09:48:06.256Z] + id -g [2022-03-09T09:48:06.256Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43344:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T09:48:06.256Z] Unable to find image 'busybox:latest' locally [2022-03-09T09:48:06.256Z] latest: Pulling from library/busybox [2022-03-09T09:48:06.285Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-09T09:48:06.285Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T09:48:06.285Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-09T09:48:06.285Z] === RUN TestTagOfficialNames [2022-03-09T09:48:06.285Z] --- PASS: TestTagOfficialNames (0.06s) [2022-03-09T09:48:06.285Z] === RUN TestTagMatchesDigest [2022-03-09T09:48:06.285Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-09T09:48:06.285Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-09T09:48:06.519Z] 7e5209d2300f: Pulling fs layer [2022-03-09T09:48:06.519Z] 7e5209d2300f: Download complete [2022-03-09T09:48:06.781Z] 7e5209d2300f: Pull complete [2022-03-09T09:48:06.781Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-09T09:48:06.781Z] Status: Downloaded newer image for busybox:latest [2022-03-09T09:48:06.849Z] check_test.go:308: [dfb7101709d9d] daemon is not started [2022-03-09T09:48:06.850Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-09T09:48:07.263Z] --- PASS: TestBuildWithHugeFile (159.21s) [2022-03-09T09:48:07.264Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T09:48:07.264Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:48:07.264Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:48:07.264Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T09:48:07.264Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:48:07.264Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:48:07.264Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:48:07.264Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:48:07.264Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:48:07.264Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:48:07.264Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:48:07.264Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:48:07.264Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:48:07.264Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2022-03-09T09:48:07.264Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-09T09:48:07.264Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-09T09:48:07.264Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-09T09:48:07.264Z] === RUN TestBuildPreserveOwnership [2022-03-09T09:48:07.264Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:48:07.264Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-09T09:48:07.264Z] === RUN TestBuildPlatformInvalid [2022-03-09T09:48:07.264Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-09T09:48:07.264Z] PASS [2022-03-09T09:48:07.264Z] ok github.com/docker/docker/integration/build 236.224s [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === Skipped [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-09T09:48:07.264Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-09T09:48:07.264Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-03-09T09:48:07.264Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-09T09:48:07.264Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:48:07.264Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-09T09:48:07.264Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] DONE 29 tests, 6 skipped in 266.678s [2022-03-09T09:48:07.264Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-09T09:48:07.264Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:48:07.264Z] INFO: Testing against a local daemon [2022-03-09T09:48:07.264Z] === RUN TestConfigInspect [2022-03-09T09:48:07.264Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-09T09:48:07.264Z] === RUN TestConfigList [2022-03-09T09:48:07.264Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] --- SKIP: TestConfigList (0.00s) [2022-03-09T09:48:07.264Z] === RUN TestConfigsCreateAndDelete [2022-03-09T09:48:07.264Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-09T09:48:07.264Z] === RUN TestConfigsUpdate [2022-03-09T09:48:07.264Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-09T09:48:07.264Z] === RUN TestTemplatedConfig [2022-03-09T09:48:07.264Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-09T09:48:07.264Z] === RUN TestConfigCreateResolve [2022-03-09T09:48:07.264Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:48:07.264Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-09T09:48:07.264Z] PASS [2022-03-09T09:48:07.264Z] ok github.com/docker/docker/integration/config 0.099s [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === Skipped [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-09T09:48:07.264Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-09T09:48:07.264Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-09T09:48:07.264Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-09T09:48:07.264Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-09T09:48:07.264Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.01s) [2022-03-09T09:48:07.264Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:48:07.264Z] [2022-03-09T09:48:07.264Z] DONE 6 tests, 6 skipped in 2.471s [2022-03-09T09:48:07.264Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-09T09:48:07.412Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-09T09:48:07.974Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T09:48:08.467Z] + bundleName=docker-py [2022-03-09T09:48:08.467Z] + echo Creating docker-py-bundles.tar.gz [2022-03-09T09:48:08.467Z] Creating docker-py-bundles.tar.gz [2022-03-09T09:48: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-03-09T09:48:08.480Z] Archiving artifacts [2022-03-09T09:48:08.872Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-09T09:48:08.903Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-09T09:48:08.981Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:48:08.981Z] INFO: Testing against a local daemon [2022-03-09T09:48:08.981Z] === RUN TestCheckpoint [2022-03-09T09:48:08.981Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:48:08.981Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T09:48:08.981Z] === RUN TestContainerInvalidJSON [2022-03-09T09:48:08.981Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:48:08.981Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:48:08.981Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:48:08.981Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:48:08.981Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:48:08.981Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:48:08.981Z] --- PASS: TestContainerInvalidJSON (0.06s) [2022-03-09T09:48:08.981Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-09T09:48:08.981Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-09T09:48:08.981Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T09:48:09.495Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.31s) [2022-03-09T09:48:09.495Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T09:48:09.495Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s) [2022-03-09T09:48:09.495Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T09:48:10.008Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.37s) [2022-03-09T09:48:10.008Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T09:48:10.008Z] --- PASS: TestCopyToContainerPathIsNotDir (0.29s) [2022-03-09T09:48:10.008Z] === RUN TestCopyFromContainer [2022-03-09T09:48:10.008Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:10.008Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-09T09:48:10.008Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T09:48:10.008Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:48:10.008Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:48:10.008Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:48:10.008Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:48:10.008Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:48:10.008Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:48:10.008Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:48:10.008Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:48:10.008Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:48:10.008Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s) [2022-03-09T09:48:10.008Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T09:48:10.008Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-09T09:48:10.008Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-09T09:48:10.008Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T09:48:10.008Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T09:48:10.008Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2022-03-09T09:48:10.008Z] === RUN TestCreateWithInvalidEnv [2022-03-09T09:48:10.008Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T09:48:10.008Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T09:48:10.008Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T09:48:10.008Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T09:48:10.008Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T09:48:10.072Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43344/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-09T09:48:10.428Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d -e DOCKER_GRAPHDRIVER docker:8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d hack/make.sh binary [2022-03-09T09:48:10.522Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T09:48:10.522Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T09:48:10.522Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T09:48:10.522Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T09:48:10.522Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-03-09T09:48:10.522Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T09:48:10.522Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-03-09T09:48:10.522Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-03-09T09:48:10.522Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T09:48:10.522Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:10.522Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-09T09:48:10.522Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T09:48:10.522Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:48:10.522Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T09:48:10.522Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T09:48:10.522Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:48:10.522Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-09T09:48:10.522Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T09:48:10.522Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:48:10.522Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:48:10.522Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:48:10.522Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:48:10.522Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:48:10.522Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:48:10.522Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:48:10.522Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:48:10.522Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:48:10.522Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:48:10.522Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:48:10.522Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:48:10.522Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:48:10.522Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:48:10.522Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:48:10.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-03-09T09:48:10.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T09:48:10.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T09:48:10.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T09:48:10.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T09:48:10.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-09T09:48:10.522Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T09:48:10.522Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T09:48:10.522Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-09T09:48:10.522Z] === RUN TestCreateDifferentPlatform [2022-03-09T09:48:10.522Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T09:48:10.522Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T09:48:10.522Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-09T09:48:10.522Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-09T09:48:10.522Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T09:48:10.522Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T09:48:10.522Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2022-03-09T09:48:10.522Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T09:48:10.522Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T09:48:10.522Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-09T09:48:10.522Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T09:48:10.522Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:10.522Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-09T09:48:10.522Z] === RUN TestDiff [2022-03-09T09:48:10.522Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T09:48:10.522Z] --- SKIP: TestDiff (0.00s) [2022-03-09T09:48:10.522Z] === RUN TestExecWithCloseStdin [2022-03-09T09:48:10.689Z] [2022-03-09T09:48:10.689Z] Removing bundles/ [2022-03-09T09:48:10.950Z] [2022-03-09T09:48:10.950Z] ---> Making bundle: binary (in bundles/binary) [2022-03-09T09:48:10.950Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-09T09:48:10.950Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:48:12.179Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-09T09:48:12.436Z] check_test.go:308: [de83e96f2a002] daemon is not started [2022-03-09T09:48:12.436Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-09T09:48:13.697Z] --- PASS: TestExecWithCloseStdin (2.76s) [2022-03-09T09:48:13.697Z] === RUN TestExec [2022-03-09T09:48:15.715Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-09T09:48:16.088Z] --- PASS: TestExec (2.64s) [2022-03-09T09:48:16.088Z] === RUN TestExecUser [2022-03-09T09:48:16.088Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T09:48:16.088Z] --- SKIP: TestExecUser (0.00s) [2022-03-09T09:48:16.088Z] === RUN TestExportContainerAndImportImage [2022-03-09T09:48:16.088Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:16.088Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-09T09:48:16.088Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T09:48:16.088Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:16.088Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T09:48:16.088Z] === RUN TestHealthCheckWorkdir [2022-03-09T09:48:16.088Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T09:48:16.088Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-09T09:48:16.088Z] === RUN TestHealthKillContainer [2022-03-09T09:48:16.088Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T09:48:16.088Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-09T09:48:16.088Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T09:48:16.088Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T09:48:16.088Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T09:48:16.088Z] === RUN TestKillContainerInvalidSignal [2022-03-09T09:48:17.129Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-09T09:48:17.327Z] --- PASS: TestServiceUpdateNetwork (12.07s) [2022-03-09T09:48:17.327Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T09:48:17.327Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-09T09:48:17.327Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-09T09:48:18.060Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-09T09:48:18.484Z] --- PASS: TestKillContainerInvalidSignal (2.36s) [2022-03-09T09:48:18.484Z] === RUN TestKillContainer [2022-03-09T09:48:18.484Z] === RUN TestKillContainer/no_signal [2022-03-09T09:48:18.990Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-09T09:48:19.246Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-09T09:48:20.873Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T09:48:20.873Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T09:48:20.873Z] === RUN TestKillContainer/killing_signal [2022-03-09T09:48:21.138Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-09T09:48:21.419Z] 2022/03/09 09:48:19 Closing DB instances... [2022-03-09T09:48:21.419Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-03-09T09:48:21.419Z] === RUN TestFindNode [2022-03-09T09:48:21.419Z] 2022/03/09 09:48:21 Closing DB instances... [2022-03-09T09:48:21.419Z] --- PASS: TestFindNode (0.02s) [2022-03-09T09:48:21.419Z] === RUN TestChangeNodeState [2022-03-09T09:48:21.419Z] 2022/03/09 09:48:21 Closing DB instances... [2022-03-09T09:48:21.419Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-09T09:48:21.419Z] === RUN TestNodeReincarnation [2022-03-09T09:48:21.419Z] 2022/03/09 09:48:21 Closing DB instances... [2022-03-09T09:48:22.066Z] check_test.go:308: [d68012dd61e9b] daemon is not started [2022-03-09T09:48:22.066Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-09T09:48:22.996Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-09T09:48:25.417Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-09T09:48:25.524Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-09T09:48:26.459Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-09T09:48:27.279Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-09T09:48:27.279Z] === RUN TestParallelCreate [2022-03-09T09:48:27.279Z] 2022/03/09 09:48:26 Closing DB instances... [2022-03-09T09:48:27.279Z] --- PASS: TestParallelCreate (0.02s) [2022-03-09T09:48:27.279Z] === RUN TestParallelDelete [2022-03-09T09:48:27.279Z] 2022/03/09 09:48:26 Closing DB instances... [2022-03-09T09:48:27.279Z] --- PASS: TestParallelDelete (0.02s) [2022-03-09T09:48:27.279Z] === RUN TestNetworkDBIslands [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:c49054a3963f with config:&{NodeID:c49054a3963f Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="Node c49054a3963f/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="Node c49054a3963f/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:7beb28913dda with config:&{NodeID:7beb28913dda Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="Node 7beb28913dda/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="Node 7beb28913dda/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49359" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="Node 7beb28913dda/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="Node 7beb28913dda/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="Node c49054a3963f/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=info msg="Node c49054a3963f/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49360" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ab2596938888 with config:&{NodeID:ab2596938888 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=info msg="Node ab2596938888/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=info msg="Node ab2596938888/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49361" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=info msg="Node ab2596938888/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=info msg="Node ab2596938888/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=info msg="Node c49054a3963f/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=info msg="Node c49054a3963f/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=info msg="Node 7beb28913dda/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=info msg="Node 7beb28913dda/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362" [2022-03-09T09:48:27.279Z] time="2022-03-09T09:48:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-09T09:48:27.394Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-09T09:48:27.747Z] time="2022-03-09T09:48:27Z" level=info msg="Node ab2596938888/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.747Z] time="2022-03-09T09:48:27Z" level=info msg="Node ab2596938888/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.747Z] time="2022-03-09T09:48:27Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:4fb6849d1c99 with config:&{NodeID:4fb6849d1c99 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:48:27.747Z] time="2022-03-09T09:48:27Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.747Z] time="2022-03-09T09:48:27Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.747Z] time="2022-03-09T09:48:27Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-09T09:48:27.747Z] time="2022-03-09T09:48:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-09T09:48:27.747Z] time="2022-03-09T09:48:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49363" [2022-03-09T09:48:27.748Z] time="2022-03-09T09:48:27Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.748Z] time="2022-03-09T09:48:27Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.748Z] time="2022-03-09T09:48:27Z" level=info msg="Node 7beb28913dda/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.748Z] time="2022-03-09T09:48:27Z" level=info msg="Node 7beb28913dda/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.748Z] time="2022-03-09T09:48:27Z" level=info msg="Node ab2596938888/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.748Z] time="2022-03-09T09:48:27Z" level=info msg="Node ab2596938888/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.748Z] time="2022-03-09T09:48:27Z" level=info msg="Node c49054a3963f/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:27.748Z] time="2022-03-09T09:48:27Z" level=info msg="Node c49054a3963f/172.20.227.205, added to nodes list" [2022-03-09T09:48:27.748Z] time="2022-03-09T09:48:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-09T09:48:27.748Z] time="2022-03-09T09:48:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:1f076621b9e6 with config:&{NodeID:1f076621b9e6 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 1f076621b9e6/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 1f076621b9e6/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49365" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 1f076621b9e6/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 1f076621b9e6/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node ab2596938888/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node ab2596938888/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node c49054a3963f/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node c49054a3963f/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 7beb28913dda/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:27Z" level=info msg="Node 7beb28913dda/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-09T09:48:28.216Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366" [2022-03-09T09:48:28.428Z] --- PASS: TestKillContainer (9.69s) [2022-03-09T09:48:28.428Z] --- PASS: TestKillContainer/no_signal (2.29s) [2022-03-09T09:48:28.428Z] --- SKIP: TestKillContainer/non_killing_signal (0.01s) [2022-03-09T09:48:28.428Z] --- PASS: TestKillContainer/killing_signal (7.34s) [2022-03-09T09:48:28.428Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T09:48:28.428Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:48:28.428Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T09:48:28.428Z] === RUN TestKillStoppedContainer [2022-03-09T09:48:28.428Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:48:28.428Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-09T09:48:28.428Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T09:48:28.428Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:48:28.428Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T09:48:28.428Z] === RUN TestKillDifferentUserContainer [2022-03-09T09:48:28.428Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T09:48:28.428Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-09T09:48:28.428Z] === RUN TestInspectOomKilledTrue [2022-03-09T09:48:28.428Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:28.428Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T09:48:28.428Z] === RUN TestInspectOomKilledFalse [2022-03-09T09:48:28.428Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:48:28.428Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T09:48:28.428Z] === RUN TestLogsFollowTailEmpty [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=info msg="Node 1f076621b9e6/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=info msg="Node 1f076621b9e6/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=info msg="Node 1f076621b9e6/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=info msg="Node 1f076621b9e6/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=info msg="Node 1f076621b9e6/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=info msg="Node 1f076621b9e6/172.20.227.205, added to nodes list" [2022-03-09T09:48:28.682Z] networkdb_test.go:835: Re-joining: 3 [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=info msg="The new bootstrap node list is:[172.20.227.205:10033 172.20.227.205:10034 172.20.227.205:10035]" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10033" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49367" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10034" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49368" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10035" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49369" [2022-03-09T09:48:28.682Z] networkdb_test.go:835: Re-joining: 4 [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=info msg="The new bootstrap node list is:[172.20.227.205:10033 172.20.227.205:10034 172.20.227.205:10035]" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10033" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49370" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10034" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49371" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49372" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10035" [2022-03-09T09:48:28.682Z] time="2022-03-09T09:48:28Z" level=info msg="node 0 leaving" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="Node c49054a3963f change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="node3(ab2596938888): Node leave event for c49054a3963f/172.20.227.205" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="Node c49054a3963f change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="node2(7beb28913dda): Node leave event for c49054a3963f/172.20.227.205" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="Node c49054a3963f change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="node5(1f076621b9e6): Node leave event for c49054a3963f/172.20.227.205" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="Node c49054a3963f change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="node1(c49054a3963f): Node leave event for c49054a3963f/172.20.227.205" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="Node c49054a3963f change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="node4(4fb6849d1c99): Node leave event for c49054a3963f/172.20.227.205" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="Node c49054a3963f/172.20.227.205, left gossip cluster" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="Node c49054a3963f/172.20.227.205, left gossip cluster" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="Node c49054a3963f/172.20.227.205, left gossip cluster" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="Node c49054a3963f/172.20.227.205, left gossip cluster" [2022-03-09T09:48:29.149Z] time="2022-03-09T09:48:28Z" level=info msg="Node c49054a3963f/172.20.227.205, left gossip cluster" [2022-03-09T09:48:29.290Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="node 1 leaving" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="Node 7beb28913dda change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="node5(1f076621b9e6): Node leave event for 7beb28913dda/172.20.227.205" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="Node 7beb28913dda change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="node3(ab2596938888): Node leave event for 7beb28913dda/172.20.227.205" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="Node 7beb28913dda change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="node4(4fb6849d1c99): Node leave event for 7beb28913dda/172.20.227.205" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="Node 7beb28913dda change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="node2(7beb28913dda): Node leave event for 7beb28913dda/172.20.227.205" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="Node 7beb28913dda/172.20.227.205, left gossip cluster" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="Node 7beb28913dda/172.20.227.205, left gossip cluster" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="Node 7beb28913dda/172.20.227.205, left gossip cluster" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="Node 7beb28913dda/172.20.227.205, left gossip cluster" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="node 2 leaving" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="Node ab2596938888 change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="node5(1f076621b9e6): Node leave event for ab2596938888/172.20.227.205" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="Node ab2596938888 change state NodeActive --> NodeLeft" [2022-03-09T09:48:29.616Z] time="2022-03-09T09:48:29Z" level=info msg="node4(4fb6849d1c99): Node leave event for ab2596938888/172.20.227.205" [2022-03-09T09:48:30.082Z] time="2022-03-09T09:48:29Z" level=info msg="Node ab2596938888 change state NodeActive --> NodeLeft" [2022-03-09T09:48:30.082Z] time="2022-03-09T09:48:29Z" level=info msg="node3(ab2596938888): Node leave event for ab2596938888/172.20.227.205" [2022-03-09T09:48:30.082Z] time="2022-03-09T09:48:29Z" level=info msg="Node ab2596938888/172.20.227.205, left gossip cluster" [2022-03-09T09:48:30.082Z] time="2022-03-09T09:48:29Z" level=info msg="Node ab2596938888/172.20.227.205, left gossip cluster" [2022-03-09T09:48:30.082Z] time="2022-03-09T09:48:29Z" level=info msg="Node ab2596938888/172.20.227.205, left gossip cluster" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10035->172.20.227.205:10037: use of closed network connection" [2022-03-09T09:48:30.549Z] networkdb_test.go:867: node4: OK [2022-03-09T09:48:30.549Z] networkdb_test.go:867: node5: OK [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="node 0 coming back" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:f4b8f68a8d84 with config:&{NodeID:f4b8f68a8d84 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, added to nodes list" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="node 1 coming back" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:d228bb58973b with config:&{NodeID:d228bb58973b Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="Node d228bb58973b/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="Node d228bb58973b/172.20.227.205, added to nodes list" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="node 2 coming back" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:d59a3108e934 with config:&{NodeID:d59a3108e934 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="Node d59a3108e934/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:30.549Z] time="2022-03-09T09:48:30Z" level=info msg="Node d59a3108e934/172.20.227.205, added to nodes list" [2022-03-09T09:48:30.821Z] --- PASS: TestLogsFollowTailEmpty (2.44s) [2022-03-09T09:48:30.821Z] === RUN TestNetworkNat [2022-03-09T09:48:30.821Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T09:48:30.821Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-09T09:48:30.821Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T09:48:31.961Z] --- PASS: TestServiceUpdatePidsLimit (15.97s) [2022-03-09T09:48:31.961Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-09T09:48:31.961Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-03-09T09:48:31.961Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-03-09T09:48:31.961Z] PASS [2022-03-09T09:48:31.961Z] [2022-03-09T09:48:31.961Z] === Skipped [2022-03-09T09:48:31.961Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-09T09:48:31.961Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T09:48:31.961Z] [2022-03-09T09:48:31.961Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-09T09:48:31.961Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-09T09:48:31.961Z] [2022-03-09T09:48:31.961Z] DONE 27 tests, 2 skipped in 143.522s [2022-03-09T09:48:31.961Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-09T09:48:31.961Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:48:31.961Z] ++ set -e [2022-03-09T09:48:31.961Z] ++ '[' -n 0 ']' [2022-03-09T09:48:31.961Z] ++ set -x [2022-03-09T09:48:31.961Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:48:31.961Z] INFO: Testing against a local daemon [2022-03-09T09:48:31.961Z] === RUN TestSessionCreate [2022-03-09T09:48:31.961Z] --- PASS: TestSessionCreate (0.02s) [2022-03-09T09:48:31.961Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T09:48:31.961Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-09T09:48:31.961Z] PASS [2022-03-09T09:48:31.961Z] [2022-03-09T09:48:31.961Z] DONE 2 tests in 0.125s [2022-03-09T09:48:31.961Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-09T09:48:31.961Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:48:31.961Z] ++ set -e [2022-03-09T09:48:31.961Z] ++ '[' -n 0 ']' [2022-03-09T09:48:31.961Z] ++ set -x [2022-03-09T09:48:31.961Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:48:31.961Z] INFO: Testing against a local daemon [2022-03-09T09:48:31.961Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T09:48:31.961Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T09:48:31.961Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:48:31.961Z] === RUN TestDiskUsage [2022-03-09T09:48:31.961Z] === PAUSE TestDiskUsage [2022-03-09T09:48:31.961Z] === RUN TestEventsExecDie [2022-03-09T09:48:31.961Z] --- PASS: TestEventsExecDie (0.45s) [2022-03-09T09:48:31.961Z] === RUN TestEventsBackwardsCompatible [2022-03-09T09:48:31.961Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-09T09:48:31.961Z] === RUN TestEventsVolumeCreate [2022-03-09T09:48:31.961Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-09T09:48:31.961Z] === RUN TestInfoBinaryCommits [2022-03-09T09:48:31.961Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-09T09:48:31.961Z] === RUN TestInfoAPIVersioned [2022-03-09T09:48:31.961Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-03-09T09:48:31.961Z] === RUN TestInfoAPI [2022-03-09T09:48:32.217Z] --- PASS: TestInfoAPI (0.02s) [2022-03-09T09:48:32.217Z] === RUN TestInfoAPIWarnings [2022-03-09T09:48:32.561Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-09T09:48:33.125Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-09T09:48:33.215Z] --- PASS: TestNetworkLocalhostTCPNat (2.75s) [2022-03-09T09:48:33.215Z] === RUN TestNetworkLoopbackNat [2022-03-09T09:48:33.215Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T09:48:33.215Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-09T09:48:33.215Z] === RUN TestPause [2022-03-09T09:48:33.215Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T09:48:33.215Z] --- SKIP: TestPause (0.00s) [2022-03-09T09:48:33.215Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T09:48:34.331Z] time="2022-03-09T09:48:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.227.205:10033 172.20.227.205:10034 172.20.227.205:10035]" [2022-03-09T09:48:34.331Z] time="2022-03-09T09:48:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.227.205:10033 172.20.227.205:10034 172.20.227.205:10035]" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10033" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49373" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 1f076621b9e6/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 1f076621b9e6/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, is the new incarnation of the shutdown node c49054a3963f/172.20.227.205" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49374" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10034" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 1f076621b9e6/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 1f076621b9e6/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d228bb58973b/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d228bb58973b/172.20.227.205, is the new incarnation of the shutdown node 7beb28913dda/172.20.227.205" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d228bb58973b/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49375" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10035" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, is the new incarnation of the shutdown node c49054a3963f/172.20.227.205" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d228bb58973b/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d228bb58973b/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 1f076621b9e6/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 1f076621b9e6/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d59a3108e934/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d59a3108e934/172.20.227.205, is the new incarnation of the shutdown node ab2596938888/172.20.227.205" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d59a3108e934/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d228bb58973b/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d228bb58973b/172.20.227.205, is the new incarnation of the shutdown node 7beb28913dda/172.20.227.205" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d228bb58973b/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d228bb58973b/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d228bb58973b/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d59a3108e934/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d59a3108e934/172.20.227.205, added to nodes list" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d59a3108e934/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:34.798Z] time="2022-03-09T09:48:34Z" level=info msg="Node d59a3108e934/172.20.227.205, added to nodes list" [2022-03-09T09:48:35.024Z] check_test.go:308: [d46b22e57cefc] daemon is not started [2022-03-09T09:48:35.024Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-09T09:48:35.024Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-09T09:48:35.265Z] time="2022-03-09T09:48:34Z" level=info msg="Node d59a3108e934/172.20.227.205, joined gossip cluster" [2022-03-09T09:48:35.265Z] time="2022-03-09T09:48:34Z" level=info msg="Node d59a3108e934/172.20.227.205, is the new incarnation of the shutdown node ab2596938888/172.20.227.205" [2022-03-09T09:48:35.265Z] time="2022-03-09T09:48:34Z" level=info msg="Node d59a3108e934/172.20.227.205, added to nodes list" [2022-03-09T09:48:35.265Z] time="2022-03-09T09:48:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10033" [2022-03-09T09:48:35.265Z] time="2022-03-09T09:48:35Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49376" [2022-03-09T09:48:35.265Z] time="2022-03-09T09:48:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10034" [2022-03-09T09:48:35.265Z] time="2022-03-09T09:48:35Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49377" [2022-03-09T09:48:35.265Z] time="2022-03-09T09:48:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.227.205:10035" [2022-03-09T09:48:35.265Z] time="2022-03-09T09:48:35Z" level=debug msg="memberlist: Stream connection from=172.20.227.205:49378" [2022-03-09T09:48:35.265Z] 2022/03/09 09:48:35 Closing DB instances... [2022-03-09T09:48:35.589Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-09T09:48:35.605Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.32s) [2022-03-09T09:48:35.605Z] === RUN TestPauseStopPausedContainer [2022-03-09T09:48:35.605Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:48:35.605Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-09T09:48:35.605Z] === RUN TestPsFilter [2022-03-09T09:48:35.605Z] --- PASS: TestPsFilter (0.28s) [2022-03-09T09:48:35.605Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="Node f4b8f68a8d84 change state NodeActive --> NodeLeft" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="node3(d59a3108e934): Node leave event for f4b8f68a8d84/172.20.227.205" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="Node f4b8f68a8d84 change state NodeActive --> NodeLeft" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="node4(4fb6849d1c99): Node leave event for f4b8f68a8d84/172.20.227.205" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="Node f4b8f68a8d84 change state NodeActive --> NodeLeft" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="node5(1f076621b9e6): Node leave event for f4b8f68a8d84/172.20.227.205" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="Node f4b8f68a8d84 change state NodeActive --> NodeLeft" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="node2(d228bb58973b): Node leave event for f4b8f68a8d84/172.20.227.205" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="Node f4b8f68a8d84 change state NodeActive --> NodeLeft" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="node1(f4b8f68a8d84): Node leave event for f4b8f68a8d84/172.20.227.205" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, left gossip cluster" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, left gossip cluster" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, left gossip cluster" [2022-03-09T09:48:35.733Z] time="2022-03-09T09:48:35Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, left gossip cluster" [2022-03-09T09:48:35.734Z] time="2022-03-09T09:48:35Z" level=info msg="Node f4b8f68a8d84/172.20.227.205, left gossip cluster" [2022-03-09T09:48:36.154Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:35Z" level=info msg="Node d228bb58973b change state NodeActive --> NodeLeft" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:35Z" level=info msg="node5(1f076621b9e6): Node leave event for d228bb58973b/172.20.227.205" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:35Z" level=info msg="Node d228bb58973b change state NodeActive --> NodeLeft" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:35Z" level=info msg="node4(4fb6849d1c99): Node leave event for d228bb58973b/172.20.227.205" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:35Z" level=info msg="Node d228bb58973b change state NodeActive --> NodeLeft" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:35Z" level=info msg="node3(d59a3108e934): Node leave event for d228bb58973b/172.20.227.205" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:35Z" level=info msg="Node d228bb58973b change state NodeActive --> NodeLeft" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:35Z" level=info msg="node2(d228bb58973b): Node leave event for d228bb58973b/172.20.227.205" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:35Z" level=info msg="Node d228bb58973b/172.20.227.205, left gossip cluster" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:36Z" level=info msg="Node d228bb58973b/172.20.227.205, left gossip cluster" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:36Z" level=info msg="Node d228bb58973b/172.20.227.205, left gossip cluster" [2022-03-09T09:48:36.202Z] time="2022-03-09T09:48:36Z" level=info msg="Node d228bb58973b/172.20.227.205, left gossip cluster" [2022-03-09T09:48:36.669Z] time="2022-03-09T09:48:36Z" level=info msg="Node d59a3108e934 change state NodeActive --> NodeLeft" [2022-03-09T09:48:36.669Z] time="2022-03-09T09:48:36Z" level=info msg="node5(1f076621b9e6): Node leave event for d59a3108e934/172.20.227.205" [2022-03-09T09:48:36.669Z] time="2022-03-09T09:48:36Z" level=info msg="Node d59a3108e934 change state NodeActive --> NodeLeft" [2022-03-09T09:48:36.669Z] time="2022-03-09T09:48:36Z" level=info msg="node4(4fb6849d1c99): Node leave event for d59a3108e934/172.20.227.205" [2022-03-09T09:48:36.669Z] time="2022-03-09T09:48:36Z" level=info msg="Node d59a3108e934 change state NodeActive --> NodeLeft" [2022-03-09T09:48:36.669Z] time="2022-03-09T09:48:36Z" level=info msg="node3(d59a3108e934): Node leave event for d59a3108e934/172.20.227.205" [2022-03-09T09:48:36.669Z] time="2022-03-09T09:48:36Z" level=info msg="Node d59a3108e934/172.20.227.205, left gossip cluster" [2022-03-09T09:48:36.669Z] time="2022-03-09T09:48:36Z" level=info msg="Node d59a3108e934/172.20.227.205, left gossip cluster" [2022-03-09T09:48:36.669Z] time="2022-03-09T09:48:36Z" level=info msg="Node d59a3108e934/172.20.227.205, left gossip cluster" [2022-03-09T09:48:36.720Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-09T09:48:37.136Z] time="2022-03-09T09:48:36Z" level=debug msg="memberlist: Failed ping: d59a3108e934 (timeout reached)" [2022-03-09T09:48:37.136Z] time="2022-03-09T09:48:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.227.205:10036: use of closed network connection" [2022-03-09T09:48:37.136Z] time="2022-03-09T09:48:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.227.205:10037: use of closed network connection" [2022-03-09T09:48:37.137Z] time="2022-03-09T09:48:36Z" level=info msg="Node 4fb6849d1c99 change state NodeActive --> NodeLeft" [2022-03-09T09:48:37.137Z] time="2022-03-09T09:48:36Z" level=info msg="node5(1f076621b9e6): Node leave event for 4fb6849d1c99/172.20.227.205" [2022-03-09T09:48:37.137Z] time="2022-03-09T09:48:36Z" level=info msg="Node 4fb6849d1c99 change state NodeActive --> NodeLeft" [2022-03-09T09:48:37.137Z] time="2022-03-09T09:48:36Z" level=info msg="node4(4fb6849d1c99): Node leave event for 4fb6849d1c99/172.20.227.205" [2022-03-09T09:48:37.285Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-09T09:48:37.603Z] time="2022-03-09T09:48:37Z" level=info msg="memberlist: Suspect d59a3108e934 has failed, no acks received" [2022-03-09T09:48:38.071Z] time="2022-03-09T09:48:37Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, left gossip cluster" [2022-03-09T09:48:38.071Z] time="2022-03-09T09:48:37Z" level=info msg="Node 4fb6849d1c99/172.20.227.205, left gossip cluster" [2022-03-09T09:48:38.538Z] time="2022-03-09T09:48:38Z" level=info msg="Node 1f076621b9e6/172.20.227.205, left gossip cluster" [2022-03-09T09:48:38.538Z] time="2022-03-09T09:48:38Z" level=info msg="Node 1f076621b9e6 change state NodeActive --> NodeFailed" [2022-03-09T09:48:38.538Z] time="2022-03-09T09:48:38Z" level=info msg="Node 1f076621b9e6/172.20.227.205, added to failed nodes list" [2022-03-09T09:48:38.538Z] --- PASS: TestNetworkDBIslands (12.07s) [2022-03-09T09:48:38.538Z] PASS [2022-03-09T09:48:38.538Z] coverage: 60.0% of statements [2022-03-09T09:48:38.538Z] ok github.com/docker/docker/libnetwork/networkdb 104.297s coverage: 60.0% of statements [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/quota [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/rootless [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/volume [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-09T09:48:38.538Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-09T09:48:38.660Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-09T09:48:38.660Z] check_test.go:308: [d77074799dbc8] daemon is not started [2022-03-09T09:48:38.660Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-09T09:48:38.781Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.69s) [2022-03-09T09:48:38.781Z] === RUN TestRemoveContainerWithVolume [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === Skipped [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-09T09:48:40.748Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-09T09:48:40.748Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-09T09:48:40.748Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-03-09T09:48:40.748Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-09T09:48:40.748Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-09T09:48:40.748Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-09T09:48:40.748Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-09T09:48:40.748Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-09T09:48:40.748Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-09T09:48:40.748Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-09T09:48:40.748Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-09T09:48:40.748Z] daemon_test.go:145: root required [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-09T09:48:40.748Z] reload_test.go:342: root required [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-09T09:48:40.748Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-09T09:48:40.748Z] pull_v2_test.go:82: Needs fixing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-09T09:48:40.748Z] pull_v2_test.go:127: Needs fixing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-09T09:48:40.748Z] download_test.go:267: Needs fixing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-09T09:48:40.748Z] layer_test.go:291: Failing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-09T09:48:40.748Z] layer_test.go:340: Failing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-09T09:48:40.748Z] layer_test.go:455: Failing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-09T09:48:40.748Z] layer_test.go:684: Failing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-09T09:48:40.748Z] migration_test.go:45: Failing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-09T09:48:40.748Z] migration_test.go:181: Failing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-09T09:48:40.748Z] mount_test.go:17: Failing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-09T09:48:40.748Z] mount_test.go:76: Failing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-09T09:48:40.748Z] mount_test.go:125: Failing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-09T09:48:40.748Z] mount_test.go:212: Failing on Windows [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-09T09:48:40.748Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-09T09:48:40.748Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-09T09:48:40.748Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-09T09:48:40.748Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-09T09:48:40.748Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-09T09:48:40.748Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-09T09:48:40.748Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-09T09:48:40.748Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-09T09:48:40.748Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-09T09:48:40.748Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-09T09:48:40.748Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-09T09:48:40.748Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-09T09:48:40.748Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-09T09:48:40.748Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-09T09:48:40.748Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-09T09:48:40.748Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-09T09:48:40.748Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-09T09:48:40.748Z] archive_test.go:133: Xz not present in msys2 [2022-03-09T09:48:40.748Z] [2022-03-09T09:48:40.748Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-09T09:48:40.749Z] archive_test.go:140: zstd not installed [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-09T09:48:40.749Z] archive_test.go:252: Failing on Windows CI machines [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-09T09:48:40.749Z] archive_windows_test.go:16: Currently fails [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-09T09:48:40.749Z] changes_test.go:195: needs more investigation [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-09T09:48:40.749Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-09T09:48:40.749Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-09T09:48:40.749Z] changes_test.go:432: needs further investigation [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-09T09:48:40.749Z] changes_test.go:468: needs further investigation [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-09T09:48:40.749Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-09T09:48:40.749Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-09T09:48:40.749Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-09T09:48:40.749Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-09T09:48:40.749Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-09T09:48:40.749Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:48:40.749Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-09T09:48:40.749Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-09T09:48:40.749Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-09T09:48:40.749Z] poller_test.go:40: No chmod on Windows [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-09T09:48:40.749Z] fileutils_test.go:133: Needs porting to Windows [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-09T09:48:40.749Z] fileutils_test.go:179: Needs porting to Windows [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-09T09:48:40.749Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-09T09:48:40.749Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-09T09:48:40.749Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-09T09:48:40.749Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-09T09:48:40.749Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-09T09:48:40.749Z] [2022-03-09T09:48:40.749Z] DONE 2077 tests, 70 skipped in 258.706s [2022-03-09T09:48:40.749Z] INFO: make.ps1 ended at 03/09/2022 09:48:40 [2022-03-09T09:48:41.179Z] --- PASS: TestRemoveContainerWithVolume (2.74s) [2022-03-09T09:48:41.179Z] === RUN TestRemoveContainerRunning [2022-03-09T09:48:41.189Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-09T09:48:42.351Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-09T09:48:42.352Z] INFO: Unit tests ended at 03/09/2022 09:48:42. Duration:00:04:31.3796067 [2022-03-09T09:48:42.352Z] INFO: Building busybox [2022-03-09T09:48:42.352Z] Sending build context to Docker daemon 5.12kB [2022-03-09T09:48:42.352Z] [2022-03-09T09:48:42.352Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-09T09:48:42.352Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-09T09:48:42.352Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-09T09:48:42.352Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-09T09:48:42.352Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-09T09:48:42.352Z] ---> 02f938cacc3b [2022-03-09T09:48:42.352Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-09T09:48:42.352Z] ---> Running in 4a30ddde5a63 [2022-03-09T09:48:43.080Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-09T09:48:43.569Z] --- PASS: TestRemoveContainerRunning (2.44s) [2022-03-09T09:48:43.569Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T09:48:45.966Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.41s) [2022-03-09T09:48:45.966Z] === RUN TestRemoveInvalidContainer [2022-03-09T09:48:45.966Z] --- PASS: TestRemoveInvalidContainer (0.05s) [2022-03-09T09:48:45.966Z] === RUN TestRenameLinkedContainer [2022-03-09T09:48:45.966Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T09:48:45.966Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-09T09:48:45.966Z] === RUN TestRenameStoppedContainer [2022-03-09T09:48:47.257Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-09T09:48:48.267Z] Removing intermediate container 4a30ddde5a63 [2022-03-09T09:48:48.267Z] ---> 6709629f8419 [2022-03-09T09:48:48.267Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-09T09:48:48.267Z] ---> Running in c4e986d55062 [2022-03-09T09:48:48.267Z] Removing intermediate container c4e986d55062 [2022-03-09T09:48:48.267Z] ---> d79fca404e8f [2022-03-09T09:48:48.267Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-09T09:48:48.267Z] ---> Running in 71b0e135a400 [2022-03-09T09:48:48.630Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-09T09:48:48.735Z] Removing intermediate container 71b0e135a400 [2022-03-09T09:48:48.735Z] ---> 9a8cae735c8c [2022-03-09T09:48:48.735Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-09T09:48:49.145Z] --- PASS: TestRenameStoppedContainer (2.86s) [2022-03-09T09:48:49.145Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T09:48:50.297Z] [2022-03-09T09:48:50.297Z] ---> 728b9155096e [2022-03-09T09:48:50.297Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-09T09:48:50.320Z] --- PASS: TestInfoAPIWarnings (16.20s) [2022-03-09T09:48:50.320Z] === RUN TestInfoDebug [2022-03-09T09:48:50.320Z] --- PASS: TestInfoDebug (0.52s) [2022-03-09T09:48:50.320Z] === RUN TestInfoInsecureRegistries [2022-03-09T09:48:50.320Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-09T09:48:50.320Z] === RUN TestInfoRegistryMirrors [2022-03-09T09:48:50.320Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-09T09:48:50.320Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T09:48:50.320Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-09T09:48:50.320Z] === RUN TestPingCacheHeaders [2022-03-09T09:48:50.320Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-09T09:48:50.320Z] === RUN TestPingGet [2022-03-09T09:48:50.320Z] --- PASS: TestPingGet (0.02s) [2022-03-09T09:48:50.320Z] === RUN TestPingHead [2022-03-09T09:48:50.320Z] --- PASS: TestPingHead (0.02s) [2022-03-09T09:48:50.320Z] === RUN TestVersion [2022-03-09T09:48:50.320Z] --- PASS: TestVersion (0.02s) [2022-03-09T09:48:50.320Z] === CONT TestDiskUsage [2022-03-09T09:48:50.531Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty/container_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty/image_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty/volume_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-09T09:48:50.576Z] === RUN TestDiskUsage/after_container.Run [2022-03-09T09:48:50.765Z] ---> Running in e4324e2616d7 [2022-03-09T09:48:50.834Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-09T09:48:50.834Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-09T09:48:50.834Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-09T09:48:50.834Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-09T09:48:50.834Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-09T09:48:50.834Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-09T09:48:50.834Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-09T09:48:50.834Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-09T09:48:50.834Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-09T09:48:50.834Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-09T09:48:51.095Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage (1.06s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run (0.26s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-09T09:48:51.132Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:48:51.132Z] PASS [2022-03-09T09:48:51.132Z] [2022-03-09T09:48:51.132Z] === Skipped [2022-03-09T09:48:51.132Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:48:51.132Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T09:48:51.132Z] [2022-03-09T09:48:51.132Z] DONE 50 tests, 1 skipped in 19.651s [2022-03-09T09:48:51.132Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-09T09:48:51.132Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:48:51.132Z] ++ set -e [2022-03-09T09:48:51.132Z] ++ '[' -n 0 ']' [2022-03-09T09:48:51.132Z] ++ set -x [2022-03-09T09:48:51.132Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:48:51.132Z] INFO: Testing against a local daemon [2022-03-09T09:48:51.132Z] === RUN TestVolumesCreateAndList [2022-03-09T09:48:51.132Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-09T09:48:51.132Z] === RUN TestVolumesRemove [2022-03-09T09:48:51.132Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-09T09:48:51.132Z] === RUN TestVolumesInspect [2022-03-09T09:48:51.132Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-09T09:48:51.132Z] === RUN TestVolumesInvalidJSON [2022-03-09T09:48:51.351Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-09T09:48:51.389Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T09:48:51.389Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T09:48:51.389Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T09:48:51.389Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-09T09:48:51.389Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T09:48:51.389Z] PASS [2022-03-09T09:48:51.389Z] [2022-03-09T09:48:51.389Z] DONE 5 tests in 0.187s [2022-03-09T09:48:51.389Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T09:48:51.389Z] ++++ cat bundles/test-integration/docker.pid [2022-03-09T09:48:51.389Z] +++ kill 13051 [2022-03-09T09:48:51.646Z] +++ /etc/init.d/apparmor stop [2022-03-09T09:48:51.646Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T09:48:51.646Z] [2022-03-09T09:48:51.646Z] Unloading profiles will leave already running processes permanently [2022-03-09T09:48:51.646Z] unconfined, which can lead to unexpected situations. [2022-03-09T09:48:51.646Z] [2022-03-09T09:48:51.646Z] To set a process to complain mode, use the command line tool [2022-03-09T09:48:51.646Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T09:48:51.646Z] +++ true [2022-03-09T09:48:51.646Z] exiting test-integration [2022-03-09T09:48:51.646Z] ++ exit 0 [2022-03-09T09:48:51.646Z] Post stage [Pipeline] junit [2022-03-09T09:48:52.219Z] Recording test results [2022-03-09T09:48:52.356Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-09T09:48:52.725Z] + echo Ensuring container killed. [2022-03-09T09:48:52.725Z] Ensuring container killed. [2022-03-09T09:48:52.725Z] + docker rm -vf docker-pr7 [2022-03-09T09:48:52.725Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-03-09T09:48:53.039Z] + echo Chowning /workspace to jenkins user [2022-03-09T09:48:53.039Z] Chowning /workspace to jenkins user [2022-03-09T09:48:53.039Z] + id -u [2022-03-09T09:48:53.039Z] + id -g [2022-03-09T09:48:53.039Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43344:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T09:48:53.870Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T09:48:54.212Z] --- PASS: TestRenameRunningContainerAndReuse (4.90s) [2022-03-09T09:48:54.212Z] === RUN TestRenameInvalidName [2022-03-09T09:48:54.326Z] + bundleName=arm64-integration [2022-03-09T09:48:54.326Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-09T09:48:54.326Z] Creating arm64-integration-bundles.tar.gz [2022-03-09T09:48:54.327Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-09T09:48:54.327Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-09T09:48:54.591Z] Archiving artifacts [2022-03-09T09:48:55.763Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-09T09:48:55.763Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-09T09:48:55.904Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43344/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T09:48:56.218Z] + make clean [2022-03-09T09:48:56.218Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T09:48:56.218Z] docker-dev-cache [2022-03-09T09:48:56.218Z] docker-mod-cache [Pipeline] deleteDir [2022-03-09T09:48:56.328Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-09T09:48:56.604Z] --- PASS: TestRenameInvalidName (2.30s) [2022-03-09T09:48:56.604Z] === RUN TestRenameAnonymousContainer [2022-03-09T09:48:56.893Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-09T09:48:57.149Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-09T09:48:57.149Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-09T09:48:57.745Z] === RUN TestDockerSuite/TestBuildEntrypoint [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T09:48:58.003Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-09T09:48:59.412Z] Removing intermediate container e4324e2616d7 [2022-03-09T09:48:59.413Z] ---> f25a1c50bb6a [2022-03-09T09:48:59.413Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-09T09:48:59.413Z] ---> Running in 5b05ea0a454f [2022-03-09T09:49:00.555Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-09T09:49:00.990Z] [2022-03-09T09:49:00.991Z] SUCCESS: Specified value was saved. [2022-03-09T09:49:01.119Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-09T09:49:01.684Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-09T09:49:03.058Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-09T09:49:03.622Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-09T09:49:03.878Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-09T09:49:03.938Z] Removing intermediate container 5b05ea0a454f [2022-03-09T09:49:03.938Z] ---> 7d71b33415cc [2022-03-09T09:49:03.938Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-09T09:49:03.938Z] ---> Running in f57939c435f0 [2022-03-09T09:49:05.244Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-09T09:49:05.244Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-09T09:49:06.171Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-09T09:49:07.522Z] --- PASS: TestRenameAnonymousContainer (10.92s) [2022-03-09T09:49:07.522Z] === RUN TestRenameContainerWithSameName [2022-03-09T09:49:07.542Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-09T09:49:07.774Z] Cannot create a file when that file already exists. [2022-03-09T09:49:08.106Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-09T09:49:09.916Z] --- PASS: TestRenameContainerWithSameName (2.48s) [2022-03-09T09:49:09.916Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T09:49:09.916Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T09:49:09.916Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T09:49:09.916Z] === RUN TestResize [2022-03-09T09:49:12.308Z] --- PASS: TestResize (2.42s) [2022-03-09T09:49:12.308Z] === RUN TestResizeWithInvalidSize [2022-03-09T09:49:12.521Z] Removing intermediate container f57939c435f0 [2022-03-09T09:49:12.521Z] ---> 2bf3b7113b90 [2022-03-09T09:49:12.521Z] Step 13/13 : CMD ["sh"] [2022-03-09T09:49:12.521Z] ---> Running in 9b41af336c37 [2022-03-09T09:49:12.521Z] Removing intermediate container 9b41af336c37 [2022-03-09T09:49:12.521Z] ---> a6be6502ab1b [2022-03-09T09:49:12.521Z] Successfully built a6be6502ab1b [2022-03-09T09:49:12.521Z] Successfully tagged busybox:latest [2022-03-09T09:49:12.521Z] INFO: Docker images of the daemon under test [2022-03-09T09:49:12.521Z] [2022-03-09T09:49:12.989Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-09T09:49:12.989Z] busybox latest a6be6502ab1b Less than a second ago 5.01GB [2022-03-09T09:49:12.989Z] microsoft/windowsservercore latest 02f938cacc3b 6 days ago 4.96GB [2022-03-09T09:49:12.989Z] mcr.microsoft.com/windows/servercore ltsc2022 02f938cacc3b 6 days ago 4.96GB [2022-03-09T09:49:12.989Z] [2022-03-09T09:49:12.989Z] INFO: Running integration tests at 03/09/2022 09:49:12... [2022-03-09T09:49:12.989Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-09T09:49:12.989Z] INFO: Integration API tests being run from the host: [2022-03-09T09:49:12.989Z] INFO: make.ps1 starting at 03/09/2022 09:49:12 [2022-03-09T09:49:13.983Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-09T09:49:14.654Z] docker_cli_daemon_test.go:2522: [dbdb3492e66c7] daemon is not started [2022-03-09T09:49:14.654Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-09T09:49:14.701Z] --- PASS: TestResizeWithInvalidSize (2.54s) [2022-03-09T09:49:14.701Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T09:49:15.217Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-09T09:49:17.877Z] --- PASS: TestResizeWhenContainerNotStarted (3.06s) [2022-03-09T09:49:17.877Z] === RUN TestDaemonRestartKillContainers [2022-03-09T09:49:17.877Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:49:17.877Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:49:17.877Z] === RUN TestStats [2022-03-09T09:49:17.877Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T09:49:17.877Z] --- SKIP: TestStats (0.00s) [2022-03-09T09:49:17.877Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T09:49:23.313Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-09T09:49:25.446Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.89s) [2022-03-09T09:49:25.446Z] === RUN TestStopContainerWithTimeout [2022-03-09T09:49:25.446Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T09:49:25.446Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-09T09:49:25.446Z] === RUN TestUpdateRestartPolicy [2022-03-09T09:49:26.592Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-09T09:49:27.958Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-09T09:49:30.482Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-09T09:49:30.482Z] check_test.go:308: [d8eb892fc4699] daemon is not started [2022-03-09T09:49:30.482Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-09T09:49:33.762Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-09T09:49:35.135Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite (326.48s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.80s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.72s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.44s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.16s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.51s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.62s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.48s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.85s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.35s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.38s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.01s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.10s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.39s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.20s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.30s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.16s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.39s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.85s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.75s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.02s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.58s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.08s) [2022-03-09T09:49:36.067Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.55s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.85s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.67s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.95s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.56s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.04s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.09s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.29s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.59s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.68s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.65s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.71s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.35s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.49s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.90s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.40s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.56s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.22s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.40s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.07s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.32s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.67s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.00s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.54s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.31s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.65s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.64s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.32s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.83s) [2022-03-09T09:49:36.067Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-09T09:49:36.067Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.48s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.00s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.75s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.60s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.54s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.08s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.28s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.51s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (1.99s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.42s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.47s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.39s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.83s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.05s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.11s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.57s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.45s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.91s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.78s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.81s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.91s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.28s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.15s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.95s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.65s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.80s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.30s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.31s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.08s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.42s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.91s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.09s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.08s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.22s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.79s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.05s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.14s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.01s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.31s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.13s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.64s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.72s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.67s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.10s) [2022-03-09T09:49:36.067Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.58s) [2022-03-09T09:49:36.067Z] === RUN TestDockerSwarmSuite [2022-03-09T09:49:36.067Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-09T09:49:39.340Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-09T09:49:41.865Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-09T09:49:43.761Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-09T09:49:44.167Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:49:44.167Z] INFO: Testing against a local daemon [2022-03-09T09:49:44.167Z] === RUN TestBuildWithSession [2022-03-09T09:49:44.167Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:49:44.167Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-09T09:49:44.167Z] === RUN TestBuildSquashParent [2022-03-09T09:49:44.167Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:49:44.167Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-09T09:49:44.167Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-09T09:49:44.167Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:49:44.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:49:44.167Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:49:44.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:49:44.167Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:49:44.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:49:44.167Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:49:44.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:49:44.167Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:49:44.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:49:44.167Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:49:44.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:49:44.167Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-09T09:49:44.167Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-09T09:49:44.167Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-09T09:49:44.167Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-09T09:49:44.693Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-09T09:49:45.624Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-09T09:49:46.188Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-09T09:49:46.447Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-09T09:49:47.358Z] --- PASS: TestUpdateRestartPolicy (23.06s) [2022-03-09T09:49:47.358Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T09:49:47.379Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-09T09:49:47.379Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-09T09:49:47.379Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-09T09:49:47.470Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-09T09:49:47.470Z] Copying nested executables into bundles/binary-daemon [2022-03-09T09:49:47.470Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-09T09:49:47.470Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:49:47.470Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-09T09:49:47.470Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-03-09T09:49:47.818Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d -e DOCKER_GRAPHDRIVER docker:8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d hack/make.sh cross [2022-03-09T09:49:47.944Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-09T09:49:48.080Z] [2022-03-09T09:49:48.341Z] Removing bundles/ [2022-03-09T09:49:48.341Z] [2022-03-09T09:49:48.341Z] ---> Making bundle: cross (in bundles/cross) [2022-03-09T09:49:48.341Z] Cross building: bundles/cross/linux/amd64 [2022-03-09T09:49:48.341Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-09T09:49:48.341Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-09T09:49:50.529Z] --- PASS: TestUpdateRestartWithAutoRemove (2.43s) [2022-03-09T09:49:50.529Z] === RUN TestWaitNonBlocked [2022-03-09T09:49:50.529Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:49:50.529Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:49:50.529Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:49:50.529Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:49:50.529Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:49:50.529Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:49:56.043Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-09T09:49:56.300Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-09T09:49:56.864Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-09T09:49:57.428Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-09T09:49:57.685Z] === RUN TestDockerSuite/TestBuildFails [2022-03-09T09:49:58.086Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-09T09:49:58.086Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.96s) [2022-03-09T09:49:58.086Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.72s) [2022-03-09T09:49:58.086Z] === RUN TestWaitBlocked [2022-03-09T09:49:58.086Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:49:58.086Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-09T09:49:58.086Z] PASS [2022-03-09T09:49:58.086Z] ok github.com/docker/docker/integration/container 108.975s [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === Skipped [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-09T09:49:58.086Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-09T09:49:58.086Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2022-03-09T09:49:58.086Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-09T09:49:58.086Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T09:49:58.086Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-09T09:49:58.086Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-09T09:49:58.086Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-09T09:49:58.086Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-09T09:49:58.086Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-09T09:49:58.086Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-09T09:49:58.086Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-09T09:49:58.086Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T09:49:58.086Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-09T09:49:58.086Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-09T09:49:58.086Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T09:49:58.086Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.01s) [2022-03-09T09:49:58.086Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T09:49:58.086Z] --- SKIP: TestKillContainer/non_killing_signal (0.01s) [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T09:49:58.086Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-09T09:49:58.086Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T09:49:58.086Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-09T09:49:58.086Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-09T09:49:58.086Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-09T09:49:58.086Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-09T09:49:58.086Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-09T09:49:58.086Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-09T09:49:58.086Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-09T09:49:58.086Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-09T09:49:58.086Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T09:49:58.086Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:49:58.086Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-09T09:49:58.086Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-09T09:49:58.086Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-09T09:49:58.086Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:49:58.086Z] [2022-03-09T09:49:58.086Z] DONE 87 tests, 33 skipped in 111.801s [2022-03-09T09:49:58.086Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-09T09:49:58.617Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-09T09:49:58.617Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-09T09:49:59.100Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-09T09:49:59.100Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-09T09:49:59.549Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-09T09:50:00.479Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-09T09:50:00.479Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-09T09:50:02.996Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-09T09:50:03.254Z] docker_api_swarm_test.go:563: [d26bb026ec9f5] joining swarm manager [d028bc1aa31ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:50:04.628Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-09T09:50:05.590Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-09T09:50:05.590Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T09:50:05.590Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-09T09:50:05.590Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-09T09:50:05.590Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-09T09:50:06.000Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-09T09:50:06.564Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-09T09:50:06.574Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-09T09:50:07.495Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-09T09:50:08.141Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-09T09:50:08.141Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T09:50:08.141Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-09T09:50:08.141Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T09:50:08.141Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-09T09:50:08.141Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T09:50:08.141Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-09T09:50:08.141Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-09T09:50:09.416Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-09T09:50:09.517Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2022-03-09T09:50:09.517Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (16.82s) [2022-03-09T09:50:09.517Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.82s) [2022-03-09T09:50:09.517Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (17.17s) [2022-03-09T09:50:09.517Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.37s) [2022-03-09T09:50:09.517Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.87s) [2022-03-09T09:50:09.517Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.29s) [2022-03-09T09:50:09.517Z] === RUN TestBuildMultiStageCopy [2022-03-09T09:50:09.517Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-09T09:50:09.708Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-09T09:50:09.986Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-09T09:50:10.243Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-09T09:50:12.137Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-09T09:50:13.505Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-09T09:50:14.464Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-09T09:50:16.026Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-09T09:50:16.026Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T09:50:16.028Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-09T09:50:16.028Z] docker_api_swarm_test.go:585: [daf432d6d3439] joining swarm manager [d028bc1aa31ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:50:16.494Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-09T09:50:16.494Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T09:50:16.494Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-09T09:50:16.494Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-09T09:50:18.598Z] check_test.go:379: [d26bb026ec9f5] daemon is not started [2022-03-09T09:50:19.933Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-09T09:50:19.933Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-09T09:50:19.969Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-09T09:50:20.124Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T09:50:20.124Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T09:50:20.124Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-09T09:50:20.124Z] === RUN TestDaemonConfigValidation [2022-03-09T09:50:20.124Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T09:50:20.124Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-09T09:50:20.124Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T09:50:20.124Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T09:50:20.124Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T09:50:20.124Z] === RUN TestDaemonProxy [2022-03-09T09:50:20.124Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T09:50:20.124Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-09T09:50:20.124Z] PASS [2022-03-09T09:50:20.124Z] ok github.com/docker/docker/integration/daemon 0.116s [2022-03-09T09:50:20.225Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-09T09:50:20.288Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-09T09:50:20.639Z] [2022-03-09T09:50:20.639Z] === Skipped [2022-03-09T09:50:20.639Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-09T09:50:20.639Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T09:50:20.639Z] [2022-03-09T09:50:20.639Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-09T09:50:20.639Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T09:50:20.639Z] [2022-03-09T09:50:20.639Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T09:50:20.639Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T09:50:20.639Z] [2022-03-09T09:50:20.639Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-09T09:50:20.639Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T09:50:20.639Z] [2022-03-09T09:50:20.639Z] DONE 4 tests, 4 skipped in 22.493s [2022-03-09T09:50:20.639Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-09T09:50:20.790Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-09T09:50:20.917Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-09T09:50:21.355Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-09T09:50:21.902Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-09T09:50:21.919Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-09T09:50:21.919Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-09T09:50:22.847Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-09T09:50:23.103Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-09T09:50:23.462Z] --- PASS: TestBuildMultiStageCopy (13.84s) [2022-03-09T09:50:23.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.53s) [2022-03-09T09:50:23.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.85s) [2022-03-09T09:50:23.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.96s) [2022-03-09T09:50:23.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.16s) [2022-03-09T09:50:23.462Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.34s) [2022-03-09T09:50:23.462Z] === RUN TestBuildMultiStageParentConfig [2022-03-09T09:50:23.666Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-09T09:50:23.922Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-09T09:50:24.484Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-09T09:50:24.741Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-09T09:50:25.735Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:50:25.736Z] INFO: Testing against a local daemon [2022-03-09T09:50:25.736Z] === RUN TestCommitInheritsEnv [2022-03-09T09:50:25.736Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:50:25.736Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-09T09:50:25.736Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T09:50:25.736Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:50:25.736Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T09:50:25.736Z] === RUN TestImportWithCustomPlatform [2022-03-09T09:50:25.736Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:50:25.736Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-09T09:50:25.736Z] === RUN TestImagesFilterMultiReference [2022-03-09T09:50:25.736Z] --- PASS: TestImagesFilterMultiReference (0.14s) [2022-03-09T09:50:25.736Z] === RUN TestImagePullPlatformInvalid [2022-03-09T09:50:25.736Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2022-03-09T09:50:25.736Z] === RUN TestRemoveImageOrphaning [2022-03-09T09:50:26.111Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-09T09:50:26.407Z] --- PASS: TestBuildMultiStageParentConfig (2.62s) [2022-03-09T09:50:26.407Z] === RUN TestBuildLabelWithTargets [2022-03-09T09:50:26.407Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:50:26.407Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-09T09:50:26.407Z] === RUN TestBuildWithEmptyLayers [2022-03-09T09:50:26.810Z] --- PASS: TestRemoveImageOrphaning (1.38s) [2022-03-09T09:50:26.810Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T09:50:26.810Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.09s) [2022-03-09T09:50:26.810Z] === RUN TestTagInvalidReference [2022-03-09T09:50:26.810Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-09T09:50:26.810Z] === RUN TestTagValidPrefixedRepo [2022-03-09T09:50:26.810Z] --- PASS: TestTagValidPrefixedRepo (0.12s) [2022-03-09T09:50:26.810Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T09:50:26.810Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-03-09T09:50:26.810Z] === RUN TestTagOfficialNames [2022-03-09T09:50:26.810Z] --- PASS: TestTagOfficialNames (0.12s) [2022-03-09T09:50:26.810Z] === RUN TestTagMatchesDigest [2022-03-09T09:50:26.810Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-09T09:50:26.810Z] PASS [2022-03-09T09:50:26.810Z] ok github.com/docker/docker/integration/image 2.140s [2022-03-09T09:50:27.325Z] [2022-03-09T09:50:27.325Z] === Skipped [2022-03-09T09:50:27.325Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-09T09:50:27.325Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:50:27.325Z] [2022-03-09T09:50:27.325Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T09:50:27.325Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:50:27.325Z] [2022-03-09T09:50:27.325Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-09T09:50:27.325Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:50:27.325Z] [2022-03-09T09:50:27.325Z] DONE 12 tests, 3 skipped in 6.489s [2022-03-09T09:50:27.325Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-09T09:50:27.391Z] --- PASS: TestBuildWithEmptyLayers (1.38s) [2022-03-09T09:50:27.392Z] === RUN TestBuildMultiStageOnBuild [2022-03-09T09:50:28.635Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-09T09:50:29.199Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-09T09:50:29.199Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-09T09:50:29.199Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-09T09:50:29.725Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:50:29.725Z] INFO: Testing against a local daemon [2022-03-09T09:50:29.725Z] === RUN TestNetworkCreateDelete [2022-03-09T09:50:29.725Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:29.725Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-09T09:50:29.725Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T09:50:29.725Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-09T09:50:29.725Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2022-03-09T09:50:29.725Z] === RUN TestDaemonDNSFallback [2022-03-09T09:50:29.725Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:29.725Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-09T09:50:29.725Z] === RUN TestInspectNetwork [2022-03-09T09:50:29.725Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T09:50:29.725Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-09T09:50:29.725Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T09:50:29.725Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:29.725Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-09T09:50:29.725Z] === RUN TestNetworkInvalidJSON [2022-03-09T09:50:29.725Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T09:50:29.725Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T09:50:29.725Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:50:29.725Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:50:29.725Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:50:29.725Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:50:29.725Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T09:50:29.725Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:50:29.725Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:50:29.725Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-03-09T09:50:29.725Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-09T09:50:29.725Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-09T09:50:29.725Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-09T09:50:29.725Z] === RUN TestNetworkList [2022-03-09T09:50:29.725Z] === RUN TestNetworkList//networks [2022-03-09T09:50:29.725Z] === PAUSE TestNetworkList//networks [2022-03-09T09:50:29.725Z] === RUN TestNetworkList//networks/ [2022-03-09T09:50:29.725Z] === PAUSE TestNetworkList//networks/ [2022-03-09T09:50:29.725Z] === CONT TestNetworkList//networks [2022-03-09T09:50:29.726Z] === CONT TestNetworkList//networks/ [2022-03-09T09:50:29.726Z] --- PASS: TestNetworkList (0.04s) [2022-03-09T09:50:29.726Z] --- PASS: TestNetworkList//networks (0.02s) [2022-03-09T09:50:29.726Z] --- PASS: TestNetworkList//networks/ (0.02s) [2022-03-09T09:50:29.726Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T09:50:29.726Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-09T09:50:29.726Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T09:50:29.726Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T09:50:29.726Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T09:50:29.726Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T09:50:29.726Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T09:50:29.726Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T09:50:29.726Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T09:50:29.726Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T09:50:29.726Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T09:50:29.726Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T09:50:29.726Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T09:50:29.726Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T09:50:29.726Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T09:50:29.726Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:50:29.726Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:50:29.726Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T09:50:29.726Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-09T09:50:29.726Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T09:50:29.726Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T09:50:29.726Z] PASS [2022-03-09T09:50:29.726Z] ok github.com/docker/docker/integration/network 0.215s [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === Skipped [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-09T09:50:29.726Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2022-03-09T09:50:29.726Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-09T09:50:29.726Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-09T09:50:29.726Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-09T09:50:29.726Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-09T09:50:29.726Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T09:50:29.726Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T09:50:29.726Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T09:50:29.726Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T09:50:29.726Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T09:50:29.726Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T09:50:29.726Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:50:29.726Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-09T09:50:29.726Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T09:50:29.726Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T09:50:29.726Z] [2022-03-09T09:50:29.726Z] DONE 22 tests, 15 skipped in 2.504s [2022-03-09T09:50:29.726Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-09T09:50:30.803Z] testing: warning: no tests to run [2022-03-09T09:50:30.803Z] PASS [2022-03-09T09:50:30.803Z] ok github.com/docker/docker/integration/network/ipvlan 0.092s [2022-03-09T09:50:30.803Z] [2022-03-09T09:50:30.803Z] DONE 0 tests in 0.856s [2022-03-09T09:50:30.803Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-09T09:50:31.724Z] docker_api_swarm_test.go:46: [daed25a7bad06] joining swarm manager [d7a51c1f1d7b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:50:31.882Z] testing: warning: no tests to run [2022-03-09T09:50:31.882Z] PASS [2022-03-09T09:50:31.882Z] ok github.com/docker/docker/integration/network/macvlan 0.091s [2022-03-09T09:50:31.882Z] [2022-03-09T09:50:31.882Z] DONE 0 tests in 0.779s [2022-03-09T09:50:31.882Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-09T09:50:32.962Z] testing: warning: no tests to run [2022-03-09T09:50:32.962Z] PASS [2022-03-09T09:50:32.962Z] ok github.com/docker/docker/integration/plugin 0.100s [2022-03-09T09:50:32.962Z] [2022-03-09T09:50:32.962Z] DONE 0 tests in 0.903s [2022-03-09T09:50:32.962Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-09T09:50:33.094Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-09T09:50:34.044Z] testing: warning: no tests to run [2022-03-09T09:50:34.044Z] PASS [2022-03-09T09:50:34.044Z] ok github.com/docker/docker/integration/plugin/authz 0.085s [2022-03-09T09:50:34.044Z] [2022-03-09T09:50:34.044Z] DONE 0 tests in 0.877s [2022-03-09T09:50:34.044Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-09T09:50:36.363Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-09T09:50:36.363Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-09T09:50:36.363Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-09T09:50:36.363Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-09T09:50:36.363Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-09T09:50:36.620Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-09T09:50:37.992Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-09T09:50:38.176Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-09T09:50:39.129Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:50:39.129Z] INFO: Testing against a local daemon [2022-03-09T09:50:39.129Z] === RUN TestPluginInvalidJSON [2022-03-09T09:50:39.129Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:50:39.129Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:50:39.129Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:50:39.129Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-03-09T09:50:39.129Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-03-09T09:50:39.129Z] === RUN TestPluginInstall [2022-03-09T09:50:39.129Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T09:50:39.129Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-09T09:50:39.129Z] === RUN TestPluginsWithRuntimes [2022-03-09T09:50:39.129Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T09:50:39.129Z] --- SKIP: TestPluginsWithRuntimes (0.01s) [2022-03-09T09:50:39.129Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T09:50:39.129Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T09:50:39.129Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T09:50:39.129Z] PASS [2022-03-09T09:50:39.129Z] ok github.com/docker/docker/integration/plugin/common 0.136s [2022-03-09T09:50:39.129Z] [2022-03-09T09:50:39.129Z] === Skipped [2022-03-09T09:50:39.129Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-09T09:50:39.129Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T09:50:39.129Z] [2022-03-09T09:50:39.129Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.01s) [2022-03-09T09:50:39.129Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T09:50:39.129Z] [2022-03-09T09:50:39.129Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T09:50:39.129Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T09:50:39.129Z] [2022-03-09T09:50:39.129Z] DONE 5 tests, 3 skipped in 4.925s [2022-03-09T09:50:39.129Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-09T09:50:39.364Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-09T09:50:41.530Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:50:41.530Z] INFO: Testing against a local daemon [2022-03-09T09:50:41.530Z] === RUN TestExternalGraphDriver [2022-03-09T09:50:41.530Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T09:50:41.530Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-09T09:50:41.530Z] === RUN TestGraphdriverPluginV2 [2022-03-09T09:50:41.530Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T09:50:41.530Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-09T09:50:41.530Z] PASS [2022-03-09T09:50:41.530Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.129s [2022-03-09T09:50:41.530Z] [2022-03-09T09:50:41.530Z] === Skipped [2022-03-09T09:50:41.530Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-09T09:50:41.530Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T09:50:41.530Z] [2022-03-09T09:50:41.530Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-09T09:50:41.530Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T09:50:41.530Z] [2022-03-09T09:50:41.530Z] DONE 2 tests, 2 skipped in 2.665s [2022-03-09T09:50:41.530Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-09T09:50:42.303Z] --- PASS: TestBuildMultiStageOnBuild (12.95s) [2022-03-09T09:50:42.303Z] === RUN TestBuildUncleanTarFilenames [2022-03-09T09:50:42.303Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:50:42.303Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-09T09:50:42.303Z] === RUN TestBuildMultiStageLayerLeak [2022-03-09T09:50:42.639Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-09T09:50:42.896Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-09T09:50:43.829Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-09T09:50:43.958Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:50:43.958Z] INFO: Testing against a local daemon [2022-03-09T09:50:43.958Z] === RUN TestReadPluginNoRead [2022-03-09T09:50:43.958Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T09:50:43.958Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-09T09:50:43.958Z] PASS [2022-03-09T09:50:43.958Z] ok github.com/docker/docker/integration/plugin/logging 0.098s [2022-03-09T09:50:44.067Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-09T09:50:44.476Z] [2022-03-09T09:50:44.476Z] === Skipped [2022-03-09T09:50:44.476Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-09T09:50:44.476Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T09:50:44.476Z] [2022-03-09T09:50:44.476Z] DONE 1 tests, 1 skipped in 2.552s [2022-03-09T09:50:44.476Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-09T09:50:45.554Z] testing: warning: no tests to run [2022-03-09T09:50:45.554Z] PASS [2022-03-09T09:50:45.554Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.102s [2022-03-09T09:50:45.554Z] [2022-03-09T09:50:45.554Z] DONE 0 tests in 1.255s [2022-03-09T09:50:45.633Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-09T09:50:45.633Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T09:50:45.633Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-09T09:50:46.066Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-09T09:50:48.460Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:50:48.460Z] INFO: Testing against a local daemon [2022-03-09T09:50:48.460Z] === RUN TestPluginWithDevMounts [2022-03-09T09:50:48.460Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:48.460Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-09T09:50:48.460Z] PASS [2022-03-09T09:50:48.460Z] ok github.com/docker/docker/integration/plugin/volumes 0.104s [2022-03-09T09:50:48.460Z] [2022-03-09T09:50:48.460Z] === Skipped [2022-03-09T09:50:48.460Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-09T09:50:48.460Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:48.460Z] [2022-03-09T09:50:48.460Z] DONE 1 tests, 1 skipped in 2.394s [2022-03-09T09:50:48.460Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-09T09:50:50.375Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-09T09:50:50.389Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-09T09:50:50.879Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:50:50.879Z] INFO: Testing against a local daemon [2022-03-09T09:50:50.879Z] === RUN TestSecretInspect [2022-03-09T09:50:50.879Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:50.879Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-09T09:50:50.879Z] === RUN TestSecretList [2022-03-09T09:50:50.879Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:50.879Z] --- SKIP: TestSecretList (0.00s) [2022-03-09T09:50:50.879Z] === RUN TestSecretsCreateAndDelete [2022-03-09T09:50:50.879Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:50.879Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-09T09:50:50.879Z] === RUN TestSecretsUpdate [2022-03-09T09:50:50.879Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:50.879Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-09T09:50:50.879Z] === RUN TestTemplatedSecret [2022-03-09T09:50:50.879Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:50.879Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-09T09:50:50.879Z] === RUN TestSecretCreateResolve [2022-03-09T09:50:50.879Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:50.879Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-09T09:50:50.879Z] PASS [2022-03-09T09:50:50.879Z] ok github.com/docker/docker/integration/secret 0.126s [2022-03-09T09:50:50.879Z] [2022-03-09T09:50:50.879Z] === Skipped [2022-03-09T09:50:50.879Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-09T09:50:50.879Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:50.879Z] [2022-03-09T09:50:50.879Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-09T09:50:50.879Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:50.879Z] [2022-03-09T09:50:50.879Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-09T09:50:50.879Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:50.879Z] [2022-03-09T09:50:50.879Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-09T09:50:50.879Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:50.879Z] [2022-03-09T09:50:50.879Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-09T09:50:50.879Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:50.879Z] [2022-03-09T09:50:50.879Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-09T09:50:50.879Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:50.879Z] [2022-03-09T09:50:50.879Z] DONE 6 tests, 6 skipped in 2.250s [2022-03-09T09:50:50.879Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-09T09:50:50.939Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-09T09:50:52.357Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-09T09:50:52.603Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-09T09:50:52.715Z] --- PASS: TestBuildMultiStageLayerLeak (11.32s) [2022-03-09T09:50:52.715Z] === RUN TestBuildWithHugeFile [2022-03-09T09:50:53.276Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:50:53.276Z] INFO: Testing against a local daemon [2022-03-09T09:50:53.276Z] === RUN TestServiceCreateInit [2022-03-09T09:50:53.276Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T09:50:53.276Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.276Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T09:50:53.276Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.276Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-09T09:50:53.276Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:50:53.276Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:50:53.276Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T09:50:53.276Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.276Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-09T09:50:53.276Z] === RUN TestCreateServiceConflict [2022-03-09T09:50:53.276Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.276Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-09T09:50:53.276Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T09:50:53.276Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.276Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-09T09:50:53.276Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T09:50:53.276Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.276Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-09T09:50:53.276Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T09:50:53.276Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.276Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-09T09:50:53.276Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T09:50:53.276Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.276Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-09T09:50:53.276Z] === RUN TestCreateServiceSysctls [2022-03-09T09:50:53.276Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-03-09T09:50:53.792Z] === RUN TestCreateServiceCapabilities [2022-03-09T09:50:53.792Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestCreateServiceCapabilities (0.05s) [2022-03-09T09:50:53.792Z] === RUN TestInspect [2022-03-09T09:50:53.792Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestInspect (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestCreateJob [2022-03-09T09:50:53.792Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestCreateJob (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestReplicatedJob [2022-03-09T09:50:53.792Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestUpdateReplicatedJob [2022-03-09T09:50:53.792Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestServiceListWithStatuses [2022-03-09T09:50:53.792Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T09:50:53.792Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestDockerNetworkReConnect [2022-03-09T09:50:53.792Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestServicePlugin [2022-03-09T09:50:53.792Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestServiceUpdateLabel [2022-03-09T09:50:53.792Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:53.792Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestServiceUpdateSecrets [2022-03-09T09:50:53.792Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:53.792Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestServiceUpdateConfigs [2022-03-09T09:50:53.792Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:53.792Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestServiceUpdateNetwork [2022-03-09T09:50:53.792Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:53.792Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-09T09:50:53.792Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T09:50:53.792Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:53.792Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-09T09:50:53.792Z] PASS [2022-03-09T09:50:53.792Z] ok github.com/docker/docker/integration/service 0.301s [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === Skipped [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:50:53.792Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:50:53.792Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s) [2022-03-09T09:50:53.792Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-09T09:50:53.792Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-09T09:50:53.792Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-09T09:50:53.792Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-09T09:50:53.792Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-09T09:50:53.792Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-03-09T09:50:53.792Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.05s) [2022-03-09T09:50:53.792Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-09T09:50:53.792Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-09T09:50:53.792Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-09T09:50:53.792Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-09T09:50:53.792Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-09T09:50:53.792Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-09T09:50:53.792Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-09T09:50:53.792Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-09T09:50:53.792Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-09T09:50:53.792Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-09T09:50:53.792Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-09T09:50:53.792Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-09T09:50:53.792Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-09T09:50:53.792Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:50:53.792Z] [2022-03-09T09:50:53.792Z] DONE 24 tests, 23 skipped in 3.010s [2022-03-09T09:50:53.792Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-09T09:50:55.636Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-09T09:50:56.186Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:50:56.186Z] INFO: Testing against a local daemon [2022-03-09T09:50:56.186Z] === RUN TestSessionCreate [2022-03-09T09:50:56.186Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T09:50:56.186Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-09T09:50:56.186Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T09:50:56.186Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T09:50:56.186Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T09:50:56.186Z] PASS [2022-03-09T09:50:56.186Z] ok github.com/docker/docker/integration/session 0.112s [2022-03-09T09:50:56.186Z] [2022-03-09T09:50:56.186Z] === Skipped [2022-03-09T09:50:56.186Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-09T09:50:56.186Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T09:50:56.186Z] [2022-03-09T09:50:56.186Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T09:50:56.186Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T09:50:56.186Z] [2022-03-09T09:50:56.186Z] DONE 2 tests, 2 skipped in 2.116s [2022-03-09T09:50:56.186Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-09T09:50:56.563Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-09T09:50:58.453Z] --- PASS: TestImportExtremelyLargeImageWorks (171.76s) [2022-03-09T09:50:58.454Z] PASS [2022-03-09T09:50:58.454Z] [2022-03-09T09:50:58.454Z] DONE 22 tests in 175.582s [2022-03-09T09:50:58.454Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-09T09:50:58.454Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:50:58.454Z] ++ set -e [2022-03-09T09:50:58.454Z] ++ '[' -n 0 ']' [2022-03-09T09:50:58.454Z] ++ set -x [2022-03-09T09:50:58.454Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:50:58.454Z] INFO: Testing against a local daemon [2022-03-09T09:50:58.454Z] === RUN TestNetworkCreateDelete [2022-03-09T09:50:58.454Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-09T09:50:58.454Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-09T09:50:58.454Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-09T09:50:58.454Z] --- PASS: TestNetworkCreateDelete (0.16s) [2022-03-09T09:50:58.454Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T09:50:58.586Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:50:58.586Z] INFO: Testing against a local daemon [2022-03-09T09:50:58.586Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T09:50:58.586Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:58.586Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:50:58.586Z] === RUN TestDiskUsage [2022-03-09T09:50:58.586Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T09:50:58.586Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-09T09:50:58.586Z] === RUN TestEventsExecDie [2022-03-09T09:50:58.586Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T09:50:58.586Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-09T09:50:58.586Z] === RUN TestEventsBackwardsCompatible [2022-03-09T09:50:58.586Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T09:50:58.586Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-09T09:50:58.586Z] === RUN TestEventsVolumeCreate [2022-03-09T09:50:58.586Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T09:50:58.586Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-09T09:50:58.586Z] === RUN TestInfoAPI [2022-03-09T09:50:58.586Z] --- PASS: TestInfoAPI (0.06s) [2022-03-09T09:50:58.586Z] === RUN TestInfoAPIWarnings [2022-03-09T09:50:58.586Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:50:58.586Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-09T09:50:58.586Z] === RUN TestInfoDebug [2022-03-09T09:50:58.586Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:50:58.586Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-09T09:50:58.586Z] === RUN TestInfoInsecureRegistries [2022-03-09T09:50:58.586Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:50:58.586Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-09T09:50:58.586Z] === RUN TestInfoRegistryMirrors [2022-03-09T09:50:58.586Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:50:58.586Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-09T09:50:58.586Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T09:50:58.710Z] --- PASS: TestDockerNetworkDeletePreferID (0.41s) [2022-03-09T09:50:58.710Z] === RUN TestDaemonDNSFallback [2022-03-09T09:50:59.662Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-03-09T09:50:59.663Z] === RUN TestPingCacheHeaders [2022-03-09T09:50:59.663Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-09T09:50:59.663Z] === RUN TestPingGet [2022-03-09T09:50:59.663Z] --- PASS: TestPingGet (0.05s) [2022-03-09T09:50:59.663Z] === RUN TestPingHead [2022-03-09T09:50:59.663Z] --- PASS: TestPingHead (0.04s) [2022-03-09T09:50:59.663Z] === RUN TestVersion [2022-03-09T09:50:59.663Z] --- PASS: TestVersion (0.04s) [2022-03-09T09:50:59.663Z] PASS [2022-03-09T09:50:59.663Z] ok github.com/docker/docker/integration/system 1.294s [2022-03-09T09:50:59.663Z] [2022-03-09T09:50:59.663Z] === Skipped [2022-03-09T09:50:59.663Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:50:59.663Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:50:59.663Z] [2022-03-09T09:50:59.663Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-09T09:50:59.663Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T09:50:59.663Z] [2022-03-09T09:50:59.663Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-09T09:50:59.663Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T09:50:59.663Z] [2022-03-09T09:50:59.663Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-09T09:50:59.663Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T09:50:59.663Z] [2022-03-09T09:50:59.663Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-09T09:50:59.663Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T09:50:59.663Z] [2022-03-09T09:50:59.663Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-09T09:50:59.663Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:50:59.663Z] [2022-03-09T09:50:59.663Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-09T09:50:59.663Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:50:59.663Z] [2022-03-09T09:50:59.663Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-09T09:50:59.663Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:50:59.663Z] [2022-03-09T09:50:59.663Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-09T09:50:59.663Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:50:59.663Z] [2022-03-09T09:50:59.663Z] DONE 15 tests, 9 skipped in 3.370s [2022-03-09T09:50:59.663Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-09T09:50:59.754Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-09T09:50:59.754Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T09:50:59.754Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-09T09:50:59.754Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T09:50:59.754Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-09T09:50:59.754Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T09:50:59.754Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-09T09:50:59.754Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T09:50:59.754Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-09T09:51:00.223Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-09T09:51:01.989Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-09T09:51:01.989Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-09T09:51:02.062Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:51:02.062Z] INFO: Testing against a local daemon [2022-03-09T09:51:02.062Z] === RUN TestVolumesCreateAndList [2022-03-09T09:51:02.062Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-03-09T09:51:02.062Z] === RUN TestVolumesRemove [2022-03-09T09:51:02.576Z] --- PASS: TestVolumesRemove (0.25s) [2022-03-09T09:51:02.576Z] === RUN TestVolumesInspect [2022-03-09T09:51:02.576Z] --- PASS: TestVolumesInspect (0.07s) [2022-03-09T09:51:02.576Z] === RUN TestVolumesInvalidJSON [2022-03-09T09:51:02.577Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T09:51:02.577Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T09:51:02.577Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T09:51:02.577Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-03-09T09:51:02.577Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-09T09:51:02.577Z] PASS [2022-03-09T09:51:02.577Z] ok github.com/docker/docker/integration/volume 0.507s [2022-03-09T09:51:02.577Z] [2022-03-09T09:51:02.577Z] DONE 5 tests in 2.732s [2022-03-09T09:51:02.577Z] INFO: make.ps1 ended at 03/09/2022 09:51:02 [2022-03-09T09:51:02.577Z] INFO: Integration CLI tests being run from the host: [2022-03-09T09:51:02.577Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-09T09:51:02.919Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-09T09:51:03.177Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-09T09:51:04.547Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-09T09:51:04.803Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-09T09:51:05.369Z] --- PASS: TestDaemonDNSFallback (6.56s) [2022-03-09T09:51:05.369Z] === RUN TestInspectNetwork [2022-03-09T09:51:05.369Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-09T09:51:06.301Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-09T09:51:07.230Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-09T09:51:07.793Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-09T09:51:07.793Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-09T09:51:08.049Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-09T09:51:08.611Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-09T09:51:08.867Z] === RUN TestInspectNetwork/full_network_id [2022-03-09T09:51:08.867Z] === RUN TestInspectNetwork/partial_network_id [2022-03-09T09:51:08.867Z] === RUN TestInspectNetwork/network_name [2022-03-09T09:51:08.867Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-09T09:51:09.124Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-09T09:51:10.053Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-09T09:51:10.616Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-09T09:51:12.557Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-09T09:51:13.138Z] --- PASS: TestInspectNetwork (7.72s) [2022-03-09T09:51:13.138Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-09T09:51:13.138Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-09T09:51:13.138Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-09T09:51:13.138Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-09T09:51:13.138Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T09:51:13.397Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-09T09:51:15.294Z] --- PASS: TestRunContainerWithBridgeNone (1.87s) [2022-03-09T09:51:15.294Z] === RUN TestNetworkInvalidJSON [2022-03-09T09:51:15.294Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T09:51:15.294Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T09:51:15.294Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:51:15.294Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:51:15.294Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:51:15.294Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:51:15.294Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-09T09:51:15.294Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T09:51:15.294Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:51:15.294Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:51:15.294Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-03-09T09:51:15.294Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-09T09:51:15.294Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-09T09:51:15.294Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-09T09:51:15.294Z] === RUN TestNetworkList [2022-03-09T09:51:15.294Z] === RUN TestNetworkList//networks [2022-03-09T09:51:15.294Z] === PAUSE TestNetworkList//networks [2022-03-09T09:51:15.294Z] === RUN TestNetworkList//networks/ [2022-03-09T09:51:15.294Z] === PAUSE TestNetworkList//networks/ [2022-03-09T09:51:15.294Z] === CONT TestNetworkList//networks [2022-03-09T09:51:15.294Z] === CONT TestNetworkList//networks/ [2022-03-09T09:51:15.294Z] --- PASS: TestNetworkList (0.01s) [2022-03-09T09:51:15.294Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T09:51:15.294Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T09:51:15.294Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T09:51:15.550Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-03-09T09:51:15.550Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T09:51:15.656Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-09T09:51:15.656Z] INFO: Testing against a local daemon [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-09T09:51:15.656Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-09T09:51:15.656Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-09T09:51:15.656Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-09T09:51:15.807Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-09T09:51:16.170Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-09T09:51:16.689Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-09T09:51:16.740Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2022-03-09T09:51:16.740Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T09:51:16.740Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-09T09:51:16.997Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-09T09:51:17.255Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2022-03-09T09:51:17.255Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T09:51:18.625Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2022-03-09T09:51:18.625Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T09:51:19.554Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-09T09:51:19.810Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2022-03-09T09:51:19.810Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T09:51:20.373Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-09T09:51:20.373Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T09:51:20.936Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-09T09:51:21.499Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-09T09:51:22.473Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-09T09:51:23.403Z] --- PASS: TestServiceWithPredefinedNetwork (2.86s) [2022-03-09T09:51:23.403Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T09:51:23.403Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:51:23.403Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:51:23.403Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T09:51:24.849Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-09T09:51:24.850Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-09T09:51:24.850Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-09T09:51:24.850Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-09T09:51:24.850Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-09T09:51:24.850Z] Cross building: bundles/cross/windows/amd64 [2022-03-09T09:51:24.850Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-09T09:51:24.850Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-09T09:51:28.662Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-09T09:51:31.183Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-09T09:51:33.074Z] === RUN TestDockerSuite/TestBuildRm [2022-03-09T09:51:34.968Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-09T09:51:35.531Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-09T09:51:36.464Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-09T09:51:36.464Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-09T09:51:37.028Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-09T09:51:37.961Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-09T09:51:37.961Z] --- PASS: TestServiceWithDataPathPortInit (14.64s) [2022-03-09T09:51:37.961Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T09:51:38.527Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-09T09:51:39.458Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-09T09:51:39.458Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-09T09:51:41.352Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:el9yof9cwu21tv5n725xuhq86 Created:2022-03-09 09:51:39.258999523 +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[966ba4b081bd465aaab067f60529eba22844e74f01955772289829b540e8fae3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v4as0i7z4o7nbqp4uuco07tmh EndpointID:643d2ed3d964e477e559bf7cc72d43e5c83ff259bae52272a00b09035c5eddd4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:63965f600cc6d9692a5fb67bdc818a9c91d838f04aeba042b232f4880aee3252 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:4999ff8431fe IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v4as0i7z4o7nbqp4uuco07tmh EndpointID:643d2ed3d964e477e559bf7cc72d43e5c83ff259bae52272a00b09035c5eddd4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-09T09:51:41.915Z] docker_api_swarm_test.go:304: [d599029f28008] joining swarm manager [dff75b36bdc5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:51:42.846Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-09T09:51:42.846Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-09T09:51:43.103Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-09T09:51:43.103Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-09T09:51:43.103Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-09T09:51:43.103Z] docker_api_swarm_test.go:305: [db87b76272407] joining swarm manager [dff75b36bdc5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:51:43.359Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-09T09:51:44.288Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-09T09:51:44.288Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-09T09:51:44.288Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-09T09:51:44.851Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-09T09:51:46.220Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.09s) [2022-03-09T09:51:46.220Z] PASS [2022-03-09T09:51:46.220Z] [2022-03-09T09:51:46.220Z] === Skipped [2022-03-09T09:51:46.220Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:51:46.220Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:51:46.220Z] [2022-03-09T09:51:46.220Z] DONE 26 tests, 1 skipped in 47.922s [2022-03-09T09:51:46.220Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-09T09:51:46.220Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:51:46.220Z] ++ set -e [2022-03-09T09:51:46.220Z] ++ '[' -n 0 ']' [2022-03-09T09:51:46.220Z] ++ set -x [2022-03-09T09:51:46.220Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:51:46.220Z] INFO: Testing against a local daemon [2022-03-09T09:51:46.220Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-09T09:51:46.220Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:51:46.220Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T09:51:46.220Z] === RUN TestDockerNetworkIpvlan [2022-03-09T09:51:46.220Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:51:46.220Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-09T09:51:46.220Z] PASS [2022-03-09T09:51:46.220Z] [2022-03-09T09:51:46.220Z] === Skipped [2022-03-09T09:51:46.220Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-09T09:51:46.220Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:51:46.220Z] [2022-03-09T09:51:46.220Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-09T09:51:46.220Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-09T09:51:46.220Z] [2022-03-09T09:51:46.220Z] DONE 2 tests, 2 skipped in 0.099s [2022-03-09T09:51:46.220Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-09T09:51:46.220Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:51:46.220Z] ++ set -e [2022-03-09T09:51:46.220Z] ++ '[' -n 0 ']' [2022-03-09T09:51:46.220Z] ++ set -x [2022-03-09T09:51:46.220Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:51:46.220Z] INFO: Testing against a local daemon [2022-03-09T09:51:46.220Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-09T09:51:47.592Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2022-03-09T09:51:47.592Z] === RUN TestDockerNetworkMacvlan [2022-03-09T09:51:47.850Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-09T09:51:48.414Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-09T09:51:48.672Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-09T09:51:49.236Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-09T09:51:49.493Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-09T09:51:50.058Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-09T09:51:50.315Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-09T09:51:50.572Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-09T09:51:51.165Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-09T09:51:51.165Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T09:51:51.165Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-09T09:51:51.165Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T09:51:51.165Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-09T09:51:51.943Z] === RUN TestDockerSuite/TestBuildUser [2022-03-09T09:51:52.199Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-09T09:51:53.569Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-09T09:51:54.498Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-09T09:51:56.393Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-09T09:51:58.926Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-09T09:51:59.966Z] --- PASS: TestDockerNetworkMacvlan (12.02s) [2022-03-09T09:51:59.966Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-03-09T09:51:59.966Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2022-03-09T09:51:59.966Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.05s) [2022-03-09T09:51:59.966Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.07s) [2022-03-09T09:51:59.966Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.91s) [2022-03-09T09:51:59.966Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.75s) [2022-03-09T09:51:59.966Z] PASS [2022-03-09T09:51:59.966Z] [2022-03-09T09:51:59.966Z] DONE 8 tests in 13.539s [2022-03-09T09:51:59.966Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-09T09:51:59.966Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:51:59.966Z] ++ set -e [2022-03-09T09:51:59.966Z] ++ '[' -n 0 ']' [2022-03-09T09:51:59.966Z] ++ set -x [2022-03-09T09:51:59.966Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:51:59.966Z] testing: warning: no tests to run [2022-03-09T09:51:59.966Z] PASS [2022-03-09T09:51:59.966Z] [2022-03-09T09:51:59.966Z] DONE 0 tests in 0.024s [2022-03-09T09:51:59.966Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-09T09:51:59.966Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:51:59.966Z] ++ set -e [2022-03-09T09:51:59.966Z] ++ '[' -n 0 ']' [2022-03-09T09:51:59.966Z] ++ set -x [2022-03-09T09:51:59.966Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:51:59.966Z] INFO: Testing against a local daemon [2022-03-09T09:51:59.966Z] === RUN TestAuthZPluginAllowRequest [2022-03-09T09:52:01.359Z] --- PASS: TestAuthZPluginAllowRequest (1.46s) [2022-03-09T09:52:01.359Z] === RUN TestAuthZPluginTLS [2022-03-09T09:52:01.923Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-03-09T09:52:01.923Z] === RUN TestAuthZPluginDenyRequest [2022-03-09T09:52:02.487Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-09T09:52:02.487Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-09T09:52:03.053Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-09T09:52:03.053Z] === RUN TestAuthZPluginDenyResponse [2022-03-09T09:52:03.616Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-03-09T09:52:03.616Z] === RUN TestAuthZPluginAllowEventStream [2022-03-09T09:52:04.985Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s) [2022-03-09T09:52:04.985Z] === RUN TestAuthZPluginErrorResponse [2022-03-09T09:52:05.549Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-03-09T09:52:05.549Z] === RUN TestAuthZPluginErrorRequest [2022-03-09T09:52:06.112Z] --- PASS: TestAuthZPluginErrorRequest (0.58s) [2022-03-09T09:52:06.112Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-09T09:52:06.675Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-03-09T09:52:06.675Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-09T09:52:08.051Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-09T09:52:08.051Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-09T09:52:08.317Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.88s) [2022-03-09T09:52:08.317Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-09T09:52:08.889Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-09T09:52:09.146Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-09T09:52:10.075Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-09T09:52:10.075Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.68s) [2022-03-09T09:52:10.075Z] === RUN TestAuthZPluginHeader [2022-03-09T09:52:10.638Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-09T09:52:10.894Z] --- PASS: TestAuthZPluginHeader (0.83s) [2022-03-09T09:52:10.894Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-09T09:52:11.825Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-09T09:52:11.825Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-09T09:52:11.825Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-09T09:52:11.825Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-09T09:52:11.825Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-09T09:52:11.825Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-09T09:52:11.825Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-09T09:52:11.825Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-09T09:52:11.825Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-09T09:52:12.397Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-09T09:52:12.397Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T09:52:12.397Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-09T09:52:12.757Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-09T09:52:12.757Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-09T09:52:12.864Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-09T09:52:13.689Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-09T09:52:13.946Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-09T09:52:14.878Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-09T09:52:14.878Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-09T09:52:15.134Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.25s) [2022-03-09T09:52:15.134Z] === RUN TestAuthZPluginV2Disable [2022-03-09T09:52:16.500Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-09T09:52:17.867Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-09T09:52:18.431Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-09T09:52:18.997Z] --- PASS: TestAuthZPluginV2Disable (3.71s) [2022-03-09T09:52:18.997Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-09T09:52:18.997Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-09T09:52:19.254Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-09T09:52:19.254Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-09T09:52:19.254Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-09T09:52:19.819Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-09T09:52:21.192Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-09T09:52:21.192Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-09T09:52:21.192Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T09:52:21.192Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-09T09:52:21.755Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-09T09:52:22.323Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.48s) [2022-03-09T09:52:22.323Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-09T09:52:22.323Z] === RUN TestDockerSuite/TestCommitChange [2022-03-09T09:52:23.254Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-09T09:52:23.296Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-09T09:52:23.296Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T09:52:23.818Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-09T09:52:24.079Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-09T09:52:25.016Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-09T09:52:25.508Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-09T09:52:26.912Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-09T09:52:26.912Z] docker_api_swarm_test.go:272: [d251a2a2ddd98] joining swarm manager [dee12d8bb7505]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:52:27.841Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-09T09:52:28.403Z] docker_api_swarm_test.go:273: [d06260ce79811] joining swarm manager [dee12d8bb7505]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:52:29.772Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-09T09:52:30.337Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-09T09:52:32.267Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-09T09:52:32.524Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-09T09:52:32.524Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-09T09:52:32.524Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-09T09:52:32.673Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-09T09:52:32.786Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-09T09:52:32.786Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-09T09:52:32.786Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-09T09:52:32.786Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-09T09:52:33.716Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-09T09:52:35.089Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.52s) [2022-03-09T09:52:35.089Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-09T09:52:35.089Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-09T09:52:35.089Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-09T09:52:36.021Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-09T09:52:36.279Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-09T09:52:36.844Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-09T09:52:37.100Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-09T09:52:37.665Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-09T09:52:37.665Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-09T09:52:37.665Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-09T09:52:38.227Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-09T09:52:38.227Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-09T09:52:38.227Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-09T09:52:38.227Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-09T09:52:38.227Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-09T09:52:38.789Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-09T09:52:39.351Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-09T09:52:39.607Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-09T09:52:39.607Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-09T09:52:40.976Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-09T09:52:41.233Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-09T09:52:41.233Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-09T09:52:41.797Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-09T09:52:42.054Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-09T09:52:42.617Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-09T09:52:43.181Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-09T09:52:43.181Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-09T09:52:43.438Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-09T09:52:44.003Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-09T09:52:44.568Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-09T09:52:44.568Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-09T09:52:45.132Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-09T09:52:45.697Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-09T09:52:45.953Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-09T09:52:46.357Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-09T09:52:46.357Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-09T09:52:46.357Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-09T09:52:46.357Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-09T09:52:46.357Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-09T09:52:46.357Z] remote: Enumerating objects: 23, done. [2022-03-09T09:52:46.357Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-09T09:52:46.357Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-09T09:52:46.358Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-09T09:52:46.358Z] 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-03-09T09:52:46.358Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-09T09:52:46.358Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-09T09:52:46.358Z] Cross building: bundles/cross/linux/ppc64le [2022-03-09T09:52:46.358Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-09T09:52:46.358Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-09T09:52:46.886Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-09T09:52:46.887Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-09T09:52:46.887Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-09T09:52:46.887Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-09T09:52:46.887Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-09T09:52:47.459Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-09T09:52:47.617Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-09T09:52:49.426Z] --- PASS: TestBuildWithHugeFile (105.20s) [2022-03-09T09:52:49.426Z] === RUN TestBuildWCOWSandboxSize [2022-03-09T09:52:49.426Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:52:49.426Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestBuildWithEmptyDockerfile [2022-03-09T09:52:49.426Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:52:49.426Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:52:49.426Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:52:49.426Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:52:49.426Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:52:49.426Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:52:49.426Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-09T09:52:49.426Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-09T09:52:49.426Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-09T09:52:49.426Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-09T09:52:49.426Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-09T09:52:49.426Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-09T09:52:49.426Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-09T09:52:49.426Z] === RUN TestBuildPreserveOwnership [2022-03-09T09:52:49.426Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:52:49.426Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestBuildPlatformInvalid [2022-03-09T09:52:49.426Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-09T09:52:49.426Z] PASS [2022-03-09T09:52:49.426Z] ok github.com/docker/docker/integration/build 174.679s [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === Skipped [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-09T09:52:49.426Z] build_session_test.go:25: TODO: BuildKit [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-09T09:52:49.426Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-09T09:52:49.426Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-09T09:52:49.426Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-09T09:52:49.426Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-09T09:52:49.426Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] DONE 29 tests, 6 skipped in 203.771s [2022-03-09T09:52:49.426Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-09T09:52:49.426Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:52:49.426Z] INFO: Testing against a local daemon [2022-03-09T09:52:49.426Z] === RUN TestConfigInspect [2022-03-09T09:52:49.426Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestConfigList [2022-03-09T09:52:49.426Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] --- SKIP: TestConfigList (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestConfigsCreateAndDelete [2022-03-09T09:52:49.426Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestConfigsUpdate [2022-03-09T09:52:49.426Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestTemplatedConfig [2022-03-09T09:52:49.426Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestConfigCreateResolve [2022-03-09T09:52:49.426Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:52:49.426Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-09T09:52:49.426Z] PASS [2022-03-09T09:52:49.426Z] ok github.com/docker/docker/integration/config 0.089s [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === Skipped [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-09T09:52:49.426Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-09T09:52:49.426Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-09T09:52:49.426Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-09T09:52:49.426Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-09T09:52:49.426Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-09T09:52:49.426Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:52:49.426Z] [2022-03-09T09:52:49.426Z] DONE 6 tests, 6 skipped in 1.981s [2022-03-09T09:52:49.426Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-09T09:52:49.426Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:52:49.426Z] INFO: Testing against a local daemon [2022-03-09T09:52:49.426Z] === RUN TestCheckpoint [2022-03-09T09:52:49.426Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:52:49.426Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestContainerInvalidJSON [2022-03-09T09:52:49.426Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:52:49.426Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:52:49.426Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:52:49.426Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:52:49.426Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-09T09:52:49.426Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-09T09:52:49.426Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-03-09T09:52:49.426Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-09T09:52:49.426Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-09T09:52:49.426Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2022-03-09T09:52:49.426Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-09T09:52:49.426Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.22s) [2022-03-09T09:52:49.426Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-09T09:52:49.426Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s) [2022-03-09T09:52:49.426Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-09T09:52:49.426Z] --- PASS: TestCopyToContainerPathIsNotDir (0.22s) [2022-03-09T09:52:49.426Z] === RUN TestCopyFromContainer [2022-03-09T09:52:49.426Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-09T09:52:49.426Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:52:49.426Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:52:49.426Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:52:49.426Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:52:49.426Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:52:49.426Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:52:49.426Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-09T09:52:49.426Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-09T09:52:49.426Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-09T09:52:49.426Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-09T09:52:49.426Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T09:52:49.426Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCreateWithInvalidEnv [2022-03-09T09:52:49.426Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-09T09:52:49.426Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-09T09:52:49.426Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-09T09:52:49.426Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-09T09:52:49.426Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-09T09:52:49.426Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-09T09:52:49.426Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-09T09:52:49.426Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-09T09:52:49.426Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-09T09:52:49.426Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCreateTmpfsMountsTarget [2022-03-09T09:52:49.426Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-09T09:52:49.426Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:52:49.426Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-09T09:52:49.426Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:52:49.426Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-09T09:52:49.426Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:52:49.426Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:52:49.426Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:52:49.426Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:52:49.426Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:52:49.426Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:52:49.426Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:52:49.426Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:52:49.426Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:52:49.426Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:52:49.426Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-09T09:52:49.426Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-09T09:52:49.426Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-09T09:52:49.426Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-09T09:52:49.426Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-09T09:52:49.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-09T09:52:49.426Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T09:52:49.426Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCreateDifferentPlatform [2022-03-09T09:52:49.426Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-09T09:52:49.426Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-09T09:52:49.426Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-09T09:52:49.426Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-09T09:52:49.426Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s) [2022-03-09T09:52:49.426Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-09T09:52:49.426Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T09:52:49.426Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-09T09:52:49.426Z] === RUN TestContainerKillOnDaemonStart [2022-03-09T09:52:49.426Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.426Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestDiff [2022-03-09T09:52:49.426Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T09:52:49.426Z] --- SKIP: TestDiff (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestExecWithCloseStdin [2022-03-09T09:52:49.426Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-09T09:52:49.426Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-09T09:52:49.426Z] === RUN TestExec [2022-03-09T09:52:49.426Z] --- PASS: TestExec (3.91s) [2022-03-09T09:52:49.426Z] === RUN TestExecUser [2022-03-09T09:52:49.426Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T09:52:49.426Z] --- SKIP: TestExecUser (0.00s) [2022-03-09T09:52:49.427Z] === RUN TestExportContainerAndImportImage [2022-03-09T09:52:49.427Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.427Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-09T09:52:49.427Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-09T09:52:49.427Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:49.427Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T09:52:49.427Z] === RUN TestHealthCheckWorkdir [2022-03-09T09:52:49.427Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T09:52:49.427Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-09T09:52:49.427Z] === RUN TestHealthKillContainer [2022-03-09T09:52:49.427Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T09:52:49.427Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-09T09:52:49.427Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-09T09:52:49.427Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T09:52:49.427Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T09:52:49.427Z] === RUN TestKillContainerInvalidSignal [2022-03-09T09:52:50.413Z] --- PASS: TestKillContainerInvalidSignal (2.85s) [2022-03-09T09:52:50.413Z] === RUN TestKillContainer [2022-03-09T09:52:50.413Z] === RUN TestKillContainer/no_signal [2022-03-09T09:52:51.631Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2022-03-09T09:52:51.631Z] PASS [2022-03-09T09:52:51.631Z] [2022-03-09T09:52:51.631Z] DONE 17 tests in 51.663s [2022-03-09T09:52:51.631Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-09T09:52:51.631Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:52:51.631Z] ++ set -e [2022-03-09T09:52:51.631Z] ++ '[' -n 0 ']' [2022-03-09T09:52:51.631Z] ++ set -x [2022-03-09T09:52:51.631Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:52:51.631Z] INFO: Testing against a local daemon [2022-03-09T09:52:51.631Z] === RUN TestPluginInvalidJSON [2022-03-09T09:52:51.631Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:52:51.631Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:52:51.631Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:52:51.631Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-09T09:52:51.631Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-09T09:52:51.631Z] === RUN TestPluginInstall [2022-03-09T09:52:51.631Z] === RUN TestPluginInstall/no_auth [2022-03-09T09:52:51.888Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-09T09:52:52.454Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-09T09:52:53.018Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-09T09:52:53.018Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-09T09:52:53.018Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-09T09:52:53.018Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-09T09:52:53.410Z] === RUN TestKillContainer/non_killing_signal [2022-03-09T09:52:53.410Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T09:52:53.410Z] === RUN TestKillContainer/killing_signal [2022-03-09T09:52:53.583Z] time="2022-03-09T09:52:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:52:53.583Z] time="2022-03-09T09:52:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a514adeedb527a50c52b3ba890b1c247c8ed2ea4a495015d070a0f667ddaf6d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:52:53.583Z] time="2022-03-09T09:52:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:52:53.584Z] time="2022-03-09T09:52:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6a514adeedb527a50c52b3ba890b1c247c8ed2ea4a495015d070a0f667ddaf6d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:52:53.841Z] === RUN TestPluginInstall/with_htpasswd [2022-03-09T09:52:54.097Z] time="2022-03-09T09:52:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:52:54.097Z] time="2022-03-09T09:52:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ea7c47bd47baf6fcdf213f0fe692f32a5481c66310bddc46fe900b803635ff23" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:52:54.097Z] time="2022-03-09T09:52:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:52:54.097Z] time="2022-03-09T09:52:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ea7c47bd47baf6fcdf213f0fe692f32a5481c66310bddc46fe900b803635ff23" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:52:54.356Z] === RUN TestPluginInstall/with_insecure [2022-03-09T09:52:55.285Z] time="2022-03-09T09:52:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:52:55.286Z] time="2022-03-09T09:52:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e65754b720d208df787a15b5460a450a7c11e0eb2a0f1756fa1b305c765e8d19" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:52:55.286Z] time="2022-03-09T09:52:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-09T09:52:55.286Z] time="2022-03-09T09:52:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e65754b720d208df787a15b5460a450a7c11e0eb2a0f1756fa1b305c765e8d19" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-09T09:52:55.286Z] plugin_test.go:165: [dad9cb12bf2ce] daemon is not started [2022-03-09T09:52:55.286Z] --- PASS: TestPluginInstall (3.77s) [2022-03-09T09:52:55.286Z] --- PASS: TestPluginInstall/no_auth (2.21s) [2022-03-09T09:52:55.286Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-03-09T09:52:55.286Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2022-03-09T09:52:55.286Z] === RUN TestPluginsWithRuntimes [2022-03-09T09:52:55.544Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-09T09:52:56.106Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-09T09:52:56.357Z] --- PASS: TestKillContainer (6.39s) [2022-03-09T09:52:56.357Z] --- PASS: TestKillContainer/no_signal (3.25s) [2022-03-09T09:52:56.357Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-09T09:52:56.357Z] --- PASS: TestKillContainer/killing_signal (3.10s) [2022-03-09T09:52:56.357Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-09T09:52:56.357Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:52:56.357Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T09:52:56.357Z] === RUN TestKillStoppedContainer [2022-03-09T09:52:56.357Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:52:56.357Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-09T09:52:56.357Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-09T09:52:56.357Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:52:56.357Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T09:52:56.357Z] === RUN TestKillDifferentUserContainer [2022-03-09T09:52:56.357Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T09:52:56.357Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-09T09:52:56.357Z] === RUN TestInspectOomKilledTrue [2022-03-09T09:52:56.357Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:52:56.357Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-09T09:52:56.357Z] === RUN TestInspectOomKilledFalse [2022-03-09T09:52:56.357Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:52:56.357Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-09T09:52:56.357Z] === RUN TestLogsFollowTailEmpty [2022-03-09T09:52:57.038Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-09T09:52:57.039Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-09T09:52:57.970Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-09T09:52:59.340Z] --- PASS: TestPluginsWithRuntimes (3.86s) [2022-03-09T09:52:59.340Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.02s) [2022-03-09T09:52:59.340Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.08s) [2022-03-09T09:52:59.340Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T09:52:59.908Z] --- PASS: TestPluginBackCompatMediaTypes (0.62s) [2022-03-09T09:52:59.908Z] PASS [2022-03-09T09:52:59.908Z] [2022-03-09T09:52:59.908Z] DONE 10 tests in 8.358s [2022-03-09T09:52:59.908Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-09T09:52:59.908Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:52:59.908Z] ++ set -e [2022-03-09T09:52:59.908Z] ++ '[' -n 0 ']' [2022-03-09T09:52:59.908Z] ++ set -x [2022-03-09T09:52:59.908Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:52:59.908Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-09T09:52:59.908Z] INFO: Testing against a local daemon [2022-03-09T09:52:59.908Z] === RUN TestExternalGraphDriver [2022-03-09T09:52:59.908Z] === RUN TestExternalGraphDriver/json [2022-03-09T09:53:00.141Z] --- PASS: TestLogsFollowTailEmpty (3.21s) [2022-03-09T09:53:00.141Z] === RUN TestNetworkNat [2022-03-09T09:53:00.141Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T09:53:00.141Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-09T09:53:00.141Z] === RUN TestNetworkLocalhostTCPNat [2022-03-09T09:53:00.469Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-09T09:53:01.834Z] === RUN TestExternalGraphDriver/spec [2022-03-09T09:53:01.835Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-09T09:53:02.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-09T09:53:02.600Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T09:53:02.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-09T09:53:02.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-09T09:53:03.485Z] --- PASS: TestNetworkLocalhostTCPNat (3.75s) [2022-03-09T09:53:03.485Z] === RUN TestNetworkLoopbackNat [2022-03-09T09:53:03.485Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T09:53:03.485Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-09T09:53:03.485Z] === RUN TestPause [2022-03-09T09:53:03.485Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T09:53:03.485Z] --- SKIP: TestPause (0.00s) [2022-03-09T09:53:03.485Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-09T09:53:03.699Z] === RUN TestExternalGraphDriver/pull [2022-03-09T09:53:03.699Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-09T09:53:05.068Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-09T09:53:05.068Z] --- PASS: TestExternalGraphDriver (5.24s) [2022-03-09T09:53:05.068Z] --- PASS: TestExternalGraphDriver/json (1.78s) [2022-03-09T09:53:05.069Z] --- PASS: TestExternalGraphDriver/spec (1.80s) [2022-03-09T09:53:05.069Z] --- PASS: TestExternalGraphDriver/pull (1.62s) [2022-03-09T09:53:05.069Z] === RUN TestGraphdriverPluginV2 [2022-03-09T09:53:06.435Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-09T09:53:06.449Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.03s) [2022-03-09T09:53:06.449Z] === RUN TestPauseStopPausedContainer [2022-03-09T09:53:06.449Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:53:06.449Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-09T09:53:06.449Z] === RUN TestPsFilter [2022-03-09T09:53:06.916Z] --- PASS: TestPsFilter (0.30s) [2022-03-09T09:53:06.916Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-09T09:53:07.806Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-09T09:53:08.465Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-09T09:53:08.465Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T09:53:08.465Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-09T09:53:08.465Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T09:53:08.465Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-09T09:53:08.748Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-09T09:53:09.007Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000da0858_} [2022-03-09T09:53:09.573Z] --- PASS: TestGraphdriverPluginV2 (4.34s) [2022-03-09T09:53:09.573Z] PASS [2022-03-09T09:53:09.573Z] [2022-03-09T09:53:09.573Z] DONE 5 tests in 9.701s [2022-03-09T09:53:09.573Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-09T09:53:09.573Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:53:09.573Z] ++ set -e [2022-03-09T09:53:09.573Z] ++ '[' -n 0 ']' [2022-03-09T09:53:09.573Z] ++ set -x [2022-03-09T09:53:09.573Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:53:09.573Z] INFO: Testing against a local daemon [2022-03-09T09:53:09.573Z] === RUN TestContinueAfterPluginCrash [2022-03-09T09:53:09.573Z] === PAUSE TestContinueAfterPluginCrash [2022-03-09T09:53:09.573Z] === RUN TestReadPluginNoRead [2022-03-09T09:53:09.573Z] === PAUSE TestReadPluginNoRead [2022-03-09T09:53:09.573Z] === RUN TestDaemonStartWithLogOpt [2022-03-09T09:53:09.573Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-09T09:53:09.573Z] === CONT TestContinueAfterPluginCrash [2022-03-09T09:53:09.573Z] === CONT TestDaemonStartWithLogOpt [2022-03-09T09:53:09.861Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.16s) [2022-03-09T09:53:09.861Z] === RUN TestRemoveContainerWithVolume [2022-03-09T09:53:10.504Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12874984332_/foo_false____} [2022-03-09T09:53:12.399Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12874984332_/foo_true____} [2022-03-09T09:53:13.330Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-09T09:53:13.587Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32731882467_/foo_false____} [2022-03-09T09:53:13.642Z] --- PASS: TestRemoveContainerWithVolume (3.08s) [2022-03-09T09:53:13.643Z] === RUN TestRemoveContainerRunning [2022-03-09T09:53:14.958Z] --- PASS: TestDaemonStartWithLogOpt (5.17s) [2022-03-09T09:53:14.958Z] === CONT TestReadPluginNoRead [2022-03-09T09:53:15.217Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32731882467_/foo_true____} [2022-03-09T09:53:15.217Z] docker_api_swarm_node_test.go:20: [dbf0ad5ff86a8] joining swarm manager [d4c1db105f293]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:53:16.148Z] docker_api_swarm_node_test.go:21: [d1886b0ba90b4] joining swarm manager [d4c1db105f293]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:53:16.587Z] --- PASS: TestRemoveContainerRunning (3.15s) [2022-03-09T09:53:16.587Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-09T09:53:16.713Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32731882467_/foo_true__0xc000da0888__} [2022-03-09T09:53:17.644Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-09T09:53:18.207Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000da08a0_} [2022-03-09T09:53:18.771Z] === RUN TestReadPluginNoRead/default [2022-03-09T09:53:18.888Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-09T09:53:18.888Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T09:53:18.888Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-09T09:53:18.888Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-09T09:53:18.888Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T09:53:18.888Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-09T09:53:18.888Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T09:53:18.888Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-09T09:53:19.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000da08b8_} [2022-03-09T09:53:19.531Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.14s) [2022-03-09T09:53:19.531Z] === RUN TestRemoveInvalidContainer [2022-03-09T09:53:19.531Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-09T09:53:19.531Z] === RUN TestRenameLinkedContainer [2022-03-09T09:53:19.531Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T09:53:19.531Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-09T09:53:19.531Z] === RUN TestRenameStoppedContainer [2022-03-09T09:53:19.902Z] --- PASS: TestContinueAfterPluginCrash (10.08s) [2022-03-09T09:53:20.159Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-09T09:53:21.090Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000da08d0_} [2022-03-09T09:53:21.653Z] === CONT TestReadPluginNoRead [2022-03-09T09:53:21.653Z] read_test.go:92: [dab6fc018a112] daemon is not started [2022-03-09T09:53:21.653Z] --- PASS: TestReadPluginNoRead (6.79s) [2022-03-09T09:53:21.653Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.33s) [2022-03-09T09:53:21.653Z] --- PASS: TestReadPluginNoRead/default (1.44s) [2022-03-09T09:53:21.653Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.38s) [2022-03-09T09:53:21.653Z] PASS [2022-03-09T09:53:21.653Z] [2022-03-09T09:53:21.653Z] DONE 6 tests in 12.085s [2022-03-09T09:53:21.653Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-09T09:53:21.653Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:53:21.653Z] ++ set -e [2022-03-09T09:53:21.653Z] ++ '[' -n 0 ']' [2022-03-09T09:53:21.653Z] ++ set -x [2022-03-09T09:53:21.653Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:53:21.653Z] testing: warning: no tests to run [2022-03-09T09:53:21.653Z] PASS [2022-03-09T09:53:21.653Z] [2022-03-09T09:53:21.653Z] DONE 0 tests in 0.031s [2022-03-09T09:53:21.653Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-09T09:53:21.653Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:53:21.653Z] ++ set -e [2022-03-09T09:53:21.653Z] ++ '[' -n 0 ']' [2022-03-09T09:53:21.653Z] ++ set -x [2022-03-09T09:53:21.653Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:53:21.653Z] INFO: Testing against a local daemon [2022-03-09T09:53:21.653Z] === RUN TestPluginWithDevMounts [2022-03-09T09:53:21.653Z] === PAUSE TestPluginWithDevMounts [2022-03-09T09:53:21.653Z] === CONT TestPluginWithDevMounts [2022-03-09T09:53:22.216Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000da08e8_} [2022-03-09T09:53:22.475Z] --- PASS: TestRenameStoppedContainer (3.13s) [2022-03-09T09:53:22.475Z] === RUN TestRenameRunningContainerAndReuse [2022-03-09T09:53:23.581Z] --- PASS: TestPluginWithDevMounts (1.67s) [2022-03-09T09:53:23.581Z] PASS [2022-03-09T09:53:23.581Z] [2022-03-09T09:53:23.581Z] DONE 1 tests in 1.757s [2022-03-09T09:53:23.581Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-09T09:53:23.581Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:53:23.581Z] ++ set -e [2022-03-09T09:53:23.581Z] ++ '[' -n 0 ']' [2022-03-09T09:53:23.581Z] ++ set -x [2022-03-09T09:53:23.581Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:53:23.581Z] INFO: Testing against a local daemon [2022-03-09T09:53:23.581Z] === RUN TestSecretInspect [2022-03-09T09:53:23.838Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-09T09:53:24.767Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-09T09:53:26.136Z] --- PASS: TestSecretInspect (2.43s) [2022-03-09T09:53:26.136Z] === RUN TestSecretList [2022-03-09T09:53:26.711Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-09T09:53:26.971Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-09T09:53:28.871Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-09T09:53:28.871Z] --- PASS: TestSecretList (2.69s) [2022-03-09T09:53:28.871Z] === RUN TestSecretsCreateAndDelete [2022-03-09T09:53:29.631Z] --- PASS: TestRenameRunningContainerAndReuse (6.18s) [2022-03-09T09:53:29.631Z] === RUN TestRenameInvalidName [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-09T09:53:29.774Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-09T09:53:29.774Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-09T09:53:29.774Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-09T09:53:29.774Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-09T09:53:29.774Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-09T09:53:29.774Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-09T09:53:29.774Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-09T09:53:29.774Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T09:53:29.774Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-09T09:53:31.398Z] docker_api_swarm_test.go:502: [db3838d95aa1a] joining swarm manager [dcadfa742d5bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:53:31.398Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-09T09:53:31.846Z] --- PASS: TestRenameInvalidName (3.12s) [2022-03-09T09:53:31.846Z] === RUN TestRenameAnonymousContainer [2022-03-09T09:53:31.964Z] --- PASS: TestSecretsCreateAndDelete (3.23s) [2022-03-09T09:53:31.964Z] === RUN TestSecretsUpdate [2022-03-09T09:53:32.527Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-09T09:53:32.784Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-09T09:53:33.348Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-09T09:53:33.835Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-09T09:53:33.835Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T09:53:33.835Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-09T09:53:33.835Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T09:53:33.835Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-09T09:53:33.910Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-09T09:53:34.473Z] --- PASS: TestSecretsUpdate (2.58s) [2022-03-09T09:53:34.473Z] === RUN TestTemplatedSecret [2022-03-09T09:53:34.473Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-09T09:53:35.036Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-09T09:53:35.597Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-09T09:53:36.525Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-09T09:53:37.457Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-09T09:53:37.457Z] --- PASS: TestTemplatedSecret (2.95s) [2022-03-09T09:53:37.457Z] === RUN TestSecretCreateResolve [2022-03-09T09:53:37.973Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-09T09:53:38.021Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-09T09:53:38.585Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-09T09:53:39.150Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-09T09:53:40.082Z] --- PASS: TestSecretCreateResolve (2.46s) [2022-03-09T09:53:40.082Z] PASS [2022-03-09T09:53:40.082Z] [2022-03-09T09:53:40.082Z] DONE 6 tests in 16.423s [2022-03-09T09:53:40.082Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-09T09:53:40.082Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:53:40.082Z] ++ set -e [2022-03-09T09:53:40.082Z] ++ '[' -n 0 ']' [2022-03-09T09:53:40.082Z] ++ set -x [2022-03-09T09:53:40.082Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:53:40.082Z] INFO: Testing against a local daemon [2022-03-09T09:53:40.082Z] === RUN TestServiceCreateInit [2022-03-09T09:53:40.082Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T09:53:40.082Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-09T09:53:40.648Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-09T09:53:41.212Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-09T09:53:42.585Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-09T09:53:43.151Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-09T09:53:44.083Z] docker_api_swarm_test.go:507: [d0fbe8c4574e9] joining swarm manager [dcadfa742d5bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:53:44.083Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-09T09:53:44.083Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-09T09:53:44.327Z] --- PASS: TestRenameAnonymousContainer (11.37s) [2022-03-09T09:53:44.327Z] === RUN TestRenameContainerWithSameName [2022-03-09T09:53:44.647Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-09T09:53:44.902Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T09:53:45.465Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-09T09:53:45.526Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-09T09:53:45.526Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T09:53:45.526Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-09T09:53:45.526Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T09:53:45.526Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-09T09:53:45.526Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T09:53:45.526Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-09T09:53:45.526Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T09:53:45.526Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-09T09:53:46.047Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-09T09:53:46.536Z] --- PASS: TestRenameContainerWithSameName (3.03s) [2022-03-09T09:53:46.537Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-09T09:53:46.537Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T09:53:46.537Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T09:53:46.537Z] === RUN TestResize [2022-03-09T09:53:46.611Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-09T09:53:47.538Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-09T09:53:48.911Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-09T09:53:49.168Z] --- PASS: TestServiceCreateInit (9.10s) [2022-03-09T09:53:49.168Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.78s) [2022-03-09T09:53:49.168Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.30s) [2022-03-09T09:53:49.168Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T09:53:49.168Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-09T09:53:49.483Z] --- PASS: TestResize (3.26s) [2022-03-09T09:53:49.483Z] === RUN TestResizeWithInvalidSize [2022-03-09T09:53:49.588Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-09T09:53:49.588Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T09:53:49.588Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-09T09:53:49.588Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T09:53:49.588Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-09T09:53:51.062Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-09T09:53:52.427Z] --- PASS: TestResizeWithInvalidSize (3.10s) [2022-03-09T09:53:52.427Z] === RUN TestResizeWhenContainerNotStarted [2022-03-09T09:53:54.738Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-09T09:53:55.281Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-09T09:53:56.211Z] --- PASS: TestResizeWhenContainerNotStarted (3.13s) [2022-03-09T09:53:56.211Z] === RUN TestDaemonRestartKillContainers [2022-03-09T09:53:56.211Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:53:56.211Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:53:56.211Z] === RUN TestStats [2022-03-09T09:53:56.211Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T09:53:56.211Z] --- SKIP: TestStats (0.00s) [2022-03-09T09:53:56.211Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-09T09:53:56.949Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-09T09:53:56.949Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T09:53:57.154Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-09T09:53:57.173Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-09T09:53:57.734Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-09T09:53:58.511Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-09T09:53:58.511Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T09:53:59.496Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-09T09:54:01.005Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-09T09:54:01.707Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-09T09:54:01.707Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T09:54:01.707Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-09T09:54:02.903Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-09T09:54:03.466Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-09T09:54:04.855Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.15s) [2022-03-09T09:54:04.855Z] === RUN TestStopContainerWithTimeout [2022-03-09T09:54:04.855Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T09:54:04.855Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-09T09:54:04.855Z] === RUN TestUpdateRestartPolicy [2022-03-09T09:54:05.993Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-09T09:54:06.558Z] --- PASS: TestCreateServiceMultipleTimes (17.26s) [2022-03-09T09:54:06.558Z] === RUN TestCreateServiceConflict [2022-03-09T09:54:06.815Z] === RUN TestDockerSuite/TestCpToDot [2022-03-09T09:54:07.380Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-09T09:54:07.569Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-09T09:54:08.747Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-09T09:54:09.003Z] --- PASS: TestCreateServiceConflict (2.54s) [2022-03-09T09:54:09.003Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T09:54:09.585Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-09T09:54:09.782Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-09T09:54:09.782Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T09:54:09.782Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-09T09:54:09.782Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T09:54:09.782Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-09T09:54:10.147Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-09T09:54:11.518Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-09T09:54:11.775Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-09T09:54:11.996Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-09T09:54:12.032Z] --- PASS: TestCreateServiceMaxReplicas (2.97s) [2022-03-09T09:54:12.032Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T09:54:12.289Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-09T09:54:13.263Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-09T09:54:13.263Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-09T09:54:13.263Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-09T09:54:13.520Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-09T09:54:13.560Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-09T09:54:14.029Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-09T09:54:14.452Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-09T09:54:14.452Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-09T09:54:14.452Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-09T09:54:14.452Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-09T09:54:15.015Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-09T09:54:15.056Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-09T09:54:15.056Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-09T09:54:15.313Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-09T09:54:15.313Z] === RUN TestDockerSuite/TestCreateRM [2022-03-09T09:54:15.313Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-09T09:54:15.313Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T09:54:15.313Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-09T09:54:15.481Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-09T09:54:15.570Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-09T09:54:15.570Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-09T09:54:16.940Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-09T09:54:16.940Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-09T09:54:16.940Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-09T09:54:16.940Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-09T09:54:19.467Z] docker_api_swarm_node_test.go:81: [d57a79bc26be9] joining swarm manager [d88f174f3ada7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:54:20.396Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-09T09:54:20.652Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-09T09:54:20.652Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-09T09:54:20.652Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-09T09:54:20.909Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-09T09:54:20.909Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-09T09:54:21.472Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-09T09:54:22.401Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-09T09:54:22.875Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-09T09:54:22.875Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-09T09:54:22.875Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-09T09:54:22.875Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-09T09:54:22.875Z] Cross building: bundles/cross/linux/s390x [2022-03-09T09:54:22.875Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-09T09:54:22.875Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-09T09:54:22.966Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-09T09:54:23.897Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-09T09:54:24.142Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-09T09:54:25.270Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-09T09:54:25.527Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-09T09:54:25.784Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.81s) [2022-03-09T09:54:25.784Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T09:54:26.348Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-09T09:54:26.348Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-09T09:54:27.095Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-09T09:54:27.095Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T09:54:27.095Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-09T09:54:27.281Z] === RUN TestDockerSuite/TestDockerFails [2022-03-09T09:54:27.282Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-09T09:54:27.282Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-09T09:54:27.282Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-09T09:54:28.656Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-09T09:54:28.658Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-09T09:54:28.658Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T09:54:28.658Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-09T09:54:28.913Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-09T09:54:29.645Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-09T09:54:30.118Z] --- PASS: TestUpdateRestartPolicy (24.15s) [2022-03-09T09:54:30.118Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-09T09:54:30.281Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-09T09:54:30.281Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-09T09:54:30.281Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-09T09:54:30.281Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-09T09:54:31.102Z] --- PASS: TestUpdateRestartWithAutoRemove (3.11s) [2022-03-09T09:54:31.102Z] === RUN TestWaitNonBlocked [2022-03-09T09:54:31.102Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:54:31.102Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:54:31.102Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:54:31.102Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:54:31.102Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-09T09:54:31.102Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-09T09:54:32.596Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-09T09:54:32.797Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-09T09:54:34.166Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-09T09:54:34.691Z] docker_api_swarm_node_test.go:53: [d9ac8cd9c30c0] joining swarm manager [dc3b1e6162562]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:54:35.152Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-09T09:54:35.152Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T09:54:35.152Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-09T09:54:35.255Z] docker_api_swarm_node_test.go:54: [d852bb0653119] joining swarm manager [dc3b1e6162562]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:54:35.817Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-09T09:54:35.856Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-09T09:54:35.856Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.91s) [2022-03-09T09:54:35.856Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.07s) [2022-03-09T09:54:35.856Z] === RUN TestWaitBlocked [2022-03-09T09:54:35.856Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:54:35.856Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-09T09:54:35.856Z] PASS [2022-03-09T09:54:35.856Z] ok github.com/docker/docker/integration/container 113.138s [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === Skipped [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-09T09:54:35.856Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-09T09:54:35.856Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-09T09:54:35.856Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-09T09:54:35.856Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-09T09:54:35.856Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-09T09:54:35.856Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-09T09:54:35.856Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-09T09:54:35.856Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-09T09:54:35.856Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-09T09:54:35.856Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-09T09:54:35.856Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-09T09:54:35.856Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-09T09:54:35.856Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-09T09:54:35.856Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-09T09:54:35.856Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-09T09:54:35.856Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-09T09:54:35.856Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-09T09:54:35.856Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-09T09:54:35.856Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-09T09:54:35.856Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-09T09:54:35.856Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-09T09:54:35.856Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-09T09:54:35.856Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-09T09:54:35.856Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-09T09:54:35.856Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-09T09:54:35.856Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-09T09:54:35.856Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-09T09:54:35.856Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-09T09:54:35.856Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-09T09:54:35.856Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-09T09:54:35.856Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-09T09:54:35.856Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-09T09:54:35.856Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-09T09:54:35.856Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-09T09:54:35.856Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:54:35.856Z] [2022-03-09T09:54:35.856Z] DONE 87 tests, 34 skipped in 115.555s [2022-03-09T09:54:35.856Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-09T09:54:36.138Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-09T09:54:37.187Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-09T09:54:37.709Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-09T09:54:37.709Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T09:54:37.709Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-09T09:54:37.709Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T09:54:37.709Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-09T09:54:39.083Z] --- PASS: TestCreateServiceSecretFileMode (13.08s) [2022-03-09T09:54:39.083Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T09:54:39.083Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-09T09:54:40.014Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-09T09:54:41.383Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-09T09:54:41.639Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-09T09:54:42.201Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-09T09:54:42.763Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-09T09:54:43.019Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-09T09:54:43.582Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-09T09:54:44.958Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-09T09:54:45.887Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-09T09:54:46.370Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-09T09:54:47.783Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-09T09:54:49.695Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-09T09:54:50.625Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-09T09:54:51.555Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-09T09:54:51.555Z] --- PASS: TestCreateServiceConfigFileMode (12.85s) [2022-03-09T09:54:51.555Z] === RUN TestCreateServiceSysctls [2022-03-09T09:54:54.830Z] --- PASS: TestCreateServiceSysctls (2.96s) [2022-03-09T09:54:54.830Z] === RUN TestCreateServiceCapabilities [2022-03-09T09:54:57.233Z] === RUN TestConfigDaemonLibtrustID [2022-03-09T09:54:57.233Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T09:54:57.233Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-09T09:54:57.233Z] === RUN TestDaemonConfigValidation [2022-03-09T09:54:57.233Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T09:54:57.233Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-09T09:54:57.233Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-09T09:54:57.233Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T09:54:57.233Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T09:54:57.233Z] === RUN TestDaemonProxy [2022-03-09T09:54:57.233Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T09:54:57.233Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-09T09:54:57.233Z] PASS [2022-03-09T09:54:57.233Z] ok github.com/docker/docker/integration/daemon 0.108s [2022-03-09T09:54:57.233Z] [2022-03-09T09:54:57.233Z] === Skipped [2022-03-09T09:54:57.233Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-09T09:54:57.233Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-09T09:54:57.233Z] [2022-03-09T09:54:57.233Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-09T09:54:57.233Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-09T09:54:57.233Z] [2022-03-09T09:54:57.233Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-09T09:54:57.233Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-09T09:54:57.233Z] [2022-03-09T09:54:57.233Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-09T09:54:57.233Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-09T09:54:57.233Z] [2022-03-09T09:54:57.233Z] DONE 4 tests, 4 skipped in 21.025s [2022-03-09T09:54:57.233Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-09T09:54:57.351Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-09T09:54:57.351Z] --- PASS: TestCreateServiceCapabilities (2.42s) [2022-03-09T09:54:57.351Z] === RUN TestInspect [2022-03-09T09:54:57.351Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-09T09:54:58.284Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-09T09:54:59.216Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-09T09:54:59.473Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-09T09:54:59.731Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-09T09:54:59.988Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-09T09:54:59.988Z] --- PASS: TestInspect (2.87s) [2022-03-09T09:54:59.988Z] === RUN TestCreateJob [2022-03-09T09:54:59.988Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-09T09:55:00.920Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-09T09:55:01.028Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:01.028Z] INFO: Testing against a local daemon [2022-03-09T09:55:01.028Z] === RUN TestCommitInheritsEnv [2022-03-09T09:55:01.028Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:55:01.028Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-09T09:55:01.028Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-09T09:55:01.028Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:55:01.028Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T09:55:01.028Z] === RUN TestImportWithCustomPlatform [2022-03-09T09:55:01.028Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:55:01.028Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-09T09:55:01.028Z] === RUN TestImagesFilterMultiReference [2022-03-09T09:55:01.028Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2022-03-09T09:55:01.028Z] === RUN TestImagePullPlatformInvalid [2022-03-09T09:55:01.028Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-09T09:55:01.028Z] === RUN TestRemoveImageOrphaning [2022-03-09T09:55:01.496Z] --- PASS: TestRemoveImageOrphaning (1.04s) [2022-03-09T09:55:01.496Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-09T09:55:01.496Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-09T09:55:01.496Z] === RUN TestTagInvalidReference [2022-03-09T09:55:01.496Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-09T09:55:01.496Z] === RUN TestTagValidPrefixedRepo [2022-03-09T09:55:01.496Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-09T09:55:01.496Z] === RUN TestTagExistedNameWithoutForce [2022-03-09T09:55:01.496Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-09T09:55:01.496Z] === RUN TestTagOfficialNames [2022-03-09T09:55:01.964Z] --- PASS: TestTagOfficialNames (0.09s) [2022-03-09T09:55:01.964Z] === RUN TestTagMatchesDigest [2022-03-09T09:55:01.964Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-09T09:55:01.964Z] PASS [2022-03-09T09:55:01.964Z] ok github.com/docker/docker/integration/image 1.509s [2022-03-09T09:55:01.964Z] [2022-03-09T09:55:01.964Z] === Skipped [2022-03-09T09:55:01.964Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-09T09:55:01.964Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:55:01.964Z] [2022-03-09T09:55:01.964Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-09T09:55:01.964Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:55:01.964Z] [2022-03-09T09:55:01.964Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-09T09:55:01.964Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-09T09:55:01.964Z] [2022-03-09T09:55:01.964Z] DONE 12 tests, 3 skipped in 5.314s [2022-03-09T09:55:01.964Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-09T09:55:02.296Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-09T09:55:02.296Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-09T09:55:02.296Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-09T09:55:03.229Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-09T09:55:03.229Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-09T09:55:03.791Z] --- PASS: TestCreateJob (3.81s) [2022-03-09T09:55:03.791Z] === RUN TestReplicatedJob [2022-03-09T09:55:04.047Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-09T09:55:04.176Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:04.176Z] INFO: Testing against a local daemon [2022-03-09T09:55:04.176Z] === RUN TestNetworkCreateDelete [2022-03-09T09:55:04.176Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:04.176Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestDockerNetworkDeletePreferID [2022-03-09T09:55:04.176Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-09T09:55:04.176Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestDaemonDNSFallback [2022-03-09T09:55:04.176Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:04.176Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestInspectNetwork [2022-03-09T09:55:04.176Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T09:55:04.176Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestRunContainerWithBridgeNone [2022-03-09T09:55:04.176Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:04.176Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestNetworkInvalidJSON [2022-03-09T09:55:04.176Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-09T09:55:04.176Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-09T09:55:04.176Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:55:04.176Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:55:04.176Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:55:04.176Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:55:04.176Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-09T09:55:04.176Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-09T09:55:04.176Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-09T09:55:04.176Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-09T09:55:04.176Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-09T09:55:04.176Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-09T09:55:04.176Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-09T09:55:04.176Z] === RUN TestNetworkList [2022-03-09T09:55:04.176Z] === RUN TestNetworkList//networks [2022-03-09T09:55:04.176Z] === PAUSE TestNetworkList//networks [2022-03-09T09:55:04.176Z] === RUN TestNetworkList//networks/ [2022-03-09T09:55:04.176Z] === PAUSE TestNetworkList//networks/ [2022-03-09T09:55:04.176Z] === CONT TestNetworkList//networks [2022-03-09T09:55:04.176Z] === CONT TestNetworkList//networks/ [2022-03-09T09:55:04.176Z] --- PASS: TestNetworkList (0.03s) [2022-03-09T09:55:04.176Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-09T09:55:04.176Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestHostIPv4BridgeLabel [2022-03-09T09:55:04.176Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-09T09:55:04.176Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestDaemonDefaultNetworkPools [2022-03-09T09:55:04.176Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-09T09:55:04.176Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-09T09:55:04.176Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-09T09:55:04.176Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestServiceWithPredefinedNetwork [2022-03-09T09:55:04.176Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-09T09:55:04.176Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:55:04.176Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestServiceWithDataPathPortInit [2022-03-09T09:55:04.176Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-09T09:55:04.176Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-09T09:55:04.176Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T09:55:04.176Z] PASS [2022-03-09T09:55:04.176Z] ok github.com/docker/docker/integration/network 0.161s [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === Skipped [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-09T09:55:04.176Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-09T09:55:04.176Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-09T09:55:04.176Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-09T09:55:04.176Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-09T09:55:04.176Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-09T09:55:04.176Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-09T09:55:04.176Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-09T09:55:04.176Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-09T09:55:04.176Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-09T09:55:04.176Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-09T09:55:04.176Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-09T09:55:04.176Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-09T09:55:04.176Z] service_test.go:243: FLAKY_TEST [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-09T09:55:04.176Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-09T09:55:04.176Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-09T09:55:04.176Z] [2022-03-09T09:55:04.176Z] DONE 22 tests, 15 skipped in 2.230s [2022-03-09T09:55:04.176Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-09T09:55:04.974Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-09T09:55:05.159Z] testing: warning: no tests to run [2022-03-09T09:55:05.159Z] PASS [2022-03-09T09:55:05.159Z] ok github.com/docker/docker/integration/network/ipvlan 0.066s [2022-03-09T09:55:05.159Z] [2022-03-09T09:55:05.159Z] DONE 0 tests in 0.657s [2022-03-09T09:55:05.159Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-09T09:55:05.231Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-09T09:55:05.231Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-09T09:55:05.231Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-09T09:55:05.231Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-09T09:55:05.231Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-09T09:55:05.626Z] testing: warning: no tests to run [2022-03-09T09:55:05.626Z] PASS [2022-03-09T09:55:05.626Z] ok github.com/docker/docker/integration/network/macvlan 0.066s [2022-03-09T09:55:05.626Z] [2022-03-09T09:55:05.626Z] DONE 0 tests in 0.675s [2022-03-09T09:55:06.092Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-09T09:55:06.560Z] testing: warning: no tests to run [2022-03-09T09:55:06.560Z] PASS [2022-03-09T09:55:06.560Z] ok github.com/docker/docker/integration/plugin 0.071s [2022-03-09T09:55:06.560Z] [2022-03-09T09:55:06.560Z] DONE 0 tests in 0.643s [2022-03-09T09:55:06.560Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-09T09:55:07.544Z] testing: warning: no tests to run [2022-03-09T09:55:07.544Z] PASS [2022-03-09T09:55:07.544Z] ok github.com/docker/docker/integration/plugin/authz 0.066s [2022-03-09T09:55:07.544Z] [2022-03-09T09:55:07.544Z] DONE 0 tests in 0.667s [2022-03-09T09:55:07.544Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-09T09:55:07.753Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-09T09:55:07.753Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-09T09:55:08.319Z] === RUN TestDockerSuite/TestEventsRename [2022-03-09T09:55:09.249Z] === RUN TestDockerSuite/TestEventsResize [2022-03-09T09:55:09.507Z] --- PASS: TestReplicatedJob (5.78s) [2022-03-09T09:55:09.507Z] === RUN TestUpdateReplicatedJob [2022-03-09T09:55:09.764Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-09T09:55:12.306Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:12.306Z] INFO: Testing against a local daemon [2022-03-09T09:55:12.306Z] === RUN TestPluginInvalidJSON [2022-03-09T09:55:12.306Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:55:12.306Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:55:12.306Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-09T09:55:12.306Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-09T09:55:12.307Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-09T09:55:12.307Z] === RUN TestPluginInstall [2022-03-09T09:55:12.307Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T09:55:12.307Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-09T09:55:12.307Z] === RUN TestPluginsWithRuntimes [2022-03-09T09:55:12.307Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T09:55:12.307Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-09T09:55:12.307Z] === RUN TestPluginBackCompatMediaTypes [2022-03-09T09:55:12.307Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T09:55:12.307Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T09:55:12.307Z] PASS [2022-03-09T09:55:12.307Z] ok github.com/docker/docker/integration/plugin/common 0.102s [2022-03-09T09:55:12.307Z] [2022-03-09T09:55:12.307Z] === Skipped [2022-03-09T09:55:12.307Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-09T09:55:12.307Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-09T09:55:12.307Z] [2022-03-09T09:55:12.307Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-09T09:55:12.307Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-09T09:55:12.307Z] [2022-03-09T09:55:12.307Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-09T09:55:12.307Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-09T09:55:12.307Z] [2022-03-09T09:55:12.307Z] DONE 5 tests, 3 skipped in 4.715s [2022-03-09T09:55:12.307Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-09T09:55:13.044Z] --- PASS: TestUpdateReplicatedJob (3.23s) [2022-03-09T09:55:13.044Z] === RUN TestServiceListWithStatuses [2022-03-09T09:55:13.044Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T09:55:13.044Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T09:55:13.044Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T09:55:13.974Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-09T09:55:14.522Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:14.522Z] INFO: Testing against a local daemon [2022-03-09T09:55:14.522Z] === RUN TestExternalGraphDriver [2022-03-09T09:55:14.522Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T09:55:14.522Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-09T09:55:14.522Z] === RUN TestGraphdriverPluginV2 [2022-03-09T09:55:14.522Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T09:55:14.522Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-09T09:55:14.522Z] PASS [2022-03-09T09:55:14.522Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.103s [2022-03-09T09:55:14.522Z] [2022-03-09T09:55:14.522Z] === Skipped [2022-03-09T09:55:14.522Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-09T09:55:14.522Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-09T09:55:14.522Z] [2022-03-09T09:55:14.522Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-09T09:55:14.522Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-09T09:55:14.522Z] [2022-03-09T09:55:14.522Z] DONE 2 tests, 2 skipped in 2.405s [2022-03-09T09:55:14.990Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-09T09:55:15.342Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-09T09:55:16.272Z] docker_api_swarm_test.go:202: [d796523bd0f48] joining swarm manager [d69ff4273ae2e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:55:16.272Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-09T09:55:16.550Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:16.551Z] INFO: Testing against a local daemon [2022-03-09T09:55:16.551Z] === RUN TestReadPluginNoRead [2022-03-09T09:55:16.551Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T09:55:16.551Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-09T09:55:16.551Z] PASS [2022-03-09T09:55:16.551Z] ok github.com/docker/docker/integration/plugin/logging 0.089s [2022-03-09T09:55:17.017Z] [2022-03-09T09:55:17.017Z] === Skipped [2022-03-09T09:55:17.017Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-09T09:55:17.017Z] read_test.go:21: no unix domain sockets on Windows [2022-03-09T09:55:17.017Z] [2022-03-09T09:55:17.017Z] DONE 1 tests, 1 skipped in 2.156s [2022-03-09T09:55:17.017Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-09T09:55:17.200Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-09T09:55:17.761Z] --- PASS: TestDockerNetworkConnectAlias (5.01s) [2022-03-09T09:55:17.761Z] === RUN TestDockerNetworkReConnect [2022-03-09T09:55:18.007Z] testing: warning: no tests to run [2022-03-09T09:55:18.007Z] PASS [2022-03-09T09:55:18.007Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.071s [2022-03-09T09:55:18.007Z] [2022-03-09T09:55:18.007Z] DONE 0 tests in 1.066s [2022-03-09T09:55:18.007Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-09T09:55:20.218Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:20.218Z] INFO: Testing against a local daemon [2022-03-09T09:55:20.218Z] === RUN TestPluginWithDevMounts [2022-03-09T09:55:20.218Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:20.218Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-09T09:55:20.218Z] PASS [2022-03-09T09:55:20.218Z] ok github.com/docker/docker/integration/plugin/volumes 0.078s [2022-03-09T09:55:20.218Z] [2022-03-09T09:55:20.218Z] === Skipped [2022-03-09T09:55:20.218Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-09T09:55:20.218Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:20.218Z] [2022-03-09T09:55:20.218Z] DONE 1 tests, 1 skipped in 2.088s [2022-03-09T09:55:20.218Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-09T09:55:20.283Z] === RUN TestDockerSuite/TestEventsTop [2022-03-09T09:55:20.847Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-09T09:55:21.104Z] --- PASS: TestDockerNetworkReConnect (3.46s) [2022-03-09T09:55:21.104Z] === RUN TestServicePlugin [2022-03-09T09:55:22.428Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:22.428Z] INFO: Testing against a local daemon [2022-03-09T09:55:22.428Z] === RUN TestSecretInspect [2022-03-09T09:55:22.428Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:22.428Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-09T09:55:22.428Z] === RUN TestSecretList [2022-03-09T09:55:22.428Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:22.428Z] --- SKIP: TestSecretList (0.00s) [2022-03-09T09:55:22.428Z] === RUN TestSecretsCreateAndDelete [2022-03-09T09:55:22.428Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:22.428Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-09T09:55:22.428Z] === RUN TestSecretsUpdate [2022-03-09T09:55:22.428Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:22.428Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-09T09:55:22.428Z] === RUN TestTemplatedSecret [2022-03-09T09:55:22.428Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:22.428Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-09T09:55:22.428Z] === RUN TestSecretCreateResolve [2022-03-09T09:55:22.428Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:22.428Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-09T09:55:22.428Z] PASS [2022-03-09T09:55:22.428Z] ok github.com/docker/docker/integration/secret 0.092s [2022-03-09T09:55:22.428Z] [2022-03-09T09:55:22.428Z] === Skipped [2022-03-09T09:55:22.428Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-09T09:55:22.428Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:22.428Z] [2022-03-09T09:55:22.428Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-09T09:55:22.428Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:22.428Z] [2022-03-09T09:55:22.428Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-09T09:55:22.428Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:22.428Z] [2022-03-09T09:55:22.428Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-09T09:55:22.428Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:22.428Z] [2022-03-09T09:55:22.428Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-09T09:55:22.428Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:22.428Z] [2022-03-09T09:55:22.428Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-09T09:55:22.428Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:22.428Z] [2022-03-09T09:55:22.428Z] DONE 6 tests, 6 skipped in 1.858s [2022-03-09T09:55:22.428Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-09T09:55:23.626Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-09T09:55:24.679Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:24.679Z] INFO: Testing against a local daemon [2022-03-09T09:55:24.679Z] === RUN TestServiceCreateInit [2022-03-09T09:55:24.679Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-09T09:55:24.679Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-09T09:55:24.679Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-09T09:55:24.679Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:55:24.679Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestCreateServiceMultipleTimes [2022-03-09T09:55:24.679Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestCreateServiceConflict [2022-03-09T09:55:24.679Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestCreateServiceMaxReplicas [2022-03-09T09:55:24.679Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-09T09:55:24.679Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-09T09:55:24.679Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestCreateServiceSecretFileMode [2022-03-09T09:55:24.679Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestCreateServiceConfigFileMode [2022-03-09T09:55:24.679Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestCreateServiceSysctls [2022-03-09T09:55:24.679Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-09T09:55:24.679Z] === RUN TestCreateServiceCapabilities [2022-03-09T09:55:24.679Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-09T09:55:24.679Z] === RUN TestInspect [2022-03-09T09:55:24.679Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestInspect (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestCreateJob [2022-03-09T09:55:24.679Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestCreateJob (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestReplicatedJob [2022-03-09T09:55:24.679Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestUpdateReplicatedJob [2022-03-09T09:55:24.679Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestServiceListWithStatuses [2022-03-09T09:55:24.679Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestDockerNetworkConnectAlias [2022-03-09T09:55:24.679Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestDockerNetworkReConnect [2022-03-09T09:55:24.679Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestServicePlugin [2022-03-09T09:55:24.679Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:24.679Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestServiceUpdateLabel [2022-03-09T09:55:24.679Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:24.679Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestServiceUpdateSecrets [2022-03-09T09:55:24.679Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:24.679Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestServiceUpdateConfigs [2022-03-09T09:55:24.679Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:24.679Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestServiceUpdateNetwork [2022-03-09T09:55:24.679Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:24.679Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-09T09:55:24.679Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T09:55:24.679Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:24.679Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-09T09:55:24.679Z] PASS [2022-03-09T09:55:24.679Z] ok github.com/docker/docker/integration/service 0.236s [2022-03-09T09:55:24.997Z] plugin_test.go:61: [d07619e98d41e] joining swarm manager [d4180bc54b52e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === Skipped [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:55:25.147Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:55:25.147Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-09T09:55:25.147Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-09T09:55:25.147Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-09T09:55:25.147Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-09T09:55:25.147Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-09T09:55:25.147Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-09T09:55:25.147Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-09T09:55:25.147Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-09T09:55:25.147Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-09T09:55:25.147Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-09T09:55:25.147Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-09T09:55:25.147Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-09T09:55:25.147Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-09T09:55:25.147Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-09T09:55:25.147Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-09T09:55:25.147Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-09T09:55:25.147Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-09T09:55:25.147Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-09T09:55:25.147Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-09T09:55:25.147Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-09T09:55:25.147Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-09T09:55:25.147Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-09T09:55:25.147Z] [2022-03-09T09:55:25.147Z] DONE 24 tests, 23 skipped in 2.617s [2022-03-09T09:55:25.147Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-09T09:55:25.927Z] plugin_test.go:64: [d45d602b896ec] joining swarm manager [d4180bc54b52e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:55:27.046Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:27.046Z] INFO: Testing against a local daemon [2022-03-09T09:55:27.046Z] === RUN TestSessionCreate [2022-03-09T09:55:27.046Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T09:55:27.046Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-09T09:55:27.046Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T09:55:27.046Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T09:55:27.046Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T09:55:27.046Z] PASS [2022-03-09T09:55:27.046Z] ok github.com/docker/docker/integration/session 0.082s [2022-03-09T09:55:27.046Z] [2022-03-09T09:55:27.046Z] === Skipped [2022-03-09T09:55:27.046Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-09T09:55:27.046Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-09T09:55:27.046Z] [2022-03-09T09:55:27.046Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-09T09:55:27.046Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-09T09:55:27.046Z] [2022-03-09T09:55:27.046Z] DONE 2 tests, 2 skipped in 1.878s [2022-03-09T09:55:27.046Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-09T09:55:29.352Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:29.352Z] INFO: Testing against a local daemon [2022-03-09T09:55:29.352Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T09:55:29.352Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:29.352Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:55:29.352Z] === RUN TestDiskUsage [2022-03-09T09:55:29.352Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T09:55:29.352Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-09T09:55:29.352Z] === RUN TestEventsExecDie [2022-03-09T09:55:29.352Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T09:55:29.352Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-09T09:55:29.352Z] === RUN TestEventsBackwardsCompatible [2022-03-09T09:55:29.352Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T09:55:29.352Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-09T09:55:29.352Z] === RUN TestEventsVolumeCreate [2022-03-09T09:55:29.352Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T09:55:29.352Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-09T09:55:29.352Z] === RUN TestInfoAPI [2022-03-09T09:55:29.352Z] --- PASS: TestInfoAPI (0.05s) [2022-03-09T09:55:29.352Z] === RUN TestInfoAPIWarnings [2022-03-09T09:55:29.352Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:55:29.352Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-09T09:55:29.352Z] === RUN TestInfoDebug [2022-03-09T09:55:29.352Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:55:29.352Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-09T09:55:29.352Z] === RUN TestInfoInsecureRegistries [2022-03-09T09:55:29.352Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:55:29.352Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-09T09:55:29.352Z] === RUN TestInfoRegistryMirrors [2022-03-09T09:55:29.352Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:55:29.352Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-09T09:55:29.352Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T09:55:30.340Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-03-09T09:55:30.340Z] === RUN TestPingCacheHeaders [2022-03-09T09:55:30.340Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-09T09:55:30.340Z] === RUN TestPingGet [2022-03-09T09:55:30.808Z] --- PASS: TestPingGet (0.04s) [2022-03-09T09:55:30.808Z] === RUN TestPingHead [2022-03-09T09:55:30.809Z] --- PASS: TestPingHead (0.04s) [2022-03-09T09:55:30.809Z] === RUN TestVersion [2022-03-09T09:55:30.809Z] --- PASS: TestVersion (0.04s) [2022-03-09T09:55:30.809Z] PASS [2022-03-09T09:55:30.809Z] ok github.com/docker/docker/integration/system 1.244s [2022-03-09T09:55:31.277Z] [2022-03-09T09:55:31.277Z] === Skipped [2022-03-09T09:55:31.277Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:55:31.277Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-09T09:55:31.277Z] [2022-03-09T09:55:31.277Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-09T09:55:31.277Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-09T09:55:31.277Z] [2022-03-09T09:55:31.277Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-09T09:55:31.277Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-09T09:55:31.277Z] [2022-03-09T09:55:31.277Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-09T09:55:31.277Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-09T09:55:31.277Z] [2022-03-09T09:55:31.277Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-09T09:55:31.277Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-09T09:55:31.277Z] [2022-03-09T09:55:31.277Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-09T09:55:31.277Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-09T09:55:31.277Z] [2022-03-09T09:55:31.277Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-09T09:55:31.277Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:55:31.277Z] [2022-03-09T09:55:31.277Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-09T09:55:31.277Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:55:31.277Z] [2022-03-09T09:55:31.277Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-09T09:55:31.277Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-09T09:55:31.277Z] [2022-03-09T09:55:31.277Z] DONE 15 tests, 9 skipped in 3.946s [2022-03-09T09:55:31.277Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-09T09:55:33.536Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:33.536Z] INFO: Testing against a local daemon [2022-03-09T09:55:33.536Z] === RUN TestVolumesCreateAndList [2022-03-09T09:55:33.536Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-03-09T09:55:33.536Z] === RUN TestVolumesRemove [2022-03-09T09:55:33.536Z] --- PASS: TestVolumesRemove (0.13s) [2022-03-09T09:55:33.536Z] === RUN TestVolumesInspect [2022-03-09T09:55:33.536Z] --- PASS: TestVolumesInspect (0.03s) [2022-03-09T09:55:33.536Z] === RUN TestVolumesInvalidJSON [2022-03-09T09:55:33.536Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T09:55:33.536Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T09:55:33.536Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T09:55:33.536Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-09T09:55:33.536Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T09:55:33.536Z] PASS [2022-03-09T09:55:33.536Z] ok github.com/docker/docker/integration/volume 0.283s [2022-03-09T09:55:33.536Z] [2022-03-09T09:55:33.536Z] DONE 5 tests in 2.297s [2022-03-09T09:55:33.536Z] INFO: make.ps1 ended at 03/09/2022 09:55:33 [2022-03-09T09:55:33.536Z] INFO: Integration CLI tests being run from the host: [2022-03-09T09:55:33.536Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2022-03-09T09:55:35.873Z] === RUN TestDockerSuite/TestExec [2022-03-09T09:55:35.874Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-09T09:55:35.874Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-09T09:55:35.874Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-09T09:55:36.437Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-09T09:55:37.249Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-09T09:55:37.250Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-09T09:55:37.250Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-09T09:55:37.379Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-09T09:55:37.949Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-09T09:55:38.511Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-09T09:55:38.767Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-09T09:55:39.330Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-09T09:55:39.463Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-09T09:55:39.464Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T09:55:40.258Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-09T09:55:40.448Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-09T09:55:40.448Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T09:55:40.821Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-09T09:55:41.078Z] docker_api_swarm_test.go:384: [d9a2f066a8b5e] joining swarm manager [d64bec4676950]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:55:41.334Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-09T09:55:41.432Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-09T09:55:41.432Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T09:55:41.432Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-09T09:55:41.899Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-09T09:55:41.899Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T09:55:41.899Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-09T09:55:42.709Z] docker_api_swarm_test.go:385: [dd558d362a010] joining swarm manager [d64bec4676950]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:55:42.709Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-09T09:55:43.272Z] === RUN TestDockerSuite/TestExecEnv [2022-03-09T09:55:43.836Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-09T09:55:43.964Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-09T09:55:43.964Z] INFO: Testing against a local daemon [2022-03-09T09:55:43.964Z] === RUN TestDockerSuite [2022-03-09T09:55:43.964Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-09T09:55:43.964Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-09T09:55:43.964Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T09:55:43.964Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-09T09:55:43.964Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-09T09:55:43.964Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-09T09:55:43.964Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-09T09:55:43.964Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T09:55:43.964Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-09T09:55:43.964Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-09T09:55:44.372Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-09T09:55:44.372Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-09T09:55:44.372Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-09T09:55:44.372Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-09T09:55:44.372Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-09T09:55:44.430Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-09T09:55:44.710Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-09T09:55:44.764Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-09T09:55:44.897Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-09T09:55:45.005Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d hack/test/unit [2022-03-09T09:55:45.266Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-09T09:55:45.266Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-09T09:55:45.266Z] + TESTDIRS=./... [2022-03-09T09:55:45.266Z] + exclude_paths='/vendor/|/integration' [2022-03-09T09:55:45.266Z] ++ go list ./... [2022-03-09T09:55:45.266Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-09T09:55:45.328Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-09T09:55:45.364Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-09T09:55:45.831Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-09T09:55:46.213Z] + pkg_list='github.com/docker/docker/api [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/backend/build [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/httputils [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/middleware [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/build [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/container [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/debug [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/image [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/network [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/session [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/system [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/server/router/volume [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/backend [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/container [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/events [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/filters [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/image [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/mount [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/network [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/registry [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/strslice [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/swarm [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/time [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/versions [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T09:55:46.213Z] github.com/docker/docker/api/types/volume [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder/builder-next [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder/dockerfile [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder/remotecontext [2022-03-09T09:55:46.213Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T09:55:46.213Z] github.com/docker/docker/cli [2022-03-09T09:55:46.213Z] github.com/docker/docker/cli/config [2022-03-09T09:55:46.213Z] github.com/docker/docker/cli/debug [2022-03-09T09:55:46.213Z] github.com/docker/docker/client [2022-03-09T09:55:46.213Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T09:55:46.213Z] github.com/docker/docker/cmd/dockerd [2022-03-09T09:55:46.213Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T09:55:46.213Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T09:55:46.213Z] github.com/docker/docker/container [2022-03-09T09:55:46.213Z] github.com/docker/docker/container/stream [2022-03-09T09:55:46.213Z] github.com/docker/docker/contrib/apparmor [2022-03-09T09:55:46.213Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T09:55:46.213Z] github.com/docker/docker/contrib/httpserver [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/cluster [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/config [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/events [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/exec [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/images [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/initlayer [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/links [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/listeners [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/local [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/names [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/network [2022-03-09T09:55:46.213Z] github.com/docker/docker/daemon/stats [2022-03-09T09:55:46.213Z] github.com/docker/docker/distribution [2022-03-09T09:55:46.213Z] github.com/docker/docker/distribution/metadata [2022-03-09T09:55:46.213Z] github.com/docker/docker/distribution/utils [2022-03-09T09:55:46.213Z] github.com/docker/docker/distribution/xfer [2022-03-09T09:55:46.213Z] github.com/docker/docker/dockerversion [2022-03-09T09:55:46.213Z] github.com/docker/docker/errdefs [2022-03-09T09:55:46.213Z] github.com/docker/docker/image [2022-03-09T09:55:46.213Z] github.com/docker/docker/image/cache [2022-03-09T09:55:46.213Z] github.com/docker/docker/image/tarexport [2022-03-09T09:55:46.213Z] github.com/docker/docker/image/v1 [2022-03-09T09:55:46.213Z] github.com/docker/docker/internal/test/suite [2022-03-09T09:55:46.213Z] github.com/docker/docker/layer [2022-03-09T09:55:46.213Z] github.com/docker/docker/libcontainerd [2022-03-09T09:55:46.213Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T09:55:46.213Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T09:55:46.213Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T09:55:46.213Z] github.com/docker/docker/libcontainerd/types [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:55:46.213Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/types [2022-03-09T09:55:46.214Z] github.com/docker/docker/oci [2022-03-09T09:55:46.214Z] github.com/docker/docker/oci/caps [2022-03-09T09:55:46.214Z] github.com/docker/docker/opts [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/aaparser [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/archive [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/authorization [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/capabilities [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/containerfs [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/directory [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/dmesg [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/filenotify [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/fileutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/fsutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/homedir [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/idtools [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/ioutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/longpath [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/loopback [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/parsers [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/pidfile [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/platform [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugins [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/pools [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/progress [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/pubsub [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/reexec [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/signal [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/stack [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/stringid [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/system [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/tailfile [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/tarsum [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/truncindex [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/urlutil [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/useragent [2022-03-09T09:55:46.214Z] github.com/docker/docker/plugin [2022-03-09T09:55:46.214Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T09:55:46.214Z] github.com/docker/docker/plugin/v2 [2022-03-09T09:55:46.214Z] github.com/docker/docker/profiles/apparmor [2022-03-09T09:55:46.214Z] github.com/docker/docker/profiles/seccomp [2022-03-09T09:55:46.214Z] github.com/docker/docker/quota [2022-03-09T09:55:46.214Z] github.com/docker/docker/reference [2022-03-09T09:55:46.214Z] github.com/docker/docker/registry [2022-03-09T09:55:46.214Z] github.com/docker/docker/registry/resumable [2022-03-09T09:55:46.214Z] github.com/docker/docker/restartmanager [2022-03-09T09:55:46.214Z] github.com/docker/docker/rootless [2022-03-09T09:55:46.214Z] github.com/docker/docker/rootless/specconv [2022-03-09T09:55:46.214Z] github.com/docker/docker/runconfig [2022-03-09T09:55:46.214Z] github.com/docker/docker/runconfig/opts [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/daemon [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/environment [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fakegit [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/registry [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/request [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/drivers [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/local [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/mounts [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/service [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/service/opts [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/testutils' [2022-03-09T09:55:46.214Z] ++ echo 'github.com/docker/docker/api [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/backend/build [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/httputils [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/middleware [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/build [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/container [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/debug [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/image [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/network [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/session [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/system [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router/volume [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/backend [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/container [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/events [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/filters [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/image [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/mount [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/network [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/registry [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/strslice [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/swarm [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/time [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/versions [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/types/volume [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder/builder-next [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder/dockerfile [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder/remotecontext [2022-03-09T09:55:46.214Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T09:55:46.214Z] github.com/docker/docker/cli [2022-03-09T09:55:46.214Z] github.com/docker/docker/cli/config [2022-03-09T09:55:46.214Z] github.com/docker/docker/cli/debug [2022-03-09T09:55:46.214Z] github.com/docker/docker/client [2022-03-09T09:55:46.214Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T09:55:46.214Z] github.com/docker/docker/cmd/dockerd [2022-03-09T09:55:46.214Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T09:55:46.214Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T09:55:46.214Z] github.com/docker/docker/container [2022-03-09T09:55:46.214Z] github.com/docker/docker/container/stream [2022-03-09T09:55:46.214Z] github.com/docker/docker/contrib/apparmor [2022-03-09T09:55:46.214Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T09:55:46.214Z] github.com/docker/docker/contrib/httpserver [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/cluster [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/config [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/events [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/exec [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/images [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/initlayer [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/links [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/listeners [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/local [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/names [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/network [2022-03-09T09:55:46.214Z] github.com/docker/docker/daemon/stats [2022-03-09T09:55:46.214Z] github.com/docker/docker/distribution [2022-03-09T09:55:46.214Z] github.com/docker/docker/distribution/metadata [2022-03-09T09:55:46.214Z] github.com/docker/docker/distribution/utils [2022-03-09T09:55:46.214Z] github.com/docker/docker/distribution/xfer [2022-03-09T09:55:46.214Z] github.com/docker/docker/dockerversion [2022-03-09T09:55:46.214Z] github.com/docker/docker/errdefs [2022-03-09T09:55:46.214Z] github.com/docker/docker/image [2022-03-09T09:55:46.214Z] github.com/docker/docker/image/cache [2022-03-09T09:55:46.214Z] github.com/docker/docker/image/tarexport [2022-03-09T09:55:46.214Z] github.com/docker/docker/image/v1 [2022-03-09T09:55:46.214Z] github.com/docker/docker/internal/test/suite [2022-03-09T09:55:46.214Z] github.com/docker/docker/layer [2022-03-09T09:55:46.214Z] github.com/docker/docker/libcontainerd [2022-03-09T09:55:46.214Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T09:55:46.214Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T09:55:46.214Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T09:55:46.214Z] github.com/docker/docker/libcontainerd/types [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/libnetwork/types [2022-03-09T09:55:46.214Z] github.com/docker/docker/oci [2022-03-09T09:55:46.214Z] github.com/docker/docker/oci/caps [2022-03-09T09:55:46.214Z] github.com/docker/docker/opts [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/aaparser [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/archive [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/authorization [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/capabilities [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/containerfs [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/directory [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/dmesg [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/filenotify [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/fileutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/fsutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/homedir [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/idtools [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/ioutils [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/longpath [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/loopback [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/parsers [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/pidfile [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/platform [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugins [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/pools [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/progress [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/pubsub [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/reexec [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/signal [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/stack [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/stringid [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/system [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/tailfile [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/tarsum [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/truncindex [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/urlutil [2022-03-09T09:55:46.214Z] github.com/docker/docker/pkg/useragent [2022-03-09T09:55:46.214Z] github.com/docker/docker/plugin [2022-03-09T09:55:46.214Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T09:55:46.214Z] github.com/docker/docker/plugin/v2 [2022-03-09T09:55:46.214Z] github.com/docker/docker/profiles/apparmor [2022-03-09T09:55:46.214Z] github.com/docker/docker/profiles/seccomp [2022-03-09T09:55:46.214Z] github.com/docker/docker/quota [2022-03-09T09:55:46.214Z] github.com/docker/docker/reference [2022-03-09T09:55:46.214Z] github.com/docker/docker/registry [2022-03-09T09:55:46.214Z] github.com/docker/docker/registry/resumable [2022-03-09T09:55:46.214Z] github.com/docker/docker/restartmanager [2022-03-09T09:55:46.214Z] github.com/docker/docker/rootless [2022-03-09T09:55:46.214Z] github.com/docker/docker/rootless/specconv [2022-03-09T09:55:46.214Z] github.com/docker/docker/runconfig [2022-03-09T09:55:46.214Z] github.com/docker/docker/runconfig/opts [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/daemon [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/environment [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fakegit [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/registry [2022-03-09T09:55:46.214Z] github.com/docker/docker/testutil/request [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/drivers [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/local [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/mounts [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/service [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/service/opts [2022-03-09T09:55:46.214Z] github.com/docker/docker/volume/testutils' [2022-03-09T09:55:46.214Z] ++ grep --fixed-strings -v /libnetwork [2022-03-09T09:55:46.214Z] + base_pkg_list='github.com/docker/docker/api [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/backend/build [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/httputils [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/middleware [2022-03-09T09:55:46.214Z] github.com/docker/docker/api/server/router [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/build [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/container [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/debug [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/image [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/network [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/session [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/system [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/volume [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/backend [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/container [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/events [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/filters [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/image [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/mount [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/network [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/registry [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/strslice [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/swarm [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/time [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/versions [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/volume [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/dockerfile [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/remotecontext [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T09:55:46.215Z] github.com/docker/docker/cli [2022-03-09T09:55:46.215Z] github.com/docker/docker/cli/config [2022-03-09T09:55:46.215Z] github.com/docker/docker/cli/debug [2022-03-09T09:55:46.215Z] github.com/docker/docker/client [2022-03-09T09:55:46.215Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T09:55:46.215Z] github.com/docker/docker/cmd/dockerd [2022-03-09T09:55:46.215Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T09:55:46.215Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T09:55:46.215Z] github.com/docker/docker/container [2022-03-09T09:55:46.215Z] github.com/docker/docker/container/stream [2022-03-09T09:55:46.215Z] github.com/docker/docker/contrib/apparmor [2022-03-09T09:55:46.215Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T09:55:46.215Z] github.com/docker/docker/contrib/httpserver [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/config [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/events [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/exec [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/images [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/initlayer [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/links [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/listeners [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/local [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/names [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/network [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/stats [2022-03-09T09:55:46.215Z] github.com/docker/docker/distribution [2022-03-09T09:55:46.215Z] github.com/docker/docker/distribution/metadata [2022-03-09T09:55:46.215Z] github.com/docker/docker/distribution/utils [2022-03-09T09:55:46.215Z] github.com/docker/docker/distribution/xfer [2022-03-09T09:55:46.215Z] github.com/docker/docker/dockerversion [2022-03-09T09:55:46.215Z] github.com/docker/docker/errdefs [2022-03-09T09:55:46.215Z] github.com/docker/docker/image [2022-03-09T09:55:46.215Z] github.com/docker/docker/image/cache [2022-03-09T09:55:46.215Z] github.com/docker/docker/image/tarexport [2022-03-09T09:55:46.215Z] github.com/docker/docker/image/v1 [2022-03-09T09:55:46.215Z] github.com/docker/docker/internal/test/suite [2022-03-09T09:55:46.215Z] github.com/docker/docker/layer [2022-03-09T09:55:46.215Z] github.com/docker/docker/libcontainerd [2022-03-09T09:55:46.215Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T09:55:46.215Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T09:55:46.215Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T09:55:46.215Z] github.com/docker/docker/libcontainerd/types [2022-03-09T09:55:46.215Z] github.com/docker/docker/oci [2022-03-09T09:55:46.215Z] github.com/docker/docker/oci/caps [2022-03-09T09:55:46.215Z] github.com/docker/docker/opts [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/aaparser [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/archive [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/authorization [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/capabilities [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/containerfs [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/directory [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/dmesg [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/filenotify [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/fileutils [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/fsutils [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/homedir [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/idtools [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/ioutils [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/longpath [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/loopback [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/parsers [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/pidfile [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/platform [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/plugins [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/pools [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/progress [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/pubsub [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/reexec [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/signal [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/stack [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/stringid [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/system [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/tailfile [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/tarsum [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/truncindex [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/urlutil [2022-03-09T09:55:46.215Z] github.com/docker/docker/pkg/useragent [2022-03-09T09:55:46.215Z] github.com/docker/docker/plugin [2022-03-09T09:55:46.215Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T09:55:46.215Z] github.com/docker/docker/plugin/v2 [2022-03-09T09:55:46.215Z] github.com/docker/docker/profiles/apparmor [2022-03-09T09:55:46.215Z] github.com/docker/docker/profiles/seccomp [2022-03-09T09:55:46.215Z] github.com/docker/docker/quota [2022-03-09T09:55:46.215Z] github.com/docker/docker/reference [2022-03-09T09:55:46.215Z] github.com/docker/docker/registry [2022-03-09T09:55:46.215Z] github.com/docker/docker/registry/resumable [2022-03-09T09:55:46.215Z] github.com/docker/docker/restartmanager [2022-03-09T09:55:46.215Z] github.com/docker/docker/rootless [2022-03-09T09:55:46.215Z] github.com/docker/docker/rootless/specconv [2022-03-09T09:55:46.215Z] github.com/docker/docker/runconfig [2022-03-09T09:55:46.215Z] github.com/docker/docker/runconfig/opts [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil/daemon [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil/environment [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil/fakegit [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil/registry [2022-03-09T09:55:46.215Z] github.com/docker/docker/testutil/request [2022-03-09T09:55:46.215Z] github.com/docker/docker/volume [2022-03-09T09:55:46.215Z] github.com/docker/docker/volume/drivers [2022-03-09T09:55:46.215Z] github.com/docker/docker/volume/local [2022-03-09T09:55:46.215Z] github.com/docker/docker/volume/mounts [2022-03-09T09:55:46.215Z] github.com/docker/docker/volume/service [2022-03-09T09:55:46.215Z] github.com/docker/docker/volume/service/opts [2022-03-09T09:55:46.215Z] github.com/docker/docker/volume/testutils' [2022-03-09T09:55:46.215Z] ++ grep --fixed-strings /libnetwork [2022-03-09T09:55:46.215Z] ++ echo 'github.com/docker/docker/api [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/backend/build [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/httputils [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/middleware [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/build [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/container [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/debug [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/image [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/network [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/session [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/system [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/server/router/volume [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/backend [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/container [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/events [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/filters [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/image [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/mount [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/network [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/registry [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/strslice [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/swarm [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/time [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/versions [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T09:55:46.215Z] github.com/docker/docker/api/types/volume [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/dockerfile [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/remotecontext [2022-03-09T09:55:46.215Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T09:55:46.215Z] github.com/docker/docker/cli [2022-03-09T09:55:46.215Z] github.com/docker/docker/cli/config [2022-03-09T09:55:46.215Z] github.com/docker/docker/cli/debug [2022-03-09T09:55:46.215Z] github.com/docker/docker/client [2022-03-09T09:55:46.215Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T09:55:46.215Z] github.com/docker/docker/cmd/dockerd [2022-03-09T09:55:46.215Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T09:55:46.215Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T09:55:46.215Z] github.com/docker/docker/container [2022-03-09T09:55:46.215Z] github.com/docker/docker/container/stream [2022-03-09T09:55:46.215Z] github.com/docker/docker/contrib/apparmor [2022-03-09T09:55:46.215Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T09:55:46.215Z] github.com/docker/docker/contrib/httpserver [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/config [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/events [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/exec [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/images [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/initlayer [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/links [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/listeners [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/local [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/names [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/network [2022-03-09T09:55:46.215Z] github.com/docker/docker/daemon/stats [2022-03-09T09:55:46.215Z] github.com/docker/docker/distribution [2022-03-09T09:55:46.215Z] github.com/docker/docker/distribution/metadata [2022-03-09T09:55:46.215Z] github.com/docker/docker/distribution/utils [2022-03-09T09:55:46.215Z] github.com/docker/docker/distribution/xfer [2022-03-09T09:55:46.215Z] github.com/docker/docker/dockerversion [2022-03-09T09:55:46.215Z] github.com/docker/docker/errdefs [2022-03-09T09:55:46.215Z] github.com/docker/docker/image [2022-03-09T09:55:46.215Z] github.com/docker/docker/image/cache [2022-03-09T09:55:46.215Z] github.com/docker/docker/image/tarexport [2022-03-09T09:55:46.215Z] github.com/docker/docker/image/v1 [2022-03-09T09:55:46.215Z] github.com/docker/docker/internal/test/suite [2022-03-09T09:55:46.215Z] github.com/docker/docker/layer [2022-03-09T09:55:46.215Z] github.com/docker/docker/libcontainerd [2022-03-09T09:55:46.215Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T09:55:46.215Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T09:55:46.215Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T09:55:46.215Z] github.com/docker/docker/libcontainerd/types [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:55:46.215Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/types [2022-03-09T09:55:46.216Z] github.com/docker/docker/oci [2022-03-09T09:55:46.216Z] github.com/docker/docker/oci/caps [2022-03-09T09:55:46.216Z] github.com/docker/docker/opts [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/aaparser [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/archive [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/authorization [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/capabilities [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/containerfs [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/directory [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/dmesg [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/filenotify [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/fileutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/fsutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/homedir [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/idtools [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/ioutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/longpath [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/loopback [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/parsers [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/pidfile [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/platform [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/plugins [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/pools [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/progress [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/pubsub [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/reexec [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/signal [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/stack [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/stringid [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/system [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/tailfile [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/tarsum [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/truncindex [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/urlutil [2022-03-09T09:55:46.216Z] github.com/docker/docker/pkg/useragent [2022-03-09T09:55:46.216Z] github.com/docker/docker/plugin [2022-03-09T09:55:46.216Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T09:55:46.216Z] github.com/docker/docker/plugin/v2 [2022-03-09T09:55:46.216Z] github.com/docker/docker/profiles/apparmor [2022-03-09T09:55:46.216Z] github.com/docker/docker/profiles/seccomp [2022-03-09T09:55:46.216Z] github.com/docker/docker/quota [2022-03-09T09:55:46.216Z] github.com/docker/docker/reference [2022-03-09T09:55:46.216Z] github.com/docker/docker/registry [2022-03-09T09:55:46.216Z] github.com/docker/docker/registry/resumable [2022-03-09T09:55:46.216Z] github.com/docker/docker/restartmanager [2022-03-09T09:55:46.216Z] github.com/docker/docker/rootless [2022-03-09T09:55:46.216Z] github.com/docker/docker/rootless/specconv [2022-03-09T09:55:46.216Z] github.com/docker/docker/runconfig [2022-03-09T09:55:46.216Z] github.com/docker/docker/runconfig/opts [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil/daemon [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil/environment [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil/fakegit [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil/registry [2022-03-09T09:55:46.216Z] github.com/docker/docker/testutil/request [2022-03-09T09:55:46.216Z] github.com/docker/docker/volume [2022-03-09T09:55:46.216Z] github.com/docker/docker/volume/drivers [2022-03-09T09:55:46.216Z] github.com/docker/docker/volume/local [2022-03-09T09:55:46.216Z] github.com/docker/docker/volume/mounts [2022-03-09T09:55:46.216Z] github.com/docker/docker/volume/service [2022-03-09T09:55:46.216Z] github.com/docker/docker/volume/service/opts [2022-03-09T09:55:46.216Z] github.com/docker/docker/volume/testutils' [2022-03-09T09:55:46.216Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/types' [2022-03-09T09:55:46.216Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-09T09:55:46.216Z] + echo 'github.com/docker/docker/libnetwork [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/types' [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:55:46.216Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:55:46.216Z] + type docker-proxy [2022-03-09T09:55:46.216Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-09T09:55:46.216Z] + hack/make.sh binary-proxy install-proxy [2022-03-09T09:55:46.216Z] [2022-03-09T09:55:46.216Z] Removing bundles/ [2022-03-09T09:55:46.216Z] [2022-03-09T09:55:46.216Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-09T09:55:46.216Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-09T09:55:46.216Z] GOOS="" GOARCH="" GOARM="" [2022-03-09T09:55:47.848Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-09T09:55:48.411Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-09T09:55:48.975Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-09T09:55:49.537Z] === RUN TestDockerSuite/TestExecParseError [2022-03-09T09:55:49.792Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-09T09:55:50.355Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-09T09:55:50.917Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-09T09:55:51.845Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-09T09:55:52.103Z] --- PASS: TestServicePlugin (30.94s) [2022-03-09T09:55:52.103Z] === RUN TestServiceUpdateLabel [2022-03-09T09:55:52.360Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-09T09:55:52.856Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-09T09:55:52.856Z] [2022-03-09T09:55:52.856Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-09T09:55:52.856Z] Installing docker-proxy to /usr/local/bin/ [2022-03-09T09:55:52.856Z] [2022-03-09T09:55:52.856Z] + mkdir -p bundles [2022-03-09T09:55:52.856Z] + '[' -n 'github.com/docker/docker/api [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/backend/build [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/httputils [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/middleware [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/build [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/container [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/debug [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/distribution [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/grpc [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/image [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/network [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/plugin [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/session [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/swarm [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/system [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/server/router/volume [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/backend [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/blkiodev [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/container [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/events [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/filters [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/image [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/mount [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/network [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/registry [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/strslice [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/swarm [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/time [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/versions [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-09T09:55:52.856Z] github.com/docker/docker/api/types/volume [2022-03-09T09:55:52.856Z] github.com/docker/docker/builder [2022-03-09T09:55:52.856Z] github.com/docker/docker/builder/builder-next [2022-03-09T09:55:52.856Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-09T09:55:52.856Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-09T09:55:52.856Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-09T09:55:52.857Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-09T09:55:52.857Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-09T09:55:52.857Z] github.com/docker/docker/builder/builder-next/worker [2022-03-09T09:55:52.857Z] github.com/docker/docker/builder/dockerfile [2022-03-09T09:55:52.857Z] github.com/docker/docker/builder/remotecontext [2022-03-09T09:55:52.857Z] github.com/docker/docker/builder/remotecontext/git [2022-03-09T09:55:52.857Z] github.com/docker/docker/cli [2022-03-09T09:55:52.857Z] github.com/docker/docker/cli/config [2022-03-09T09:55:52.857Z] github.com/docker/docker/cli/debug [2022-03-09T09:55:52.857Z] github.com/docker/docker/client [2022-03-09T09:55:52.857Z] github.com/docker/docker/cmd/docker-proxy [2022-03-09T09:55:52.857Z] github.com/docker/docker/cmd/dockerd [2022-03-09T09:55:52.857Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-09T09:55:52.857Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-09T09:55:52.857Z] github.com/docker/docker/container [2022-03-09T09:55:52.857Z] github.com/docker/docker/container/stream [2022-03-09T09:55:52.857Z] github.com/docker/docker/contrib/apparmor [2022-03-09T09:55:52.857Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-09T09:55:52.857Z] github.com/docker/docker/contrib/httpserver [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/cluster [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/cluster/convert [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/cluster/executor [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/cluster/provider [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/config [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/events [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/events/testutils [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/exec [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/images [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/initlayer [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/links [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/listeners [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/gelf [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/journald [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/local [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/logentries [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/splunk [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/syslog [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/logger/templates [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/names [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/network [2022-03-09T09:55:52.857Z] github.com/docker/docker/daemon/stats [2022-03-09T09:55:52.857Z] github.com/docker/docker/distribution [2022-03-09T09:55:52.857Z] github.com/docker/docker/distribution/metadata [2022-03-09T09:55:52.857Z] github.com/docker/docker/distribution/utils [2022-03-09T09:55:52.857Z] github.com/docker/docker/distribution/xfer [2022-03-09T09:55:52.857Z] github.com/docker/docker/dockerversion [2022-03-09T09:55:52.857Z] github.com/docker/docker/errdefs [2022-03-09T09:55:52.857Z] github.com/docker/docker/image [2022-03-09T09:55:52.857Z] github.com/docker/docker/image/cache [2022-03-09T09:55:52.857Z] github.com/docker/docker/image/tarexport [2022-03-09T09:55:52.857Z] github.com/docker/docker/image/v1 [2022-03-09T09:55:52.857Z] github.com/docker/docker/internal/test/suite [2022-03-09T09:55:52.857Z] github.com/docker/docker/layer [2022-03-09T09:55:52.857Z] github.com/docker/docker/libcontainerd [2022-03-09T09:55:52.857Z] github.com/docker/docker/libcontainerd/queue [2022-03-09T09:55:52.857Z] github.com/docker/docker/libcontainerd/remote [2022-03-09T09:55:52.857Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-09T09:55:52.857Z] github.com/docker/docker/libcontainerd/types [2022-03-09T09:55:52.857Z] github.com/docker/docker/oci [2022-03-09T09:55:52.857Z] github.com/docker/docker/oci/caps [2022-03-09T09:55:52.857Z] github.com/docker/docker/opts [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/aaparser [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/archive [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/authorization [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/broadcaster [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/capabilities [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/chrootarchive [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/containerfs [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/devicemapper [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/directory [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/dmesg [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/filenotify [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/fileutils [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/fsutils [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/homedir [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/idtools [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/ioutils [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/jsonmessage [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/longpath [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/loopback [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/namesgenerator [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/parsers [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/pidfile [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/platform [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/plugingetter [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/plugins [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/plugins/transport [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/pools [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/progress [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/pubsub [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/reexec [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/signal [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/stack [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/stdcopy [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/streamformatter [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/stringid [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/sysinfo [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/system [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/tailfile [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/tarsum [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/truncindex [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/urlutil [2022-03-09T09:55:52.857Z] github.com/docker/docker/pkg/useragent [2022-03-09T09:55:52.857Z] github.com/docker/docker/plugin [2022-03-09T09:55:52.857Z] github.com/docker/docker/plugin/executor/containerd [2022-03-09T09:55:52.857Z] github.com/docker/docker/plugin/v2 [2022-03-09T09:55:52.857Z] github.com/docker/docker/profiles/apparmor [2022-03-09T09:55:52.857Z] github.com/docker/docker/profiles/seccomp [2022-03-09T09:55:52.857Z] github.com/docker/docker/quota [2022-03-09T09:55:52.857Z] github.com/docker/docker/reference [2022-03-09T09:55:52.857Z] github.com/docker/docker/registry [2022-03-09T09:55:52.857Z] github.com/docker/docker/registry/resumable [2022-03-09T09:55:52.857Z] github.com/docker/docker/restartmanager [2022-03-09T09:55:52.857Z] github.com/docker/docker/rootless [2022-03-09T09:55:52.857Z] github.com/docker/docker/rootless/specconv [2022-03-09T09:55:52.857Z] github.com/docker/docker/runconfig [2022-03-09T09:55:52.857Z] github.com/docker/docker/runconfig/opts [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil/daemon [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil/environment [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil/fakecontext [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil/fakegit [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil/fakestorage [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil/fixtures/load [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil/registry [2022-03-09T09:55:52.857Z] github.com/docker/docker/testutil/request [2022-03-09T09:55:52.857Z] github.com/docker/docker/volume [2022-03-09T09:55:52.857Z] github.com/docker/docker/volume/drivers [2022-03-09T09:55:52.857Z] github.com/docker/docker/volume/local [2022-03-09T09:55:52.857Z] github.com/docker/docker/volume/mounts [2022-03-09T09:55:52.857Z] github.com/docker/docker/volume/service [2022-03-09T09:55:52.857Z] github.com/docker/docker/volume/service/opts [2022-03-09T09:55:52.857Z] github.com/docker/docker/volume/testutils' ']' [2022-03-09T09:55:52.857Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-03-09T09:55:52.925Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-09T09:55:53.802Z] ? github.com/docker/docker/api [no test files] [2022-03-09T09:55:54.820Z] --- PASS: TestServiceUpdateLabel (2.29s) [2022-03-09T09:55:54.820Z] === RUN TestServiceUpdateSecrets [2022-03-09T09:56:04.783Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-09T09:56:04.783Z] === RUN TestDockerSuite/TestExecTTY [2022-03-09T09:56:04.783Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-09T09:56:05.346Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-09T09:56:05.603Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-09T09:56:06.166Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-09T09:56:06.166Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-09T09:56:06.166Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-09T09:56:07.536Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-09T09:56:07.795Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-09T09:56:08.726Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2022-03-09T09:56:08.726Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-09T09:56:08.726Z] --- PASS: TestServiceUpdateSecrets (14.41s) [2022-03-09T09:56:08.726Z] === RUN TestServiceUpdateConfigs [2022-03-09T09:56:09.290Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-09T09:56:09.853Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-09T09:56:15.100Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-09T09:56:17.772Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-09T09:56:17.772Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-09T09:56:17.772Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T09:56:17.772Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-09T09:56:19.272Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-09T09:56:20.203Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-09T09:56:23.472Z] --- PASS: TestServiceUpdateConfigs (14.38s) [2022-03-09T09:56:23.472Z] === RUN TestServiceUpdateNetwork [2022-03-09T09:56:24.837Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-09T09:56:25.399Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-09T09:56:25.399Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-09T09:56:25.399Z] === RUN TestDockerSuite/TestHealth [2022-03-09T09:56:25.492Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-09T09:56:25.492Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T09:56:25.492Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-09T09:56:25.492Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-09T09:56:25.492Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-09T09:56:28.666Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-09T09:56:29.742Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-09T09:56:29.742Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T09:56:29.742Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-09T09:56:29.742Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T09:56:29.742Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-09T09:56:29.742Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T09:56:29.742Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-09T09:56:30.255Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-09T09:56:31.330Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-09T09:56:35.373Z] check_test.go:379: [dd558d362a010] daemon is not started [2022-03-09T09:56:35.373Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-09T09:56:35.391Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-09T09:56:36.305Z] --- PASS: TestServiceUpdateNetwork (13.10s) [2022-03-09T09:56:36.305Z] === RUN TestServiceUpdatePidsLimit [2022-03-09T09:56:36.561Z] docker_api_swarm_test.go:802: [dac512d7ba0af] joining swarm manager [d3ed6717bb1dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:56:37.090Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-09T09:56:37.090Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T09:56:37.492Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-09T09:56:37.603Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-09T09:56:37.603Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T09:56:37.603Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-09T09:56:37.603Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-09T09:56:38.056Z] docker_api_swarm_test.go:802: [d2a5ea927f238] joining swarm manager [d3ed6717bb1dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:56:38.313Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-09T09:56:39.001Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-09T09:56:39.244Z] docker_api_swarm_test.go:802: [d9eda295ae28f] joining swarm manager [d3ed6717bb1dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-09T09:56:40.616Z] docker_api_swarm_test.go:802: [deac794db6078] joining swarm manager [d3ed6717bb1dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-09T09:56:41.217Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-09T09:56:41.663Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-09T09:56:41.985Z] docker_api_swarm_test.go:810: [d63e9a228058f] joining swarm manager [d3ed6717bb1dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-09T09:56:42.780Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-09T09:56:44.504Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-09T09:56:44.504Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-09T09:56:44.504Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-09T09:56:44.504Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-09T09:56:45.067Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-09T09:56:45.067Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-09T09:56:45.323Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-09T09:56:45.579Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-09T09:56:45.579Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-09T09:56:45.579Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-09T09:56:45.834Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-09T09:56:45.834Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-09T09:56:46.090Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-09T09:56:46.347Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-09T09:56:46.347Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-09T09:56:47.276Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-09T09:56:47.276Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-09T09:56:48.205Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-09T09:56:48.641Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-09T09:56:48.772Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-09T09:56:48.772Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-09T09:56:49.335Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-09T09:56:51.867Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-09T09:56:51.867Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-09T09:56:51.867Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-09T09:56:53.238Z] --- PASS: TestServiceUpdatePidsLimit (16.70s) [2022-03-09T09:56:53.238Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.84s) [2022-03-09T09:56:53.238Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-03-09T09:56:53.238Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.11s) [2022-03-09T09:56:53.238Z] PASS [2022-03-09T09:56:53.238Z] [2022-03-09T09:56:53.238Z] === Skipped [2022-03-09T09:56:53.238Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-09T09:56:53.238Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-09T09:56:53.238Z] [2022-03-09T09:56:53.238Z] DONE 27 tests, 1 skipped in 193.108s [2022-03-09T09:56:53.238Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-09T09:56:53.238Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:56:53.238Z] ++ set -e [2022-03-09T09:56:53.238Z] ++ '[' -n 0 ']' [2022-03-09T09:56:53.238Z] ++ set -x [2022-03-09T09:56:53.238Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:56:53.238Z] === RUN TestDockerSuite/TestImportFile [2022-03-09T09:56:53.238Z] INFO: Testing against a local daemon [2022-03-09T09:56:53.238Z] === RUN TestSessionCreate [2022-03-09T09:56:53.238Z] --- PASS: TestSessionCreate (0.03s) [2022-03-09T09:56:53.238Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-09T09:56:53.238Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-03-09T09:56:53.238Z] PASS [2022-03-09T09:56:53.238Z] [2022-03-09T09:56:53.238Z] DONE 2 tests in 0.174s [2022-03-09T09:56:53.238Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-09T09:56:53.238Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:56:53.238Z] ++ set -e [2022-03-09T09:56:53.238Z] ++ '[' -n 0 ']' [2022-03-09T09:56:53.238Z] ++ set -x [2022-03-09T09:56:53.238Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:56:53.238Z] INFO: Testing against a local daemon [2022-03-09T09:56:53.238Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-09T09:56:53.238Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T09:56:53.238Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:56:53.238Z] === RUN TestDiskUsage [2022-03-09T09:56:53.238Z] === PAUSE TestDiskUsage [2022-03-09T09:56:53.238Z] === RUN TestEventsExecDie [2022-03-09T09:56:53.392Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-09T09:56:54.168Z] --- PASS: TestEventsExecDie (0.65s) [2022-03-09T09:56:54.168Z] === RUN TestEventsBackwardsCompatible [2022-03-09T09:56:54.168Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-03-09T09:56:54.168Z] === RUN TestEventsVolumeCreate [2022-03-09T09:56:54.168Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-09T09:56:54.168Z] === RUN TestInfoBinaryCommits [2022-03-09T09:56:54.168Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-03-09T09:56:54.168Z] === RUN TestInfoAPIVersioned [2022-03-09T09:56:54.168Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-09T09:56:54.168Z] === RUN TestInfoAPI [2022-03-09T09:56:54.168Z] --- PASS: TestInfoAPI (0.01s) [2022-03-09T09:56:54.168Z] === RUN TestInfoAPIWarnings [2022-03-09T09:56:54.425Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-09T09:56:54.425Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-09T09:56:55.794Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-09T09:56:56.723Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-09T09:56:57.187Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-09T09:56:57.188Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-09T09:56:57.650Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-09T09:56:58.212Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-09T09:56:58.774Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-09T09:56:59.337Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-09T09:56:59.337Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-09T09:56:59.337Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-09T09:56:59.901Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-09T09:57:00.466Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-09T09:57:00.723Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-09T09:57:01.288Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-09T09:57:01.545Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-09T09:57:02.110Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-09T09:57:02.110Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-09T09:57:03.485Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-09T09:57:03.743Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-09T09:57:03.999Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-09T09:57:03.999Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-09T09:57:04.562Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-09T09:57:04.562Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-09T09:57:04.562Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-09T09:57:05.128Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-09T09:57:05.692Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-09T09:57:06.255Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-09T09:57:06.819Z] === RUN TestDockerSuite/TestInspectImage [2022-03-09T09:57:06.819Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-09T09:57:06.819Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-09T09:57:06.819Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-09T09:57:06.819Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-09T09:57:07.078Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-09T09:57:07.640Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-09T09:57:07.640Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-09T09:57:08.202Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-09T09:57:08.296Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-09T09:57:08.458Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-09T09:57:09.368Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-09T09:57:09.368Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T09:57:09.368Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-09T09:57:10.982Z] --- PASS: TestInfoAPIWarnings (16.40s) [2022-03-09T09:57:10.982Z] === RUN TestInfoDebug [2022-03-09T09:57:10.982Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-09T09:57:10.982Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-09T09:57:11.239Z] --- PASS: TestInfoDebug (0.54s) [2022-03-09T09:57:11.239Z] === RUN TestInfoInsecureRegistries [2022-03-09T09:57:11.239Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-09T09:57:11.802Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-03-09T09:57:11.802Z] === RUN TestInfoRegistryMirrors [2022-03-09T09:57:11.802Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-09T09:57:12.058Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-09T09:57:12.058Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-09T09:57:12.058Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-09T09:57:12.058Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-09T09:57:12.058Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-09T09:57:12.058Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-09T09:57:12.058Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-09T09:57:12.058Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-09T09:57:12.058Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-09T09:57:12.058Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-09T09:57:12.058Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-09T09:57:12.058Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-09T09:57:12.058Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-09T09:57:12.058Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-09T09:57:12.058Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-09T09:57:12.058Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-09T09:57:12.058Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-09T09:57:12.058Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T09:57:12.058Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-09T09:57:12.368Z] --- PASS: TestInfoRegistryMirrors (0.56s) [2022-03-09T09:57:12.368Z] === RUN TestLoginFailsWithBadCredentials [2022-03-09T09:57:12.368Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2022-03-09T09:57:12.368Z] === RUN TestPingCacheHeaders [2022-03-09T09:57:12.368Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-09T09:57:12.368Z] === RUN TestPingGet [2022-03-09T09:57:12.368Z] --- PASS: TestPingGet (0.01s) [2022-03-09T09:57:12.368Z] === RUN TestPingHead [2022-03-09T09:57:12.368Z] --- PASS: TestPingHead (0.02s) [2022-03-09T09:57:12.368Z] === RUN TestVersion [2022-03-09T09:57:12.368Z] --- PASS: TestVersion (0.02s) [2022-03-09T09:57:12.368Z] === CONT TestDiskUsage [2022-03-09T09:57:12.934Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty/container_types [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty/image_types [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty/volume_types [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-09T09:57:12.934Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-09T09:57:13.192Z] === RUN TestDiskUsage/after_container.Run [2022-03-09T09:57:13.426Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-09T09:57:13.450Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-09T09:57:13.707Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-09T09:57:13.707Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-09T09:57:13.708Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-09T09:57:13.708Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-09T09:57:13.708Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-09T09:57:13.708Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-09T09:57:13.708Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-09T09:57:13.708Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-09T09:57:13.708Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-09T09:57:13.708Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage (1.35s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.26s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run (0.39s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-09T09:57:13.708Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-09T09:57:13.708Z] PASS [2022-03-09T09:57:13.708Z] [2022-03-09T09:57:13.708Z] === Skipped [2022-03-09T09:57:13.708Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-09T09:57:13.708Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-09T09:57:13.708Z] [2022-03-09T09:57:13.708Z] DONE 50 tests, 1 skipped in 20.543s [2022-03-09T09:57:13.708Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-09T09:57:13.708Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:57:13.708Z] ++ set -e [2022-03-09T09:57:13.708Z] ++ '[' -n 0 ']' [2022-03-09T09:57:13.708Z] ++ set -x [2022-03-09T09:57:13.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-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-03-09T09:57:13.965Z] INFO: Testing against a local daemon [2022-03-09T09:57:13.965Z] === RUN TestVolumesCreateAndList [2022-03-09T09:57:13.965Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-09T09:57:13.965Z] === RUN TestVolumesRemove [2022-03-09T09:57:13.965Z] --- PASS: TestVolumesRemove (0.07s) [2022-03-09T09:57:13.965Z] === RUN TestVolumesInspect [2022-03-09T09:57:13.965Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-09T09:57:13.965Z] --- PASS: TestVolumesInspect (0.03s) [2022-03-09T09:57:13.965Z] === RUN TestVolumesInvalidJSON [2022-03-09T09:57:13.965Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-09T09:57:13.965Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-09T09:57:13.965Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-09T09:57:13.965Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-09T09:57:13.965Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-09T09:57:13.965Z] PASS [2022-03-09T09:57:13.965Z] [2022-03-09T09:57:13.965Z] DONE 5 tests in 0.243s [2022-03-09T09:57:13.965Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T09:57:14.222Z] ++++ cat bundles/test-integration/docker.pid [2022-03-09T09:57:14.222Z] +++ kill 6164 [2022-03-09T09:57:14.479Z] +++ /etc/init.d/apparmor stop [2022-03-09T09:57:14.479Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T09:57:14.479Z] [2022-03-09T09:57:14.479Z] Unloading profiles will leave already running processes permanently [2022-03-09T09:57:14.479Z] unconfined, which can lead to unexpected situations. [2022-03-09T09:57:14.479Z] [2022-03-09T09:57:14.479Z] To set a process to complain mode, use the command line tool [2022-03-09T09:57:14.479Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T09:57:14.479Z] +++ true [2022-03-09T09:57:14.479Z] exiting test-integration [2022-03-09T09:57:14.479Z] ++ exit 0 [2022-03-09T09:57:14.479Z] [2022-03-09T09:57:14.737Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-09T09:57:14.994Z] + for job in $(jobs -p) [2022-03-09T09:57:14.994Z] + wait 7883 [2022-03-09T09:57:15.130Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-09T09:57:15.556Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-09T09:57:15.814Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-09T09:57:16.377Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-09T09:57:16.377Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-09T09:57:16.803Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-09T09:57:17.746Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-09T09:57:18.677Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-09T09:57:19.607Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-09T09:57:19.607Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-09T09:57:20.973Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-09T09:57:21.906Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-09T09:57:23.276Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-09T09:57:23.276Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-09T09:57:24.649Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-09T09:57:24.906Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-09T09:57:25.470Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-09T09:57:25.728Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-09T09:57:26.040Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-09T09:57:26.040Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T09:57:26.040Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-09T09:57:26.040Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T09:57:26.040Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-09T09:57:26.040Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T09:57:26.040Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-09T09:57:26.040Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T09:57:26.040Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-09T09:57:27.114Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/api/server/router/swarm 0.017s coverage: 5.7% of statements [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/api/types/time 0.009s coverage: 100.0% of statements [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/builder [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/builder/dockerfile 0.222s coverage: 49.3% of statements [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/builder/remotecontext 0.105s coverage: 13.7% of statements [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/builder/remotecontext/git 1.217s coverage: 86.3% of statements [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/cli [no test files] [2022-03-09T09:57:30.232Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-09T09:57:30.232Z] ok github.com/docker/docker/cmd/docker-proxy 0.141s coverage: 67.6% of statements [2022-03-09T09:57:31.173Z] ok github.com/docker/docker/client 0.123s coverage: 75.7% of statements [2022-03-09T09:57:32.299Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-09T09:57:33.229Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-09T09:57:34.596Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-09T09:57:34.853Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-09T09:57:36.222Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-09T09:57:36.222Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-09T09:57:36.479Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-09T09:57:36.479Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-09T09:57:36.479Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-09T09:57:37.044Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-09T09:57:37.303Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-09T09:57:41.480Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-09T09:57:41.480Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-09T09:57:45.647Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-09T09:57:46.211Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-09T09:57:46.211Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-09T09:57:47.143Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-09T09:57:47.143Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-09T09:57:48.076Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-09T09:57:49.009Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-09T09:57:50.382Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-09T09:57:50.946Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-09T09:57:51.510Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-09T09:57:54.031Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-09T09:57:54.031Z] docker_api_swarm_service_test.go:395: [d68cdbc1380da] joining swarm manager [d8b863f58a082]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:57:54.290Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-09T09:57:54.853Z] docker_api_swarm_service_test.go:395: [d91aa4cfc3c91] joining swarm manager [d8b863f58a082]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:57:54.853Z] === RUN TestDockerSuite/TestLogsSince [2022-03-09T09:58:01.400Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-09T09:58:06.649Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-09T09:58:07.213Z] === RUN TestDockerSuite/TestLogsTail [2022-03-09T09:58:07.776Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-09T09:58:08.034Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-09T09:58:08.598Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-09T09:58:08.856Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-09T09:58:09.112Z] === RUN TestDockerSuite/TestNetHostname [2022-03-09T09:58:09.370Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-09T09:58:09.502Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-09T09:58:09.947Z] ok github.com/docker/docker/cmd/dockerd 0.083s coverage: 29.3% of statements [2022-03-09T09:58:09.947Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-03-09T09:58:09.947Z] ok github.com/docker/docker/cmd/dockerd/trap 2.560s coverage: 0.0% of statements [2022-03-09T09:58:09.947Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-09T09:58:09.947Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-09T09:58:09.947Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-09T09:58:09.947Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-09T09:58:09.947Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-09T09:58:10.739Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-09T09:58:10.996Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-09T09:58:11.067Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-09T09:58:11.067Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T09:58:11.534Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-09T09:58:11.560Z] docker_api_swarm_service_test.go:343: [dea6e7f3ab8a0] joining swarm manager [db247df83d3c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:58:12.497Z] docker_api_swarm_service_test.go:343: [dc164d7dca8bc] joining swarm manager [db247df83d3c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:58:16.540Z] ok github.com/docker/docker/daemon/cluster 0.071s coverage: 0.5% of statements [2022-03-09T09:58:16.669Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-09T09:58:17.112Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-03-09T09:58:18.037Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-09T09:58:18.052Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-03-09T09:58:18.294Z] === RUN TestDockerSuite/TestPluginActive [2022-03-09T09:58:18.475Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-09T09:58:18.475Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T09:58:18.475Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-09T09:58:18.475Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T09:58:18.475Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-09T09:58:20.822Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-09T09:58:26.075Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-09T09:58:26.075Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-09T09:58:26.075Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-09T09:58:26.075Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-09T09:58:26.200Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 13.8% of statements [2022-03-09T09:58:26.200Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 81.0% of statements [2022-03-09T09:58:26.200Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-03-09T09:58:26.771Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-09T09:58:27.002Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-09T09:58:27.711Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.438s coverage: 74.6% of statements [2022-03-09T09:58:27.932Z] docker_api_swarm_service_test.go:490: [d1efddeffee2c] joining swarm manager [de1f0b053d548]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:58:27.972Z] ok github.com/docker/docker/daemon 10.157s coverage: 17.2% of statements [2022-03-09T09:58:27.972Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-09T09:58:27.972Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-09T09:58:27.972Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-09T09:58:27.972Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-09T09:58:28.495Z] docker_api_swarm_service_test.go:490: [d776a3a495156] joining swarm manager [de1f0b053d548]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:58:28.913Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.354s coverage: 56.2% of statements [2022-03-09T09:58:30.299Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-03-09T09:58:30.387Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-09T09:58:31.687Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.8% of statements [2022-03-09T09:58:32.281Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-09T09:58:33.077Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.283s coverage: 50.5% of statements [2022-03-09T09:58:33.339Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.215s coverage: 46.2% of statements [2022-03-09T09:58:33.339Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-09T09:58:34.729Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.8% of statements [2022-03-09T09:58:34.800Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-09T09:58:34.991Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.723s coverage: 58.0% of statements [2022-03-09T09:58:34.991Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-09T09:58:34.991Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-09T09:58:35.618Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.022s coverage: 2.9% of statements [2022-03-09T09:58:36.203Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2022-03-09T09:58:37.589Z] ok github.com/docker/docker/daemon/images 0.020s coverage: 6.8% of statements [2022-03-09T09:58:37.589Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-09T09:58:37.589Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-09T09:58:37.850Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.0% of statements [2022-03-09T09:58:38.420Z] ok github.com/docker/docker/daemon/logger/fluentd 0.012s coverage: 33.6% of statements [2022-03-09T09:58:38.681Z] ok github.com/docker/docker/daemon/logger/awslogs 0.149s coverage: 79.9% of statements [2022-03-09T09:58:38.681Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-09T09:58:39.253Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2022-03-09T09:58:39.253Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 23.9% of statements [2022-03-09T09:58:39.824Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.013s coverage: 87.2% of statements [2022-03-09T09:58:39.824Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.030s coverage: 69.9% of statements [2022-03-09T09:58:40.048Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-09T09:58:40.611Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-09T09:58:40.767Z] ok github.com/docker/docker/daemon/logger/local 0.035s coverage: 78.7% of statements [2022-03-09T09:58:40.767Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-09T09:58:41.029Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.044s coverage: 59.1% of statements [2022-03-09T09:58:41.175Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-09T09:58:41.432Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-09T09:58:41.603Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.067s coverage: 31.5% of statements [2022-03-09T09:58:42.363Z] === RUN TestDockerSuite/TestPortList [2022-03-09T09:58:42.547Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-03-09T09:58:42.547Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-03-09T09:58:43.022Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-09T09:58:43.022Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T09:58:43.022Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-09T09:58:43.022Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-09T09:58:43.023Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-09T09:58:43.023Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-09T09:58:43.023Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-09T09:58:43.023Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T09:58:43.023Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-09T09:58:43.023Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T09:58:43.023Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-09T09:58:43.023Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T09:58:43.023Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-09T09:58:43.023Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-09T09:58:43.120Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-09T09:58:43.694Z] ok github.com/docker/docker/daemon/logger/splunk 1.586s coverage: 82.5% of statements [2022-03-09T09:58:43.694Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-09T09:58:43.694Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-09T09:58:43.791Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-09T09:58:43.791Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T09:58:44.006Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-09T09:58:44.262Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-09T09:58:44.640Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 48.2% of statements [2022-03-09T09:58:45.214Z] ok github.com/docker/docker/distribution 0.596s coverage: 28.4% of statements [2022-03-09T09:58:45.214Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-09T09:58:45.253Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-09T09:58:45.788Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-09T09:58:46.363Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-03-09T09:58:46.625Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-09T09:58:47.199Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-09T09:58:47.199Z] ok github.com/docker/docker/distribution/xfer 1.916s coverage: 84.9% of statements [2022-03-09T09:58:47.199Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-09T09:58:47.461Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2022-03-09T09:58:47.461Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-09T09:58:47.632Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-09T09:58:47.722Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2022-03-09T09:58:47.793Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-09T09:58:48.666Z] ok github.com/docker/docker/oci 0.007s coverage: 43.3% of statements [2022-03-09T09:58:48.777Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-09T09:58:48.777Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T09:58:48.777Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-09T09:58:48.777Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T09:58:48.777Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-09T09:58:48.777Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-09T09:58:49.238Z] ok github.com/docker/docker/opts 0.019s coverage: 67.4% of statements [2022-03-09T09:58:49.498Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-09T09:58:49.524Z] docker_api_swarm_service_test.go:128: [d2c4a1b1507de] joining swarm manager [d7c9744ce8f53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:58:50.085Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-09T09:58:50.342Z] docker_api_swarm_service_test.go:129: [d2745b7e32622] joining swarm manager [d7c9744ce8f53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:58:50.883Z] ok github.com/docker/docker/pkg/archive 0.318s coverage: 82.2% of statements [2022-03-09T09:58:51.274Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-09T09:58:51.455Z] ok github.com/docker/docker/pkg/authorization 0.112s coverage: 68.3% of statements [2022-03-09T09:58:51.715Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-09T09:58:51.977Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-09T09:58:52.204Z] docker_api_swarm_service_test.go:137: [d97b56a592aa2] joining swarm manager [d7c9744ce8f53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-09T09:58:52.556Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-09T09:58:53.133Z] docker_api_swarm_service_test.go:138: [d0d36e3da657a] joining swarm manager [d7c9744ce8f53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-09T09:58:53.931Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-09T09:58:53.931Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T09:58:55.282Z] ok github.com/docker/docker/pkg/chrootarchive 2.472s coverage: 43.5% of statements [2022-03-09T09:58:55.282Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-09T09:58:55.282Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-03-09T09:58:55.502Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-09T09:58:55.543Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-03-09T09:58:56.116Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-09T09:58:56.689Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-03-09T09:58:56.951Z] ok github.com/docker/docker/pkg/fsutils 0.130s coverage: 85.1% of statements [2022-03-09T09:58:56.951Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-09T09:58:57.212Z] ok github.com/docker/docker/layer 7.975s coverage: 69.0% of statements [2022-03-09T09:58:57.212Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-09T09:58:57.212Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-09T09:58:57.212Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-09T09:58:57.212Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-09T09:58:57.212Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-09T09:58:57.212Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-09T09:58:57.349Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-09T09:58:57.349Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-09T09:58:57.349Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-09T09:58:57.912Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-09T09:58:57.912Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-09T09:58:58.159Z] ok github.com/docker/docker/pkg/idtools 0.606s coverage: 69.5% of statements [2022-03-09T09:58:58.170Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-09T09:58:58.170Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-09T09:58:58.421Z] ok github.com/docker/docker/pkg/ioutils 0.492s coverage: 70.1% of statements [2022-03-09T09:58:58.421Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2022-03-09T09:58:58.684Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-03-09T09:58:58.684Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-09T09:58:58.684Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-03-09T09:58:58.684Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2022-03-09T09:58:58.735Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-09T09:58:58.735Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-09T09:58:58.945Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2022-03-09T09:58:59.208Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 86.7% of statements [2022-03-09T09:58:59.208Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-03-09T09:58:59.208Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-09T09:58:59.208Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-09T09:58:59.664Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-09T09:58:59.664Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-09T09:58:59.782Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-03-09T09:59:00.353Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-09T09:59:00.353Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-09T09:59:00.613Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-09T09:59:01.396Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-09T09:59:01.555Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-09T09:59:01.995Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-03-09T09:59:01.995Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-09T09:59:02.116Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-09T09:59:02.256Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-09T09:59:02.256Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2022-03-09T09:59:02.517Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-09T09:59:02.678Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-09T09:59:02.678Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-09T09:59:02.777Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-09T09:59:03.351Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 51.2% of statements [2022-03-09T09:59:03.613Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-09T09:59:03.875Z] ok github.com/docker/docker/pkg/tailfile 0.051s coverage: 88.6% of statements [2022-03-09T09:59:04.448Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-03-09T09:59:04.448Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-09T09:59:04.573Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-09T09:59:04.710Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-03-09T09:59:04.710Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-03-09T09:59:05.036Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-09T09:59:05.136Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-09T09:59:06.629Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2022-03-09T09:59:06.629Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-09T09:59:07.031Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-09T09:59:07.202Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 86.0% of statements [2022-03-09T09:59:08.151Z] ok github.com/docker/docker/quota 0.236s coverage: 71.4% of statements [2022-03-09T09:59:08.413Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-09T09:59:09.359Z] ok github.com/docker/docker/registry 0.048s coverage: 58.3% of statements [2022-03-09T09:59:09.621Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-09T09:59:09.621Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-03-09T09:59:09.833Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-09T09:59:10.195Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-03-09T09:59:10.195Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-09T09:59:10.300Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-09T09:59:10.300Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T09:59:10.300Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-09T09:59:10.342Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-09T09:59:10.342Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-09T09:59:12.232Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-09T09:59:12.742Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-09T09:59:13.313Z] ok github.com/docker/docker/volume/local 0.097s coverage: 76.4% of statements [2022-03-09T09:59:13.574Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-03-09T09:59:13.919Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-09T09:59:14.079Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-09T09:59:14.747Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-09T09:59:14.958Z] ok github.com/docker/docker/volume/service 0.018s coverage: 72.3% of statements [2022-03-09T09:59:15.062Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-09T09:59:17.268Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-09T09:59:18.639Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-09T09:59:19.203Z] docker_api_swarm_service_test.go:304: [db15cbcb207a4] joining swarm manager [d361a6151483e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:59:20.134Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-09T09:59:20.134Z] docker_api_swarm_service_test.go:304: [d305ba406ebd5] joining swarm manager [d361a6151483e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:59:20.916Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-09T09:59:20.916Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T09:59:20.916Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-09T09:59:20.916Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T09:59:20.916Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-09T09:59:20.916Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T09:59:20.916Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-09T09:59:20.916Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T09:59:20.916Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-09T09:59:20.916Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-09T09:59:22.029Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-09T09:59:22.957Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-09T09:59:23.884Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-09T09:59:23.896Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-09T09:59:24.357Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-09T09:59:24.357Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T09:59:24.357Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-09T09:59:25.251Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-09T09:59:26.620Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-09T09:59:26.843Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-09T09:59:27.551Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-09T09:59:27.809Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-09T09:59:28.739Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-09T09:59:29.057Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-09T09:59:30.122Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-09T09:59:31.490Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-09T09:59:31.540Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-09T09:59:31.540Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T09:59:31.540Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-09T09:59:31.540Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T09:59:31.540Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-09T09:59:32.053Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-09T09:59:32.053Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-09T09:59:32.053Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-09T09:59:32.311Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-09T09:59:32.311Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-09T09:59:32.311Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-09T09:59:32.876Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-09T09:59:33.807Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-09T09:59:34.736Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-09T09:59:35.299Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-09T09:59:36.984Z] ok github.com/docker/docker/pkg/plugins 33.645s coverage: 76.3% of statements [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/rootless [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/volume [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-09T09:59:36.984Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === Skipped [2022-03-09T09:59:36.984Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-09T09:59:36.984Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-09T09:59:36.984Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-09T09:59:36.984Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-09T09:59:36.984Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:71: No driver to put! [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-09T09:59:36.984Z] time="2022-03-09T09:58:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-09T09:59:36.984Z] time="2022-03-09T09:58:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-09T09:59:36.984Z] time="2022-03-09T09:58:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-09T09:59:36.984Z] time="2022-03-09T09:58:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-09T09:59:36.984Z] time="2022-03-09T09:58:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:71: No driver to put! [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-09T09:59:36.984Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-09T09:59:36.984Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-09T09:59:36.984Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-09T09:59:36.984Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-09T09:59:36.984Z] graphtest_unix.go:71: No driver to put! [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-09T09:59:36.984Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-09T09:59:36.984Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-09T09:59:36.984Z] [2022-03-09T09:59:36.984Z] DONE 2323 tests, 28 skipped in 221.142s [2022-03-09T09:59:36.984Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/bitseq [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/cluster [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/config [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/datastore [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/driverapi [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/etchosts [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/idm [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/ipam [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/iptables [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/netlabel [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/netutils [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/networkdb [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/ns [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/options [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/osl [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/portallocator [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/portmapper [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/testutils [2022-03-09T09:59:36.984Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-09T09:59:36.984Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-03-09T09:59:39.473Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-09T09:59:40.223Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-09T09:59:40.223Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T09:59:40.223Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-09T09:59:40.223Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-09T09:59:40.223Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T09:59:40.223Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-09T09:59:40.223Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T09:59:40.223Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-09T09:59:40.843Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-09T09:59:41.774Z] docker_api_swarm_service_test.go:100: [dc61f662f7b22] joining swarm manager [d6a2ea55364d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T09:59:42.033Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-09T09:59:42.597Z] docker_api_swarm_service_test.go:101: [d66a437eea298] joining swarm manager [d6a2ea55364d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T09:59:43.526Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-09T09:59:43.526Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-09T09:59:43.526Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-09T09:59:43.784Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-09T09:59:46.306Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-09T09:59:47.233Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-09T09:59:49.132Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-09T09:59:50.064Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-09T09:59:50.064Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-09T09:59:50.064Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-09T09:59:52.590Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-09T09:59:52.847Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-09T09:59:53.104Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-09T09:59:54.517Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-09T09:59:54.775Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-09T09:59:56.144Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-09T09:59:56.706Z] === RUN TestDockerSuite/TestRmiTag [2022-03-09T09:59:56.706Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-09T09:59:56.737Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-09T09:59:56.737Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T09:59:56.737Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-09T09:59:56.737Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T09:59:56.737Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-09T09:59:57.269Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-09T09:59:59.154Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-09T10:00:00.539Z] check_test.go:379: [dc61f662f7b22] daemon is not started [2022-03-09T10:00:00.539Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-09T10:00:01.103Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-09T10:00:01.711Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-09T10:00:01.967Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-09T10:00:02.899Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-09T10:00:03.156Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-09T10:00:03.414Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-09T10:00:03.977Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-09T10:00:03.977Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-09T10:00:04.234Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-09T10:00:05.166Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-09T10:00:05.730Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-09T10:00:05.730Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-09T10:00:06.296Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-09T10:00:06.861Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-09T10:00:07.790Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-09T10:00:08.046Z] docker_api_swarm_service_test.go:533: [d2b2c7d1d5d89] joining swarm manager [d3d7696e5f111]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T10:00:08.973Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-09T10:00:09.229Z] docker_api_swarm_service_test.go:534: [d3fa09dafc333] joining swarm manager [d3d7696e5f111]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T10:00:09.508Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-09T10:00:10.081Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-09T10:00:10.644Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-09T10:00:11.579Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-09T10:00:12.512Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-09T10:00:13.444Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-09T10:00:14.092Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-09T10:00:14.376Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-09T10:00:14.538Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-09T10:00:14.538Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T10:00:14.940Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-09T10:00:15.005Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-09T10:00:15.509Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-09T10:00:15.798Z] ok github.com/docker/docker/libnetwork 37.208s coverage: 40.7% of statements [2022-03-09T10:00:15.798Z] ok github.com/docker/docker/libnetwork/bitseq 0.116s coverage: 84.4% of statements [2022-03-09T10:00:15.798Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-09T10:00:15.988Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-09T10:00:16.074Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-09T10:00:16.074Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-09T10:00:17.188Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-09T10:00:17.188Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-09T10:00:17.188Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-09T10:00:17.188Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-09T10:00:17.188Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-09T10:00:17.445Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-09T10:00:17.449Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-09T10:00:17.449Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-09T10:00:17.710Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-09T10:00:17.972Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-09T10:00:17.972Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-09T10:00:17.972Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-09T10:00:18.010Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-09T10:00:18.234Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-09T10:00:18.268Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-09T10:00:18.830Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-09T10:00:19.391Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-09T10:00:19.391Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-09T10:00:19.647Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-09T10:00:20.208Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-09T10:00:20.464Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-09T10:00:20.778Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.395s coverage: 59.9% of statements [2022-03-09T10:00:20.778Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-09T10:00:21.027Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-09T10:00:21.039Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-09T10:00:21.590Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-09T10:00:21.590Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-09T10:00:21.610Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.179s coverage: 4.0% of statements [2022-03-09T10:00:21.610Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-09T10:00:22.154Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-09T10:00:22.154Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-09T10:00:22.184Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-03-09T10:00:22.184Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-09T10:00:22.446Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-09T10:00:22.717Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-09T10:00:22.962Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-09T10:00:23.281Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-09T10:00:23.846Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-09T10:00:23.952Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-09T10:00:23.952Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T10:00:24.104Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-09T10:00:24.104Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-09T10:00:24.638Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-09T10:00:24.638Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T10:00:24.669Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-09T10:00:24.944Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-09T10:00:24.944Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:00:25.105Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-09T10:00:25.415Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-09T10:00:25.600Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-09T10:00:26.533Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-09T10:00:26.991Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-09T10:00:26.991Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T10:00:26.991Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-09T10:00:27.467Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-09T10:00:28.031Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-09T10:00:28.288Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-09T10:00:28.851Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-09T10:00:29.019Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-09T10:00:29.110Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-09T10:00:29.674Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-09T10:00:30.602Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-09T10:00:30.961Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-09T10:00:31.967Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-09T10:00:32.449Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.904s coverage: 7.2% of statements [2022-03-09T10:00:32.449Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-09T10:00:32.449Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-09T10:00:32.449Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-09T10:00:32.449Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-09T10:00:32.449Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-09T10:00:32.449Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-09T10:00:32.529Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-09T10:00:32.529Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-09T10:00:32.710Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-03-09T10:00:32.866Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-09T10:00:32.970Z] ok github.com/docker/docker/libnetwork/etchosts 0.013s coverage: 81.2% of statements [2022-03-09T10:00:32.970Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-09T10:00:33.092Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-09T10:00:33.233Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-09T10:00:34.436Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-09T10:00:34.436Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T10:00:34.436Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-09T10:00:34.436Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T10:00:34.436Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-09T10:00:34.464Z] docker_api_swarm_service_test.go:148: [de95b3cffe1da] joining swarm manager [d5057c427f3a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T10:00:34.721Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-09T10:00:34.978Z] docker_api_swarm_service_test.go:148: [d0c281b393bc5] joining swarm manager [d5057c427f3a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T10:00:35.911Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-09T10:00:36.659Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-09T10:00:37.809Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-09T10:00:38.229Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-09T10:00:38.698Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-09T10:00:39.177Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-09T10:00:39.706Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-09T10:00:39.706Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-09T10:00:39.706Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-09T10:00:39.706Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-09T10:00:39.706Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-09T10:00:39.962Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-09T10:00:40.172Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-09T10:00:41.330Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-09T10:00:41.366Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-09T10:00:41.892Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-09T10:00:43.245Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-03-09T10:00:43.257Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-09T10:00:43.818Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-09T10:00:44.749Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-09T10:00:45.333Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-09T10:00:45.333Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-09T10:00:45.333Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-09T10:00:45.897Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-09T10:00:46.828Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-09T10:00:46.828Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-09T10:00:47.340Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-09T10:00:47.393Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-09T10:00:47.652Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-09T10:00:48.218Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-09T10:00:48.475Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-09T10:00:48.731Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-09T10:00:48.988Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-09T10:00:49.551Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-09T10:00:49.809Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-09T10:00:50.011Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-09T10:00:50.011Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T10:00:50.302Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-09T10:00:50.302Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T10:00:50.302Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-09T10:00:50.375Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-09T10:00:50.477Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-09T10:00:50.940Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-09T10:00:51.197Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-09T10:00:51.763Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-09T10:00:51.871Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-09T10:00:51.871Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T10:00:51.871Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-09T10:00:52.328Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-09T10:00:52.328Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-09T10:00:52.341Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-09T10:00:53.257Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-09T10:00:53.513Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-09T10:00:54.443Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-09T10:00:54.443Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T10:00:54.443Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-09T10:00:54.443Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-09T10:00:55.310Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-09T10:00:56.316Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-09T10:00:56.449Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-09T10:00:56.449Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T10:00:56.449Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-09T10:00:56.449Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T10:00:56.449Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-09T10:00:56.453Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-09T10:00:57.018Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-09T10:00:57.397Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-09T10:00:57.397Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T10:00:57.397Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-09T10:00:58.160Z] ok github.com/docker/docker/libnetwork/ipam 13.847s coverage: 85.3% of statements [2022-03-09T10:00:58.160Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-09T10:00:58.160Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-09T10:00:58.160Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-09T10:00:58.396Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-09T10:00:58.422Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-09T10:00:58.422Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-09T10:00:58.683Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-09T10:00:58.945Z] ok github.com/docker/docker/libnetwork/ipamutils 0.252s coverage: 74.0% of statements [2022-03-09T10:00:59.518Z] ok github.com/docker/docker/libnetwork/iptables 0.155s coverage: 45.1% of statements [2022-03-09T10:00:59.781Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-09T10:00:59.981Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-09T10:00:59.981Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T10:00:59.981Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-09T10:00:59.981Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T10:00:59.981Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-09T10:01:00.042Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-09T10:01:02.305Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-09T10:01:02.305Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T10:01:02.305Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-09T10:01:03.290Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-09T10:01:03.290Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T10:01:03.290Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-09T10:01:03.290Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T10:01:03.290Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-09T10:01:07.167Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-09T10:01:09.199Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-09T10:01:09.199Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-09T10:01:09.199Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-09T10:01:09.199Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-09T10:01:09.199Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-09T10:01:09.455Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-09T10:01:09.712Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-09T10:01:09.712Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-09T10:01:11.729Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-09T10:01:12.249Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-09T10:01:13.180Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-09T10:01:14.549Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-09T10:01:19.793Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-09T10:01:20.358Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-09T10:01:20.924Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-09T10:01:21.488Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-09T10:01:21.488Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-09T10:01:21.745Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-09T10:01:22.677Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-09T10:01:23.606Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-09T10:01:24.220Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-09T10:01:24.535Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-09T10:01:24.535Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-09T10:01:24.535Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-09T10:01:25.467Z] === RUN TestDockerSuite/TestRunMount [2022-03-09T10:01:28.562Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-09T10:01:30.719Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-09T10:01:30.720Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-09T10:01:30.977Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-09T10:01:31.907Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-09T10:01:33.314Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-09T10:01:33.314Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T10:01:33.801Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-09T10:01:34.299Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-09T10:01:34.299Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:01:34.769Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-09T10:01:35.181Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-09T10:01:35.757Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-09T10:01:35.757Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T10:01:36.111Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-09T10:01:36.225Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-09T10:01:38.006Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-09T10:01:39.153Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-09T10:01:39.896Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-09T10:01:39.896Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-09T10:01:40.984Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-09T10:01:41.266Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-09T10:01:42.195Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-09T10:01:42.195Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-09T10:01:42.452Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-09T10:01:42.547Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-09T10:01:42.547Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T10:01:42.547Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-09T10:01:42.547Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T10:01:42.547Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-09T10:01:43.017Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-09T10:01:43.583Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-09T10:01:44.109Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-09T10:01:44.149Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-09T10:01:44.713Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-09T10:01:45.093Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-09T10:01:45.277Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-09T10:01:45.562Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-09T10:01:46.029Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-09T10:01:46.647Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-09T10:01:47.018Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-09T10:01:48.542Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-09T10:01:48.542Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-09T10:01:49.907Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-09T10:01:49.907Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-09T10:01:49.907Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-09T10:01:51.817Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-09T10:01:51.817Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-09T10:01:52.073Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-09T10:01:52.073Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-09T10:01:52.639Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-09T10:01:52.639Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-09T10:01:53.204Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-09T10:01:54.133Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-09T10:01:54.133Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-09T10:01:54.133Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-09T10:01:54.165Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-09T10:01:54.390Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-09T10:01:55.794Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-09T10:01:55.795Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T10:01:56.376Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-09T10:01:56.376Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T10:01:56.376Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-09T10:01:56.793Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-09T10:01:56.793Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T10:01:56.793Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-09T10:01:56.793Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T10:01:56.793Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-09T10:01:57.362Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-09T10:01:57.362Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T10:01:57.362Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-09T10:01:57.672Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-09T10:01:57.783Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-09T10:01:57.783Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T10:01:57.783Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-09T10:01:57.828Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-09T10:02:00.192Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-09T10:02:00.192Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-09T10:02:00.192Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-09T10:02:00.754Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-09T10:02:00.781Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-09T10:02:01.011Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-09T10:02:01.267Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-09T10:02:01.766Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-09T10:02:02.233Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-09T10:02:02.233Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T10:02:02.233Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-09T10:02:02.632Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-09T10:02:03.220Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-09T10:02:03.563Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-09T10:02:03.823Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-09T10:02:03.823Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-09T10:02:04.205Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-09T10:02:04.205Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T10:02:04.205Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-09T10:02:04.205Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T10:02:04.205Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-09T10:02:04.388Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-09T10:02:04.952Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-09T10:02:05.209Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-09T10:02:05.466Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T10:02:05.466Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-09T10:02:05.466Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-09T10:02:06.030Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-09T10:02:06.594Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-09T10:02:06.594Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-09T10:02:06.594Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-09T10:02:06.850Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-09T10:02:07.780Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-09T10:02:07.780Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-09T10:02:07.780Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-09T10:02:09.673Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-09T10:02:10.068Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-09T10:02:10.603Z] === RUN TestDockerSuite/TestRunRm [2022-03-09T10:02:11.166Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-09T10:02:14.430Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-09T10:02:14.993Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-09T10:02:15.563Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-09T10:02:16.932Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-09T10:02:17.189Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-09T10:02:19.710Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-09T10:02:22.234Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-09T10:02:22.234Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-09T10:02:22.797Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-09T10:02:23.358Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-09T10:02:23.615Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-09T10:02:24.176Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-09T10:02:24.739Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-09T10:02:24.994Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-09T10:02:25.251Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-09T10:02:25.815Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-09T10:02:26.379Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-09T10:02:28.906Z] === RUN TestDockerSuite/TestRunState [2022-03-09T10:02:29.838Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-09T10:02:30.401Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-09T10:02:30.659Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-09T10:02:30.917Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-09T10:02:30.917Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-09T10:02:30.917Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-09T10:02:31.480Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-09T10:02:31.738Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-09T10:02:33.105Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-09T10:02:33.105Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-09T10:02:33.105Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-09T10:02:33.362Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-09T10:02:33.675Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-09T10:02:33.675Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-09T10:02:33.675Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T10:02:33.675Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-09T10:02:33.875Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-09T10:02:35.780Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-09T10:02:36.343Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-09T10:02:36.599Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-09T10:02:37.529Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-09T10:02:40.807Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-09T10:02:43.371Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-09T10:02:43.371Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-09T10:02:43.937Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-09T10:02:44.193Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-09T10:02:45.560Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-09T10:02:46.491Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-09T10:02:47.052Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-09T10:02:47.310Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-09T10:02:47.310Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-09T10:02:47.872Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-09T10:02:48.128Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-09T10:02:48.693Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-09T10:02:48.693Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-09T10:02:48.693Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-09T10:02:48.693Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-09T10:02:49.258Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-09T10:02:49.515Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-09T10:02:51.591Z] ok github.com/docker/docker/libnetwork/networkdb 104.290s coverage: 60.4% of statements [2022-03-09T10:02:51.591Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-09T10:02:51.591Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-09T10:02:51.591Z] ok github.com/docker/docker/libnetwork/osl 4.310s coverage: 39.7% of statements [2022-03-09T10:02:51.591Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-03-09T10:02:51.591Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-09T10:02:51.591Z] ok github.com/docker/docker/libnetwork/portmapper 0.209s coverage: 48.6% of statements [2022-03-09T10:02:51.853Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-03-09T10:02:51.853Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-09T10:02:51.853Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-09T10:02:51.853Z] [2022-03-09T10:02:51.853Z] === Skipped [2022-03-09T10:02:51.853Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-09T10:02:51.853Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T10:02:51.853Z] [2022-03-09T10:02:51.853Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-09T10:02:51.853Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T10:02:51.853Z] [2022-03-09T10:02:51.853Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-09T10:02:51.853Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-09T10:02:51.853Z] [2022-03-09T10:02:51.853Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-09T10:02:51.853Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T10:02:51.853Z] [2022-03-09T10:02:51.853Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-09T10:02:51.853Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T10:02:51.853Z] [2022-03-09T10:02:51.853Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-09T10:02:51.853Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T10:02:51.853Z] [2022-03-09T10:02:51.853Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-09T10:02:51.853Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T10:02:51.853Z] [2022-03-09T10:02:51.853Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-09T10:02:51.853Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-09T10:02:51.853Z] [2022-03-09T10:02:51.853Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-09T10:02:51.853Z] firewalld_test.go:14: firewalld is not running [2022-03-09T10:02:51.853Z] [2022-03-09T10:02:51.854Z] DONE 326 tests, 9 skipped in 198.091s Post stage [Pipeline] junit [2022-03-09T10:02:52.442Z] Recording test results [2022-03-09T10:02:52.762Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-09T10:02:52.762Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-09T10:02:52.762Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-09T10:02:52.793Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-09T10:02:52.793Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-09T10:02:52.799Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-09T10:02:53.050Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-09T10:02:53.132Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43344/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8dd972a53de55a21f1e6bfa26f1d7918d7f00e8d hack/validate/vendor [2022-03-09T10:02:53.707Z] No vendor changes in diff. [Pipeline] } [2022-03-09T10:02:53.981Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [Pipeline] // stage Post stage [Pipeline] sh [2022-03-09T10:02:54.288Z] + echo Ensuring container killed. [2022-03-09T10:02:54.288Z] Ensuring container killed. [2022-03-09T10:02:54.288Z] + docker rm -vf docker-pr7 [2022-03-09T10:02:54.288Z] Error: No such container: docker-pr7 [Pipeline] sh [2022-03-09T10:02:54.324Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-09T10:02:54.324Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T10:02:54.583Z] + echo Chowning /workspace to jenkins user [2022-03-09T10:02:54.583Z] Chowning /workspace to jenkins user [2022-03-09T10:02:54.583Z] + id -u [2022-03-09T10:02:54.583Z] + id -g [2022-03-09T10:02:54.583Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43344:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T10:02:54.791Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-09T10:02:54.791Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T10:02:55.259Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-09T10:02:55.259Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T10:02:55.259Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-09T10:02:55.352Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-09T10:02:55.615Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-09T10:02:55.726Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-09T10:02:55.726Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T10:02:55.726Z] === RUN TestDockerSuite/TestBuildCopyWildcard [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T10:02:56.270Z] + bundleName=unit [2022-03-09T10:02:56.270Z] + echo Creating unit-bundles.tar.gz [2022-03-09T10:02:56.270Z] Creating unit-bundles.tar.gz [2022-03-09T10:02:56.270Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2022-03-09T10:02:56.270Z] bundles/junit-report-libnetwork.xml [2022-03-09T10:02:56.270Z] bundles/junit-report.xml [2022-03-09T10:02:56.270Z] bundles/go-test-report-libnetwork.json [2022-03-09T10:02:56.270Z] bundles/go-test-report.json [2022-03-09T10:02:56.270Z] bundles/profile-libnetwork.out [2022-03-09T10:02:56.270Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-09T10:02:56.283Z] Archiving artifacts [2022-03-09T10:02:56.550Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-09T10:02:56.761Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43344/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T10:02:57.071Z] + make clean [2022-03-09T10:02:57.071Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T10:02:57.331Z] docker-dev-cache [2022-03-09T10:02:57.331Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T10:02:57.916Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-09T10:02:58.482Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-09T10:03:01.005Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-09T10:03:01.005Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-09T10:03:01.005Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-09T10:03:01.005Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-09T10:03:01.005Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-09T10:03:01.005Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-09T10:03:01.005Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-09T10:03:01.005Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-09T10:03:01.005Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-09T10:03:01.262Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-09T10:03:01.262Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-09T10:03:01.262Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-09T10:03:01.826Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-09T10:03:02.391Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-09T10:03:03.762Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-09T10:03:03.762Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-09T10:03:03.813Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-09T10:03:04.325Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-09T10:03:04.804Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-09T10:03:04.888Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-09T10:03:04.888Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-09T10:03:05.146Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-09T10:03:05.146Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-09T10:03:05.146Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-09T10:03:05.404Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-09T10:03:05.404Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-09T10:03:05.404Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-09T10:03:05.404Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-09T10:03:05.404Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-09T10:03:05.404Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-09T10:03:05.404Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-09T10:03:05.404Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-09T10:03:05.404Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-09T10:03:05.404Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-09T10:03:05.404Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-09T10:03:05.404Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-09T10:03:05.794Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-09T10:03:05.970Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-09T10:03:06.534Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-09T10:03:06.534Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-09T10:03:06.792Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-09T10:03:07.050Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-09T10:03:07.307Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-09T10:03:07.870Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-09T10:03:07.870Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-09T10:03:08.434Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-09T10:03:08.997Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-09T10:03:08.997Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-09T10:03:08.997Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-09T10:03:09.560Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-09T10:03:09.560Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-09T10:03:10.488Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-09T10:03:10.562Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-09T10:03:11.057Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-09T10:03:11.057Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-09T10:03:11.057Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-09T10:03:11.621Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-09T10:03:11.621Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-09T10:03:12.553Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-09T10:03:12.810Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-09T10:03:13.083Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-09T10:03:14.375Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-09T10:03:14.983Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-09T10:03:15.546Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-09T10:03:15.546Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-09T10:03:15.546Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-09T10:03:16.111Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-09T10:03:17.042Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-09T10:03:17.607Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-09T10:03:17.864Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-09T10:03:18.184Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-09T10:03:18.793Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-09T10:03:19.049Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-09T10:03:19.305Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-09T10:03:19.561Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-09T10:03:20.928Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents3272494403 [2022-03-09T10:03:21.006Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-09T10:03:21.006Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-09T10:03:21.006Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T10:03:21.184Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-09T10:03:21.440Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-09T10:03:21.472Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-09T10:03:22.370Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-09T10:03:22.370Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-09T10:03:22.627Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-09T10:03:23.996Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-09T10:03:23.996Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-09T10:03:24.927Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-09T10:03:25.493Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-09T10:03:25.493Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-09T10:03:25.752Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-09T10:03:25.752Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-09T10:03:26.314Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-09T10:03:26.314Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-09T10:03:27.243Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-09T10:03:27.805Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-09T10:03:28.368Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-09T10:03:33.622Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-09T10:03:34.581Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-09T10:03:35.511Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-09T10:03:35.869Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-09T10:03:35.869Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-09T10:03:35.869Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T10:03:35.869Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-09T10:03:35.869Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T10:03:35.869Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-09T10:03:35.869Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-09T10:03:35.869Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-09T10:03:35.869Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T10:03:35.869Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-09T10:03:35.869Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-09T10:03:35.869Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-09T10:03:35.869Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-09T10:03:36.074Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-09T10:03:37.005Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-09T10:03:38.897Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-09T10:03:39.828Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-09T10:03:40.638Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-09T10:03:40.763Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-09T10:03:41.019Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-09T10:03:42.713Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-09T10:03:42.713Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-09T10:03:42.713Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-09T10:03:42.910Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-09T10:03:43.474Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-09T10:03:44.403Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-09T10:03:45.335Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-09T10:03:46.266Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-09T10:03:46.501Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-09T10:03:46.501Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T10:03:46.501Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-09T10:03:46.501Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T10:03:47.471Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-09T10:03:47.487Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-09T10:03:47.487Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T10:03:47.487Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-09T10:03:47.487Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T10:03:47.487Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-09T10:03:47.487Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T10:03:47.487Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-09T10:03:48.161Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-09T10:03:50.420Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-09T10:03:50.685Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-09T10:03:51.252Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-09T10:03:53.353Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-09T10:03:53.353Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T10:03:53.353Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-09T10:03:53.353Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:03:53.353Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-09T10:03:53.353Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:03:53.353Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-09T10:03:53.791Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-09T10:03:54.204Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-09T10:03:54.352Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-09T10:03:54.917Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-09T10:03:59.604Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-09T10:04:01.493Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-09T10:04:02.862Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-09T10:04:03.426Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-09T10:04:03.576Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-09T10:04:03.989Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-09T10:04:04.554Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-09T10:04:04.554Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-09T10:04:04.554Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-09T10:04:04.810Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-09T10:04:06.179Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-09T10:04:08.074Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-09T10:04:11.348Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-09T10:04:11.348Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-09T10:04:11.605Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-09T10:04:11.605Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-09T10:04:11.605Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-09T10:04:11.605Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-09T10:04:11.605Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-09T10:04:12.536Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-09T10:04:13.101Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-09T10:04:13.665Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-09T10:04:14.594Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-09T10:04:18.769Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-09T10:04:19.026Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-09T10:04:19.026Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-09T10:04:19.026Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-09T10:04:19.026Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-09T10:04:19.962Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-09T10:04:20.524Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-09T10:04:21.896Z] docker_cli_service_logs_test.go:246: checking task ivgm2xqv3nnz [2022-03-09T10:04:21.896Z] docker_cli_service_logs_test.go:251: checking messages for ivgm2xqv3nnz [2022-03-09T10:04:21.896Z] docker_cli_service_logs_test.go:246: checking task wixss3a6rvxa [2022-03-09T10:04:21.896Z] docker_cli_service_logs_test.go:251: checking messages for wixss3a6rvxa [2022-03-09T10:04:23.265Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-09T10:04:24.870Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-09T10:04:24.870Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-09T10:04:24.870Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T10:04:24.870Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-09T10:04:24.870Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T10:04:24.870Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-09T10:04:24.870Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T10:04:24.870Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-09T10:04:24.870Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T10:04:24.870Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-09T10:04:24.870Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T10:04:24.870Z] === RUN TestDockerSuite/TestBuildFails [2022-03-09T10:04:25.158Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-09T10:04:27.676Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-09T10:04:27.820Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-09T10:04:27.820Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-09T10:04:28.604Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-09T10:04:30.497Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-09T10:04:33.024Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-09T10:04:33.281Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-09T10:04:35.181Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-09T10:04:35.181Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-09T10:04:36.479Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-09T10:04:36.551Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-09T10:04:37.482Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-09T10:04:38.419Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-09T10:04:39.788Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-09T10:04:41.155Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-09T10:04:42.528Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-09T10:04:43.899Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-09T10:04:44.493Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-09T10:04:44.962Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-09T10:04:44.962Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T10:04:45.263Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-09T10:04:45.267Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-09T10:04:45.432Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-09T10:04:51.806Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-09T10:04:53.924Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-09T10:04:54.328Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-09T10:04:54.824Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-09T10:04:54.824Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-09T10:04:54.824Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T10:04:54.824Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-09T10:04:56.263Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-09T10:04:58.157Z] docker_cli_swarm_test.go:1895: [d9f6d8e83ad07] joining swarm manager [d9132cfa5a167]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T10:04:59.526Z] docker_cli_swarm_test.go:1896: [d9c424f24099e] joining swarm manager [d9132cfa5a167]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T10:05:00.452Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-09T10:05:00.452Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-09T10:05:00.452Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-09T10:05:01.014Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-09T10:05:01.014Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-09T10:05:01.014Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-09T10:05:01.014Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-09T10:05:01.575Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-09T10:05:01.575Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-09T10:05:02.145Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-09T10:05:02.145Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-09T10:05:02.402Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-09T10:05:02.402Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-09T10:05:02.402Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-09T10:05:02.584Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-09T10:05:03.768Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-09T10:05:03.768Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-09T10:05:04.027Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-09T10:05:04.027Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-09T10:05:04.027Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-09T10:05:04.797Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-09T10:05:10.574Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-09T10:05:10.574Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-09T10:05:10.831Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-09T10:05:10.831Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-09T10:05:12.722Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-09T10:05:13.478Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-09T10:05:13.478Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T10:05:13.478Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-09T10:05:13.946Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-09T10:05:14.659Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-09T10:05:14.659Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite (1267.47s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.04s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.24s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.63s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.13s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.43s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.31s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.17s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.92s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.21s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.95s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.36s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.33s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.64s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.58s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.57s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.59s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.72s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.76s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAttachDetach (1.14s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.87s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.79s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.68s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.64s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.04s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.60s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.02s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.02s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.13s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.72s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.72s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.54s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.39s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.74s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.04s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.25s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.62s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.41s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.93s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.71s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.39s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.80s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.36s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.24s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.74s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.81s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.76s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.77s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.50s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.83s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.61s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.36s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.01s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.31s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.22s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.19s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.42s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.31s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.65s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.55s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.88s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.68s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.58s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.00s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.06s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.23s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.62s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.45s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.85s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.37s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.55s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.02s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (3.96s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.08s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.13s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.78s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.68s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.49s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.22s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.71s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.85s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.06s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.09s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.82s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.40s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCmd (0.26s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.25s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.25s) [2022-03-09T10:05:14.659Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.15s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.69s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.99s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.94s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.31s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.76s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.65s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.29s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.60s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.60s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.30s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (1.98s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.34s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.26s) [2022-03-09T10:05:14.659Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-03-09T10:05:14.659Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-09T10:05:14.659Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-09T10:05:14.659Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.18s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.87s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.03s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.28s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.60s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.55s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.36s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.81s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.41s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.37s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.96s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.84s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.74s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignore (6.91s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.75s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.40s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.22s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.04s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.96s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.21s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.14s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.82s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.84s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.11s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (13.88s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.28s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.33s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.42s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.76s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.37s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.47s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.29s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.44s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.79s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnv (1.48s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.22s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.11s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.50s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.34s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.87s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.57s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.09s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.75s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.65s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.32s) [2022-03-09T10:05:14.659Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.30s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.25s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildExpose (0.31s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.62s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.46s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.30s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFails (0.68s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.01s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.14s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.87s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.58s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.99s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.64s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.83s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.28s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.63s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.77s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.99s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildHistory (4.29s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.62s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.54s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.50s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.78s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLabel (0.39s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.40s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.49s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.34s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLabels (0.42s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.02s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.43s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.84s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.70s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.28s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.53s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.29s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.92s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.51s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.79s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (8.52s) [2022-03-09T10:05:14.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.42s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.89s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.85s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.19s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.29s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.19s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.21s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.23s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.37s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.72s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.64s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.21s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.38s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.24s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.52s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.53s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.15s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.38s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.65s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.09s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.62s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.87s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.89s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.32s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.33s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildPATH (1.63s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.59s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.72s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.29s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.54s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.80s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildRm (1.99s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.58s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.80s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.25s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.44s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.80s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.79s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.68s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.43s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.15s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.31s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.66s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildStderr (0.62s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.11s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.78s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.80s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.36s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.75s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.17s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildUser (1.57s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.66s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.84s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.92s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.29s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.82s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.68s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.03s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.14s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.60s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.76s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.77s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.30s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.68s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.36s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.42s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.48s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.40s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.52s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.63s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCommitChange (0.71s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.57s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.31s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.59s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.06s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCommitTTY (1.87s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.89s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.62s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.62s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICommit (0.97s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.33s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.77s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.47s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.43s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.48s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.40s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.43s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.06s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.49s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.46s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.46s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.05s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.46s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.45s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.45s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.49s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.46s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.47s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.48s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.48s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.44s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.89s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (0.93s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.65s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.39s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.53s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.53s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.58s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.52s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.82s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (2.94s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.54s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.31s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.98s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.35s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.36s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.34s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.34s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000da0858_} (1.47s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12874984332_/foo_false____} (1.66s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12874984332_/foo_true____} (1.61s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32731882467_/foo_false____} (1.55s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32731882467_/foo_true____} (1.44s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32731882467_/foo_true__0xc000da0888__} (1.36s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000da08a0_} (1.38s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000da08b8_} (1.46s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000da08d0_} (1.40s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000da08e8_} (1.40s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.89s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.13s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.55s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.81s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.16s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.17s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.57s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.66s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.65s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.55s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.54s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.76s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.91s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.61s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.58s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.70s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.80s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.53s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.67s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.09s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.78s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.61s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.53s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.72s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.64s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.81s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.20s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.60s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.51s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.90s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.23s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.80s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.42s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.76s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.45s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.78s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.73s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToDot (0.63s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.06s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.06s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToStdout (0.55s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.32s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.52s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.84s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.44s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.69s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.56s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.27s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-03-09T10:05:14.660Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.30s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.47s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.23s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.52s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.85s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.61s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.03s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.06s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.62s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.72s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.17s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.78s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2022-03-09T10:05:14.660Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.04s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.08s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.11s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.52s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.98s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.46s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.53s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.69s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.23s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.99s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsAttach (0.51s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsCommit (0.59s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.46s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.44s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.47s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.92s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (1.95s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.95s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsCopy (0.72s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.03s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.46s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.28s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.96s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.89s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.25s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.19s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFilters (1.03s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFormat (1.27s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.78s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.26s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.66s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.28s) [2022-03-09T10:05:14.661Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-03-09T10:05:14.661Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.29s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.70s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsRename (0.70s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsResize (0.77s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.54s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.90s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.76s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsTop (0.71s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.97s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExec (0.59s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.58s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.52s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.53s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.61s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.90s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.59s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.65s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.70s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.08s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecCgroup (0.78s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecEnv (0.50s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.07s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.49s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecInspectID (2.54s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecInteractive (0.54s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.48s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecParseError (0.47s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.40s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.67s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecStartFails (0.59s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.72s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.46s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecTTY (0.49s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.51s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.46s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecUlimits (0.49s) [2022-03-09T10:05:14.661Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.15s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.59s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestExecWithUser (0.64s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.48s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.45s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.50s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.66s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestHealth (19.10s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.51s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.18s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.28s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.71s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.16s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.92s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.49s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.55s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImportDisplay (1.25s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImportFile (1.29s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImportGzipped (1.11s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.08s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.48s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.61s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.60s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.49s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.07s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.42s) [2022-03-09T10:05:14.661Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.66s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.55s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectDefault (0.40s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectHistory (0.54s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T10:05:14.661Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.41s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.46s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.44s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.46s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.08s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.51s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectStatus (0.60s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.07s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.55s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.65s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.60s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.79s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.40s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.88s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.86s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.21s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.02s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.29s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.27s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.29s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.58s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.40s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.05s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.39s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.25s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.45s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.43s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.44s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.41s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.44s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.58s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.88s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.93s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.08s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.07s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.86s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.63s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.57s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.53s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsSince (6.55s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.45s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsTail (0.50s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.45s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.43s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestNetHostname (1.41s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.35s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.79s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.21s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPluginActive (1.97s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.40s) [2022-03-09T10:05:14.661Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.20s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.23s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.80s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.39s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.78s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.29s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.86s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.92s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPortList (7.71s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.18s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.11s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.42s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.43s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.05s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.85s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.77s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.86s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsByOrder (1.73s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.66s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.06s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.90s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.12s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.51s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.19s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.04s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.87s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.87s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.50s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.48s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.90s) [2022-03-09T10:05:14.661Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.80s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.63s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.43s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.47s) [2022-03-09T10:05:14.662Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.08s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.46s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.89s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.96s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.44s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.73s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.16s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.36s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.43s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.01s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.88s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.90s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.26s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.64s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.11s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.64s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.12s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.61s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.54s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.22s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.53s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.54s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.24s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.82s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAddHost (0.44s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.47s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.42s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.94s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.41s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.60s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.67s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.93s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.04s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.63s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.64s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.88s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.88s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.05s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.92s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.57s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.59s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.56s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.36s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.42s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.41s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.43s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.43s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.44s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.44s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.41s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.44s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.56s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.47s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.67s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.47s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.49s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.40s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.43s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.87s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.89s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.10s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.43s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.43s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.43s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.44s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.39s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.95s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.99s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.10s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.46s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.61s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.36s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.79s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.78s) [2022-03-09T10:05:14.662Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-09T10:05:14.662Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.43s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.07s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.86s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.28s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.43s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.14s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.49s) [2022-03-09T10:05:14.662Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-09T10:05:14.662Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.45s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.00s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.44s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.43s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.45s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.46s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.44s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.43s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.42s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.54s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunExitCode (0.44s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.42s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.43s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.63s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunExposePort (0.03s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.64s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.45s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.85s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.20s) [2022-03-09T10:05:14.919Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.94s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.49s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.90s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.56s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.85s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.43s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.04s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.45s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.99s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.56s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.54s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.41s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.75s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.88s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.84s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.98s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.91s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunMount (4.60s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.53s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.45s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.92s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.50s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.61s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.76s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.14s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.02s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.31s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.51s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNetHost (0.70s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.61s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.61s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.64s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.94s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.19s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.46s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.41s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.60s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.70s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.62s) [2022-03-09T10:05:14.919Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.68s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.60s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.12s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.86s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.57s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.46s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.42s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.40s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.41s) [2022-03-09T10:05:14.919Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.47s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.41s) [2022-03-09T10:05:14.919Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-09T10:05:14.919Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.41s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.85s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.02s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.83s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunRm (0.44s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.46s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.46s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.45s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.40s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.43s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.14s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.52s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.44s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.43s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.45s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.40s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.74s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.51s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.48s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.47s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.57s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunState (0.97s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.50s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.48s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.14s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.47s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.46s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunSysctls (1.34s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.03s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.49s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.87s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.62s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.40s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.56s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.72s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.42s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.44s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.47s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.33s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.04s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUserByID (0.44s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.44s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUserByName (0.45s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.43s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.61s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.15s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.50s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.75s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.92s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.97s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.87s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.97s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.54s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.67s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.49s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.30s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.53s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.57s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.42s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.60s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.59s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.59s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.54s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.55s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.54s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.97s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.47s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.58s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.18s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.70s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.54s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.04s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.73s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.68s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.82s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.33s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveImageId (0.12s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.42s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.66s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.07s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.20s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.34s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.46s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.11s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.14s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.57s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.96s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.64s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.66s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.65s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.85s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.44s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.63s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.81s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.63s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.87s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.54s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStartRecordError (1.39s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.77s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.16s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.73s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.12s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.71s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.49s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.44s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.46s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.48s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.47s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.48s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.80s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.10s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.42s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.45s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.87s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.58s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.92s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUpdateStats (3.49s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.01s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.70s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.59s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.76s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.14s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.94s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.35s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.04s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.82s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.67s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.41s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.08s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.85s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.30s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.28s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.33s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.66s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.37s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.45s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.46s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.61s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.41s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.38s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.27s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.65s) [2022-03-09T10:05:14.920Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.27s) [2022-03-09T10:05:14.920Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-09T10:05:14.920Z] === RUN TestDockerRegistrySuite [2022-03-09T10:05:14.920Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-09T10:05:14.932Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-09T10:05:14.932Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T10:05:14.932Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-09T10:05:15.485Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-09T10:05:16.049Z] check_test.go:195: [d76520bf8f0aa] daemon is not started [2022-03-09T10:05:16.049Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-09T10:05:16.981Z] check_test.go:195: [da0adc1db4617] daemon is not started [2022-03-09T10:05:16.981Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-09T10:05:18.353Z] check_test.go:195: [db8fc821929b2] daemon is not started [2022-03-09T10:05:18.353Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-09T10:05:18.610Z] check_test.go:195: [de930e5a1f354] daemon is not started [2022-03-09T10:05:18.610Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T10:05:21.135Z] check_test.go:195: [dca64897eb8b9] daemon is not started [2022-03-09T10:05:21.135Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T10:05:23.026Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-09T10:05:25.548Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-09T10:05:25.809Z] check_test.go:195: [d91aa837347b4] daemon is not started [2022-03-09T10:05:25.809Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-09T10:05:27.430Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-09T10:05:27.430Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:05:27.430Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-09T10:05:29.087Z] check_test.go:195: [d7acc83a2da08] daemon is not started [2022-03-09T10:05:29.087Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-09T10:05:30.018Z] check_test.go:195: [de40553967635] daemon is not started [2022-03-09T10:05:30.018Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-09T10:05:30.581Z] check_test.go:195: [d4df573af45c2] daemon is not started [2022-03-09T10:05:30.581Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-09T10:05:31.511Z] check_test.go:195: [d003f1646d5d8] daemon is not started [2022-03-09T10:05:31.512Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-09T10:05:32.883Z] check_test.go:195: [d6128a5c0d0ed] daemon is not started [2022-03-09T10:05:32.883Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-09T10:05:33.814Z] check_test.go:195: [d59f54bc4964e] daemon is not started [2022-03-09T10:05:33.814Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-09T10:05:34.743Z] check_test.go:195: [dde29abb509b5] daemon is not started [2022-03-09T10:05:34.743Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-09T10:05:35.672Z] check_test.go:195: [dca42d0753ad2] daemon is not started [2022-03-09T10:05:35.672Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-09T10:05:36.600Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9cd08bb8416f2990ad82f3749c262c936ae12f854b73727388fac90d5416edae [2022-03-09T10:05:37.164Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7a8f9f0e170046d2121f7bd70a3ec08e66d52b9b8b313d29547c47d055cf4fcb [2022-03-09T10:05:37.423Z] check_test.go:195: [df9deabcb23fd] daemon is not started [2022-03-09T10:05:37.423Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-09T10:05:38.353Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:82abe92d6e4f40ef6127e1db2ae62735de8a749bed51f97cf0b9fd2ba54b4c09 [2022-03-09T10:05:38.916Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:72a816e49e057f6d945f209165930c57321d6f9d61095a55e7ed3ffd616e4568 [2022-03-09T10:05:39.173Z] check_test.go:195: [df98d14b6d8d6] daemon is not started [2022-03-09T10:05:39.173Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-09T10:05:40.104Z] check_test.go:195: [de9aa8719ed67] daemon is not started [2022-03-09T10:05:40.104Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-09T10:05:41.036Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-09T10:05:42.375Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-09T10:05:42.935Z] check_test.go:195: [d684edeabe816] daemon is not started [2022-03-09T10:05:42.935Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-09T10:05:42.935Z] docker_cli_swarm_test.go:1796: [d2154f87c529b] joining swarm manager [d4e2da91da018]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T10:05:43.360Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-09T10:05:43.867Z] check_test.go:195: [d5bbf193743f3] daemon is not started [2022-03-09T10:05:43.867Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-09T10:05:43.867Z] check_test.go:195: [da3089ce2fabb] daemon is not started [2022-03-09T10:05:43.867Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T10:05:44.124Z] docker_cli_swarm_test.go:1797: [d558d7b2f8147] joining swarm manager [d4e2da91da018]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T10:05:45.062Z] check_test.go:195: [d7f164dfe5d56] daemon is not started [2022-03-09T10:05:45.062Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T10:05:45.989Z] check_test.go:195: [d4e3464c7926b] daemon is not started [2022-03-09T10:05:45.989Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T10:05:46.311Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-09T10:05:46.311Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T10:05:46.311Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-09T10:05:46.780Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-09T10:05:46.780Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-09T10:05:46.917Z] check_test.go:195: [da5aba615d800] daemon is not started [2022-03-09T10:05:46.917Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-09T10:05:48.806Z] check_test.go:195: [df91ea8dba3c6] daemon is not started [2022-03-09T10:05:48.806Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-09T10:05:49.372Z] check_test.go:195: [d300239483fa1] daemon is not started [2022-03-09T10:05:49.372Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-09T10:05:50.302Z] check_test.go:195: [d106f02b30691] daemon is not started [2022-03-09T10:05:50.302Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-09T10:05:50.559Z] check_test.go:195: [d2dbeef19307a] daemon is not started [2022-03-09T10:05:50.559Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-09T10:05:50.816Z] check_test.go:195: [d5d5c62a484b7] daemon is not started [2022-03-09T10:05:50.816Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-09T10:05:51.073Z] check_test.go:195: [dfea024807bb2] daemon is not started [2022-03-09T10:05:51.073Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-09T10:05:51.073Z] check_test.go:195: [db0536474a655] daemon is not started [2022-03-09T10:05:51.331Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-09T10:05:51.588Z] check_test.go:195: [d2e986a6ed65c] daemon is not started [2022-03-09T10:05:51.588Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-09T10:05:51.588Z] check_test.go:195: [df06acd632b79] daemon is not started [2022-03-09T10:05:51.588Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-09T10:05:52.518Z] check_test.go:195: [d699be554cd11] daemon is not started [2022-03-09T10:05:52.518Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-09T10:05:53.933Z] check_test.go:195: [d48d173499ef0] daemon is not started [2022-03-09T10:05:53.933Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-09T10:05:53.936Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-09T10:05:54.404Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-09T10:05:54.865Z] check_test.go:195: [dbbba711ed722] daemon is not started [2022-03-09T10:05:54.865Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-09T10:05:54.871Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-09T10:05:55.429Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-09T10:05:55.429Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-09T10:05:55.430Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-09T10:05:55.792Z] check_test.go:195: [d1346ee082c9b] daemon is not started [2022-03-09T10:05:55.792Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-09T10:05:56.435Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-09T10:05:56.719Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-09T10:05:57.280Z] --- PASS: TestDockerRegistrySuite (42.59s) [2022-03-09T10:05:57.280Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.17s) [2022-03-09T10:05:57.280Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.17s) [2022-03-09T10:05:57.280Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.29s) [2022-03-09T10:05:57.280Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-03-09T10:05:57.280Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.50s) [2022-03-09T10:05:57.280Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.85s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.01s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.95s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.79s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.97s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.04s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.05s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.03s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.93s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.78s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.77s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.94s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.57s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.02s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.15s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.84s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.17s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.43s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.93s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.23s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.94s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.34s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.77s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.93s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s) [2022-03-09T10:05:57.281Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-03-09T10:05:57.281Z] === RUN TestDockerSchema1RegistrySuite [2022-03-09T10:05:57.281Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-09T10:05:57.421Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-09T10:05:57.537Z] check_test.go:222: [d3d05d631c51e] daemon is not started [2022-03-09T10:05:57.537Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T10:05:58.985Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-09T10:06:00.057Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-09T10:06:00.057Z] check_test.go:222: [d16d1ce3c8ef2] daemon is not started [2022-03-09T10:06:00.057Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T10:06:01.934Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-09T10:06:06.610Z] check_test.go:222: [deb653c8792d2] daemon is not started [2022-03-09T10:06:06.610Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-09T10:06:07.185Z] check_test.go:222: [d024e1dda2c71] daemon is not started [2022-03-09T10:06:07.185Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-09T10:06:07.185Z] check_test.go:222: [df607742c84ba] daemon is not started [2022-03-09T10:06:07.185Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T10:06:07.185Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-09T10:06:08.552Z] check_test.go:222: [d4489c861c869] daemon is not started [2022-03-09T10:06:08.552Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T10:06:09.482Z] check_test.go:222: [df9e404dafea5] daemon is not started [2022-03-09T10:06:09.482Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T10:06:09.482Z] docker_cli_swarm_test.go:1315: [d6420a618e960] joining swarm manager [d04b08f811674]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T10:06:10.409Z] check_test.go:222: [d15251b5ce8a8] daemon is not started [2022-03-09T10:06:10.409Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-09T10:06:10.615Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-09T10:06:10.615Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T10:06:10.615Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-09T10:06:10.615Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T10:06:10.615Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-09T10:06:10.615Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-09T10:06:10.615Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-09T10:06:10.615Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-09T10:06:10.615Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-09T10:06:10.975Z] docker_cli_swarm_test.go:1316: [dfa4e46022539] joining swarm manager [d04b08f811674]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T10:06:11.083Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-09T10:06:12.068Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-09T10:06:12.869Z] check_test.go:222: [d0976c928d52f] daemon is not started [2022-03-09T10:06:12.870Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-09T10:06:13.126Z] check_test.go:222: [d3c61783ca9ce] daemon is not started [2022-03-09T10:06:13.126Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-09T10:06:13.688Z] check_test.go:222: [daf96670c9479] daemon is not started [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite (16.28s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.58s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.93s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.04s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.15s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.03s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.99s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.45s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2022-03-09T10:06:13.688Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.36s) [2022-03-09T10:06:13.688Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-09T10:06:13.688Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-09T10:06:14.252Z] check_test.go:251: [d5d0d1945a627] daemon is not started [2022-03-09T10:06:14.252Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-09T10:06:14.817Z] check_test.go:251: [dc903d7010441] daemon is not started [2022-03-09T10:06:14.817Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-09T10:06:15.073Z] check_test.go:251: [dff83a06abc7c] daemon is not started [2022-03-09T10:06:15.073Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-09T10:06:16.441Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-09T10:06:16.645Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-09T10:06:16.698Z] check_test.go:251: [d06ed4cd647ea] daemon is not started [2022-03-09T10:06:16.698Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-09T10:06:17.261Z] check_test.go:251: [dc15b4bab73b5] daemon is not started [2022-03-09T10:06:17.261Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-09T10:06:17.931Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-09T10:06:18.237Z] check_test.go:251: [dc28d2783d200] daemon is not started [2022-03-09T10:06:18.237Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-09T10:06:18.237Z] check_test.go:251: [d54a5432e1267] daemon is not started [2022-03-09T10:06:18.237Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.70s) [2022-03-09T10:06:18.237Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.69s) [2022-03-09T10:06:18.237Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2022-03-09T10:06:18.237Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-03-09T10:06:18.237Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.22s) [2022-03-09T10:06:18.237Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.60s) [2022-03-09T10:06:18.237Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2022-03-09T10:06:18.237Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s) [2022-03-09T10:06:18.237Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-03-09T10:06:18.237Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-09T10:06:18.237Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-09T10:06:23.480Z] check_test.go:278: [dbca84396ff55] daemon is not started [2022-03-09T10:06:23.480Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-09T10:06:23.480Z] check_test.go:278: [d2bccb88e1dee] daemon is not started [2022-03-09T10:06:23.480Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-09T10:06:23.737Z] check_test.go:278: [dae9c2a3c9163] daemon is not started [2022-03-09T10:06:23.737Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-09T10:06:23.995Z] check_test.go:278: [d4737aba646e8] daemon is not started [2022-03-09T10:06:23.995Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-09T10:06:23.995Z] check_test.go:278: [dc1dc60494d9b] daemon is not started [2022-03-09T10:06:23.995Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2022-03-09T10:06:23.995Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-03-09T10:06:23.995Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-09T10:06:23.995Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2022-03-09T10:06:23.995Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2022-03-09T10:06:23.995Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-03-09T10:06:23.995Z] === RUN TestDockerNetworkSuite [2022-03-09T10:06:23.995Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-09T10:06:24.926Z] docker_cli_network_unix_test.go:46: [d7562f7f1cc20] daemon is not started [2022-03-09T10:06:25.183Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-09T10:06:25.301Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-09T10:06:25.440Z] docker_cli_network_unix_test.go:46: [d6aeb84d404d9] daemon is not started [2022-03-09T10:06:25.699Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-09T10:06:26.973Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-09T10:06:26.973Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-09T10:06:26.973Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-09T10:06:28.271Z] docker_cli_network_unix_test.go:46: [d9c2a6df8333a] daemon is not started [2022-03-09T10:06:28.531Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-09T10:06:29.901Z] docker_cli_network_unix_test.go:46: [defeb3db9e35a] daemon is not started [2022-03-09T10:06:29.901Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-09T10:06:29.901Z] docker_cli_network_unix_test.go:1233: [dac4252e4e5e7] daemon is not started [2022-03-09T10:06:32.417Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-09T10:06:33.345Z] docker_cli_network_unix_test.go:46: [d3e19a10c6333] daemon is not started [2022-03-09T10:06:33.602Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-09T10:06:35.749Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-09T10:06:37.778Z] docker_cli_network_unix_test.go:46: [d753422dfd096] daemon is not started [2022-03-09T10:06:38.710Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-09T10:06:39.178Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-09T10:06:39.178Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T10:06:39.178Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-09T10:06:40.608Z] docker_cli_network_unix_test.go:46: [d190c3a1d6971] daemon is not started [2022-03-09T10:06:40.864Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-09T10:06:41.796Z] docker_cli_network_unix_test.go:46: [d76366fbecf0e] daemon is not started [2022-03-09T10:06:41.796Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-09T10:06:42.125Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-09T10:06:42.364Z] docker_cli_network_unix_test.go:46: [d0dfb1a77bd7c] daemon is not started [2022-03-09T10:06:42.364Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-09T10:06:42.621Z] docker_cli_network_unix_test.go:46: [dd7eab107bc57] daemon is not started [2022-03-09T10:06:42.877Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-09T10:06:43.438Z] docker_cli_network_unix_test.go:46: [df0637426c640] daemon is not started [2022-03-09T10:06:43.694Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-09T10:06:44.256Z] docker_cli_network_unix_test.go:46: [de40425f6e06e] daemon is not started [2022-03-09T10:06:44.512Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-09T10:06:44.769Z] docker_cli_network_unix_test.go:46: [db27c3968fe7d] daemon is not started [2022-03-09T10:06:44.769Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-09T10:06:45.027Z] docker_cli_network_unix_test.go:46: [d7a85ac646b33] daemon is not started [2022-03-09T10:06:45.027Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-09T10:06:45.591Z] docker_cli_network_unix_test.go:46: [d1997dd145da3] daemon is not started [2022-03-09T10:06:45.591Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-09T10:06:45.848Z] docker_cli_network_unix_test.go:46: [df88b259bc899] daemon is not started [2022-03-09T10:06:45.848Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-09T10:06:45.848Z] docker_cli_network_unix_test.go:46: [de30e9211e05a] daemon is not started [2022-03-09T10:06:45.848Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-09T10:06:46.105Z] docker_cli_network_unix_test.go:46: [d400127b86cb7] daemon is not started [2022-03-09T10:06:46.105Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-09T10:06:46.669Z] docker_cli_network_unix_test.go:46: [dfe4726dde628] daemon is not started [2022-03-09T10:06:46.669Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-09T10:06:47.233Z] docker_cli_network_unix_test.go:46: [d666a0395f4ae] daemon is not started [2022-03-09T10:06:47.817Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-09T10:06:47.817Z] docker_cli_network_unix_test.go:46: [d9d543d0a58df] daemon is not started [2022-03-09T10:06:47.817Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-09T10:06:48.077Z] docker_cli_network_unix_test.go:46: [d4473de1079f5] daemon is not started [2022-03-09T10:06:48.077Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-09T10:06:48.077Z] docker_cli_network_unix_test.go:46: [d9bab62ec1497] daemon is not started [2022-03-09T10:06:48.077Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-09T10:06:49.452Z] docker_cli_network_unix_test.go:968: [d025a8621fb17] daemon is not started [2022-03-09T10:06:50.381Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-09T10:06:51.752Z] docker_cli_network_unix_test.go:46: [d9b4ace14725d] daemon is not started [2022-03-09T10:06:51.752Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-09T10:06:52.286Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-09T10:06:54.276Z] docker_cli_network_unix_test.go:1116: [dfb039f2f3af2] daemon is not started [2022-03-09T10:06:56.796Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-09T10:06:57.053Z] docker_cli_network_unix_test.go:46: [d29c0697f1846] daemon is not started [2022-03-09T10:06:57.053Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-09T10:06:57.983Z] docker_cli_network_unix_test.go:46: [dbcd2f15be12f] daemon is not started [2022-03-09T10:06:57.983Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-09T10:06:57.983Z] docker_cli_network_unix_test.go:46: [ddda1c9f4d5d2] daemon is not started [2022-03-09T10:06:57.983Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-09T10:06:57.983Z] docker_cli_network_unix_test.go:46: [db081854fd422] daemon is not started [2022-03-09T10:06:57.983Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-09T10:06:58.240Z] docker_cli_network_unix_test.go:46: [de009ac7ad56c] daemon is not started [2022-03-09T10:06:58.240Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-09T10:06:58.240Z] docker_cli_network_unix_test.go:46: [d2bf5ac5b5208] daemon is not started [2022-03-09T10:06:58.240Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-09T10:06:58.240Z] docker_cli_network_unix_test.go:46: [d0acd364053c4] daemon is not started [2022-03-09T10:06:58.240Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-09T10:07:00.136Z] docker_cli_network_unix_test.go:46: [d56d4ca3ad822] daemon is not started [2022-03-09T10:07:00.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-09T10:07:00.700Z] docker_cli_network_unix_test.go:46: [d218adf0a45a4] daemon is not started [2022-03-09T10:07:00.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-09T10:07:00.700Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-09T10:07:00.700Z] docker_cli_network_unix_test.go:46: [de0ba1a92b28b] daemon is not started [2022-03-09T10:07:00.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-09T10:07:00.957Z] docker_cli_network_unix_test.go:46: [dcab02c73443c] daemon is not started [2022-03-09T10:07:01.215Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-09T10:07:04.559Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-09T10:07:04.958Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-09T10:07:05.836Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-09T10:07:05.924Z] docker_cli_network_unix_test.go:1084: [d6eccc5891c66] daemon is not started [2022-03-09T10:07:07.818Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-09T10:07:07.818Z] docker_cli_network_unix_test.go:46: [d346ada307ee2] daemon is not started [2022-03-09T10:07:07.818Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-09T10:07:08.076Z] docker_cli_network_unix_test.go:46: [d958c3c107db8] daemon is not started [2022-03-09T10:07:08.333Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-09T10:07:09.701Z] docker_cli_network_unix_test.go:46: [d8e862b69ce19] daemon is not started [2022-03-09T10:07:09.701Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-09T10:07:09.958Z] docker_cli_network_unix_test.go:46: [ddfe1a4499907] daemon is not started [2022-03-09T10:07:09.958Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-09T10:07:10.216Z] docker_cli_network_unix_test.go:46: [dd14382566bb3] daemon is not started [2022-03-09T10:07:10.473Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-09T10:07:11.037Z] docker_cli_network_unix_test.go:46: [d1380120e9032] daemon is not started [2022-03-09T10:07:11.037Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-09T10:07:11.649Z] docker_cli_network_unix_test.go:46: [d0da85415e424] daemon is not started [2022-03-09T10:07:11.905Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-09T10:07:16.242Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-09T10:07:18.002Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-09T10:07:18.456Z] docker_cli_network_unix_test.go:46: [d54f125d167e7] daemon is not started [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite (53.52s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.03s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.66s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.70s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.45s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.38s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.41s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.00s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.13s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.07s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.49s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.36s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.87s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.68s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.70s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.99s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.29s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.30s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.16s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.13s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.81s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.28s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-03-09T10:07:18.456Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.72s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.29s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.95s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.74s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.46s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.57s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.90s) [2022-03-09T10:07:18.456Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.56s) [2022-03-09T10:07:18.456Z] === RUN TestDockerHubPullSuite [2022-03-09T10:07:18.456Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-09T10:07:19.386Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-09T10:07:21.904Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-09T10:07:24.426Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-09T10:07:25.796Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-09T10:07:25.796Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-09T10:07:25.796Z] --- PASS: TestDockerHubPullSuite (8.27s) [2022-03-09T10:07:25.796Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.66s) [2022-03-09T10:07:25.796Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.22s) [2022-03-09T10:07:25.796Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (2.74s) [2022-03-09T10:07:25.796Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.40s) [2022-03-09T10:07:25.796Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2022-03-09T10:07:25.796Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-03-09T10:07:25.796Z] PASS [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === Skipped [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-09T10:07:25.796Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-09T10:07:25.796Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.796Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-09T10:07:25.796Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-09T10:07:25.796Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-09T10:07:25.796Z] [2022-03-09T10:07:25.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-09T10:07:25.797Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-09T10:07:25.797Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-09T10:07:25.797Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-09T10:07:25.797Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-09T10:07:25.797Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-09T10:07:25.797Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-03-09T10:07:25.797Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-09T10:07:25.797Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-09T10:07:25.797Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.797Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-09T10:07:25.797Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-09T10:07:25.797Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-09T10:07:25.797Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-09T10:07:25.797Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-09T10:07:25.797Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-09T10:07:25.797Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-09T10:07:25.797Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-09T10:07:25.797Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-09T10:07:25.797Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-09T10:07:25.797Z] docker_cli_network_unix_test.go:46: [de0ba1a92b28b] daemon is not started [2022-03-09T10:07:25.797Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] DONE 1265 tests, 51 skipped in 1403.663s [2022-03-09T10:07:25.797Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T10:07:25.797Z] ++++ cat bundles/test-integration/docker.pid [2022-03-09T10:07:25.797Z] +++ kill 8369 [2022-03-09T10:07:25.797Z] +++ /etc/init.d/apparmor stop [2022-03-09T10:07:25.797Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] Unloading profiles will leave already running processes permanently [2022-03-09T10:07:25.797Z] unconfined, which can lead to unexpected situations. [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:25.797Z] To set a process to complain mode, use the command line tool [2022-03-09T10:07:25.797Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T10:07:25.797Z] +++ true [2022-03-09T10:07:25.797Z] exiting test-integration [2022-03-09T10:07:25.797Z] ++ exit 0 [2022-03-09T10:07:25.797Z] [2022-03-09T10:07:26.053Z] + for job in $(jobs -p) [2022-03-09T10:07:26.053Z] + wait 7884 [2022-03-09T10:07:26.652Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-09T10:07:32.997Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-09T10:07:47.920Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-09T10:07:53.784Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-09T10:08:04.255Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-09T10:08:09.904Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-09T10:08:12.918Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-09T10:08:22.241Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-09T10:08:22.241Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-09T10:08:24.757Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-09T10:08:28.351Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-09T10:08:31.298Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-09T10:08:32.666Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-09T10:08:36.838Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-09T10:08:38.219Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-09T10:08:38.301Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-09T10:08:38.301Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T10:08:38.301Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-09T10:08:42.407Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-09T10:08:42.407Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-09T10:08:42.407Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-09T10:08:45.460Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-09T10:08:46.447Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-09T10:08:46.447Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T10:08:46.447Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-09T10:08:46.447Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T10:08:46.447Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-09T10:08:46.634Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-09T10:08:47.656Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-09T10:08:48.218Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-09T10:08:49.146Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-09T10:08:50.241Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-09T10:08:51.038Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-09T10:08:52.886Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-09T10:08:52.886Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-09T10:08:52.886Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T10:08:52.886Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-09T10:08:52.886Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T10:08:52.886Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-09T10:08:52.886Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-09T10:08:52.886Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-09T10:08:52.886Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T10:08:52.886Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-09T10:08:52.886Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-09T10:08:52.886Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-09T10:08:57.406Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-09T10:08:57.635Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-09T10:09:00.356Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-09T10:09:00.356Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-09T10:09:00.356Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-09T10:09:01.421Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-09T10:09:03.308Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-09T10:09:04.871Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-09T10:09:06.176Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-09T10:09:06.177Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T10:09:06.177Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-09T10:09:06.177Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T10:09:06.177Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-09T10:09:06.177Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T10:09:06.177Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-09T10:09:06.177Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T10:09:06.177Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-09T10:09:06.177Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T10:09:06.177Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-09T10:09:07.082Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-09T10:09:10.925Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-09T10:09:10.925Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T10:09:10.925Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-09T10:09:10.925Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:09:10.925Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-09T10:09:10.925Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:09:10.925Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-09T10:09:11.392Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-09T10:09:17.250Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-09T10:09:19.576Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-09T10:09:21.141Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-09T10:09:32.222Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-09T10:09:32.222Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-09T10:09:32.222Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T10:09:32.222Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-09T10:09:32.222Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T10:09:32.222Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-09T10:09:32.222Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T10:09:32.222Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-09T10:09:32.222Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T10:09:32.222Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-09T10:09:32.222Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T10:09:32.222Z] === RUN TestDockerSuite/TestBuildFails [2022-03-09T10:09:33.644Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-09T10:09:35.173Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-09T10:09:35.173Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-09T10:09:38.397Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-09T10:09:42.325Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-09T10:09:47.215Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-09T10:09:47.215Z] docker_cli_swarm_test.go:1180: [d8ffa23012640] joining swarm manager [dc5ca2aa9e3ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T10:09:49.479Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-09T10:09:50.883Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-09T10:09:53.761Z] docker_cli_swarm_test.go:1189: [df0c1b5fe318a] joining swarm manager [dc5ca2aa9e3ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T10:09:56.751Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-09T10:09:58.134Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-09T10:10:02.626Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-09T10:10:03.997Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-09T10:10:04.851Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-09T10:10:04.851Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T10:10:04.851Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-09T10:10:04.851Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T10:10:04.851Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-09T10:10:04.981Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-09T10:10:07.803Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-09T10:10:07.803Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T10:10:07.803Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-09T10:10:10.844Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-09T10:10:10.844Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T10:10:10.844Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-09T10:10:10.844Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-09T10:10:11.828Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-09T10:10:11.828Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T10:10:11.828Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-09T10:10:22.251Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-09T10:10:22.251Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:10:22.251Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-09T10:10:34.728Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-09T10:10:34.728Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-09T10:10:36.941Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-09T10:10:36.941Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T10:10:36.941Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-09T10:10:37.924Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-09T10:10:37.924Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-09T10:10:40.387Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-09T10:10:42.674Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-09T10:10:43.656Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-09T10:10:43.658Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-09T10:10:44.640Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-09T10:10:45.623Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-09T10:10:46.091Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-09T10:10:47.076Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-09T10:10:47.830Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-09T10:10:48.638Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-09T10:10:49.720Z] docker_cli_swarm_test.go:1112: [d5c8c5056184d] joining swarm manager [dee3d1e6c6577]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T10:10:50.646Z] docker_cli_swarm_test.go:1113: [d31f39a6c9ded] joining swarm manager [dee3d1e6c6577]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T10:10:54.495Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-09T10:10:54.495Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T10:10:54.962Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-09T10:10:54.962Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T10:10:54.962Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-09T10:10:54.962Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-09T10:10:54.963Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-09T10:10:54.963Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-09T10:10:54.963Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-09T10:10:55.947Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-09T10:10:56.414Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-09T10:10:58.614Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-09T10:10:58.614Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-09T10:10:58.614Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T10:10:58.614Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-09T10:10:58.614Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T10:10:58.614Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-09T10:10:58.614Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-09T10:10:58.614Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-09T10:10:58.614Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T10:10:58.614Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-09T10:10:58.614Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-09T10:10:58.614Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-09T10:10:58.614Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-09T10:11:02.272Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-09T10:11:02.414Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-09T10:11:08.300Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-09T10:11:08.300Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T10:11:08.300Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-09T10:11:08.300Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T10:11:08.300Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-09T10:11:08.300Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T10:11:08.300Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-09T10:11:08.300Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T10:11:08.300Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-09T10:11:08.300Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T10:11:08.300Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-09T10:11:08.437Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-09T10:11:14.188Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-09T10:11:14.188Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T10:11:14.188Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-09T10:11:14.188Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:11:14.188Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-09T10:11:14.188Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:11:14.188Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-09T10:11:14.658Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-09T10:11:20.081Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-09T10:11:20.081Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T10:11:20.081Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-09T10:11:21.831Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-09T10:11:22.294Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-09T10:11:29.672Z] === RUN TestDockerSuite/TestBuildRm [2022-03-09T10:11:43.161Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-09T10:11:43.161Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-09T10:11:43.161Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T10:11:43.161Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-09T10:11:43.161Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T10:11:43.161Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-09T10:11:43.161Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T10:11:43.161Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-09T10:11:43.161Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T10:11:43.161Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-09T10:11:43.161Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T10:11:43.161Z] === RUN TestDockerSuite/TestBuildFails [2022-03-09T10:11:44.608Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-09T10:11:48.400Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-09T10:11:48.400Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T10:11:48.400Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-09T10:11:48.400Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T10:11:48.867Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-09T10:11:49.036Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-09T10:11:49.036Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-09T10:11:51.080Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-09T10:11:55.836Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-09T10:11:56.203Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-09T10:12:01.708Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-09T10:12:03.380Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-09T10:12:04.971Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-09T10:12:07.573Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-09T10:12:12.128Z] docker_cli_swarm_test.go:1166: [d75d190028ce0] joining swarm manager [dee3d1e6c6577]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-09T10:12:15.380Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-09T10:12:15.884Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-09T10:12:22.530Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-09T10:12:23.052Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-09T10:12:25.280Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-09T10:12:29.681Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-09T10:12:32.450Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-09T10:12:32.450Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T10:12:32.450Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-09T10:12:32.450Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-09T10:12:32.873Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-09T10:12:32.873Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-09T10:12:32.873Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-09T10:12:33.438Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-09T10:12:33.439Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T10:12:33.439Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-09T10:12:36.831Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-09T10:12:45.473Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-09T10:12:45.473Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-09T10:12:50.798Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-09T10:12:50.798Z] docker_cli_swarm_test.go:1447: [d170cf1ed2ee0] joining swarm manager [dbb1f6392637d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T10:12:50.798Z] docker_cli_swarm_test.go:1448: [dd3040bad7974] joining swarm manager [dbb1f6392637d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-09T10:12:51.272Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-09T10:12:51.272Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:12:51.272Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-09T10:12:52.707Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-09T10:12:52.707Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-09T10:12:58.042Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-09T10:12:58.042Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T10:12:58.042Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-09T10:12:59.861Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-09T10:13:00.787Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-09T10:13:00.787Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-09T10:13:01.045Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-09T10:13:01.301Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-09T10:13:01.301Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-09T10:13:01.863Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-09T10:13:03.784Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-09T10:13:03.905Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-09T10:13:04.424Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-09T10:13:04.889Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-09T10:13:04.889Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T10:13:04.889Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-09T10:13:04.889Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T10:13:04.889Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-09T10:13:05.354Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-09T10:13:07.691Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-09T10:13:07.834Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-09T10:13:08.320Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-09T10:13:08.320Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T10:13:08.320Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-09T10:13:08.790Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-09T10:13:09.260Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-09T10:13:09.583Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-09T10:13:11.478Z] docker_cli_swarm_unix_test.go:63: [d78776c59d49a] joining swarm manager [d98c4a00cd395]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T10:13:12.653Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-09T10:13:15.137Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-09T10:13:15.600Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-09T10:13:15.600Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-09T10:13:15.600Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-09T10:13:16.125Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-09T10:13:16.595Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-09T10:13:18.170Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-09T10:13:18.547Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-09T10:13:18.641Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-09T10:13:19.532Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-09T10:13:20.213Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-09T10:13:21.094Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-09T10:13:22.434Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-09T10:13:25.137Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-09T10:13:25.138Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T10:13:25.138Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-09T10:13:27.356Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-09T10:13:29.576Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-09T10:13:29.606Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-09T10:13:29.606Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T10:13:30.076Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-09T10:13:30.076Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T10:13:30.076Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-09T10:13:30.076Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-09T10:13:30.076Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-09T10:13:30.547Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-09T10:13:30.547Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-09T10:13:31.018Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-09T10:13:31.509Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-09T10:13:32.011Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-09T10:13:32.494Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-09T10:13:35.439Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-09T10:13:39.193Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-09T10:13:42.626Z] === RUN TestDockerSuite/TestBuildUser [2022-03-09T10:13:42.626Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T10:13:42.626Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-09T10:13:42.626Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T10:13:42.626Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-09T10:13:42.626Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T10:13:42.626Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-09T10:13:42.904Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-09T10:13:47.661Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-09T10:13:48.491Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-09T10:13:48.491Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-09T10:13:53.243Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-09T10:13:53.243Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T10:13:53.243Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-09T10:13:53.243Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T10:13:53.243Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-09T10:13:56.311Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-09T10:14:01.060Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-09T10:14:06.920Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-09T10:14:07.387Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-09T10:14:07.387Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T10:14:07.387Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-09T10:14:07.387Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T10:14:07.387Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-09T10:14:07.653Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-09T10:14:07.653Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-09T10:14:07.653Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-09T10:14:09.023Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-09T10:14:09.339Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-09T10:14:09.339Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T10:14:09.339Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-09T10:14:09.808Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-09T10:14:10.336Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-09T10:14:10.336Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T10:14:10.336Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-09T10:14:12.298Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-09T10:14:14.836Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-09T10:14:16.731Z] docker_api_swarm_test.go:962: [dc60784a4f31f] joining swarm manager [dd3ecf1dcec77]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-09T10:14:23.426Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-09T10:14:23.426Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-09T10:14:34.825Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-09T10:14:35.923Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-09T10:14:41.785Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-09T10:14:41.785Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T10:14:41.785Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-09T10:14:41.785Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T10:14:41.785Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-09T10:14:46.545Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-09T10:14:46.545Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:14:47.012Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-09T10:14:52.541Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-09T10:14:52.875Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-09T10:14:52.875Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-09T10:14:54.246Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-09T10:14:57.517Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-09T10:15:01.186Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-09T10:15:01.989Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-09T10:15:04.067Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-09T10:15:07.858Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-09T10:15:08.241Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-09T10:15:08.327Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-09T10:15:10.761Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-09T10:15:13.282Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-09T10:15:15.803Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-09T10:15:16.125Z] === RUN TestDockerSuite/TestBuildRm [2022-03-09T10:15:17.865Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-09T10:15:18.328Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-09T10:15:20.844Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-09T10:15:23.362Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-09T10:15:26.137Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-09T10:15:26.137Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T10:15:26.137Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-09T10:15:26.137Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T10:15:27.122Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-09T10:15:27.122Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T10:15:27.122Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-09T10:15:28.601Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-09T10:15:28.603Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-09T10:15:28.686Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-09T10:15:32.381Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-09T10:15:32.381Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T10:15:32.381Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-09T10:15:32.381Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T10:15:32.847Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-09T10:15:34.411Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-09T10:15:36.161Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-09T10:15:39.105Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-09T10:15:39.159Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-09T10:15:40.673Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-09T10:15:40.673Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T10:15:41.659Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-09T10:15:41.659Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T10:15:41.659Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-09T10:15:41.659Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T10:15:41.659Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-09T10:15:42.938Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-09T10:15:43.727Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-09T10:15:44.605Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-09T10:15:47.682Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-09T10:15:50.464Z] === RUN TestDockerSuite/TestCommitChange [2022-03-09T10:15:57.613Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-09T10:16:03.476Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-09T10:16:03.476Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T10:16:03.476Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-09T10:16:05.475Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-09T10:16:06.458Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-09T10:16:06.925Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-09T10:16:09.717Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-09T10:16:09.717Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T10:16:09.717Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-09T10:16:12.187Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-09T10:16:12.187Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:16:12.187Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-09T10:16:17.495Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-09T10:16:17.495Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-09T10:16:19.551Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-09T10:16:20.834Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-09T10:16:21.278Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-09T10:16:21.745Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-09T10:16:25.220Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-09T10:16:25.220Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-09T10:16:25.220Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T10:16:25.220Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-09T10:16:25.220Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T10:16:25.220Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-09T10:16:26.492Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-09T10:16:26.699Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-09T10:16:26.699Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T10:16:26.699Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-09T10:16:26.699Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T10:16:26.699Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-09T10:16:26.699Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T10:16:26.699Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-09T10:16:26.699Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T10:16:26.699Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-09T10:16:26.699Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T10:16:26.699Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-09T10:16:26.699Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T10:16:26.699Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-09T10:16:26.699Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T10:16:26.699Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-09T10:16:26.699Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-09T10:16:27.617Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-09T10:16:33.850Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-09T10:16:34.439Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-09T10:16:36.245Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-09T10:16:36.764Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-09T10:16:36.764Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-09T10:16:37.111Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-09T10:16:39.935Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-09T10:16:41.010Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-09T10:16:42.712Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-09T10:16:45.761Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-09T10:16:45.761Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:16:45.761Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-09T10:16:48.719Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-09T10:16:48.719Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T10:16:49.186Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-09T10:16:49.186Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:16:49.186Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-09T10:16:49.186Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T10:16:49.186Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite (1633.07s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.89s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.90s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.48s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.18s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.96s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.60s) [2022-03-09T10:16:49.281Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.68s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.97s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.73s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (44.62s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.56s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.09s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.38s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.64s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (50.01s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.62s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.01s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.42s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.92s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (55.69s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (51.17s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.30s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.51s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.85s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.55s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.21s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.07s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.73s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.23s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.42s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.22s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.14s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (37.95s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.20s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.63s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.62s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.12s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.84s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.98s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.76s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.53s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.52s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.05s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.11s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.45s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.87s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.79s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.95s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.58s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.02s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.90s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.13s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.49s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.10s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.09s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.21s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.17s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.65s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.70s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.97s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.44s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.76s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.68s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.96s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.42s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.56s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.68s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.20s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.15s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.24s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.72s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.40s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.55s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (18.79s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.45s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (128.15s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.40s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.64s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.78s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.16s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.71s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.21s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.53s) [2022-03-09T10:16:49.281Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.78s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.13s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.48s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (49.74s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.99s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.12s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (118.95s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.24s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.22s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.17s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.21s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.10s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.14s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.32s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.15s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.03s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.29s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.04s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.43s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.09s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.28s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.17s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.14s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.78s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.81s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.41s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.38s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.39s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.47s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.47s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.89s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.14s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.88s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.15s) [2022-03-09T10:16:49.281Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.12s) [2022-03-09T10:16:49.281Z] === RUN TestDockerExternalVolumeSuite [2022-03-09T10:16:49.281Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-09T10:16:49.538Z] docker_cli_external_volume_driver_test.go:52: [d73b0e8f1167a] daemon is not started [2022-03-09T10:16:51.762Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-09T10:16:51.762Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T10:16:51.762Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-09T10:16:52.139Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-09T10:16:52.139Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T10:16:52.139Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-09T10:16:52.139Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-09T10:16:53.327Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-09T10:16:54.310Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-09T10:16:55.937Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-09T10:16:55.937Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-09T10:16:55.937Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T10:16:55.937Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-09T10:16:55.937Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T10:16:55.937Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-09T10:16:55.937Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T10:16:55.937Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-09T10:17:00.165Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-09T10:17:00.692Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-09T10:17:01.157Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-09T10:17:01.157Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-09T10:17:02.906Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-09T10:17:04.915Z] === RUN TestDockerSuite/TestBuildUser [2022-03-09T10:17:04.915Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T10:17:04.915Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-09T10:17:04.915Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T10:17:04.915Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-09T10:17:04.915Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T10:17:04.915Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-09T10:17:05.855Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-09T10:17:05.855Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-09T10:17:05.855Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T10:17:05.855Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-09T10:17:07.590Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-09T10:17:09.652Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-09T10:17:09.652Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-09T10:17:09.658Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-09T10:17:09.658Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-09T10:17:13.439Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-09T10:17:13.440Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T10:17:13.440Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-09T10:17:13.440Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T10:17:13.440Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-09T10:17:14.189Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-09T10:17:14.408Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-09T10:17:14.408Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:17:14.408Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-09T10:17:14.408Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:17:14.408Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-09T10:17:17.362Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-09T10:17:18.199Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-09T10:17:18.199Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-09T10:17:20.410Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-09T10:17:20.410Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T10:17:20.410Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-09T10:17:25.165Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-09T10:17:25.165Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-09T10:17:28.268Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-09T10:17:28.951Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-09T10:17:34.490Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-09T10:17:34.816Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-09T10:17:38.704Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-09T10:17:38.704Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-09T10:17:39.560Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-09T10:17:39.561Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-09T10:17:39.561Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-09T10:17:39.561Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-09T10:17:39.561Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-09T10:17:40.706Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-09T10:17:41.218Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-09T10:17:41.218Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T10:17:41.218Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-09T10:17:41.218Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T10:17:41.218Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-09T10:17:41.770Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-09T10:17:41.770Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T10:17:41.770Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-09T10:17:44.391Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-09T10:17:44.391Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T10:17:44.391Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-09T10:17:45.568Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-09T10:17:45.568Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T10:17:45.568Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-09T10:17:47.355Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-09T10:17:48.518Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-09T10:17:48.518Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-09T10:17:53.211Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-09T10:17:53.211Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T10:17:53.211Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-09T10:17:53.211Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T10:17:53.211Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-09T10:17:54.380Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-09T10:17:56.992Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-09T10:17:56.992Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:17:56.992Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-09T10:17:57.329Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-09T10:17:57.329Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T10:17:57.329Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-09T10:17:57.329Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T10:17:57.329Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-09T10:17:57.329Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T10:17:57.329Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-09T10:17:57.329Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T10:17:57.329Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-09T10:17:57.330Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T10:17:57.796Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-09T10:18:00.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-09T10:18:00.008Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-09T10:18:02.959Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-09T10:18:06.980Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-09T10:18:09.476Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-09T10:18:10.769Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-09T10:18:14.226Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-09T10:18:14.226Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-09T10:18:14.557Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009d8768_} [2022-03-09T10:18:15.264Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-09T10:18:17.507Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1811336236_c:\foo_false____} [2022-03-09T10:18:21.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1811336236_c:\foo_true____} [2022-03-09T10:18:21.802Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-09T10:18:24.247Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-09T10:18:24.247Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T10:18:24.247Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-09T10:18:24.247Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-09T10:18:24.247Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-09T10:18:24.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-09T10:18:24.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-09T10:18:24.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-09T10:18:24.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-09T10:18:24.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-09T10:18:24.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-09T10:18:24.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-09T10:18:24.715Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-09T10:18:25.182Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-09T10:18:25.182Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T10:18:25.182Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-09T10:18:25.182Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T10:18:25.182Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-09T10:18:25.182Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T10:18:25.182Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-09T10:18:25.182Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T10:18:25.182Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-09T10:18:25.182Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T10:18:25.182Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-09T10:18:28.966Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-09T10:18:28.966Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-09T10:18:28.966Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:18:28.966Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-09T10:18:29.139Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-09T10:18:29.139Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T10:18:29.139Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-09T10:18:29.139Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T10:18:29.606Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-09T10:18:29.606Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T10:18:29.606Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-09T10:18:30.588Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-09T10:18:32.766Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-09T10:18:32.766Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-09T10:18:32.766Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T10:18:32.766Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-09T10:18:35.716Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-09T10:18:35.717Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T10:18:35.717Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-09T10:18:35.717Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T10:18:35.717Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-09T10:18:35.717Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T10:18:35.717Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-09T10:18:36.148Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-09T10:18:36.667Z] docker_cli_external_volume_driver_test.go:52: [dd77d2128b02b] daemon is not started [2022-03-09T10:18:40.994Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-09T10:18:41.978Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-09T10:18:41.978Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T10:18:42.445Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-09T10:18:42.445Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T10:18:42.445Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-09T10:18:42.445Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T10:18:42.445Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-09T10:18:42.878Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-09T10:18:44.653Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-09T10:18:44.653Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T10:18:44.653Z] === RUN TestDockerSuite/TestCommitChange [2022-03-09T10:18:46.665Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-09T10:18:46.665Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:18:46.665Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-09T10:18:46.665Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T10:18:46.665Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-09T10:18:50.514Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-09T10:18:51.553Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-09T10:18:55.260Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-09T10:18:55.260Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T10:18:55.260Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-09T10:18:59.153Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-09T10:18:59.153Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T10:18:59.153Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-09T10:18:59.153Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:18:59.153Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-09T10:19:03.912Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-09T10:19:03.912Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:19:03.912Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-09T10:19:09.597Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-09T10:19:11.066Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-09T10:19:11.640Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-09T10:19:11.640Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T10:19:11.640Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-09T10:19:11.640Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T10:19:11.640Z] === RUN TestDockerSuite/TestCpToDot [2022-03-09T10:19:12.835Z] === RUN TestDockerSuite/TestBuildRm [2022-03-09T10:19:13.851Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-09T10:19:13.851Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T10:19:13.851Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-09T10:19:13.851Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T10:19:13.851Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-09T10:19:15.816Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-09T10:19:15.816Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T10:19:15.816Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-09T10:19:15.816Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T10:19:15.816Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-09T10:19:15.816Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T10:19:15.816Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-09T10:19:15.816Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T10:19:15.816Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-09T10:19:15.816Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T10:19:15.816Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-09T10:19:15.816Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T10:19:15.816Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-09T10:19:15.816Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T10:19:15.816Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-09T10:19:15.816Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-09T10:19:17.638Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-09T10:19:17.638Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:19:17.638Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-09T10:19:17.638Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T10:19:17.638Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-09T10:19:17.638Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T10:19:17.638Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-09T10:19:17.638Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T10:19:17.638Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-09T10:19:17.638Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-09T10:19:18.107Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-09T10:19:21.058Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-09T10:19:23.757Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-09T10:19:24.006Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-09T10:19:24.006Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-09T10:19:24.440Z] docker_cli_external_volume_driver_test.go:52: [d4bab76531efb] daemon is not started [2022-03-09T10:19:24.468Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-09T10:19:24.474Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-09T10:19:27.426Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-09T10:19:27.814Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-09T10:19:27.814Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T10:19:27.814Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-09T10:19:27.814Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T10:19:28.327Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-09T10:19:28.997Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-09T10:19:29.467Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-09T10:19:29.467Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T10:19:29.467Z] === RUN TestDockerSuite/TestCreateRM [2022-03-09T10:19:29.940Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-09T10:19:29.940Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T10:19:30.413Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-09T10:19:30.413Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-09T10:19:30.729Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-09T10:19:30.884Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-09T10:19:33.117Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-09T10:19:33.117Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:19:33.117Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-09T10:19:34.795Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-09T10:19:35.328Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-09T10:19:35.328Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T10:19:35.328Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-09T10:19:35.328Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:19:35.328Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-09T10:19:35.328Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T10:19:35.328Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-09T10:19:38.274Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-09T10:19:38.274Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T10:19:38.274Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-09T10:19:38.274Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-09T10:19:39.339Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-09T10:19:39.339Z] docker_cli_external_volume_driver_test.go:52: [d227c9bd0769d] daemon is not started [2022-03-09T10:19:41.220Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-09T10:19:41.220Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-09T10:19:41.220Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T10:19:41.220Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-09T10:19:41.220Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T10:19:41.220Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-09T10:19:41.220Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T10:19:41.220Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-09T10:19:41.298Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-09T10:19:41.769Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-09T10:19:42.760Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-09T10:19:45.006Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-09T10:19:45.708Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-09T10:19:46.548Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-09T10:19:46.548Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-09T10:19:46.548Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T10:19:46.548Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-09T10:19:48.788Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-09T10:19:49.499Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-09T10:19:49.499Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.499Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-09T10:19:49.499Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-09T10:19:49.499Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.499Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-09T10:19:49.499Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.499Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-09T10:19:49.499Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.764Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-09T10:19:49.967Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-09T10:19:49.967Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-09T10:19:49.967Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-09T10:19:49.967Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-09T10:19:49.967Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-09T10:19:49.967Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestDockerFails [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-09T10:19:49.967Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-09T10:19:49.967Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-09T10:19:49.967Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-09T10:19:49.967Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-09T10:19:49.967Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T10:19:49.967Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-09T10:19:51.733Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-09T10:19:51.733Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-09T10:19:51.733Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T10:19:51.733Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-09T10:19:53.754Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-09T10:19:54.183Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-09T10:19:55.517Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-09T10:19:55.517Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-09T10:19:57.543Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-09T10:19:58.462Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-09T10:19:58.462Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:19:58.462Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-09T10:19:58.462Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:19:58.462Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-09T10:20:00.490Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-09T10:20:01.415Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-09T10:20:01.415Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-09T10:20:05.199Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-09T10:20:05.199Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T10:20:05.199Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-09T10:20:08.147Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-09T10:20:08.212Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-09T10:20:08.614Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-09T10:20:08.725Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-09T10:20:09.801Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-09T10:20:11.560Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-09T10:20:12.975Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-09T10:20:17.419Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-09T10:20:18.839Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-09T10:20:22.164Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-09T10:20:22.164Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-09T10:20:22.164Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-09T10:20:22.164Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-09T10:20:22.164Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-09T10:20:22.920Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-09T10:20:22.921Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-09T10:20:25.115Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-09T10:20:25.115Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T10:20:25.115Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-09T10:20:25.995Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-09T10:20:26.302Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-09T10:20:28.061Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-09T10:20:28.061Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T10:20:28.061Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-09T10:20:28.941Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-09T10:20:29.136Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-09T10:20:29.137Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-09T10:20:29.409Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-09T10:20:31.842Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-09T10:20:31.842Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-09T10:20:34.196Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-09T10:20:35.269Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-09T10:20:36.256Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-09T10:20:36.613Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-09T10:20:37.821Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-09T10:20:39.561Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-09T10:20:39.561Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T10:20:39.561Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-09T10:20:39.561Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T10:20:39.561Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-09T10:20:39.561Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T10:20:39.562Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-09T10:20:39.562Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T10:20:39.562Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-09T10:20:39.562Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T10:20:39.562Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-09T10:20:41.149Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-09T10:20:41.771Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-09T10:20:41.771Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-09T10:20:44.716Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-09T10:20:44.978Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-09T10:20:47.664Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-09T10:20:50.607Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-09T10:20:52.140Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-09T10:20:52.140Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-09T10:20:52.140Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-09T10:20:52.140Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T10:20:52.140Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-09T10:20:52.140Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T10:20:52.140Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-09T10:20:52.140Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T10:20:52.140Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-09T10:20:53.124Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-09T10:20:53.124Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T10:20:53.124Z] === RUN TestDockerSuite/TestEventsRename [2022-03-09T10:20:53.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0000056b0_} [2022-03-09T10:20:56.012Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-09T10:20:56.068Z] === RUN TestDockerSuite/TestEventsResize [2022-03-09T10:20:56.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12979803980_c:\foo_false____} [2022-03-09T10:20:59.447Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12979803980_c:\foo_true____} [2022-03-09T10:21:00.206Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-09T10:21:00.206Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T10:21:00.206Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-09T10:21:03.230Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-09T10:21:03.230Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-09T10:21:03.230Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-09T10:21:03.230Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-09T10:21:03.230Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-09T10:21:03.230Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T10:21:03.230Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-09T10:21:04.266Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-09T10:21:05.340Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-09T10:21:06.176Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-09T10:21:06.176Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.176Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-09T10:21:06.176Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.176Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-09T10:21:06.176Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.477Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-09T10:21:06.720Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-09T10:21:06.720Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-09T10:21:06.720Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-09T10:21:06.720Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-09T10:21:06.720Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-09T10:21:06.720Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-09T10:21:06.720Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-09T10:21:06.720Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-09T10:21:06.720Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-09T10:21:06.720Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:21:06.720Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-09T10:21:09.480Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-09T10:21:09.663Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-09T10:21:09.663Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-09T10:21:09.663Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T10:21:09.663Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-09T10:21:11.562Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-09T10:21:12.611Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-09T10:21:12.611Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T10:21:13.077Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-09T10:21:13.077Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T10:21:13.077Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-09T10:21:13.077Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T10:21:13.077Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-09T10:21:13.266Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-09T10:21:17.788Z] === RUN TestDockerSuite/TestBuildUser [2022-03-09T10:21:17.788Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T10:21:18.300Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-09T10:21:18.300Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T10:21:18.300Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-09T10:21:18.300Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T10:21:18.300Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-09T10:21:18.932Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-09T10:21:19.124Z] === RUN TestDockerSuite/TestEventsTop [2022-03-09T10:21:19.124Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T10:21:19.124Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-09T10:21:21.335Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-09T10:21:21.878Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-09T10:21:21.878Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:21:21.878Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-09T10:21:21.878Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T10:21:21.878Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-09T10:21:23.362Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-09T10:21:23.874Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-09T10:21:26.084Z] === RUN TestDockerSuite/TestExec [2022-03-09T10:21:26.084Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:21:26.552Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-09T10:21:26.552Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T10:21:26.552Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-09T10:21:29.499Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-09T10:21:31.713Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-09T10:21:31.713Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:21:31.713Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-09T10:21:31.713Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:21:31.713Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-09T10:21:31.713Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T10:21:31.713Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-09T10:21:32.973Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-09T10:21:32.973Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T10:21:32.973Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-09T10:21:32.973Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T10:21:32.973Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-09T10:21:34.349Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-09T10:21:34.349Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T10:21:34.349Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-09T10:21:34.349Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:21:34.349Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-09T10:21:35.509Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-09T10:21:37.722Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-09T10:21:41.519Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-09T10:21:42.635Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-09T10:21:44.754Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-09T10:21:44.754Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T10:21:44.754Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-09T10:21:44.754Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T10:21:44.754Z] === RUN TestDockerSuite/TestCpToDot [2022-03-09T10:21:45.305Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-09T10:21:46.965Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-09T10:21:46.965Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T10:21:46.965Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-09T10:21:46.965Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T10:21:46.965Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-09T10:21:50.747Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-09T10:21:50.747Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:21:50.747Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-09T10:21:50.747Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T10:21:50.747Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-09T10:21:50.747Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T10:21:50.747Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-09T10:21:50.747Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T10:21:50.747Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-09T10:21:50.747Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-09T10:21:50.747Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-09T10:21:51.168Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-09T10:21:51.168Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T10:21:51.168Z] === RUN TestDockerSuite/TestExecEnv [2022-03-09T10:21:51.168Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:21:51.168Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-09T10:21:51.168Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T10:21:51.168Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-09T10:21:52.962Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-09T10:21:53.378Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-09T10:21:55.908Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-09T10:21:56.375Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-09T10:21:56.375Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-09T10:21:58.132Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-09T10:21:58.132Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T10:21:58.132Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-09T10:21:58.132Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T10:21:58.132Z] === RUN TestDockerSuite/TestExecParseError [2022-03-09T10:21:58.132Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T10:21:58.132Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-09T10:21:58.132Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T10:21:58.132Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-09T10:21:58.132Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T10:21:58.132Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-09T10:21:58.587Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-09T10:21:58.971Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-09T10:21:58.971Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-09T10:21:59.570Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-09T10:21:59.570Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-09T10:21:59.570Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T10:21:59.570Z] === RUN TestDockerSuite/TestCreateRM [2022-03-09T10:22:00.037Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-09T10:22:00.037Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T10:22:00.037Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-09T10:22:00.505Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-09T10:22:00.505Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-09T10:22:00.682Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-09T10:22:01.079Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-09T10:22:01.079Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T10:22:01.079Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-09T10:22:01.079Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T10:22:01.079Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-09T10:22:01.079Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T10:22:01.079Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-09T10:22:01.079Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T10:22:01.079Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-09T10:22:01.079Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T10:22:01.079Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-09T10:22:04.026Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-09T10:22:04.026Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T10:22:04.026Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-09T10:22:09.533Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-09T10:22:10.913Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-09T10:22:10.913Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-09T10:22:10.913Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-09T10:22:12.692Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-09T10:22:12.692Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T10:22:12.692Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-09T10:22:12.692Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T10:22:12.692Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-09T10:22:12.692Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T10:22:12.692Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-09T10:22:13.856Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-09T10:22:13.856Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-09T10:22:13.856Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T10:22:13.856Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-09T10:22:16.704Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-09T10:22:16.704Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.175Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-09T10:22:17.175Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.175Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-09T10:22:17.635Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-09T10:22:17.635Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-09T10:22:17.635Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-09T10:22:17.635Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-09T10:22:17.635Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-09T10:22:17.635Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-09T10:22:17.635Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-09T10:22:17.635Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-09T10:22:17.635Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-09T10:22:17.635Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDockerFails [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-09T10:22:17.635Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-09T10:22:17.635Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-09T10:22:17.635Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-09T10:22:17.635Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-09T10:22:17.635Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T10:22:17.635Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-09T10:22:18.550Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-09T10:22:20.134Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-09T10:22:20.134Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:22:20.583Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-09T10:22:20.603Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-09T10:22:23.529Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-09T10:22:25.702Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-09T10:22:27.309Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-09T10:22:29.507Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-09T10:22:32.727Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-09T10:22:35.556Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-09T10:22:36.664Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-09T10:22:36.664Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:22:36.664Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-09T10:22:36.664Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-09T10:22:36.664Z] === RUN TestDockerSuite/TestHealth [2022-03-09T10:22:36.664Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T10:22:36.664Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-09T10:22:36.664Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-09T10:22:36.664Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-09T10:22:36.664Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-09T10:22:37.719Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-09T10:22:39.352Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-09T10:22:40.348Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-09T10:22:43.576Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-09T10:22:43.813Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-09T10:22:43.813Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-09T10:22:43.813Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T10:22:43.813Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-09T10:22:43.813Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-09T10:22:43.813Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-09T10:22:43.813Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-09T10:22:44.803Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-09T10:22:44.803Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T10:22:44.803Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-09T10:22:46.366Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-09T10:22:46.366Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-09T10:22:49.316Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-09T10:22:49.316Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-09T10:22:49.435Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-09T10:22:52.378Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-09T10:22:52.845Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-09T10:22:53.102Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-09T10:22:56.889Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-09T10:22:57.358Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-09T10:22:57.358Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:22:57.358Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-09T10:22:58.702Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-09T10:22:59.169Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-09T10:23:00.152Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-09T10:23:01.610Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-09T10:23:01.610Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T10:23:01.610Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-09T10:23:01.610Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-09T10:23:02.106Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestImportFile [2022-03-09T10:23:02.106Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-09T10:23:02.106Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-09T10:23:02.106Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-09T10:23:02.106Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-09T10:23:02.106Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-09T10:23:02.106Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-09T10:23:02.106Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.106Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-09T10:23:02.225Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-09T10:23:02.225Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.225Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-09T10:23:02.574Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-09T10:23:02.574Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.574Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-09T10:23:02.574Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:23:02.574Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-09T10:23:04.454Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-09T10:23:04.759Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-09T10:23:05.527Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-09T10:23:07.302Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-09T10:23:09.318Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-09T10:23:09.318Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:23:09.318Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-09T10:23:09.318Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T10:23:09.318Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-09T10:23:09.318Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-09T10:23:09.318Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T10:23:09.785Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-09T10:23:12.734Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-09T10:23:13.157Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-09T10:23:13.157Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-09T10:23:13.157Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-09T10:23:13.157Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T10:23:13.157Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-09T10:23:13.157Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T10:23:13.157Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-09T10:23:13.157Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T10:23:13.157Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-09T10:23:13.201Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-09T10:23:13.624Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-09T10:23:13.624Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T10:23:13.624Z] === RUN TestDockerSuite/TestEventsRename [2022-03-09T10:23:14.904Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-09T10:23:16.146Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-09T10:23:16.147Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T10:23:16.147Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-09T10:23:16.147Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T10:23:16.147Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-09T10:23:16.147Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T10:23:16.147Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-09T10:23:17.126Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-09T10:23:17.126Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T10:23:17.410Z] === RUN TestDockerSuite/TestEventsResize [2022-03-09T10:23:17.597Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-09T10:23:17.597Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T10:23:17.597Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-09T10:23:17.597Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T10:23:17.597Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-09T10:23:19.093Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-09T10:23:19.649Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-09T10:23:20.557Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-09T10:23:24.960Z] === RUN TestDockerSuite/TestInspectImage [2022-03-09T10:23:24.960Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:23:24.960Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-09T10:23:24.960Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:23:24.960Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-09T10:23:24.960Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:23:24.960Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-09T10:23:26.460Z] === RUN TestDockerSuite/TestCommitChange [2022-03-09T10:23:27.907Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-09T10:23:30.854Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-09T10:23:30.854Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-09T10:23:32.348Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-09T10:23:34.648Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-09T10:23:37.713Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-09T10:23:37.713Z] docker_cli_external_volume_driver_test.go:484: [d19c5f56415f1] daemon is not started [2022-03-09T10:23:38.237Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-09T10:23:38.237Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T10:23:38.237Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-09T10:23:38.437Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-09T10:23:38.437Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T10:23:38.437Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-09T10:23:38.437Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-09T10:23:42.229Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-09T10:23:46.923Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-09T10:23:46.923Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:23:46.923Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-09T10:23:48.099Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-09T10:23:52.558Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-09T10:23:52.558Z] docker_cli_external_volume_driver_test.go:52: [da6fe2be9380c] daemon is not started [2022-03-09T10:23:53.236Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-09T10:23:53.236Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-09T10:23:55.264Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-09T10:23:55.610Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-09T10:23:57.019Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-09T10:23:57.484Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-09T10:24:01.272Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-09T10:24:02.871Z] === RUN TestDockerSuite/TestEventsTop [2022-03-09T10:24:02.872Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T10:24:02.872Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-09T10:24:04.223Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-09T10:24:05.082Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-09T10:24:06.064Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-09T10:24:06.064Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T10:24:06.064Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-09T10:24:06.064Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T10:24:06.064Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-09T10:24:06.064Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T10:24:06.064Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-09T10:24:06.064Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T10:24:06.064Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-09T10:24:06.064Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T10:24:06.064Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-09T10:24:06.064Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T10:24:06.064Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-09T10:24:06.064Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T10:24:06.064Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-09T10:24:06.064Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite (436.69s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.50s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.15s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.15s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.17s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.14s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.23s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.84s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.58s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s) [2022-03-09T10:24:07.400Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-03-09T10:24:07.400Z] PASS [2022-03-09T10:24:07.400Z] [2022-03-09T10:24:07.400Z] === Skipped [2022-03-09T10:24:07.400Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-09T10:24:07.400Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-09T10:24:07.400Z] check_test.go:308: [d710cfa6716f7] daemon is not started [2022-03-09T10:24:07.400Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-09T10:24:07.400Z] [2022-03-09T10:24:07.400Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-09T10:24:07.400Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-09T10:24:07.400Z] check_test.go:308: [dff90629e5b45] daemon is not started [2022-03-09T10:24:07.400Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-09T10:24:07.400Z] [2022-03-09T10:24:07.400Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-09T10:24:07.400Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-09T10:24:07.400Z] check_test.go:308: [ddc006adbf2cd] daemon is not started [2022-03-09T10:24:07.400Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-09T10:24:07.400Z] [2022-03-09T10:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-09T10:24:07.400Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-09T10:24:07.400Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-09T10:24:07.400Z] [2022-03-09T10:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-09T10:24:07.400Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-09T10:24:07.400Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-09T10:24:07.400Z] [2022-03-09T10:24:07.400Z] DONE 271 tests, 5 skipped in 2402.472s [2022-03-09T10:24:07.400Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-09T10:24:07.400Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dfc48530c166b/docker.pid [2022-03-09T10:24:07.400Z] +++ kill 6381 [2022-03-09T10:24:07.400Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6381 is not a child of this shell [2022-03-09T10:24:07.400Z] warning: PID 6381 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dfc48530c166b/docker.pid had a nonzero exit code [2022-03-09T10:24:07.400Z] ++++ cat bundles/test-integration/docker.pid [2022-03-09T10:24:07.400Z] +++ kill 8336 [2022-03-09T10:24:07.400Z] +++ /etc/init.d/apparmor stop [2022-03-09T10:24:07.400Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-09T10:24:07.400Z] [2022-03-09T10:24:07.400Z] Unloading profiles will leave already running processes permanently [2022-03-09T10:24:07.400Z] unconfined, which can lead to unexpected situations. [2022-03-09T10:24:07.400Z] [2022-03-09T10:24:07.400Z] To set a process to complain mode, use the command line tool [2022-03-09T10:24:07.400Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-09T10:24:07.400Z] +++ true [2022-03-09T10:24:07.400Z] exiting test-integration [2022-03-09T10:24:07.400Z] ++ exit 0 [2022-03-09T10:24:07.400Z] [2022-03-09T10:24:07.400Z] + exit 0 [2022-03-09T10:24:07.400Z] ++ jobs -p [2022-03-09T10:24:07.400Z] + pids= [2022-03-09T10:24:07.400Z] + echo 'Remaining pids to kill: []' [2022-03-09T10:24:07.400Z] Remaining pids to kill: [] [2022-03-09T10:24:07.400Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-09T10:24:07.420Z] Recording test results [2022-03-09T10:24:08.013Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-09T10:24:09.203Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-09T10:24:09.570Z] + echo Ensuring container killed. [2022-03-09T10:24:09.570Z] Ensuring container killed. [2022-03-09T10:24:09.570Z] + docker ps -aq -f name=docker-pr7-* [2022-03-09T10:24:09.570Z] + cids=aac7f61e9842 [2022-03-09T10:24:09.570Z] 188947c7d738 [2022-03-09T10:24:09.570Z] e1c7e234690e [2022-03-09T10:24:09.570Z] + [ -n aac7f61e9842 [2022-03-09T10:24:09.570Z] 188947c7d738 [2022-03-09T10:24:09.570Z] e1c7e234690e ] [2022-03-09T10:24:09.570Z] + docker rm -vf aac7f61e9842 188947c7d738 e1c7e234690e [2022-03-09T10:24:09.821Z] === RUN TestDockerSuite/TestExec [2022-03-09T10:24:09.821Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:24:09.821Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-09T10:24:09.821Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T10:24:09.821Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-09T10:24:10.502Z] aac7f61e9842 [2022-03-09T10:24:10.502Z] 188947c7d738 [2022-03-09T10:24:10.502Z] e1c7e234690e [Pipeline] sh [2022-03-09T10:24:10.826Z] + echo Chowning /workspace to jenkins user [2022-03-09T10:24:10.826Z] Chowning /workspace to jenkins user [2022-03-09T10:24:10.826Z] + id -u [2022-03-09T10:24:10.826Z] + id -g [2022-03-09T10:24:10.826Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43344:/workspace busybox chown -R 1000:1000 /workspace [2022-03-09T10:24:10.826Z] Unable to find image 'busybox:latest' locally [2022-03-09T10:24:10.826Z] latest: Pulling from library/busybox [2022-03-09T10:24:11.086Z] 7e5209d2300f: Pulling fs layer [2022-03-09T10:24:11.086Z] 7e5209d2300f: Download complete [2022-03-09T10:24:11.086Z] 7e5209d2300f: Pull complete [2022-03-09T10:24:11.086Z] Digest: sha256:34c3559bbdedefd67195e766e38cfbb0fcabff4241dbee3f390fd6e3310f5ebc [2022-03-09T10:24:11.086Z] Status: Downloaded newer image for busybox:latest [2022-03-09T10:24:11.798Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-09T10:24:12.765Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-09T10:24:13.951Z] + bundleName=amd64 [2022-03-09T10:24:13.951Z] + echo Creating amd64-bundles.tar.gz [2022-03-09T10:24:13.951Z] Creating amd64-bundles.tar.gz [2022-03-09T10:24:13.951Z] + xargs tar -czf amd64-bundles.tar.gz [2022-03-09T10:24:13.951Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-03-09T10:24:14.892Z] Archiving artifacts [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-09T10:24:15.588Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-09T10:24:15.588Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-09T10:24:15.588Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-09T10:24:15.588Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-09T10:24:15.713Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-09T10:24:15.713Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.713Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-09T10:24:15.713Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.713Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-09T10:24:15.713Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T10:24:15.713Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-09T10:24:16.777Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43344/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T10:24:17.089Z] + make clean [2022-03-09T10:24:17.346Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T10:24:17.346Z] docker-dev-cache [2022-03-09T10:24:17.346Z] docker-mod-cache [Pipeline] deleteDir [2022-03-09T10:24:18.534Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-09T10:24:18.572Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-09T10:24:18.668Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T10:24:21.486Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-09T10:24:22.446Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-09T10:24:25.390Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-09T10:24:27.262Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-09T10:24:27.262Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:24:27.262Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-09T10:24:28.640Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-09T10:24:29.177Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-09T10:24:30.229Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-09T10:24:30.229Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T10:24:30.229Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-09T10:24:30.229Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:24:30.229Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-09T10:24:30.229Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T10:24:30.229Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-09T10:24:32.432Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-09T10:24:32.432Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T10:24:32.432Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-09T10:24:33.205Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-09T10:24:33.205Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T10:24:33.205Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-09T10:24:33.205Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-09T10:24:36.168Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-09T10:24:36.168Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-09T10:24:36.168Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T10:24:36.168Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-09T10:24:36.168Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T10:24:36.168Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-09T10:24:36.168Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T10:24:36.168Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-09T10:24:36.226Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-09T10:24:36.226Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-09T10:24:36.320Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-09T10:24:36.320Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T10:24:36.320Z] === RUN TestDockerSuite/TestExecEnv [2022-03-09T10:24:36.320Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:24:36.320Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-09T10:24:36.320Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T10:24:36.320Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-09T10:24:39.266Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-09T10:24:39.969Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-09T10:24:42.190Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-09T10:24:44.005Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-09T10:24:44.005Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T10:24:44.005Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-09T10:24:44.005Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T10:24:44.005Z] === RUN TestDockerSuite/TestExecParseError [2022-03-09T10:24:44.005Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T10:24:44.005Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-09T10:24:44.005Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T10:24:44.005Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-09T10:24:44.005Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T10:24:44.005Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-09T10:24:45.152Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-09T10:24:45.152Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-09T10:24:45.152Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T10:24:45.152Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-09T10:24:46.641Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-09T10:24:47.788Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-09T10:24:47.788Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T10:24:47.788Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-09T10:24:47.788Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T10:24:47.788Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-09T10:24:47.788Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T10:24:47.788Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-09T10:24:47.788Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T10:24:47.788Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-09T10:24:47.788Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T10:24:47.788Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-09T10:24:48.118Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-09T10:24:48.119Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-09T10:24:50.735Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-09T10:24:50.735Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T10:24:50.735Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-09T10:24:51.100Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-09T10:24:51.100Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:24:51.100Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-09T10:24:51.100Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:24:51.100Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-09T10:24:54.064Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-09T10:24:54.064Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-09T10:24:57.032Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-09T10:24:57.032Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T10:24:57.032Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-09T10:24:57.885Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-09T10:24:57.885Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T10:24:57.885Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-09T10:24:57.885Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T10:24:57.885Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-09T10:24:57.885Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T10:24:57.885Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-09T10:24:59.990Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-09T10:24:59.990Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-09T10:25:01.575Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-09T10:25:05.036Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-09T10:25:08.667Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-09T10:25:12.180Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-09T10:25:14.077Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-09T10:25:15.965Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-09T10:25:17.029Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-09T10:25:17.347Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-09T10:25:21.001Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-09T10:25:21.001Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T10:25:21.001Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-09T10:25:22.114Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-09T10:25:22.114Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-09T10:25:22.114Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-09T10:25:22.114Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-09T10:25:22.114Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-09T10:25:23.106Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-09T10:25:23.106Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:25:23.106Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-09T10:25:23.106Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-09T10:25:23.106Z] === RUN TestDockerSuite/TestHealth [2022-03-09T10:25:23.106Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T10:25:23.106Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-09T10:25:23.106Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-09T10:25:23.106Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-09T10:25:23.106Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-09T10:25:24.338Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-09T10:25:24.338Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T10:25:24.338Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-09T10:25:25.804Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-09T10:25:27.848Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-09T10:25:28.314Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-09T10:25:28.314Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T10:25:28.314Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-09T10:25:28.314Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-09T10:25:28.314Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-09T10:25:28.780Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-09T10:25:29.247Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-09T10:25:29.247Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T10:25:29.247Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-09T10:25:30.236Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-09T10:25:30.236Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-09T10:25:30.564Z] === RUN TestDockerSuite/TestLogsSince [2022-03-09T10:25:32.444Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-09T10:25:32.445Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-09T10:25:33.013Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-09T10:25:33.013Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T10:25:33.013Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-09T10:25:34.652Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-09T10:25:35.231Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-09T10:25:35.231Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-09T10:25:37.597Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-09T10:25:38.064Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-09T10:25:38.064Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:25:38.064Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-09T10:25:41.133Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-09T10:25:41.847Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestImportFile [2022-03-09T10:25:41.847Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-09T10:25:41.847Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-09T10:25:41.847Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-09T10:25:41.847Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-09T10:25:41.847Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-09T10:25:41.847Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-09T10:25:41.847Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-09T10:25:41.847Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-09T10:25:41.847Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:25:41.847Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-09T10:25:42.714Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-09T10:25:42.714Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T10:25:43.071Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-09T10:25:43.071Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T10:25:43.071Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-09T10:25:43.071Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T10:25:43.071Z] === RUN TestDockerSuite/TestLogsTail [2022-03-09T10:25:43.185Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-09T10:25:43.185Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T10:25:43.185Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-09T10:25:43.185Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T10:25:43.185Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-09T10:25:43.185Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T10:25:43.186Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-09T10:25:43.186Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T10:25:43.186Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-09T10:25:44.796Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-09T10:25:46.140Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-09T10:25:46.140Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-09T10:25:47.741Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-09T10:25:47.741Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:25:47.741Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-09T10:25:47.741Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T10:25:47.829Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-09T10:25:48.208Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-09T10:25:48.208Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-09T10:25:48.208Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T10:25:48.208Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-09T10:25:51.150Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-09T10:25:51.150Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-09T10:25:51.624Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-09T10:25:54.096Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-09T10:25:54.096Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T10:25:54.096Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-09T10:25:54.096Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T10:25:54.096Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-09T10:25:54.096Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T10:25:54.096Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-09T10:25:54.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-09T10:25:56.382Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-09T10:25:56.383Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-09T10:25:56.383Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestNetHostname [2022-03-09T10:25:56.383Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-09T10:25:56.383Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-09T10:25:56.383Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-09T10:25:56.383Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPluginActive [2022-03-09T10:25:56.383Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-09T10:25:56.383Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-09T10:25:56.383Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-09T10:25:56.383Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-09T10:25:56.383Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-09T10:25:56.383Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-09T10:25:56.383Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-09T10:25:56.383Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-09T10:25:56.383Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-09T10:25:56.383Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPortList [2022-03-09T10:25:56.383Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T10:25:56.383Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-09T10:25:57.034Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-09T10:25:57.042Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-09T10:25:59.991Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-09T10:26:01.787Z] === RUN TestDockerSuite/TestInspectImage [2022-03-09T10:26:01.787Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:26:01.787Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-09T10:26:01.787Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:26:01.787Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-09T10:26:01.787Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:26:01.787Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-09T10:26:04.732Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-09T10:26:05.047Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-09T10:26:05.047Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:26:05.047Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-09T10:26:05.047Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-09T10:26:05.047Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T10:26:05.047Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-09T10:26:05.047Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T10:26:05.047Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-09T10:26:05.047Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T10:26:05.047Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-09T10:26:05.047Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T10:26:05.047Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-09T10:26:05.047Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T10:26:05.047Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-09T10:26:05.047Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T10:26:05.047Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-09T10:26:05.047Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T10:26:05.047Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-09T10:26:08.512Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-09T10:26:08.512Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-09T10:26:08.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0006626a8_} [2022-03-09T10:26:10.893Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1268206890_c:\foo_false____} [2022-03-09T10:26:12.292Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-09T10:26:13.714Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-09T10:26:13.714Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T10:26:13.714Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-09T10:26:13.855Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1268206890_c:\foo_true____} [2022-03-09T10:26:15.237Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-09T10:26:15.237Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T10:26:15.237Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-09T10:26:15.237Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-09T10:26:18.181Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-09T10:26:21.966Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-09T10:26:22.524Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-09T10:26:22.524Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-09T10:26:22.524Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-09T10:26:22.524Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-09T10:26:22.524Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-09T10:26:22.524Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T10:26:22.524Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-09T10:26:25.478Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-09T10:26:25.478Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-09T10:26:25.478Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:26:25.478Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-09T10:26:27.827Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-09T10:26:28.434Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-09T10:26:28.435Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-09T10:26:28.435Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T10:26:28.435Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-09T10:26:28.661Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-09T10:26:28.661Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T10:26:28.661Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-09T10:26:31.389Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-09T10:26:31.389Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T10:26:31.389Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-09T10:26:31.389Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T10:26:31.389Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-09T10:26:31.389Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T10:26:31.389Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-09T10:26:31.609Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-09T10:26:34.555Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-09T10:26:37.262Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-09T10:26:37.499Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-09T10:26:40.217Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-09T10:26:40.217Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:26:40.217Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-09T10:26:40.217Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T10:26:40.217Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-09T10:26:40.443Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-09T10:26:43.387Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-09T10:26:43.594Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-09T10:26:46.332Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-09T10:26:46.332Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-09T10:26:46.332Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-09T10:26:46.332Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-09T10:26:50.115Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-09T10:26:52.325Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-09T10:26:52.718Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-09T10:26:52.718Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T10:26:52.718Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-09T10:26:52.718Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:26:52.718Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-09T10:26:59.471Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-09T10:27:01.683Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-09T10:27:01.683Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T10:27:01.683Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-09T10:27:05.464Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-09T10:27:05.464Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-09T10:27:07.866Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-09T10:27:07.866Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T10:27:07.866Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-09T10:27:07.866Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T10:27:07.866Z] === RUN TestDockerSuite/TestCpToDot [2022-03-09T10:27:08.896Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-09T10:27:09.364Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-09T10:27:09.364Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T10:27:09.364Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-09T10:27:10.255Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-09T10:27:10.255Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T10:27:10.255Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-09T10:27:10.255Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T10:27:10.255Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-09T10:27:11.327Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-09T10:27:17.186Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-09T10:27:17.805Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-09T10:27:17.805Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:27:17.805Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-09T10:27:17.805Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T10:27:17.805Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-09T10:27:17.805Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T10:27:18.317Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-09T10:27:18.317Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T10:27:18.317Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-09T10:27:18.317Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-09T10:27:18.829Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-09T10:27:21.232Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-09T10:27:23.041Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-09T10:27:24.414Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-09T10:27:24.414Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-09T10:27:24.414Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-09T10:27:26.810Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-09T10:27:27.790Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-09T10:27:27.884Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-09T10:27:27.884Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-09T10:27:27.884Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T10:27:27.884Z] === RUN TestDockerSuite/TestCreateRM [2022-03-09T10:27:28.396Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-09T10:27:28.396Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T10:27:28.396Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-09T10:27:28.908Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-09T10:27:29.424Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-09T10:27:30.600Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-09T10:27:32.534Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-09T10:27:32.534Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T10:27:32.534Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-09T10:27:34.395Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-09T10:27:35.477Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-09T10:27:38.423Z] === RUN TestDockerSuite/TestLogsSince [2022-03-09T10:27:40.327Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-09T10:27:40.327Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-09T10:27:40.327Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-09T10:27:43.498Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-09T10:27:43.498Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-09T10:27:43.498Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T10:27:43.498Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-09T10:27:48.835Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-09T10:27:48.835Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T10:27:48.835Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-09T10:27:48.835Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T10:27:48.835Z] === RUN TestDockerSuite/TestLogsTail [2022-03-09T10:27:49.329Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-09T10:27:51.044Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-09T10:27:51.048Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-09T10:27:51.048Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.048Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-09T10:27:51.559Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-09T10:27:51.559Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-09T10:27:51.559Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-09T10:27:51.559Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-09T10:27:51.559Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-09T10:27:51.559Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-09T10:27:51.559Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-09T10:27:51.559Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-09T10:27:51.559Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDockerFails [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-09T10:27:51.559Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-09T10:27:51.559Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-09T10:27:51.559Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-09T10:27:51.559Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-09T10:27:51.559Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T10:27:51.559Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-09T10:27:53.990Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-09T10:27:54.730Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-09T10:27:56.490Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-09T10:27:56.490Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.490Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-09T10:27:56.490Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.490Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-09T10:27:56.933Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-09T10:27:56.933Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestNetHostname [2022-03-09T10:27:56.933Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-09T10:27:56.933Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-09T10:27:56.933Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-09T10:27:56.933Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPluginActive [2022-03-09T10:27:56.933Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-09T10:27:56.933Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-09T10:27:56.933Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-09T10:27:56.933Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-09T10:27:56.933Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-09T10:27:56.933Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-09T10:27:56.933Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-09T10:27:56.933Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-09T10:27:56.933Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-09T10:27:56.933Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T10:27:56.933Z] === RUN TestDockerSuite/TestPortList [2022-03-09T10:27:56.933Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T10:27:57.399Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-09T10:27:57.899Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-09T10:28:00.293Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-09T10:28:03.255Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-09T10:28:03.255Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:28:03.255Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-09T10:28:03.255Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-09T10:28:03.255Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T10:28:03.255Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-09T10:28:03.255Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T10:28:03.255Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-09T10:28:03.255Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T10:28:03.255Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-09T10:28:03.255Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T10:28:03.255Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-09T10:28:03.255Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T10:28:03.255Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-09T10:28:03.255Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T10:28:03.255Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-09T10:28:03.255Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T10:28:03.255Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-09T10:28:05.149Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-09T10:28:05.149Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:28:05.149Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-09T10:28:05.149Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T10:28:05.149Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-09T10:28:05.149Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T10:28:05.149Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-09T10:28:05.149Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T10:28:05.149Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-09T10:28:09.114Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-09T10:28:09.114Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T10:28:09.114Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-09T10:28:15.807Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-09T10:28:17.638Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-09T10:28:17.638Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T10:28:17.638Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-09T10:28:17.638Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-09T10:28:17.638Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T10:28:17.638Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-09T10:28:19.200Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-09T10:28:20.194Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-09T10:28:20.194Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T10:28:20.194Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-09T10:28:20.869Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-09T10:28:21.597Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-09T10:28:21.597Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T10:28:21.597Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-09T10:28:27.093Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-09T10:28:27.364Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-09T10:28:29.484Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-09T10:28:30.559Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-09T10:28:34.075Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-09T10:28:36.144Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-09T10:28:39.660Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-09T10:28:39.937Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-09T10:28:40.173Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-09T10:28:41.870Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-09T10:28:51.871Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-09T10:28:51.871Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-09T10:28:51.871Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T10:28:51.871Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-09T10:28:51.871Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-09T10:28:51.871Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-09T10:28:52.789Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-09T10:28:57.730Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-09T10:28:57.850Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-09T10:28:57.850Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-09T10:28:57.850Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-09T10:28:57.850Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T10:28:57.850Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-09T10:28:57.850Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T10:28:57.850Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-09T10:28:57.850Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T10:28:57.850Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-09T10:28:58.924Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-09T10:28:58.924Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T10:28:58.924Z] === RUN TestDockerSuite/TestEventsRename [2022-03-09T10:29:02.098Z] === RUN TestDockerSuite/TestEventsResize [2022-03-09T10:29:06.379Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-09T10:29:11.207Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-09T10:29:12.902Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-09T10:29:13.528Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-09T10:29:13.528Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T10:29:13.528Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-09T10:29:13.528Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T10:29:13.528Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-09T10:29:15.801Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-09T10:29:15.801Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:29:15.801Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-09T10:29:16.072Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-09T10:29:20.671Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-09T10:29:20.672Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:29:20.672Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-09T10:29:20.672Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T10:29:20.672Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-09T10:29:20.672Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T10:29:20.672Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-09T10:29:20.672Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T10:29:20.672Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-09T10:29:22.302Z] === RUN TestDockerSuite/TestEventsTop [2022-03-09T10:29:22.302Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T10:29:22.302Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-09T10:29:22.967Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-09T10:29:22.967Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-09T10:29:23.437Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-09T10:29:24.691Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-09T10:29:25.004Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-09T10:29:29.761Z] === RUN TestDockerSuite/TestExec [2022-03-09T10:29:29.761Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:29:29.761Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-09T10:29:29.761Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T10:29:29.761Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-09T10:29:31.082Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-09T10:29:31.082Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T10:29:31.082Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-09T10:29:31.456Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-09T10:29:31.549Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-09T10:29:31.549Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T10:29:31.549Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-09T10:29:32.533Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-09T10:29:33.515Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-09T10:29:33.515Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T10:29:33.515Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-09T10:29:33.668Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-09T10:29:33.852Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-09T10:29:33.852Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:29:33.852Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-09T10:29:33.852Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:29:33.852Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-09T10:29:33.852Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T10:29:34.365Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-09T10:29:36.755Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-09T10:29:39.928Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-09T10:29:40.665Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-09T10:29:40.831Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-09T10:29:40.831Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:29:40.831Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-09T10:29:42.320Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-09T10:29:44.714Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-09T10:29:49.500Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-09T10:29:49.500Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-09T10:29:49.500Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-09T10:29:49.776Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-09T10:29:49.776Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T10:29:49.776Z] === RUN TestDockerSuite/TestExecEnv [2022-03-09T10:29:49.776Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:29:49.776Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-09T10:29:49.776Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T10:29:49.776Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-09T10:29:51.083Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-09T10:29:52.950Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-09T10:29:54.034Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-09T10:29:58.010Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-09T10:29:58.010Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T10:29:58.010Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-09T10:29:58.010Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T10:29:58.010Z] === RUN TestDockerSuite/TestExecParseError [2022-03-09T10:29:58.010Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T10:29:58.010Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-09T10:29:58.010Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T10:29:58.010Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-09T10:29:58.010Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T10:29:58.010Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-09T10:30:01.181Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-09T10:30:01.181Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T10:30:01.181Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-09T10:30:01.181Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T10:30:01.181Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-09T10:30:01.181Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T10:30:01.181Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-09T10:30:01.181Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T10:30:01.181Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-09T10:30:01.181Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T10:30:01.181Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-09T10:30:04.354Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-09T10:30:04.354Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T10:30:04.354Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-09T10:30:15.286Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-09T10:30:15.286Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T10:30:15.286Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-09T10:30:15.286Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T10:30:15.286Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-09T10:30:15.286Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T10:30:15.286Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-09T10:30:19.313Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-09T10:30:19.313Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:30:19.313Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-09T10:30:19.625Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-09T10:30:20.344Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-09T10:30:21.839Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-09T10:30:23.406Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-09T10:30:27.894Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-09T10:30:29.725Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-09T10:30:29.725Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-09T10:30:29.725Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-09T10:30:29.725Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-09T10:30:31.065Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-09T10:30:35.906Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-09T10:30:37.285Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-09T10:30:37.285Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:30:37.285Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-09T10:30:37.285Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-09T10:30:37.797Z] === RUN TestDockerSuite/TestHealth [2022-03-09T10:30:37.797Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T10:30:37.797Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-09T10:30:37.797Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-09T10:30:37.797Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-09T10:30:37.797Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-09T10:30:38.371Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-09T10:30:44.015Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-09T10:30:44.015Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-09T10:30:44.015Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T10:30:44.015Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-09T10:30:44.015Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-09T10:30:44.015Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-09T10:30:44.015Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-09T10:30:44.224Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-09T10:30:44.224Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:30:44.224Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-09T10:30:44.567Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-09T10:30:45.093Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-09T10:30:45.093Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T10:30:45.093Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-09T10:30:46.166Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-09T10:30:46.679Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-09T10:30:49.073Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-09T10:30:49.073Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-09T10:30:50.076Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-09T10:30:50.076Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-09T10:30:50.076Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-09T10:30:52.252Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-09T10:30:55.425Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-09T10:30:55.939Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-09T10:30:55.939Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:30:55.939Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-09T10:30:59.503Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-09T10:31:00.005Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-09T10:31:00.005Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-09T10:31:00.005Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-09T10:31:00.005Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:31:00.005Z] === RUN TestDockerSuite/TestImportFile [2022-03-09T10:31:00.005Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:31:00.005Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-09T10:31:00.005Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-09T10:31:00.517Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T10:31:00.517Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-09T10:31:00.517Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T10:31:00.517Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-09T10:31:00.517Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:31:00.517Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-09T10:31:00.517Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T10:31:00.517Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-09T10:31:00.517Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T10:31:00.517Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-09T10:31:00.518Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T10:31:00.518Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-09T10:31:00.518Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-09T10:31:00.518Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:31:00.518Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-09T10:31:00.518Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:31:00.518Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-09T10:31:02.911Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-09T10:31:06.083Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-09T10:31:06.083Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:31:06.083Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-09T10:31:06.083Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T10:31:06.083Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-09T10:31:06.083Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-09T10:31:06.083Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T10:31:06.083Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-09T10:31:07.867Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-09T10:31:08.171Z] === RUN TestDockerSuite/TestRmiTag [2022-03-09T10:31:08.171Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-09T10:31:08.474Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-09T10:31:08.985Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-09T10:31:10.812Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-09T10:31:11.385Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-09T10:31:11.385Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T10:31:11.385Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-09T10:31:11.385Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T10:31:11.385Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-09T10:31:11.385Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T10:31:11.385Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-09T10:31:11.793Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-09T10:31:12.924Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-09T10:31:14.569Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-09T10:31:19.636Z] === RUN TestDockerSuite/TestInspectImage [2022-03-09T10:31:19.636Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:31:19.636Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-09T10:31:19.636Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:31:19.636Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-09T10:31:19.636Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:31:19.636Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-09T10:31:20.435Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-09T10:31:22.029Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-09T10:31:25.189Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-09T10:31:25.208Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-09T10:31:25.208Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-09T10:31:27.609Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-09T10:31:30.792Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-09T10:31:30.792Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T10:31:30.792Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-09T10:31:30.792Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-09T10:31:33.838Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-09T10:31:33.971Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-09T10:31:37.150Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-09T10:31:38.582Z] === RUN TestDockerSuite/TestRmiTag [2022-03-09T10:31:39.048Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-09T10:31:42.214Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-09T10:31:42.829Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-09T10:31:43.053Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-09T10:31:45.389Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-09T10:31:47.781Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-09T10:31:47.810Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-09T10:31:50.955Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-09T10:31:53.357Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-09T10:31:56.536Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-09T10:31:58.314Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-09T10:31:59.301Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-09T10:31:59.301Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.301Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-09T10:31:59.301Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.301Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-09T10:31:59.301Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.301Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-09T10:31:59.301Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.301Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-09T10:31:59.301Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.768Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-09T10:31:59.768Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.768Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-09T10:31:59.768Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.768Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-09T10:31:59.805Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-09T10:31:59.805Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-09T10:31:59.805Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-09T10:31:59.805Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-09T10:32:02.202Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-09T10:32:03.565Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-09T10:32:03.565Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T10:32:03.565Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-09T10:32:03.565Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T10:32:03.565Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-09T10:32:04.054Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-09T10:32:04.520Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-09T10:32:05.385Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-09T10:32:10.385Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-09T10:32:10.851Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-09T10:32:10.851Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T10:32:10.851Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-09T10:32:10.851Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T10:32:10.851Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-09T10:32:10.851Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T10:32:10.851Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-09T10:32:10.851Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T10:32:10.851Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-09T10:32:10.851Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T10:32:10.851Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-09T10:32:10.851Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T10:32:10.851Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-09T10:32:10.851Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T10:32:10.851Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-09T10:32:11.611Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-09T10:32:12.224Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-09T10:32:13.795Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-09T10:32:13.795Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T10:32:13.795Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-09T10:32:13.795Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T10:32:13.795Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-09T10:32:14.781Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-09T10:32:14.781Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T10:32:14.781Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-09T10:32:16.016Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-09T10:32:17.956Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-09T10:32:17.957Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-09T10:32:19.650Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-09T10:32:20.768Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-09T10:32:23.430Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-09T10:32:24.557Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-09T10:32:26.378Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-09T10:32:27.067Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-09T10:32:28.350Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-09T10:32:28.819Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-09T10:32:29.324Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-09T10:32:32.267Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-09T10:32:32.734Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-09T10:32:34.620Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-09T10:32:37.481Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T10:32:37.481Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-09T10:32:38.593Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T10:32:38.593Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-09T10:32:41.536Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-09T10:32:41.536Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T10:32:41.536Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-09T10:32:42.233Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-09T10:32:42.233Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T10:32:42.233Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-09T10:32:43.729Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-09T10:32:46.419Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-09T10:32:46.419Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T10:32:46.419Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-09T10:32:46.419Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T10:32:46.419Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-09T10:32:46.900Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-09T10:32:48.102Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-09T10:32:48.102Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T10:32:48.102Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-09T10:32:48.102Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T10:32:48.102Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-09T10:32:48.629Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-09T10:32:48.629Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T10:32:48.629Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-09T10:32:48.629Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T10:32:48.629Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-09T10:32:48.629Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T10:32:48.629Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-09T10:32:48.629Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T10:32:48.629Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-09T10:32:48.629Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T10:32:48.629Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-09T10:32:48.629Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T10:32:48.629Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-09T10:32:48.629Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T10:32:48.629Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-09T10:32:50.077Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-09T10:32:50.077Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T10:32:50.077Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-09T10:32:50.837Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-09T10:32:51.906Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-09T10:32:51.906Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T10:32:51.906Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-09T10:32:51.906Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T10:32:52.374Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-09T10:32:52.374Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T10:32:52.374Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-09T10:32:52.374Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T10:32:52.374Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-09T10:32:52.374Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T10:32:52.374Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-09T10:32:52.374Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T10:32:52.374Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-09T10:32:52.374Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T10:32:52.374Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-09T10:32:53.787Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-09T10:32:56.169Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-09T10:32:56.731Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-09T10:32:56.731Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T10:32:56.731Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-09T10:32:56.731Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T10:32:56.731Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-09T10:32:56.731Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T10:32:56.731Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-09T10:32:57.632Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-09T10:32:59.673Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-09T10:32:59.673Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T10:32:59.673Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-09T10:32:59.673Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T10:32:59.673Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-09T10:32:59.673Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T10:32:59.673Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-09T10:32:59.673Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T10:32:59.673Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-09T10:33:00.925Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-09T10:33:01.884Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-09T10:33:05.673Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-09T10:33:05.673Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T10:33:05.673Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-09T10:33:05.673Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T10:33:05.673Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-09T10:33:05.673Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T10:33:05.673Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-09T10:33:06.745Z] === RUN TestDockerSuite/TestLogsSince [2022-03-09T10:33:07.741Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-09T10:33:07.741Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T10:33:07.741Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-09T10:33:07.741Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T10:33:07.741Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-09T10:33:07.741Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T10:33:07.741Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-09T10:33:07.741Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T10:33:07.741Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-09T10:33:07.741Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T10:33:07.741Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-09T10:33:07.741Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T10:33:07.741Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-09T10:33:10.427Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-09T10:33:10.427Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T10:33:10.427Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-09T10:33:10.427Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T10:33:10.427Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-09T10:33:10.427Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T10:33:10.427Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-09T10:33:10.427Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T10:33:10.427Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-09T10:33:10.685Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-09T10:33:10.686Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T10:33:10.686Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-09T10:33:11.152Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-09T10:33:11.152Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T10:33:11.152Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-09T10:33:13.377Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-09T10:33:14.097Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-09T10:33:15.853Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-09T10:33:15.853Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T10:33:15.853Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-09T10:33:15.853Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T10:33:15.853Z] === RUN TestDockerSuite/TestLogsTail [2022-03-09T10:33:17.045Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-09T10:33:17.045Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T10:33:17.045Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-09T10:33:19.045Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-09T10:33:19.986Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-09T10:33:19.986Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T10:33:19.986Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-09T10:33:19.986Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T10:33:19.986Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-09T10:33:19.986Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T10:33:19.986Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-09T10:33:22.043Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-09T10:33:22.043Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T10:33:22.043Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-09T10:33:22.043Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T10:33:22.043Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-09T10:33:22.043Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T10:33:22.043Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-09T10:33:22.043Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T10:33:22.043Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-09T10:33:22.043Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T10:33:22.043Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-09T10:33:22.043Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T10:33:22.043Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-09T10:33:22.221Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-09T10:33:22.929Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-09T10:33:25.395Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-09T10:33:25.395Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestNetHostname [2022-03-09T10:33:25.395Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-09T10:33:25.395Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-09T10:33:25.395Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-09T10:33:25.395Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestPluginActive [2022-03-09T10:33:25.395Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-09T10:33:25.395Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-09T10:33:25.395Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-09T10:33:25.395Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-09T10:33:25.395Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T10:33:25.395Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-09T10:33:25.395Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.907Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-09T10:33:25.907Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.907Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-09T10:33:25.907Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.907Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-09T10:33:25.907Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.907Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-09T10:33:25.907Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.907Z] === RUN TestDockerSuite/TestPortList [2022-03-09T10:33:25.907Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T10:33:25.907Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-09T10:33:26.713Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-09T10:33:26.803Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-09T10:33:26.803Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T10:33:26.803Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-09T10:33:26.803Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-09T10:33:26.803Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T10:33:26.803Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-09T10:33:29.659Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-09T10:33:31.558Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-09T10:33:32.127Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-09T10:33:32.127Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.127Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-09T10:33:32.127Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-09T10:33:32.127Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.127Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-09T10:33:32.127Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.127Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-09T10:33:32.127Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.127Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-09T10:33:32.127Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.127Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-09T10:33:32.127Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.127Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-09T10:33:32.127Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.127Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-09T10:33:32.127Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.127Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-09T10:33:32.601Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-09T10:33:32.602Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-09T10:33:32.602Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.602Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-09T10:33:32.602Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.602Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-09T10:33:32.602Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.602Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-09T10:33:32.602Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.602Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T10:33:32.602Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T10:33:32.602Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-09T10:33:32.602Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.602Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-09T10:33:32.602Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T10:33:32.602Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-09T10:33:35.358Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-09T10:33:35.358Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T10:33:35.358Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-09T10:33:37.197Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-09T10:33:37.197Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T10:33:37.197Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-09T10:33:38.457Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-09T10:33:38.457Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T10:33:38.457Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-09T10:33:38.457Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-09T10:33:38.457Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T10:33:38.457Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-09T10:33:38.457Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T10:33:38.457Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-09T10:33:38.457Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:33:38.457Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-09T10:33:38.457Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:33:38.457Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-09T10:33:40.121Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-09T10:33:40.121Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T10:33:40.121Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-09T10:33:40.121Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T10:33:40.121Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-09T10:33:40.121Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T10:33:40.121Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-09T10:33:43.907Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-09T10:33:45.614Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-09T10:33:45.614Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T10:33:45.614Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-09T10:33:47.694Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-09T10:33:48.198Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-09T10:33:48.198Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.198Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunMount [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-09T10:33:48.559Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T10:33:48.559Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-09T10:33:52.458Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-09T10:33:56.249Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-09T10:33:56.249Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-09T10:33:56.249Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T10:33:56.249Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-09T10:33:56.249Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T10:33:56.249Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-09T10:33:56.249Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T10:33:56.249Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-09T10:33:56.249Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T10:33:56.249Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T10:33:56.249Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T10:33:56.249Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-09T10:33:56.249Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T10:33:56.249Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-09T10:33:56.249Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T10:33:56.249Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-09T10:33:57.215Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-09T10:33:57.216Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T10:33:57.216Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-09T10:33:57.216Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T10:33:57.216Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-09T10:33:57.216Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T10:33:57.216Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-09T10:34:01.230Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-09T10:34:04.362Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-09T10:34:04.921Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-09T10:34:04.921Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T10:34:04.921Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-09T10:34:04.921Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-09T10:34:04.921Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T10:34:04.921Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-09T10:34:04.921Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T10:34:04.921Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-09T10:34:04.921Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:34:04.921Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-09T10:34:04.921Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:34:04.921Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-09T10:34:09.110Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-09T10:34:09.110Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T10:34:09.110Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-09T10:34:09.110Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T10:34:09.110Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-09T10:34:09.110Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T10:34:09.110Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-09T10:34:09.110Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T10:34:09.110Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-09T10:34:09.110Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T10:34:09.110Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-09T10:34:09.110Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T10:34:09.110Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-09T10:34:09.110Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T10:34:09.110Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-09T10:34:09.110Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T10:34:09.110Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-09T10:34:09.110Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T10:34:09.110Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-09T10:34:09.577Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-09T10:34:10.564Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-09T10:34:12.781Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-09T10:34:14.990Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-09T10:34:15.974Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-09T10:34:17.432Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-09T10:34:17.435Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T10:34:17.435Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-09T10:34:18.922Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-09T10:34:18.922Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T10:34:18.922Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-09T10:34:18.922Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T10:34:18.922Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-09T10:34:18.922Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T10:34:18.922Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-09T10:34:18.922Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T10:34:18.922Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-09T10:34:18.922Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunMount [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-09T10:34:19.001Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.001Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-09T10:34:19.389Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-09T10:34:19.389Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.389Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-09T10:34:19.389Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.389Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-09T10:34:19.389Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T10:34:19.389Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T10:34:19.664Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-09T10:34:19.664Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-09T10:34:19.664Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T10:34:19.664Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-09T10:34:24.135Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-09T10:34:24.135Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T10:34:24.135Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-09T10:34:24.135Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T10:34:24.135Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-09T10:34:24.135Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T10:34:24.135Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-09T10:34:24.135Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T10:34:24.135Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-09T10:34:24.135Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T10:34:24.135Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-09T10:34:31.502Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-09T10:34:31.502Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T10:34:31.502Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-09T10:34:31.502Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T10:34:31.502Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-09T10:34:31.502Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T10:34:31.502Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-09T10:34:32.696Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-09T10:34:34.553Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-09T10:34:34.553Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T10:34:34.553Z] === RUN TestDockerSuite/TestRunRm [2022-03-09T10:34:37.507Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-09T10:34:37.779Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-09T10:34:41.986Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-09T10:34:43.366Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-09T10:34:46.318Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-09T10:34:49.153Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-09T10:34:49.153Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-09T10:34:49.153Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-09T10:34:49.153Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-09T10:34:49.153Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-09T10:34:49.153Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-09T10:34:49.153Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-09T10:34:49.153Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-09T10:34:49.153Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-09T10:34:49.153Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-09T10:34:49.263Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-09T10:34:50.718Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-09T10:34:53.046Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-09T10:34:53.046Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T10:34:53.046Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-09T10:34:53.046Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T10:34:53.046Z] === RUN TestDockerSuite/TestRunState [2022-03-09T10:34:53.046Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T10:34:53.046Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-09T10:34:53.672Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-09T10:34:55.992Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-09T10:34:55.992Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T10:34:55.992Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-09T10:34:56.222Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-09T10:34:56.458Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-09T10:34:56.458Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T10:34:56.458Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-09T10:34:56.458Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T10:34:56.458Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-09T10:34:56.458Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-09T10:34:56.458Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-09T10:34:56.458Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T10:34:56.458Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-09T10:34:57.468Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-09T10:34:58.457Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-09T10:35:02.246Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-09T10:35:02.324Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-09T10:35:02.324Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-09T10:35:02.324Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-09T10:35:02.324Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-09T10:35:02.324Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-09T10:35:02.324Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-09T10:35:02.324Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-09T10:35:02.324Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-09T10:35:02.324Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-09T10:35:02.324Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.324Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-09T10:35:02.456Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-09T10:35:02.456Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.456Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-09T10:35:02.456Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.456Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-09T10:35:02.716Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.716Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-09T10:35:02.716Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.716Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-09T10:35:02.716Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.716Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-09T10:35:02.716Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.716Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-09T10:35:02.717Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.717Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-09T10:35:02.717Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.717Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-09T10:35:02.717Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.717Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-09T10:35:02.717Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T10:35:02.717Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T10:35:05.267Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-09T10:35:05.267Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T10:35:05.267Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-09T10:35:08.216Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-09T10:35:08.216Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T10:35:08.216Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-09T10:35:08.216Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T10:35:08.216Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-09T10:35:08.691Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-09T10:35:08.692Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:35:08.692Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-09T10:35:08.692Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T10:35:08.692Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-09T10:35:08.692Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T10:35:08.692Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-09T10:35:08.692Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T10:35:08.692Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-09T10:35:09.888Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-09T10:35:09.888Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T10:35:09.888Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-09T10:35:09.888Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T10:35:09.888Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-09T10:35:09.888Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T10:35:09.888Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-09T10:35:09.888Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T10:35:09.888Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-09T10:35:09.888Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T10:35:09.888Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-09T10:35:14.305Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-09T10:35:17.532Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-09T10:35:17.533Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T10:35:17.533Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-09T10:35:19.230Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-09T10:35:19.230Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T10:35:19.230Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-09T10:35:20.309Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-09T10:35:21.383Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-09T10:35:21.383Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T10:35:21.383Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-09T10:35:21.452Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-09T10:35:23.168Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-09T10:35:23.168Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T10:35:23.168Z] === RUN TestDockerSuite/TestRunRm [2022-03-09T10:35:26.448Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-09T10:35:27.307Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-09T10:35:27.923Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-09T10:35:32.670Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-09T10:35:35.062Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-09T10:35:35.074Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-09T10:35:35.956Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-09T10:35:35.956Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T10:35:35.956Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-09T10:35:35.956Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-09T10:35:39.741Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-09T10:35:39.826Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-09T10:35:42.685Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-09T10:35:43.647Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-09T10:35:45.628Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-09T10:35:45.628Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T10:35:45.628Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-09T10:35:45.628Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-09T10:35:45.628Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-09T10:35:45.628Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T10:35:45.628Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-09T10:35:45.628Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T10:35:45.628Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-09T10:35:45.628Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T10:35:45.628Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-09T10:35:45.628Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T10:35:45.628Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-09T10:35:45.628Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T10:35:45.628Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-09T10:35:47.454Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-09T10:35:51.479Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-09T10:35:52.203Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-09T10:35:52.203Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T10:35:52.203Z] === RUN TestDockerSuite/TestRunState [2022-03-09T10:35:52.203Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T10:35:52.203Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-09T10:35:53.687Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-09T10:35:55.899Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-09T10:35:55.995Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-09T10:35:55.995Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T10:35:55.995Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-09T10:35:59.787Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-09T10:35:59.787Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T10:35:59.787Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-09T10:35:59.787Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T10:35:59.787Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-09T10:36:00.254Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-09T10:36:00.255Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-09T10:36:00.255Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T10:36:00.255Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-09T10:36:01.755Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-09T10:36:01.755Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-09T10:36:01.755Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-09T10:36:01.755Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-09T10:36:01.755Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-09T10:36:01.755Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T10:36:01.755Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-09T10:36:04.702Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-09T10:36:04.702Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-09T10:36:05.167Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-09T10:36:05.168Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-09T10:36:05.932Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-09T10:36:05.932Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:36:05.932Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-09T10:36:07.382Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-09T10:36:07.382Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-09T10:36:07.426Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-09T10:36:07.426Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-09T10:36:07.426Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-09T10:36:07.426Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-09T10:36:07.426Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-09T10:36:07.426Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-09T10:36:07.426Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-09T10:36:07.426Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-09T10:36:07.426Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-09T10:36:07.426Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T10:36:07.426Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-09T10:36:09.997Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-09T10:36:10.328Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-09T10:36:10.509Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-09T10:36:10.509Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-09T10:36:11.227Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-09T10:36:11.228Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T10:36:11.228Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-09T10:36:11.586Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-09T10:36:13.274Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-09T10:36:15.016Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-09T10:36:15.016Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T10:36:15.016Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-09T10:36:15.016Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T10:36:15.016Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-09T10:36:16.219Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-09T10:36:16.219Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:36:16.219Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-09T10:36:17.980Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-09T10:36:20.882Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-09T10:36:22.038Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-09T10:36:22.038Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:36:22.038Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-09T10:36:26.621Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-09T10:36:26.621Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:36:26.621Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-09T10:36:28.258Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-09T10:36:28.258Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-09T10:36:28.258Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-09T10:36:31.369Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-09T10:36:31.369Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T10:36:31.369Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-09T10:36:31.369Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T10:36:31.369Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-09T10:36:31.369Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T10:36:31.369Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-09T10:36:31.369Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T10:36:31.369Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-09T10:36:33.377Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-09T10:36:40.016Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-09T10:36:40.016Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T10:36:40.016Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-09T10:36:40.016Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T10:36:40.016Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-09T10:36:40.017Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T10:36:40.017Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-09T10:36:40.017Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:36:40.017Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-09T10:36:40.017Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T10:36:40.017Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-09T10:36:40.017Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:36:40.017Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-09T10:36:42.035Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-09T10:36:42.965Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-09T10:36:46.693Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-09T10:36:46.753Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-09T10:36:46.753Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T10:36:46.753Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-09T10:36:49.085Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-09T10:36:49.597Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-09T10:36:50.535Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-09T10:36:50.535Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T10:36:50.535Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-09T10:36:50.535Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T10:36:50.535Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-09T10:36:50.535Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:36:50.535Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-09T10:36:50.535Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T10:36:50.535Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-09T10:36:50.535Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:36:50.535Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-09T10:36:50.535Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:36:50.535Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-09T10:36:52.449Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-09T10:36:52.449Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T10:36:52.449Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-09T10:36:52.449Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-09T10:36:58.492Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-09T10:36:58.836Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-09T10:37:03.261Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-09T10:37:05.070Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-09T10:37:05.448Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-09T10:37:05.920Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-09T10:37:05.920Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-09T10:37:05.920Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:37:05.920Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-09T10:37:06.387Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-09T10:37:06.387Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-09T10:37:06.856Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-09T10:37:07.049Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-09T10:37:07.049Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T10:37:07.049Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-09T10:37:07.049Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-09T10:37:07.049Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-09T10:37:07.049Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T10:37:07.049Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-09T10:37:07.049Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T10:37:07.049Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-09T10:37:07.049Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T10:37:07.516Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-09T10:37:07.516Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T10:37:07.516Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-09T10:37:07.516Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T10:37:07.516Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-09T10:37:09.810Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-09T10:37:09.810Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-09T10:37:13.590Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-09T10:37:14.057Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-09T10:37:14.524Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-09T10:37:14.524Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-09T10:37:14.524Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-09T10:37:14.670Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-09T10:37:16.882Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-09T10:37:19.980Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-09T10:37:20.579Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-09T10:37:24.646Z] === RUN TestDockerSuite/TestRmiTag [2022-03-09T10:37:24.929Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-09T10:37:24.929Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:37:24.929Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-09T10:37:24.929Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-09T10:37:24.929Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-09T10:37:24.929Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T10:37:24.929Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-09T10:37:25.163Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-09T10:37:28.335Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-09T10:37:28.695Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-09T10:37:28.695Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-09T10:37:28.695Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-09T10:37:28.695Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-09T10:37:28.695Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-09T10:37:28.695Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T10:37:28.695Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-09T10:37:31.648Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-09T10:37:31.648Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-09T10:37:32.119Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-09T10:37:32.586Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-09T10:37:34.800Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-09T10:37:34.800Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-09T10:37:35.332Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-09T10:37:35.332Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-09T10:37:35.332Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-09T10:37:39.555Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-09T10:37:43.346Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-09T10:37:45.745Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-09T10:37:45.745Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T10:37:45.745Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-09T10:37:47.133Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-09T10:37:47.133Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.133Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite (2523.66s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.73s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.65s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (74.38s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.07s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.08s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.12s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.24s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (74.07s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.09s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.54s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.91s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.86s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.25s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.51s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.96s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.08s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.18s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.06s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.21s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.63s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.09s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.52s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddTar (34.89s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.35s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.40s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.53s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.55s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.42s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.88s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.67s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.23s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.63s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.64s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.92s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.31s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.69s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.44s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.87s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.41s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.62s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.04s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCmd (0.61s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.61s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.59s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.33s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.27s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.55s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.83s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.96s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.55s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.90s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.71s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-09T10:37:47.305Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.83s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.45s) [2022-03-09T10:37:47.305Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.63s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.54s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.91s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.34s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (24.75s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.71s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.91s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.67s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.78s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.15s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.54s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.57s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignore (52.63s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.34s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (58.08s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.59s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.72s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.02s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.87s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.58s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (29.33s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.04s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.01s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (79.54s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.41s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.33s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.15s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.59s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.18s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.55s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.57s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.91s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.08s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.98s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.93s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.06s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.40s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.42s) [2022-03-09T10:37:47.306Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.64s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T10:37:47.306Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildFails (3.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.04s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.03s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.88s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.32s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.41s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.46s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.70s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.58s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.82s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildHistory (11.65s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.07s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.77s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.79s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.77s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLabel (1.00s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.61s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLabels (1.04s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.57s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.06s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.61s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.64s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.63s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.21s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.69s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.87s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.47s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.65s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.58s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.58s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.23s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.58s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.66s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.10s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.77s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.75s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.83s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.06s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.44s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.83s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.68s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.08s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.55s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.66s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.92s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.32s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.25s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (43.50s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.37s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildRm (13.92s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.17s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.38s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.41s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.35s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.27s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.88s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.86s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.71s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.68s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.29s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.90s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildStderr (5.03s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.20s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.34s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.90s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.29s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.16s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.44s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.55s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.11s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.89s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.53s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.86s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.42s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.07s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.17s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.42s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.36s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.20s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.16s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.02s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.34s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.06s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCommitChange (5.39s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.10s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.89s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCommitTTY (8.04s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.97s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.89s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.04s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.11s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.06s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.99s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.56s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.54s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.59s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.66s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.94s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.03s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.00s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.60s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.26s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.92s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (5.22s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.54s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.93s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.96s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.48s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.87s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.96s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.27s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.64s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.95s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.89s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.91s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.91s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0000056b0_} (2.95s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12979803980_c:\foo_false____} (2.97s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12979803980_c:\foo_true____} (3.02s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.42s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.22s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.16s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.06s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.55s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.18s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T10:37:47.773Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-09T10:37:47.773Z] --- PASS: TestDockerSuite/TestCpToCaseE (11.24s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.98s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCpToDot (3.11s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCpToStdout (3.23s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.26s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.96s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.29s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.74s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateRM (0.42s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.22s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.42s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.94s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.23s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.45s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.38s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.22s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.09s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.08s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.13s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.78s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsCopy (5.32s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.42s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.98s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.80s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.99s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.27s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.96s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsFilters (6.10s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsFormat (5.92s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsRename (3.25s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsResize (33.30s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.95s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.69s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.38s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.88s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.96s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.95s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.04s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.61s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.56s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (6.33s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.57s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecInspectID (4.50s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.70s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.53s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.42s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.05s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.12s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.08s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.92s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.64s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.08s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.79s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.13s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.19s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.72s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImportBadURL (0.08s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.94s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.96s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.96s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.94s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectDefault (2.94s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectHistory (4.79s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.95s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.60s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.99s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.13s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.97s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectStatus (3.66s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.43s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.55s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.89s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.99s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.91s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.91s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.94s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.96s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.95s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.36s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.96s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.64s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.88s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.82s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.87s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.56s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.23s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.08s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.95s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsSince (9.51s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsTail (3.34s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.09s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.96s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.86s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-09T10:37:47.774Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-09T10:37:47.774Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.89s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPsByOrder (12.27s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPsListContainersBase (12.23s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.54s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.32s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (5.66s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (9.12s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (6.81s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (6.71s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPsShowMounts (9.73s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.71s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.40s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (10.50s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.32s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.07s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.66s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.78s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (7.87s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.71s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (6.47s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.32s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (17.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.61s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.71s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.60s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.54s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (9.04s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.81s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiTag (0.65s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.12s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.69s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.33s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.32s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.21s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.88s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.88s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.74s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.95s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.96s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.97s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.07s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.94s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.04s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.77s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.04s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.14s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.93s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.95s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.81s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.06s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.05s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.03s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.00s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunExitCode (3.07s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.02s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.00s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.09s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.47s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.59s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.51s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.03s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.75s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.33s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.48s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.99s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.02s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.74s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.36s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.20s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.62s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunRm (3.02s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.21s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.98s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.62s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.94s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.38s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.29s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.00s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.93s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.79s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.15s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.07s) [2022-03-09T10:37:47.775Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (8.41s) [2022-03-09T10:37:47.775Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.73s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.11s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.07s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.55s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.50s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.02s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.98s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.36s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.44s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.92s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.97s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.91s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.03s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.45s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.36s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.29s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.62s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.65s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.62s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.21s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.74s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.39s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.59s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.61s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.87s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (11.40s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.61s) [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-09T10:37:47.776Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] --- PASS: TestDockerRegistrySuite (0.15s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-09T10:37:47.776Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-09T10:37:47.776Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-09T10:37:47.776Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-09T10:37:47.776Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-09T10:37:47.776Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-09T10:37:47.776Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-09T10:37:47.776Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-09T10:37:47.776Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-09T10:37:47.776Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.776Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T10:37:47.776Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-09T10:37:47.776Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-09T10:37:47.776Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-09T10:37:47.777Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-09T10:37:47.777Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-09T10:37:47.777Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-09T10:37:47.777Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T10:37:47.777Z] === RUN TestDockerDaemonSuite [2022-03-09T10:37:47.777Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-09T10:37:47.777Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-09T10:37:47.777Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-09T10:37:47.777Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T10:37:47.777Z] === RUN TestDockerSwarmSuite [2022-03-09T10:37:47.777Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-09T10:37:47.777Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T10:37:47.777Z] === RUN TestDockerExternalVolumeSuite [2022-03-09T10:37:47.777Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-09T10:37:47.777Z] === RUN TestDockerNetworkSuite [2022-03-09T10:37:47.777Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-09T10:37:47.777Z] === RUN TestDockerHubPullSuite [2022-03-09T10:37:47.777Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-09T10:37:47.777Z] PASS [2022-03-09T10:37:47.777Z] ok github.com/docker/docker/integration-cli 2524.045s [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === Skipped [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T10:37:47.777Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T10:37:47.777Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-09T10:37:47.777Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-09T10:37:47.777Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-09T10:37:47.777Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-09T10:37:47.777Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-09T10:37:47.777Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-09T10:37:47.777Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T10:37:47.777Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-09T10:37:47.777Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-09T10:37:47.777Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-09T10:37:47.777Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-09T10:37:47.777Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-09T10:37:47.777Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T10:37:47.777Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-03-09T10:37:47.777Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.35s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.35s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.69s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.69s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.37s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-09T10:37:47.777Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.34s) [2022-03-09T10:37:47.777Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.777Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.34s) [2022-03-09T10:37:47.777Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.33s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.33s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.15s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.15s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.32s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.38s) [2022-03-09T10:37:47.778Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.38s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.34s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.34s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:47.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-09T10:37:47.778Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T10:37:47.778Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-09T10:37:47.778Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T10:37:48.247Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.36s) [2022-03-09T10:37:48.247Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-09T10:37:48.247Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2022-03-09T10:37:48.247Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-03-09T10:37:48.247Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-03-09T10:37:48.247Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-09T10:37:48.247Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.34s) [2022-03-09T10:37:48.247Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.34s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-09T10:37:48.247Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-09T10:37:48.247Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-09T10:37:48.247Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T10:37:48.247Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T10:37:48.247Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T10:37:48.247Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T10:37:48.247Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T10:37:48.247Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T10:37:48.247Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T10:37:48.247Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.247Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-09T10:37:48.247Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.247Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-09T10:37:48.247Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-09T10:37:48.248Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-09T10:37:48.248Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-09T10:37:48.248Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-09T10:37:48.248Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-09T10:37:48.248Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-09T10:37:48.248Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-09T10:37:48.248Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-09T10:37:48.248Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-09T10:37:48.248Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-09T10:37:48.248Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T10:37:48.248Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-09T10:37:48.248Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T10:37:48.248Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-09T10:37:48.248Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-09T10:37:48.248Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-09T10:37:48.248Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-09T10:37:48.248Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-09T10:37:48.248Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T10:37:48.248Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-09T10:37:48.248Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-09T10:37:48.248Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-09T10:37:48.248Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-09T10:37:48.248Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.248Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-09T10:37:48.248Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.248Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-09T10:37:48.248Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T10:37:48.249Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-09T10:37:48.249Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T10:37:48.249Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T10:37:48.249Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T10:37:48.249Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-09T10:37:48.249Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-09T10:37:48.249Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-09T10:37:48.249Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-09T10:37:48.249Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-09T10:37:48.249Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T10:37:48.249Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-09T10:37:48.249Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-09T10:37:48.249Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-09T10:37:48.249Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-09T10:37:48.249Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2022-03-09T10:37:48.249Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T10:37:48.249Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T10:37:48.249Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-09T10:37:48.249Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-09T10:37:48.249Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.249Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-09T10:37:48.249Z] [2022-03-09T10:37:48.249Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-09T10:37:48.249Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-09T10:37:48.250Z] [2022-03-09T10:37:48.250Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.03s) [2022-03-09T10:37:48.250Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.250Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.03s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.36s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.36s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-09T10:37:48.251Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.251Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-09T10:37:48.251Z] [2022-03-09T10:37:48.251Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T10:37:48.252Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T10:37:48.252Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T10:37:48.252Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T10:37:48.252Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T10:37:48.252Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-09T10:37:48.252Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.15s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.252Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:37:48.252Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.252Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:37:48.252Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-09T10:37:48.253Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.253Z] DONE 1088 tests, 544 skipped in 2534.567s [2022-03-09T10:37:48.253Z] INFO: Integration tests ended at 03/09/2022 10:37:48. Duration:00:42:14.8586067 [2022-03-09T10:37:48.253Z] INFO: Docker info of the daemon under test at end of run [2022-03-09T10:37:48.253Z] [2022-03-09T10:37:48.719Z] Containers: 2 [2022-03-09T10:37:48.719Z] Running: 0 [2022-03-09T10:37:48.719Z] Paused: 0 [2022-03-09T10:37:48.719Z] Stopped: 2 [2022-03-09T10:37:48.719Z] Images: 18 [2022-03-09T10:37:48.719Z] Server Version: 0.0.0-dev [2022-03-09T10:37:48.719Z] Storage Driver: windowsfilter [2022-03-09T10:37:48.719Z] Windows: [2022-03-09T10:37:48.719Z] Logging Driver: json-file [2022-03-09T10:37:48.719Z] Plugins: [2022-03-09T10:37:48.719Z] Volume: local [2022-03-09T10:37:48.719Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T10:37:48.719Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T10:37:48.719Z] Swarm: inactive [2022-03-09T10:37:48.719Z] Default Isolation: process [2022-03-09T10:37:48.719Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T10:37:48.719Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T10:37:48.719Z] OSType: windows [2022-03-09T10:37:48.719Z] Architecture: x86_64 [2022-03-09T10:37:48.719Z] CPUs: 4 [2022-03-09T10:37:48.719Z] Total Memory: 32GiB [2022-03-09T10:37:48.719Z] Name: azwin-2-c8b750 [2022-03-09T10:37:48.719Z] ID: CE6T:223K:K66T:PXVE:S7VK:5CCI:FNCW:Y5VV:BSTS:6DFG:UIBH:5A4H [2022-03-09T10:37:48.719Z] Docker Root Dir: D:\CI\PR-43344\7\daemon [2022-03-09T10:37:48.719Z] Debug Mode (client): false [2022-03-09T10:37:48.719Z] Debug Mode (server): true [2022-03-09T10:37:48.719Z] File Descriptors: -1 [2022-03-09T10:37:48.719Z] Goroutines: 46 [2022-03-09T10:37:48.719Z] System Time: 2022-03-09T10:37:48.2436134Z [2022-03-09T10:37:48.719Z] EventsListeners: 0 [2022-03-09T10:37:48.719Z] Registry: https://index.docker.io/v1/ [2022-03-09T10:37:48.719Z] Labels: [2022-03-09T10:37:48.719Z] Experimental: false [2022-03-09T10:37:48.719Z] Insecure Registries: [2022-03-09T10:37:48.719Z] 127.0.0.0/8 [2022-03-09T10:37:48.719Z] Live Restore Enabled: false [2022-03-09T10:37:48.719Z] [2022-03-09T10:37:48.719Z] [2022-03-09T10:37:48.719Z] INFO: Stopping daemon under test [2022-03-09T10:37:48.719Z] SUCCESS: The process with PID 5768 (child process of PID 1600) has been terminated. [2022-03-09T10:37:48.719Z] SUCCESS: The process with PID 1600 (child process of PID 3700) has been terminated. [2022-03-09T10:37:48.719Z] INFO: Stop tailing logs of the daemon under tests [2022-03-09T10:37:48.719Z] INFO: executeCI.ps1 Completed successfully at 03/09/2022 10:37:48. [2022-03-09T10:37:48.719Z] INFO: Tidying up at end of run [2022-03-09T10:37:48.719Z] INFO: Saving daemon under test log (d:\CI\PR-43344\7\dut.out) to bundles\CIDUT.out [2022-03-09T10:37:48.719Z] INFO: Saving daemon under test log (d:\CI\PR-43344\7\dut.err) to bundles\CIDUT.err [2022-03-09T10:37:48.719Z] INFO: Saving containerd logs to bundles [2022-03-09T10:37:48.719Z] INFO: Nuke-Everything... [2022-03-09T10:37:49.185Z] INFO: Container count on control daemon to delete is 2 [2022-03-09T10:37:49.185Z] 76da799ee044 [2022-03-09T10:37:49.185Z] c2f64e524f34 [2022-03-09T10:37:49.656Z] INFO: Tidying pidfile d:\CI\PR-43344\7\docker.pid [2022-03-09T10:37:49.656Z] INFO: Killing containerd with PID 5276 [2022-03-09T10:37:49.656Z] INFO: Nuking d:\CI [2022-03-09T10:37:54.337Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-09T10:37:58.395Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-09T10:38:02.083Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-09T10:38:02.083Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:38:02.083Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-09T10:38:04.620Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-09T10:38:05.695Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-09T10:38:05.695Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T10:38:05.695Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-09T10:38:05.695Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T10:38:05.695Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-09T10:38:05.695Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T10:38:05.695Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-09T10:38:05.695Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T10:38:05.695Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-09T10:38:05.695Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T10:38:05.695Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-09T10:38:05.695Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T10:38:05.695Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-09T10:38:05.695Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T10:38:05.695Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-09T10:38:07.960Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-09T10:38:07.960Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T10:38:07.960Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-09T10:38:07.960Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T10:38:07.960Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-09T10:38:07.960Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T10:38:07.960Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-09T10:38:07.960Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T10:38:08.099Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-09T10:38:08.099Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T10:38:08.099Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-09T10:38:08.099Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T10:38:08.099Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-09T10:38:08.431Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-09T10:38:10.881Z] INFO: Zapped successfully [2022-03-09T10:38:10.881Z] [2022-03-09T10:38:10.881Z] INFO: executeCI.ps1 exiting at Wed Mar 9 10:38:08 CUT 2022. Duration 01:05:51.4491522 [2022-03-09T10:38:10.881Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-09T10:38:11.131Z] Recording test results [2022-03-09T10:38:18.497Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-09T10:38:18.852Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-09T10:38:18.853Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T10:38:18.853Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-09T10:38:18.853Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T10:38:18.853Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-09T10:38:18.853Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T10:38:18.853Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-09T10:38:18.853Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:38:18.853Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-09T10:38:18.853Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T10:38:18.853Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-09T10:38:18.853Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:38:18.853Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-09T10:38:19.030Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-09T10:38:20.593Z] Creating win-2022-c8d-integration-bundles.zip [2022-03-09T10:38:22.279Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [Pipeline] archiveArtifacts [2022-03-09T10:38:22.372Z] Archiving artifacts [2022-03-09T10:38:22.653Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-09T10:38:25.453Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-09T10:38:27.416Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-09T10:38:27.416Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T10:38:27.416Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-09T10:38:27.949Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-09T10:38:31.127Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-09T10:38:31.127Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-09T10:38:31.203Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-09T10:38:31.203Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T10:38:31.203Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-09T10:38:31.203Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T10:38:31.203Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-09T10:38:31.203Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:38:31.203Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-09T10:38:31.203Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T10:38:31.203Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-09T10:38:31.203Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:38:31.203Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-09T10:38:31.203Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:38:31.203Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-09T10:38:37.123Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43344/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-09T10:38:37.347Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T10:38:37.347Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-09T10:38:38.073Z] + make clean [2022-03-09T10:38:39.636Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T10:38:39.636Z] docker-dev-cache [2022-03-09T10:38:39.636Z] docker-mod-cache [Pipeline] deleteDir [2022-03-09T10:38:40.524Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-09T10:38:40.524Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T10:38:40.524Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T10:38:44.583Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-09T10:38:44.583Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T10:38:44.583Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-09T10:38:44.583Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T10:38:44.583Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-09T10:38:46.975Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-09T10:38:46.975Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T10:38:46.975Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-09T10:38:46.975Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T10:38:46.975Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-09T10:38:46.975Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T10:38:46.975Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-09T10:38:46.975Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T10:38:46.975Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-09T10:38:46.975Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T10:38:46.975Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-09T10:38:46.975Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T10:38:46.975Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-09T10:38:46.975Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T10:38:46.975Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-09T10:38:49.020Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-09T10:38:49.020Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-09T10:38:49.020Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-09T10:38:49.020Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:38:49.020Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-09T10:38:49.020Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-09T10:38:49.020Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-09T10:38:49.020Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-09T10:38:50.156Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-09T10:38:52.553Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-09T10:38:52.815Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-09T10:38:53.284Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-09T10:38:55.732Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-09T10:38:55.732Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T10:38:55.732Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-09T10:38:55.733Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T10:38:55.733Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-09T10:38:55.733Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T10:38:55.733Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-09T10:38:58.133Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-09T10:38:58.133Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T10:38:58.646Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-09T10:38:58.646Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T10:38:58.646Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-09T10:38:58.646Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T10:38:58.646Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-09T10:38:58.646Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T10:38:58.646Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-09T10:38:59.149Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-09T10:38:59.149Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-09T10:39:00.138Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-09T10:39:00.138Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-09T10:39:00.606Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-09T10:39:01.037Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-09T10:39:08.589Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-09T10:39:08.589Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T10:39:08.589Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-09T10:39:08.589Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T10:39:08.589Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-09T10:39:08.589Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T10:39:08.589Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-09T10:39:08.589Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T10:39:08.589Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-09T10:39:08.589Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T10:39:08.589Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-09T10:39:08.589Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T10:39:08.589Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-09T10:39:10.980Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-09T10:39:10.980Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T10:39:10.980Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-09T10:39:10.980Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-09T10:39:10.980Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T10:39:10.980Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-09T10:39:14.153Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-09T10:39:15.544Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-09T10:39:15.544Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:39:15.544Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-09T10:39:15.544Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-09T10:39:16.053Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-09T10:39:16.053Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T10:39:16.053Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-09T10:39:16.557Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-09T10:39:16.557Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T10:39:17.069Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-09T10:39:24.625Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-09T10:39:24.625Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T10:39:24.625Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-09T10:39:24.625Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T10:39:24.626Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-09T10:39:24.626Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T10:39:24.626Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-09T10:39:27.808Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-09T10:39:28.553Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-09T10:39:29.021Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-09T10:39:29.491Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-09T10:39:30.200Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-09T10:39:33.380Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-09T10:39:40.944Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-09T10:39:40.944Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-09T10:39:40.944Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T10:39:40.944Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-09T10:39:40.944Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T10:39:40.944Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-09T10:39:40.944Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T10:39:40.944Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-09T10:39:40.944Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T10:39:40.944Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T10:39:40.944Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T10:39:40.944Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-09T10:39:40.944Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T10:39:40.944Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-09T10:39:40.944Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T10:39:40.944Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-09T10:39:47.307Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-09T10:39:47.307Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T10:39:47.307Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-09T10:39:48.307Z] --- PASS: TestDockerSuite (3218.88s) [2022-03-09T10:39:48.307Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-09T10:39:48.307Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-09T10:39:48.307Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-09T10:39:48.307Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-09T10:39:48.307Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-09T10:39:48.307Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.24s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.30s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.70s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.38s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (87.18s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.01s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (4.00s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.69s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.16s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (10.46s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (102.63s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.92s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (8.14s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (6.33s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.38s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.33s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.43s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (4.43s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (2.06s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (4.07s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (16.71s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.87s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.53s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (4.23s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.36s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (7.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.67s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddTar (44.81s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.84s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.24s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.63s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildBlankName (1.08s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (10.58s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.38s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.77s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (13.32s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (14.78s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.97s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (7.10s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (9.41s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.80s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (31.47s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.44s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.58s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.88s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (2.12s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.86s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (2.18s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.16s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.39s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCmd (0.88s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.76s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.76s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.96s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (3.58s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.61s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.78s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.75s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.66s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.85s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.31s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (1.26s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.61s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (44.24s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.21s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.15s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.73s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.82s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.86s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.71s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (30.52s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.95s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.78s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.67s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (3.26s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.76s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.52s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.39s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (4.22s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignore (65.04s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (8.74s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.85s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (72.27s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.87s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.87s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (27.35s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (16.24s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (15.28s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (40.26s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (15.66s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (103.98s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.95s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.80s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.74s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.42s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.73s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.67s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (7.54s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.55s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.42s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.06s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.86s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (5.97s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.41s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (7.93s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (20.05s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (1.06s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.13s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.06s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.04s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.04s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildFails (3.59s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.15s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (8.57s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.25s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.37s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildFromGit (8.42s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.94s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (8.53s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.93s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.80s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.88s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildHistory (16.35s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.33s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.39s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.08s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.93s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (6.02s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLabel (1.26s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.82s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.33s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.77s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLabels (1.56s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (2.82s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (8.27s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.69s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.79s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.06s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.88s) [2022-03-09T10:39:48.308Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T10:39:48.308Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.72s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (44.77s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.13s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.38s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (9.36s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (8.33s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.39s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.34s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.86s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.72s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (6.57s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.36s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.29s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.18s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.90s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.62s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.76s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.88s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.55s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.86s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.42s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.48s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.70s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.25s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (2.00s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.90s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (53.30s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (25.84s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildRm (15.96s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.94s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (1.04s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (2.06s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.94s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (5.66s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.84s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (22.05s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.51s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.87s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.48s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.49s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (7.44s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildStderr (7.24s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.72s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.68s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.44s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (2.21s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.69s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.81s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.27s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.81s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.51s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (28.05s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.81s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.36s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.87s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.81s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWithFailure (4.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.24s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.00s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.03s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (1.25s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.00s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.71s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.78s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.48s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.66s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.72s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.87s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.32s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (6.21s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCommitChange (6.38s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (6.03s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.54s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCommitTTY (8.97s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (6.19s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.15s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.09s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.70s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.32s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.34s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.46s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.21s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.60s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.22s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.89s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.03s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (4.31s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.54s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.60s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (4.23s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.43s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.36s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (5.66s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.07s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.14s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.59s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.68s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.90s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.15s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.28s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.49s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.22s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.67s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.23s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.56s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.98s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (4.19s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009d8768_} (2.72s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1811336236_c:\foo_false____} (3.75s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1811336236_c:\foo_true____} (3.20s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.53s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.11s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.12s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.11s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.12s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.44s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.86s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.15s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.05s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCpToCaseB (4.15s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T10:39:48.309Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.08s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T10:39:48.309Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.18s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCpToDot (3.12s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCpToStdout (3.43s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.39s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateArgs (0.40s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.88s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.06s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.26s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (3.24s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (1.34s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateLabels (0.41s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateRM (0.77s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.31s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.55s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.27s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.29s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (1.34s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.10s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.27s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.12s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.21s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.04s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.03s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestDockerFails (0.12s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.61s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.48s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.20s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.16s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsCopy (6.42s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.44s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.07s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.95s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.47s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.40s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.71s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsFilters (6.58s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsFormat (7.07s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsRename (3.17s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsResize (9.24s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.52s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.81s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.45s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.20s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.83s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.66s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.47s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.51s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.31s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.58s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.86s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.63s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecInspectID (4.83s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.90s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.72s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.76s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.71s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.76s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.19s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.78s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.21s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (6.29s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.11s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.13s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.45s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.93s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.45s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.12s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.77s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.36s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (3.51s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (4.03s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesFormat (0.25s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.69s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.98s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.27s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.88s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectDefault (2.88s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectHistory (6.16s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.95s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.54s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.62s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.80s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.15s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.76s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectStatus (5.43s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.71s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.83s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.90s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.93s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.68s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.67s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.85s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.50s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.15s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (7.21s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.92s) [2022-03-09T10:39:48.780Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-03-09T10:39:48.780Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.86s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.15s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (10.37s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (12.72s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (12.82s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.36s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.40s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (4.59s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (4.65s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsSince (11.64s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsTail (5.02s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsTimestamps (4.36s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestLogsWithDetails (4.24s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.15s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPortList (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (8.35s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (8.39s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPsByOrder (14.17s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPsListContainersBase (15.52s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (25.68s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.58s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (18.41s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.71s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (13.51s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.90s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.15s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (8.21s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPsShowMounts (11.51s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.41s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.01s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (7.06s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (7.87s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (4.52s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (31.55s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (11.51s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.53s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.39s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.54s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.22s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (7.34s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (8.21s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiBlank (0.14s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.59s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (26.68s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (5.62s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (1.33s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (11.40s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (9.73s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (15.17s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (7.53s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiTag (1.24s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (4.36s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (29.58s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (5.23s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (9.83s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (2.12s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.43s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (8.34s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.48s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (4.16s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (4.24s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (4.27s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.13s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunBindMounts (8.70s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (4.24s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (6.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.06s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (4.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.04s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (3.95s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (4.79s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (4.33s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunCreateVolume (4.28s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (3.16s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (8.99s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (4.44s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.30s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (4.15s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunEchoStdout (4.18s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-09T10:39:48.781Z] --- PASS: TestDockerSuite/TestRunEntrypoint (4.14s) [2022-03-09T10:39:48.781Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunExitCode (4.32s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (4.09s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.94s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (4.32s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunExposePort (0.12s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.04s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (7.63s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.13s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.04s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (11.57s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.73s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (12.48s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (9.01s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (7.62s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.73s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (3.44s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (3.47s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.33s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.56s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (6.62s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (13.66s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunRm (4.50s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunRmAndWait (7.33s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (4.28s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (4.32s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.70s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (4.30s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunState (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (4.15s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (3.80s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.33s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.13s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (6.48s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.86s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (4.13s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (5.40s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (12.79s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (8.33s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (10.64s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.31s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (5.93s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (4.36s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (4.17s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.10s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.13s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.52s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.75s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (3.51s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (8.23s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.04s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.58s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.50s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.46s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.43s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.99s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (12.41s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (4.14s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (4.19s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (4.05s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-09T10:39:49.262Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (13.55s) [2022-03-09T10:39:49.262Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestStartAttachSilent (7.35s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.47s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.05s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.03s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.71s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.63s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.28s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.36s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.58s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.48s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.25s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLILs (4.54s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.13s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (5.38s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.71s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.72s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.15s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.35s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (13.94s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.04s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (1.13s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.39s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (12.34s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.59s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.49s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (16.29s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (2.37s) [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-09T10:39:49.263Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] --- PASS: TestDockerRegistrySuite (0.62s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-09T10:39:49.263Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-09T10:39:49.263Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-09T10:39:49.263Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-09T10:39:49.263Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-09T10:39:49.263Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-09T10:39:49.263Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-09T10:39:49.263Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-09T10:39:49.263Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-09T10:39:49.263Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-09T10:39:49.263Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-09T10:39:49.263Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-09T10:39:49.263Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-09T10:39:49.263Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-09T10:39:49.263Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T10:39:49.263Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T10:39:49.263Z] === RUN TestDockerDaemonSuite [2022-03-09T10:39:49.263Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-09T10:39:49.263Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.263Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-09T10:39:49.263Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-09T10:39:49.264Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-09T10:39:49.264Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T10:39:49.264Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T10:39:49.264Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T10:39:49.264Z] === RUN TestDockerSwarmSuite [2022-03-09T10:39:49.264Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-09T10:39:49.264Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-09T10:39:49.264Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-09T10:39:49.264Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-09T10:39:49.264Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-09T10:39:49.264Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-09T10:39:49.264Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-09T10:39:49.264Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-09T10:39:49.264Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-09T10:39:49.264Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.264Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-09T10:39:49.264Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-09T10:39:49.734Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T10:39:49.734Z] === RUN TestDockerExternalVolumeSuite [2022-03-09T10:39:49.734Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-09T10:39:49.734Z] === RUN TestDockerNetworkSuite [2022-03-09T10:39:49.734Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-09T10:39:49.734Z] === RUN TestDockerHubPullSuite [2022-03-09T10:39:49.734Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-09T10:39:49.734Z] PASS [2022-03-09T10:39:49.734Z] ok github.com/docker/docker/integration-cli 3220.299s [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === Skipped [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-09T10:39:49.734Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.03s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T10:39:49.734Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-09T10:39:49.734Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T10:39:49.734Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T10:39:49.734Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-09T10:39:49.734Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T10:39:49.734Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T10:39:49.734Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-09T10:39:49.734Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T10:39:49.734Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T10:39:49.734Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T10:39:49.734Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.92s) [2022-03-09T10:39:49.734Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.92s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.03s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.84s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.84s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.63s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.63s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.38s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.38s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.97s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.97s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.06s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.58s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.58s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.88s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.88s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-09T10:39:49.734Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.82s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.82s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.86s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.86s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.06s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2022-03-09T10:39:49.734Z] [2022-03-09T10:39:49.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.78s) [2022-03-09T10:39:49.734Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.734Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.78s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.85s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.85s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.80s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.80s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.06s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.06s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.86s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.86s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.13s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.13s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.06s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.06s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.03s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.04s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.04s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.04s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.04s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.05s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.08s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.08s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (1.04s) [2022-03-09T10:39:49.735Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (1.04s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.68s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.68s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.05s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T10:39:49.735Z] [2022-03-09T10:39:49.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.81s) [2022-03-09T10:39:49.735Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T10:39:49.735Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.81s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-03-09T10:39:50.203Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.24s) [2022-03-09T10:39:50.203Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.24s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.71s) [2022-03-09T10:39:50.203Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.71s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.78s) [2022-03-09T10:39:50.203Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.78s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-09T10:39:50.203Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.87s) [2022-03-09T10:39:50.203Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.87s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-09T10:39:50.203Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-09T10:39:50.203Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T10:39:50.203Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-09T10:39:50.203Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.03s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.03s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-09T10:39:50.203Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T10:39:50.203Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-09T10:39:50.203Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T10:39:50.203Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.203Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T10:39:50.203Z] [2022-03-09T10:39:50.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-03-09T10:39:50.204Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T10:39:50.204Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-09T10:39:50.204Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.03s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.03s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.03s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-03-09T10:39:50.204Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.03s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T10:39:50.204Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T10:39:50.204Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-03-09T10:39:50.204Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.03s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T10:39:50.204Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-09T10:39:50.204Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T10:39:50.204Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-09T10:39:50.204Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T10:39:50.204Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.04s) [2022-03-09T10:39:50.204Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.04s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-03-09T10:39:50.204Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.03s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.03s) [2022-03-09T10:39:50.204Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.03s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-03-09T10:39:50.204Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.03s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-09T10:39:50.204Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-09T10:39:50.204Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T10:39:50.204Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T10:39:50.204Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.204Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-09T10:39:50.204Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T10:39:50.675Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-03-09T10:39:50.675Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-09T10:39:50.675Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-09T10:39:50.675Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-09T10:39:50.675Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-09T10:39:50.675Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T10:39:50.675Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T10:39:50.675Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T10:39:50.675Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T10:39:50.675Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-03-09T10:39:50.675Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.03s) [2022-03-09T10:39:50.675Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.03s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T10:39:50.675Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.675Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-09T10:39:50.675Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.675Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-09T10:39:50.675Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-09T10:39:50.676Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-03-09T10:39:50.676Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestNetHostname (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-09T10:39:50.676Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPortList (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-09T10:39:50.676Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-03-09T10:39:50.676Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-09T10:39:50.676Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-09T10:39:50.676Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T10:39:50.676Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T10:39:50.676Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T10:39:50.676Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-09T10:39:50.676Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T10:39:50.676Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-09T10:39:50.676Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.15s) [2022-03-09T10:39:50.676Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T10:39:50.676Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.15s) [2022-03-09T10:39:50.676Z] [2022-03-09T10:39:50.676Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-09T10:39:51.144Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.144Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.03s) [2022-03-09T10:39:51.144Z] [2022-03-09T10:39:51.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T10:39:51.144Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.144Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-09T10:39:51.144Z] [2022-03-09T10:39:51.144Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-09T10:39:51.144Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.144Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s) [2022-03-09T10:39:51.144Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-09T10:39:51.145Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.06s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.06s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.04s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.04s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.03s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.03s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.145Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T10:39:51.145Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.145Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T10:39:51.145Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.04s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.04s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.04s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.04s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-03-09T10:39:51.146Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.146Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.03s) [2022-03-09T10:39:51.146Z] [2022-03-09T10:39:51.146Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunState (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.04s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.04s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.03s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.03s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.615Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T10:39:51.615Z] [2022-03-09T10:39:51.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T10:39:51.615Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T10:39:51.616Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T10:39:51.616Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T10:39:51.616Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-09T10:39:51.616Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T10:39:51.616Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-09T10:39:51.616Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T10:39:51.616Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T10:39:51.616Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T10:39:51.616Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T10:39:51.616Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.04s) [2022-03-09T10:39:51.616Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.04s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-03-09T10:39:51.616Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.03s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:51.616Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T10:39:51.616Z] [2022-03-09T10:39:51.616Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:39:51.616Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T10:39:52.085Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.085Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T10:39:52.085Z] [2022-03-09T10:39:52.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T10:39:52.086Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.086Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T10:39:52.086Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.086Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T10:39:52.086Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.086Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T10:39:52.086Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.086Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T10:39:52.086Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.086Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T10:39:52.086Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.086Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T10:39:52.086Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.086Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-09T10:39:52.086Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-09T10:39:52.086Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-09T10:39:52.086Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.086Z] DONE 1088 tests, 539 skipped in 3232.926s [2022-03-09T10:39:52.086Z] INFO: Integration tests ended at 03/09/2022 10:39:51. Duration:00:53:53.2096194 [2022-03-09T10:39:52.086Z] INFO: Docker info of the daemon under test at end of run [2022-03-09T10:39:52.086Z] [2022-03-09T10:39:52.553Z] Containers: 2 [2022-03-09T10:39:52.553Z] Running: 0 [2022-03-09T10:39:52.553Z] Paused: 0 [2022-03-09T10:39:52.553Z] Stopped: 2 [2022-03-09T10:39:52.553Z] Images: 18 [2022-03-09T10:39:52.553Z] Server Version: 0.0.0-dev [2022-03-09T10:39:52.553Z] Storage Driver: windowsfilter [2022-03-09T10:39:52.553Z] Windows: [2022-03-09T10:39:52.553Z] Logging Driver: json-file [2022-03-09T10:39:52.553Z] Plugins: [2022-03-09T10:39:52.553Z] Volume: local [2022-03-09T10:39:52.553Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T10:39:52.553Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T10:39:52.553Z] Swarm: inactive [2022-03-09T10:39:52.553Z] Default Isolation: process [2022-03-09T10:39:52.553Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-09T10:39:52.553Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-09T10:39:52.553Z] OSType: windows [2022-03-09T10:39:52.553Z] Architecture: x86_64 [2022-03-09T10:39:52.553Z] CPUs: 4 [2022-03-09T10:39:52.553Z] Total Memory: 32GiB [2022-03-09T10:39:52.553Z] Name: azwin-2-7b2350 [2022-03-09T10:39:52.553Z] ID: P7E4:CFW3:CFIS:T4NQ:3OX3:UR4O:YCYM:SYRH:NJ4P:PBRZ:26OL:NKBL [2022-03-09T10:39:52.553Z] Docker Root Dir: D:\CI\PR-43344\7\daemon [2022-03-09T10:39:52.553Z] Debug Mode (client): false [2022-03-09T10:39:52.553Z] Debug Mode (server): true [2022-03-09T10:39:52.553Z] File Descriptors: -1 [2022-03-09T10:39:52.553Z] Goroutines: 17 [2022-03-09T10:39:52.553Z] System Time: 2022-03-09T10:39:52.2865617Z [2022-03-09T10:39:52.553Z] EventsListeners: 0 [2022-03-09T10:39:52.553Z] Registry: https://index.docker.io/v1/ [2022-03-09T10:39:52.553Z] Labels: [2022-03-09T10:39:52.553Z] Experimental: false [2022-03-09T10:39:52.553Z] Insecure Registries: [2022-03-09T10:39:52.553Z] 127.0.0.0/8 [2022-03-09T10:39:52.553Z] Live Restore Enabled: false [2022-03-09T10:39:52.553Z] [2022-03-09T10:39:52.553Z] [2022-03-09T10:39:52.553Z] INFO: Stopping daemon under test [2022-03-09T10:39:53.024Z] SUCCESS: The process with PID 1788 (child process of PID 8668) has been terminated. [2022-03-09T10:39:53.024Z] SUCCESS: The process with PID 8668 (child process of PID 5712) has been terminated. [2022-03-09T10:39:53.024Z] INFO: Stop tailing logs of the daemon under tests [2022-03-09T10:39:53.024Z] INFO: executeCI.ps1 Completed successfully at 03/09/2022 10:39:52. [2022-03-09T10:39:53.024Z] INFO: Tidying up at end of run [2022-03-09T10:39:53.024Z] INFO: Saving daemon under test log (d:\CI\PR-43344\7\dut.out) to bundles\CIDUT.out [2022-03-09T10:39:53.024Z] INFO: Saving daemon under test log (d:\CI\PR-43344\7\dut.err) to bundles\CIDUT.err [2022-03-09T10:39:53.024Z] INFO: Saving containerd logs to bundles [2022-03-09T10:39:53.024Z] INFO: Nuke-Everything... [2022-03-09T10:39:56.451Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-09T10:39:56.451Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T10:39:56.451Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-09T10:39:56.451Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-09T10:39:56.451Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T10:39:56.451Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-09T10:39:56.451Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T10:39:56.451Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-09T10:39:56.451Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:39:56.451Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-09T10:39:56.451Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:39:56.451Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-09T10:39:56.818Z] INFO: Container count on control daemon to delete is 2 [2022-03-09T10:39:57.286Z] cfc2e52d6b7a [2022-03-09T10:39:57.286Z] a552c6d80bf3 [2022-03-09T10:39:57.286Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-09T10:40:02.044Z] Deleted: sha256:8c422de33ccc282bce0a6fe9536a9a9f4bd79f108a25fdca05f1a1280275a3a4 [2022-03-09T10:40:02.044Z] Deleted: sha256:31e603b4fb9caf9d1ef42cc109df5a41e3618d6d353501de4d641f4a0651fdaa [2022-03-09T10:40:02.044Z] INFO: Tidying pidfile d:\CI\PR-43344\7\docker.pid [2022-03-09T10:40:02.044Z] INFO: Nuking d:\CI [2022-03-09T10:40:07.366Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-09T10:40:07.366Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T10:40:07.366Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-09T10:40:09.077Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-09T10:40:09.077Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.077Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-09T10:40:09.077Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.077Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-09T10:40:09.077Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.077Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-09T10:40:09.077Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.077Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-09T10:40:09.077Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.077Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-09T10:40:09.077Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.077Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-09T10:40:09.077Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.077Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-09T10:40:09.077Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.077Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-09T10:40:09.077Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.590Z] === RUN TestDockerSuite/TestRunMount [2022-03-09T10:40:09.590Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.590Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-09T10:40:09.590Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.590Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-09T10:40:09.590Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.590Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-09T10:40:09.590Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T10:40:09.590Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-09T10:40:18.693Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-09T10:40:18.693Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T10:40:18.693Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-09T10:40:18.693Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T10:40:18.693Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-09T10:40:18.693Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T10:40:18.693Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-09T10:40:34.199Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-09T10:40:39.263Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-09T10:40:39.263Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-09T10:40:39.263Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-09T10:40:39.263Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-09T10:40:39.263Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-09T10:40:39.263Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-09T10:40:39.263Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-09T10:40:39.263Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-09T10:40:39.263Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-09T10:40:39.263Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-09T10:40:40.340Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-09T10:40:43.515Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-09T10:40:45.907Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-09T10:40:46.982Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-09T10:40:49.376Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-09T10:40:49.891Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T10:40:49.891Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-09T10:40:49.891Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T10:40:49.891Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-09T10:40:49.891Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T10:40:49.891Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-09T10:40:49.891Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T10:40:49.891Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-09T10:40:49.891Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T10:40:49.891Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-09T10:40:49.891Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T10:40:49.891Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-09T10:40:49.891Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T10:40:49.891Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-09T10:40:49.891Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T10:40:49.891Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-09T10:40:53.948Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-09T10:40:53.948Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T10:40:53.948Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-09T10:40:53.948Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T10:40:53.948Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-09T10:40:53.948Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T10:40:53.948Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-09T10:40:53.948Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T10:40:53.948Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-09T10:40:53.948Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T10:40:53.948Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-09T10:41:03.056Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-09T10:41:03.056Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T10:41:03.056Z] === RUN TestDockerSuite/TestRunRm [2022-03-09T10:41:06.234Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-09T10:41:12.453Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-09T10:41:14.386Z] INFO: Zapped successfully [2022-03-09T10:41:14.386Z] [2022-03-09T10:41:14.386Z] INFO: executeCI.ps1 exiting at Wed Mar 9 10:41:06 CUT 2022. Duration 01:13:27.2446016 [2022-03-09T10:41:14.386Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-09T10:41:14.635Z] Recording test results [2022-03-09T10:41:14.850Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-09T10:41:15.324Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-09T10:41:17.635Z] Creating win-2022-integration-bundles.zip [2022-03-09T10:41:18.023Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-09T10:41:20.415Z] === RUN TestDockerSuite/TestRunSetMacAddress [Pipeline] archiveArtifacts [2022-03-09T10:41:20.805Z] Archiving artifacts [2022-03-09T10:41:22.055Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43344/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T10:41:23.079Z] + make clean [2022-03-09T10:41:23.595Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-09T10:41:23.595Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T10:41:24.107Z] === RUN TestDockerSuite/TestRunState [2022-03-09T10:41:24.107Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T10:41:24.107Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-09T10:41:26.034Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T10:41:26.034Z] docker-dev-cache [2022-03-09T10:41:26.034Z] docker-mod-cache [Pipeline] deleteDir [2022-03-09T10:41:27.284Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-09T10:41:27.284Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T10:41:27.284Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-09T10:41:29.677Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-09T10:41:29.677Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T10:41:29.677Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-09T10:41:29.677Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T10:41:29.677Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-09T10:41:29.677Z] === RUN TestDockerSuite/TestRunTTYWithPipe [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2022-03-09T10:41:30.192Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-09T10:41:30.192Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T10:41:30.192Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-09T10:41:35.280Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-09T10:41:35.280Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T10:41:35.280Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-09T10:41:35.280Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:41:35.280Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-09T10:41:35.280Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T10:41:35.793Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-09T10:41:35.793Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T10:41:35.793Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-09T10:41:35.793Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T10:41:35.793Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-09T10:41:35.793Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T10:41:35.793Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-09T10:41:35.793Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T10:41:35.793Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-09T10:41:35.793Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T10:41:35.793Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-09T10:41:35.793Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T10:41:35.793Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-09T10:41:35.793Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T10:41:35.793Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-09T10:41:38.967Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-09T10:41:38.967Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T10:41:38.967Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-09T10:41:41.373Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-09T10:41:41.373Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T10:41:41.373Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-09T10:41:41.373Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T10:41:41.373Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-09T10:41:50.495Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-09T10:41:59.602Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-09T10:42:03.660Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-09T10:42:12.769Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-09T10:42:12.769Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T10:42:12.769Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-09T10:42:12.769Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-09T10:42:15.162Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-09T10:42:18.349Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-09T10:42:20.742Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-09T10:42:20.742Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T10:42:20.742Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-09T10:42:20.742Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-09T10:42:20.742Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-09T10:42:20.742Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T10:42:20.742Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-09T10:42:20.742Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T10:42:20.742Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-09T10:42:20.742Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T10:42:20.742Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-09T10:42:20.742Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T10:42:20.742Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-09T10:42:20.742Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T10:42:20.742Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-09T10:42:26.968Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-09T10:42:28.044Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-09T10:42:31.217Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-09T10:42:36.282Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-09T10:42:36.282Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T10:42:36.282Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-09T10:42:36.282Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.282Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-09T10:42:36.282Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-09T10:42:36.283Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-09T10:42:36.283Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-09T10:42:36.283Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-09T10:42:36.283Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-09T10:42:36.283Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-09T10:42:36.283Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-09T10:42:36.283Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-09T10:42:36.283Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-09T10:42:36.283Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-09T10:42:36.283Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.283Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-09T10:42:36.283Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.895Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-09T10:42:36.895Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.895Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-09T10:42:36.895Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.895Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-09T10:42:36.895Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T10:42:36.895Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-09T10:42:39.291Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-09T10:42:39.291Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-09T10:42:39.806Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-09T10:42:40.318Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-09T10:42:42.017Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-09T10:42:42.017Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-09T10:42:45.191Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-09T10:42:47.583Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-09T10:42:49.978Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-09T10:42:49.978Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:42:49.978Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-09T10:43:00.895Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-09T10:43:00.895Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:43:00.895Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-09T10:43:10.010Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-09T10:43:10.010Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T10:43:10.010Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-09T10:43:10.010Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T10:43:10.010Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-09T10:43:10.010Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T10:43:10.010Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-09T10:43:10.010Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T10:43:10.010Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-09T10:43:23.041Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-09T10:43:23.041Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T10:43:23.041Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-09T10:43:23.041Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T10:43:23.041Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-09T10:43:23.041Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T10:43:23.041Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-09T10:43:23.041Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:43:23.041Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-09T10:43:23.041Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T10:43:23.041Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-09T10:43:23.041Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:43:23.041Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-09T10:43:24.119Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-09T10:43:27.294Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-09T10:43:27.294Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T10:43:27.294Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-09T10:43:30.466Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-09T10:43:30.466Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T10:43:30.466Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-09T10:43:30.466Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T10:43:30.466Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-09T10:43:30.466Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:43:30.466Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-09T10:43:30.466Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T10:43:30.466Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-09T10:43:30.466Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:43:30.466Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-09T10:43:30.466Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:43:30.466Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-09T10:43:45.979Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-09T10:43:45.979Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-09T10:43:45.979Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-09T10:43:45.979Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:43:45.979Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-09T10:43:46.492Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-09T10:43:46.492Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-09T10:43:47.005Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-09T10:43:50.175Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-09T10:43:50.175Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-09T10:43:53.351Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-09T10:43:53.865Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-09T10:43:54.378Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-09T10:43:54.378Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-09T10:43:54.895Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-09T10:44:04.001Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-09T10:44:04.001Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:44:04.001Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-09T10:44:05.077Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-09T10:44:05.077Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-09T10:44:05.077Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T10:44:05.077Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-09T10:44:14.178Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-09T10:44:14.178Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-09T10:44:14.178Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-09T10:44:36.146Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-09T10:44:36.146Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T10:44:36.146Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite (3202.79s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.87s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.32s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.78s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (128.88s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.19s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.10s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.65s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.85s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.66s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.95s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.35s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (138.75s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.59s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.59s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.98s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.21s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.20s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.97s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.98s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.08s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.72s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.88s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (11.76s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.44s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.63s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.16s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.93s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.71s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddTar (50.11s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.07s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (25.76s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.01s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.72s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.89s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.44s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.05s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.71s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.75s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.36s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.52s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.89s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (37.62s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.85s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.99s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.51s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.80s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.56s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.78s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (2.01s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.32s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCmd (0.76s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.74s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.77s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.96s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.85s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.62s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.67s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.62s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.45s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.74s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.07s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.43s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (1.17s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.97s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (40.50s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.88s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.77s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.06s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.69s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (32.79s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.99s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (30.88s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.12s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.98s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.42s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.59s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.63s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignore (79.93s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.20s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (89.79s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.25s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.97s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (32.56s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.76s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.03s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (48.62s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (22.84s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (17.37s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (120.75s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.58s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.76s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.50s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.67s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.75s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.78s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.06s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.90s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (5.06s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.31s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.04s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.56s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.82s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildFails (7.66s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.05s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.89s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildForceRm (12.92s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.16s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.81s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.70s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.90s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.76s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (15.48s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildHistory (15.03s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.30s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.53s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.03s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.13s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.56s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLabel (1.29s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.80s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.29s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.77s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLabels (1.34s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.98s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.69s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.08s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.77s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.88s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.72s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (28.03s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.78s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.92s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (27.83s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (11.79s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.46s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.63s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (25.52s) [2022-03-09T10:44:36.659Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (14.25s) [2022-03-09T10:44:36.659Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.87s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.44s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.75s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.08s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.31s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.18s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.90s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.36s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.79s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildOnBuild (16.23s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.15s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.11s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.67s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (10.48s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.31s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.94s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.55s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.64s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (51.33s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (32.20s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildRm (15.88s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.24s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.10s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (2.00s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.35s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (9.44s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.31s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.36s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.97s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.90s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (13.06s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.73s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildStderr (5.37s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.79s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.47s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.03s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.82s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.81s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.74s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.09s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.72s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (8.21s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.68s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.17s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.48s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.15s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.14s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.19s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.58s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.54s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (21.25s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.47s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.07s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.99s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (10.32s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.61s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.54s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.46s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCommitChange (6.15s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.84s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.20s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCommitTTY (8.79s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (10.39s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPICommit (13.22s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.41s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.74s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.05s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.03s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.36s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.82s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.75s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.00s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.10s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.99s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.50s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.10s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.57s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.39s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.84s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.34s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.85s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.83s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.92s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.65s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.66s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (35.71s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (8.01s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.00s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.89s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.97s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0006626a8_} (2.95s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1268206890_c:\foo_false____} (2.91s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1268206890_c:\foo_true____} (7.93s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.38s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.06s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.10s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.05s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.41s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.97s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.97s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCpToCaseH (15.86s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCpToDot (3.12s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCpToStdout (7.88s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.49s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.82s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.24s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.42s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.90s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateLabels (0.31s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateRM (0.44s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.46s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.67s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.58s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.53s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.69s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestDockerFails (0.10s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T10:44:36.660Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.93s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.76s) [2022-03-09T10:44:36.660Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.85s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (14.47s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsCopy (6.06s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.97s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.65s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.03s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (9.27s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.60s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.26s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsFilters (10.60s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsFormat (5.45s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-03-09T10:44:36.661Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T10:44:36.661Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T10:44:36.661Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2022-03-09T10:44:36.661Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsRename (2.80s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsResize (8.35s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.68s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.35s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.50s) [2022-03-09T10:44:36.661Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T10:44:36.661Z] --- PASS: TestDockerSuite/TestEventsUntag (2.80s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.61s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.38s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.38s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.60s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.77s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.81s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.50s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.13s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.81s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecInspectID (5.29s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.95s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.88s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (9.67s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.63s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.62s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.61s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.61s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.10s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.48s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.10s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.45s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.88s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.32s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.30s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.35s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.96s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.40s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesFormat (0.26s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.21s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.09s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.10s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.62s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.62s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.12s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.60s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.22s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.59s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectDefault (2.70s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectHistory (5.24s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.62s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.76s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.66s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.78s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.10s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.93s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectStatus (3.25s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.54s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.85s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.71s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.83s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.77s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.93s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.92s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.11s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.47s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.60s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.50s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.12s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.83s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.11s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.56s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.61s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.84s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.24s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.09s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (7.84s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.74s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsSince (9.86s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsTail (3.60s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.35s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.90s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.11s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.64s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.83s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPsByOrder (10.82s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.56s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.49s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.42s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (15.10s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.85s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (18.70s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.60s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.89s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.04s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPsShowMounts (9.27s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.72s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.01s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.14s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.16s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.03s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (27.75s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.24s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.35s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.24s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.98s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.60s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.19s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.23s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.40s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (17.29s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.50s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.92s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.63s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.72s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (14.09s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.13s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiTag (0.85s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.86s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (26.23s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.67s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.99s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.52s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T10:44:37.176Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.40s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T10:44:37.176Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (10.47s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.57s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.23s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.81s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.15s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.98s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.94s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.81s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.37s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.88s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.90s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.79s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.86s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.69s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.65s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.98s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.68s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.99s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunEntrypoint (7.76s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunExitCode (2.75s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.78s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.83s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.85s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (14.57s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.09s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (11.10s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.13s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.49s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (15.67s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.97s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.60s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.66s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.50s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.61s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.13s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunRm (2.97s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.07s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.90s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.81s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.84s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.36s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.08s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.59s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.04s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.27s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.10s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.45s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.82s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.78s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.65s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.38s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.47s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.86s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.15s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.77s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.74s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.09s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.28s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.14s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.68s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.29s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.44s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.30s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.78s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.15s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.72s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.70s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.70s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.47s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestStartAttachSilent (9.70s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (12.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.61s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.99s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.76s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.37s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.18s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.25s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.41s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.36s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.19s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.08s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.39s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.51s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.51s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.12s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.26s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.31s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.75s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.03s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.33s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.37s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (20.89s) [2022-03-09T10:44:37.177Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-09T10:44:37.177Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.86s) [2022-03-09T10:44:37.177Z] === RUN TestDockerRegistrySuite [2022-03-09T10:44:37.177Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-09T10:44:37.177Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.177Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-09T10:44:37.177Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-09T10:44:37.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] --- PASS: TestDockerRegistrySuite (0.23s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.23s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-09T10:44:37.178Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-09T10:44:37.178Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-09T10:44:37.178Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-09T10:44:37.178Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-09T10:44:37.178Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-09T10:44:37.178Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-09T10:44:37.178Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-09T10:44:37.178Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-09T10:44:37.178Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-09T10:44:37.178Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-09T10:44:37.178Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-09T10:44:37.178Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-09T10:44:37.178Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-09T10:44:37.178Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T10:44:37.178Z] === RUN TestDockerDaemonSuite [2022-03-09T10:44:37.178Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-09T10:44:37.178Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-09T10:44:37.178Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-09T10:44:37.178Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T10:44:37.178Z] === RUN TestDockerSwarmSuite [2022-03-09T10:44:37.178Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-09T10:44:37.178Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.178Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T10:44:37.178Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T10:44:37.178Z] === RUN TestDockerExternalVolumeSuite [2022-03-09T10:44:37.179Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-09T10:44:37.179Z] === RUN TestDockerNetworkSuite [2022-03-09T10:44:37.179Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-09T10:44:37.179Z] === RUN TestDockerHubPullSuite [2022-03-09T10:44:37.179Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-09T10:44:37.179Z] PASS [2022-03-09T10:44:37.179Z] ok github.com/docker/docker/integration-cli 3203.370s [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === Skipped [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T10:44:37.179Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T10:44:37.179Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.10s) [2022-03-09T10:44:37.179Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.10s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2022-03-09T10:44:37.179Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T10:44:37.179Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-09T10:44:37.179Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T10:44:37.179Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T10:44:37.179Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T10:44:37.179Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T10:44:37.179Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T10:44:37.179Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-03-09T10:44:37.179Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.03s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.59s) [2022-03-09T10:44:37.179Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.59s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.08s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.08s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.05s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.05s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.05s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.07s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.07s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.01s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.01s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.44s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.44s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.07s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.06s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.99s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.99s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.51s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.51s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-09T10:44:37.179Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.07s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.03s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.03s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.03s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.07s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.07s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.03s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.48s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.44s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.05s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.49s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.46s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.45s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T10:44:37.179Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.179Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-09T10:44:37.179Z] [2022-03-09T10:44:37.179Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T10:44:37.180Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.180Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-09T10:44:37.180Z] [2022-03-09T10:44:37.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-09T10:44:37.180Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.180Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2022-03-09T10:44:37.180Z] [2022-03-09T10:44:37.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-09T10:44:37.180Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.180Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.05s) [2022-03-09T10:44:37.180Z] [2022-03-09T10:44:37.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-03-09T10:44:37.180Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.180Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.05s) [2022-03-09T10:44:37.180Z] [2022-03-09T10:44:37.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-09T10:44:37.180Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.180Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-09T10:44:37.180Z] [2022-03-09T10:44:37.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.05s) [2022-03-09T10:44:37.180Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.180Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.05s) [2022-03-09T10:44:37.180Z] [2022-03-09T10:44:37.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T10:44:37.180Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.180Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-09T10:44:37.180Z] [2022-03-09T10:44:37.180Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T10:44:37.180Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.180Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.13s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.08s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.08s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.10s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.10s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-03-09T10:44:37.694Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.47s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.47s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.50s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.47s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.47s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.46s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.07s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.07s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.42s) [2022-03-09T10:44:37.694Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-09T10:44:37.694Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-09T10:44:37.694Z] docker_cli_sni_test.go:18: Flakey test [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-09T10:44:37.694Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.03s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-03-09T10:44:37.694Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.03s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-09T10:44:37.694Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T10:44:37.694Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-03-09T10:44:37.694Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.694Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.03s) [2022-03-09T10:44:37.694Z] [2022-03-09T10:44:37.694Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-03-09T10:44:37.695Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-03-09T10:44:37.695Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-03-09T10:44:37.695Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T10:44:37.695Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-03-09T10:44:37.695Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.03s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.03s) [2022-03-09T10:44:37.695Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-09T10:44:37.695Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T10:44:37.695Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T10:44:37.695Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-09T10:44:37.695Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T10:44:37.695Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-09T10:44:37.695Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T10:44:37.695Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-03-09T10:44:37.695Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T10:44:37.695Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-09T10:44:37.695Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-09T10:44:37.695Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T10:44:37.695Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-09T10:44:37.695Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-03-09T10:44:37.695Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-03-09T10:44:37.695Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.03s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-09T10:44:37.695Z] [2022-03-09T10:44:37.695Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T10:44:37.695Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.695Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-09T10:44:37.696Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T10:44:37.696Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-09T10:44:37.696Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T10:44:37.696Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T10:44:37.696Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T10:44:37.696Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T10:44:37.696Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectImage (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-09T10:44:37.696Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.03s) [2022-03-09T10:44:37.696Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.03s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T10:44:37.696Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.696Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-09T10:44:37.696Z] [2022-03-09T10:44:37.696Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-09T10:44:37.697Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-09T10:44:37.697Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-09T10:44:37.697Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-09T10:44:37.697Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T10:44:37.697Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T10:44:37.697Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T10:44:37.697Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-09T10:44:37.697Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T10:44:37.697Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-09T10:44:37.697Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-09T10:44:37.697Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-09T10:44:37.697Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.03s) [2022-03-09T10:44:37.697Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.04s) [2022-03-09T10:44:37.697Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.04s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-09T10:44:37.697Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-09T10:44:37.697Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-09T10:44:37.697Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.697Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.03s) [2022-03-09T10:44:37.697Z] [2022-03-09T10:44:37.697Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.03s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.03s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.03s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.03s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.03s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.03s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.03s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.03s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.03s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-09T10:44:37.698Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-09T10:44:37.698Z] [2022-03-09T10:44:37.698Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T10:44:37.698Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.210Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-09T10:44:38.210Z] [2022-03-09T10:44:38.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-09T10:44:38.210Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.210Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-09T10:44:38.210Z] [2022-03-09T10:44:38.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T10:44:38.210Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.210Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-09T10:44:38.210Z] [2022-03-09T10:44:38.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-09T10:44:38.210Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.210Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-09T10:44:38.210Z] [2022-03-09T10:44:38.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T10:44:38.210Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.210Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-03-09T10:44:38.210Z] [2022-03-09T10:44:38.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-09T10:44:38.210Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.210Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-09T10:44:38.210Z] [2022-03-09T10:44:38.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-03-09T10:44:38.210Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.210Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-03-09T10:44:38.210Z] [2022-03-09T10:44:38.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-09T10:44:38.210Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.210Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-09T10:44:38.210Z] [2022-03-09T10:44:38.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T10:44:38.210Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.210Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-09T10:44:38.210Z] [2022-03-09T10:44:38.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-09T10:44:38.210Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.210Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.03s) [2022-03-09T10:44:38.210Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.04s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.04s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.03s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.03s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-09T10:44:38.211Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.03s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-03-09T10:44:38.211Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-09T10:44:38.211Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.03s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-03-09T10:44:38.211Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.03s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.211Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-09T10:44:38.211Z] [2022-03-09T10:44:38.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T10:44:38.211Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T10:44:38.212Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T10:44:38.212Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T10:44:38.212Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-09T10:44:38.212Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.23s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.23s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T10:44:38.212Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.212Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-09T10:44:38.212Z] [2022-03-09T10:44:38.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-09T10:44:38.213Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] DONE 1088 tests, 539 skipped in 3215.414s [2022-03-09T10:44:38.213Z] INFO: Integration tests ended at 03/09/2022 10:44:37. Duration:00:53:35.5595829 [2022-03-09T10:44:38.213Z] INFO: Docker info of the daemon under test at end of run [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] Containers: 2 [2022-03-09T10:44:38.213Z] Running: 0 [2022-03-09T10:44:38.213Z] Paused: 0 [2022-03-09T10:44:38.213Z] Stopped: 2 [2022-03-09T10:44:38.213Z] Images: 18 [2022-03-09T10:44:38.213Z] Server Version: 0.0.0-dev [2022-03-09T10:44:38.213Z] Storage Driver: windowsfilter [2022-03-09T10:44:38.213Z] Windows: [2022-03-09T10:44:38.213Z] Logging Driver: json-file [2022-03-09T10:44:38.213Z] Plugins: [2022-03-09T10:44:38.213Z] Volume: local [2022-03-09T10:44:38.213Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-09T10:44:38.213Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-09T10:44:38.213Z] Swarm: inactive [2022-03-09T10:44:38.213Z] Default Isolation: process [2022-03-09T10:44:38.213Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-09T10:44:38.213Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-09T10:44:38.213Z] OSType: windows [2022-03-09T10:44:38.213Z] Architecture: x86_64 [2022-03-09T10:44:38.213Z] CPUs: 4 [2022-03-09T10:44:38.213Z] Total Memory: 32GiB [2022-03-09T10:44:38.213Z] Name: azwin-2-556c50 [2022-03-09T10:44:38.213Z] ID: MHBF:7MDP:JWRM:EDHR:4PEB:5PUQ:YGJA:ADUA:J5VZ:3ZMG:5V4R:QL2V [2022-03-09T10:44:38.213Z] Docker Root Dir: D:\CI\PR-43344\7\daemon [2022-03-09T10:44:38.213Z] Debug Mode (client): false [2022-03-09T10:44:38.213Z] Debug Mode (server): true [2022-03-09T10:44:38.213Z] File Descriptors: -1 [2022-03-09T10:44:38.213Z] Goroutines: 17 [2022-03-09T10:44:38.213Z] System Time: 2022-03-09T10:44:38.0153328Z [2022-03-09T10:44:38.213Z] EventsListeners: 0 [2022-03-09T10:44:38.213Z] Registry: https://index.docker.io/v1/ [2022-03-09T10:44:38.213Z] Labels: [2022-03-09T10:44:38.213Z] Experimental: false [2022-03-09T10:44:38.213Z] Insecure Registries: [2022-03-09T10:44:38.213Z] 127.0.0.0/8 [2022-03-09T10:44:38.213Z] Live Restore Enabled: false [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] [2022-03-09T10:44:38.213Z] INFO: Stopping daemon under test [2022-03-09T10:44:38.213Z] SUCCESS: The process with PID 7344 (child process of PID 852) has been terminated. [2022-03-09T10:44:38.213Z] SUCCESS: The process with PID 852 (child process of PID 7024) has been terminated. [2022-03-09T10:44:38.213Z] INFO: Stop tailing logs of the daemon under tests [2022-03-09T10:44:38.213Z] INFO: executeCI.ps1 Completed successfully at 03/09/2022 10:44:38. [2022-03-09T10:44:38.727Z] INFO: Tidying up at end of run [2022-03-09T10:44:38.727Z] INFO: Saving daemon under test log (d:\CI\PR-43344\7\dut.out) to bundles\CIDUT.out [2022-03-09T10:44:38.727Z] INFO: Saving daemon under test log (d:\CI\PR-43344\7\dut.err) to bundles\CIDUT.err [2022-03-09T10:44:38.727Z] INFO: Saving containerd logs to bundles [2022-03-09T10:44:38.727Z] INFO: Nuke-Everything... [2022-03-09T10:44:39.239Z] INFO: Container count on control daemon to delete is 2 [2022-03-09T10:44:39.239Z] 930e985169ff [2022-03-09T10:44:39.239Z] 28f439c2752c [2022-03-09T10:44:39.239Z] INFO: Non-base image count on control daemon to delete is 1 [2022-03-09T10:44:41.639Z] Deleted: sha256:588d3284f843c6b720056bf6f746f4cfdde2f495bccffd466e52af31de211f42 [2022-03-09T10:44:41.639Z] Deleted: sha256:de37a79faa8d60a03b0c765f6a79e38b4af3d64b9508657c25a22039613af7ff [2022-03-09T10:44:41.639Z] INFO: Tidying pidfile d:\CI\PR-43344\7\docker.pid [2022-03-09T10:44:41.639Z] INFO: Nuking d:\CI [2022-03-09T10:45:25.183Z] INFO: Zapped successfully [2022-03-09T10:45:25.183Z] [2022-03-09T10:45:25.183Z] INFO: executeCI.ps1 exiting at Wed Mar 9 10:45:19 CUT 2022. Duration 01:17:25.1495323 [2022-03-09T10:45:25.183Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-09T10:45:25.480Z] Recording test results [2022-03-09T10:45:26.237Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-09T10:45:28.033Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-09T10:45:30.697Z] Archiving artifacts [2022-03-09T10:45:31.921Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43344/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-09T10:45:33.094Z] + make clean [2022-03-09T10:45:34.175Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-09T10:45:34.175Z] docker-dev-cache [2022-03-09T10:45:34.175Z] 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